/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(assets/fonts/glyphicons-halflings-regular.eot);
  src: url(assets/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(assets/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(assets/fonts/glyphicons-halflings-regular.woff) format('woff'), url(assets/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(assets/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: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Rubik-regular', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #7F8283;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #4F868E;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #34585d;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #EEEEEE;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Rubik-regular', sans-serif;
  font-weight: normal;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #D4D5D6;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #7F8283;
}
.text-primary {
  color: #FF8F1C;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #e87600;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #e87600;
}
.text-success {
  color: #658D1B;
}
a.text-success:hover,
a.text-success:focus {
  color: #466213;
}
a.text-success:hover,
a.text-success:focus {
  color: #466213;
}
.text-info {
  color: #4F868E;
}
a.text-info:hover,
a.text-info:focus {
  color: #3d676d;
}
a.text-info:hover,
a.text-info:focus {
  color: #3d676d;
}
.text-warning {
  color: #FFC845;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ffb912;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ffb912;
}
.text-danger {
  color: #CE0037;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #9b0029;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #9b0029;
}
.bg-primary {
  color: #fff;
  background-color: #FF8F1C;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #e87600;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #e87600;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
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;
}
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;
}
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;
}
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,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #D4D5D6;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #EEEEEE;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #D4D5D6;
}
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.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #7F8283;
  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;
}
@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;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #7F8283;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  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 > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #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 > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  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: #7F8283;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #54585A;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #54585A;
  background-color: #fff;
  background-image: none;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0px 0px 2px 2px inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0px 0px 2px 2px inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0px 0px 2px 2px inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 0px 2px 2px inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 2px 2px inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 2px 2px inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #EEEEEE;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio 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,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 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-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-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: #658D1B;
}
.has-success .form-control {
  border-color: #658D1B;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0px 0px 2px 2px inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0px 0px 2px 2px inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0px 0px 2px 2px inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #466213;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #9fd836;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #9fd836;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #9fd836;
  -webkit-box-shadow: 0px 0px 2px 2px inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #9fd836;
  -moz-box-shadow: 0px 0px 2px 2px inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #9fd836;
  box-shadow: 0px 0px 2px 2px inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #9fd836;
}
.has-success .input-group-addon {
  color: #658D1B;
  border-color: #658D1B;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #658D1B;
}
.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: #FFC845;
}
.has-warning .form-control {
  border-color: #FFC845;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0px 0px 2px 2px inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0px 0px 2px 2px inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0px 0px 2px 2px inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #ffb912;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffe6ab;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffe6ab;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffe6ab;
  -webkit-box-shadow: 0px 0px 2px 2px inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffe6ab;
  -moz-box-shadow: 0px 0px 2px 2px inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffe6ab;
  box-shadow: 0px 0px 2px 2px inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffe6ab;
}
.has-warning .input-group-addon {
  color: #FFC845;
  border-color: #FFC845;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #FFC845;
}
.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: #CE0037;
}
.has-error .form-control {
  border-color: #CE0037;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0px 0px 2px 2px inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0px 0px 2px 2px inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0px 0px 2px 2px inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #9b0029;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff356b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff356b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff356b;
  -webkit-box-shadow: 0px 0px 2px 2px inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff356b;
  -moz-box-shadow: 0px 0px 2px 2px inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff356b;
  box-shadow: 0px 0px 2px 2px inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff356b;
}
.has-error .input-group-addon {
  color: #CE0037;
  border-color: #CE0037;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #CE0037;
}
.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: #c0c1c2;
}
@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;
}
@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 {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: 0px 0px 2px 2px inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0px 0px 2px 2px inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: 0px 0px 2px 2px inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: 0px 0px 2px 2px none;
  -moz-box-shadow: 0px 0px 2px 2px none;
  box-shadow: 0px 0px 2px 2px 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 > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.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 > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #FF8F1C;
  border-color: transparent;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #e87600;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:hover {
  color: #fff;
  background-color: #e87600;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #e87600;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #c46300;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #FF8F1C;
  border-color: transparent;
}
.btn-primary .badge {
  color: #FF8F1C;
  background-color: #fff;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #e87600;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:hover {
  color: #fff;
  background-color: #e87600;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #e87600;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #c46300;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #FF8F1C;
  border-color: transparent;
}
.btn-primary .badge {
  color: #FF8F1C;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #658D1B;
  border-color: #567817;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #466213;
  border-color: #090d02;
}
.btn-success:hover {
  color: #fff;
  background-color: #466213;
  border-color: #31440d;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #466213;
  border-color: #31440d;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #31440d;
  border-color: #090d02;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #658D1B;
  border-color: #567817;
}
.btn-success .badge {
  color: #658D1B;
  background-color: #fff;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #466213;
  border-color: #090d02;
}
.btn-success:hover {
  color: #fff;
  background-color: #466213;
  border-color: #31440d;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #466213;
  border-color: #31440d;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #31440d;
  border-color: #090d02;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #658D1B;
  border-color: #567817;
}
.btn-success .badge {
  color: #658D1B;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #4F868E;
  border-color: #46777e;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #3d676d;
  border-color: #18292c;
}
.btn-info:hover {
  color: #fff;
  background-color: #3d676d;
  border-color: #305156;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #3d676d;
  border-color: #305156;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #305156;
  border-color: #18292c;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #4F868E;
  border-color: #46777e;
}
.btn-info .badge {
  color: #4F868E;
  background-color: #fff;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #3d676d;
  border-color: #18292c;
}
.btn-info:hover {
  color: #fff;
  background-color: #3d676d;
  border-color: #305156;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #3d676d;
  border-color: #305156;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #305156;
  border-color: #18292c;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #4F868E;
  border-color: #46777e;
}
.btn-info .badge {
  color: #4F868E;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #FFC845;
  border-color: #ffc02b;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ffb912;
  border-color: #ab7800;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ffb912;
  border-color: #eda700;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ffb912;
  border-color: #eda700;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #eda700;
  border-color: #ab7800;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #FFC845;
  border-color: #ffc02b;
}
.btn-warning .badge {
  color: #FFC845;
  background-color: #fff;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ffb912;
  border-color: #ab7800;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ffb912;
  border-color: #eda700;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ffb912;
  border-color: #eda700;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #eda700;
  border-color: #ab7800;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #FFC845;
  border-color: #ffc02b;
}
.btn-warning .badge {
  color: #FFC845;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #CE0037;
  border-color: #b50030;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #9b0029;
  border-color: #35000e;
}
.btn-danger:hover {
  color: #fff;
  background-color: #9b0029;
  border-color: #770020;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #9b0029;
  border-color: #770020;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #770020;
  border-color: #35000e;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #CE0037;
  border-color: #b50030;
}
.btn-danger .badge {
  color: #CE0037;
  background-color: #fff;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #9b0029;
  border-color: #35000e;
}
.btn-danger:hover {
  color: #fff;
  background-color: #9b0029;
  border-color: #770020;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #9b0029;
  border-color: #770020;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #770020;
  border-color: #35000e;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #CE0037;
  border-color: #b50030;
}
.btn-danger .badge {
  color: #CE0037;
  background-color: #fff;
}
.btn-link {
  color: #4F868E;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: 0px 0px 2px 2px none;
  -moz-box-shadow: 0px 0px 2px 2px none;
  box-shadow: 0px 0px 2px 2px none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #34585d;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #D4D5D6;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0px 0px 2px 2px 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0px 0px 2px 2px 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 0px 2px 2px 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #7F8283;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #727576;
  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: #FF8F1C;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #D4D5D6;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #D4D5D6;
  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 {
    left: auto;
    right: 0;
  }
  .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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-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 {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: 0px 0px 2px 2px inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0px 0px 2px 2px inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: 0px 0px 2px 2px inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: 0px 0px 2px 2px none;
  -moz-box-shadow: 0px 0px 2px 2px none;
  box-shadow: 0px 0px 2px 2px none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 8px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #54585A;
  text-align: center;
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  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 > 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: #D4D5D6;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #D4D5D6;
  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: #4F868E;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  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: #A9ABAC;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 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: #FF8F1C;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@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.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-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-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;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 0px 2px 2px inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0px 0px 2px 2px inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 2px 2px 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;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0px 0px 2px 2px none;
    -moz-box-shadow: 0px 0px 2px 2px none;
    box-shadow: 0px 0px 2px 2px 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 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  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: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 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,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #fbfbfb;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #fbfbfb;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fbfbfb;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-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: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fbfbfb;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #fbfbfb;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #fbfbfb;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #D4D5D6;
}
.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 8px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #54585A;
  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 > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #4F868E;
  background-color: #EEEEEE;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #4F868E;
  background-color: #FF8F1C;
  border-color: #FF8F1C;
  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: #D4D5D6;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.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: #D4D5D6;
  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;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #D4D5D6;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #babcbd;
}
.label-primary {
  background-color: #FF8F1C;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #e87600;
}
.label-success {
  background-color: #658D1B;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #466213;
}
.label-info {
  background-color: #4F868E;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #3d676d;
}
.label-warning {
  background-color: #FFC845;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ffb912;
}
.label-danger {
  background-color: #CE0037;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #9b0029;
}
.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: #D4D5D6;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #4F868E;
  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;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #EEEEEE;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #4F868E;
}
.thumbnail .caption {
  padding: 9px;
  color: #7F8283;
}
.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: #658D1B;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #466213;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #466213;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #4F868E;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #3d676d;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #3d676d;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #FFC845;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #ffb912;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #ffb912;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #CE0037;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #9b0029;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #9b0029;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 2px 2px inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 2px 2px inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 2px 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: #FF8F1C;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 2px 2px inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 2px 2px inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px 2px inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #658D1B;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #4F868E;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #FFC845;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #CE0037;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
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: #D4D5D6;
  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: #D4D5D6;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #FF8F1C;
  border-color: #FF8F1C;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #fff4e8;
}
.list-group-item-success {
  color: #658D1B;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #658D1B;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #658D1B;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #658D1B;
  border-color: #658D1B;
}
.list-group-item-info {
  color: #4F868E;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #4F868E;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #4F868E;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #4F868E;
  border-color: #4F868E;
}
.list-group-item-warning {
  color: #FFC845;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #FFC845;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #FFC845;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #FFC845;
  border-color: #FFC845;
}
.list-group-item-danger {
  color: #CE0037;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #CE0037;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #CE0037;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #CE0037;
  border-color: #CE0037;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 2px 2px 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 2px 2px 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 2px 2px 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 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-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  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: #7F8283;
  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: #7F8283;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #FF8F1C;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #FF8F1C;
  border-color: #FF8F1C;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #FF8F1C;
}
.panel-primary > .panel-heading .badge {
  color: #FF8F1C;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #FF8F1C;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #658D1B;
  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: #658D1B;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #4F868E;
  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: #4F868E;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #FFC845;
  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: #FFC845;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #CE0037;
  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: #CE0037;
}
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 2px 2px inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 2px 2px inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 2px 2px 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;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #F7F7F7;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 2px 2px 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 2px 2px 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 2px 2px 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 {
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 2px 2px 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 2px 2px 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 2px 2px 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: 'Rubik-regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  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;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.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: 'Rubik-regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  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: #F2F2F2;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 2px 2px 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 2px 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 2px 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: #eaeaea;
  border-bottom: 1px solid #dedede;
  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: #FFFFFF;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #F2F2F2;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: #FFFFFF;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #F2F2F2;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: #FFFFFF;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #F2F2F2;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: #FFFFFF;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #F2F2F2;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  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: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.dl-horizontal dd: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,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
 * Now that all app-wide styles have been applied, we can load the styles for
 * all the submodules and components we are using.
 *
 * TODO: In a later version of this boilerplate, I'd like to automate this.
 */
@font-face {
  font-family: 'Rubik';
  src: url(assets/fonts/Rubik-Light.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik-light';
  src: url(assets/fonts/Rubik-LightItalic.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik-regular';
  src: url(assets/fonts/Rubik-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik-medium';
  src: url(assets/fonts/Rubik-Medium.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik-medium';
  src: url(assets/fonts/Rubik-MediumItalic.ttf) format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Rubik-bold';
  src: url(assets/fonts/Rubik-Bold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik-bold';
  src: url(assets/fonts/Rubik-BoldItalic.ttf) format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Rubik-black';
  src: url(assets/fonts/Rubik-Black.ttf) format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik-black';
  src: url(assets/fonts/Rubik-BlackItalic.ttf) format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(assets/fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(assets/fonts/MaterialIcons-Regular.woff2) format('woff2'), url(assets/fonts/MaterialIcons-Regular.woff) format('woff'), url(assets/fonts/MaterialIcons-Regular.ttf) format('truetype');
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Rubik-regular', sans-serif;
  font-weight: normal;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #D4D5D6;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #7F8283;
}
.text-primary {
  color: #FF8F1C;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #e87600;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #e87600;
}
.text-success {
  color: #658D1B;
}
a.text-success:hover,
a.text-success:focus {
  color: #466213;
}
a.text-success:hover,
a.text-success:focus {
  color: #466213;
}
.text-info {
  color: #4F868E;
}
a.text-info:hover,
a.text-info:focus {
  color: #3d676d;
}
a.text-info:hover,
a.text-info:focus {
  color: #3d676d;
}
.text-warning {
  color: #FFC845;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ffb912;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ffb912;
}
.text-danger {
  color: #CE0037;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #9b0029;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #9b0029;
}
.bg-primary {
  color: #fff;
  background-color: #FF8F1C;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #e87600;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #e87600;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
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;
}
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;
}
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;
}
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,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #D4D5D6;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #EEEEEE;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #D4D5D6;
}
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.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
body,
p {
  color: #7F8283;
}
p a {
  text-decoration: underline;
}
.lead {
  font-family: 'Rubik-regular', sans-serif;
  font-size: 24px;
  color: #54585A;
}
h1 {
  color: #FF8F1C;
}
h2,
h3,
h4,
h5,
h6 {
  color: #54585A;
}
h3,
h4,
h5 {
  font-family: 'Rubik-medium', sans-serif;
}
h6 {
  font-family: 'Rubik-bold', sans-serif;
  text-transform: uppercase;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
.header-no-margin {
  margin: 0;
}
a,
a:active {
  font-family: 'Rubik-medium', sans-serif;
  color: #4F868E;
}
a:hover,
a:focus {
  color: #3d676d;
  text-decoration: none;
  cursor: pointer;
}
b,
strong {
  font-family: 'Rubik-medium', sans-serif;
  font-weight: normal;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', mono;
}
large {
  font-size: 16px;
}
hr {
  border-top: 1px solid #D4D5D6;
}
.regular-font {
  font-family: 'Rubik-regular', sans-serif, sans-serif;
}
.bold-font {
  font-family: 'Rubik-bold', sans-serif, sans-serif;
}
.semibold-font {
  font-family: 'Rubik-medium', sans-serif, sans-serif;
}
.error {
  font-size: 11px;
  line-height: 11px;
  font-family: 'Rubik-bold', sans-serif;
  text-transform: uppercase;
  color: #CE0037;
}
.warning {
  font-size: 11px;
  line-height: 11px;
  font-family: 'Rubik-bold', sans-serif;
  text-transform: uppercase;
  color: #FFC845;
}
.label-criteo {
  font-size: 11px;
  line-height: 11px;
  font-family: 'Rubik-bold', sans-serif;
  text-transform: uppercase;
}
.label-dark {
  font-size: 11px;
  line-height: 11px;
  font-family: 'Rubik-bold', sans-serif;
  text-transform: uppercase;
  color: #54585A;
}
.label-light {
  font-size: 11px;
  line-height: 11px;
  font-family: 'Rubik-bold', sans-serif;
  text-transform: uppercase;
  color: #A9ABAC;
}
/* Standard margin */
/* Standard border for layout */
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover {
  outline: 0px !important;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@font-face {
  font-family: 'criteo-wireframing';
  src: url(assets/fonts/criteo-wireframing.eot);
  src: url(assets/fonts/criteo-wireframing.eot?#iefix-vuyrr3) format('embedded-opentype'), url(assets/fonts/criteo-wireframing.woff2) format('woff2'), url(assets/fonts/criteo-wireframing.ttf) format('truetype'), url(assets/fonts/criteo-wireframing.woff) format('woff'), url(assets/fonts/criteo-wireframing.svg#criteo-wireframing) format('svg');
  font-weight: normal;
  font-style: normal;
}
i {
  font-family: 'criteo-wireframing';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-close:before {
  content: "\e684";
}
.fa-compress:before {
  content: "\e685";
}
.fa-expand:before {
  content: "\e686";
}
.fa-arrow-circle-down:before {
  content: "\e600";
}
.fa-arrow-circle-left:before {
  content: "\e601";
}
.fa-arrow-circle-o-down:before {
  content: "\e602";
}
.fa-arrow-circle-o-left:before {
  content: "\e603";
}
.fa-arrow-circle-o-right:before {
  content: "\e604";
}
.fa-arrow-circle-o-up:before {
  content: "\e605";
}
.fa-arrow-circle-right:before {
  content: "\e606";
}
.fa-arrow-circle-up:before {
  content: "\e607";
}
.fa-arrow-down:before {
  content: "\e608";
}
.fa-arrow-left:before {
  content: "\e609";
}
.fa-arrow-right:before {
  content: "\e60a";
}
.fa-arrow-up:before {
  content: "\e60b";
}
.fa-ban:before {
  content: "\e60c";
}
.fa-bars:before {
  content: "\e60d";
}
.fa-bell-o:before {
  content: "\e60e";
}
.fa-bell:before {
  content: "\e60f";
}
.fa-calendar-date:before {
  content: "\e610";
}
.fa-calendar-o:before {
  content: "\e611";
}
.fa-calendar:before {
  content: "\e612";
}
.fa-caret-down:before {
  content: "\e613";
}
.fa-caret-left:before {
  content: "\e614";
}
.fa-caret-right:before {
  content: "\e615";
}
.fa-caret-up:before {
  content: "\e616";
}
.fa-check-circle-o:before {
  content: "\e617";
}
.fa-check-circle:before {
  content: "\e618";
}
.fa-check-square-o:before {
  content: "\e619";
}
.fa-check-square:before {
  content: "\e61a";
}
.fa-check:before {
  content: "\e61b";
}
.fa-chevron-circle-down:before {
  content: "\e61c";
}
.fa-chevron-circle-left:before {
  content: "\e61d";
}
.fa-chevron-circle-o-down:before {
  content: "\e61e";
}
.fa-chevron-circle-o-left:before {
  content: "\e61f";
}
.fa-chevron-circle-o-right:before {
  content: "\e620";
}
.fa-chevron-circle-o-up:before {
  content: "\e621";
}
.fa-chevron-circle-right:before {
  content: "\e622";
}
.fa-chevron-circle-up:before {
  content: "\e623";
}
.fa-chevron-down:before {
  content: "\e624";
}
.fa-chevron-left:before {
  content: "\e625";
}
.fa-chevron-right:before {
  content: "\e626";
}
.fa-chevron-up:before {
  content: "\e627";
}
.fa-circle-o-notch:before {
  content: "\e628";
}
.fa-circle-thin:before {
  content: "\e629";
}
.fa-circle:before {
  content: "\e62a";
}
.fa-clock-o:before {
  content: "\e62b";
}
.fa-clock:before {
  content: "\e62c";
}
.fa-cloud-o:before {
  content: "\e62d";
}
.fa-cloud:before {
  content: "\e62e";
}
.fa-cog:before {
  content: "\e62f";
}
.fa-comment-circle-o:before {
  content: "\e630";
}
.fa-comment-circle:before {
  content: "\e631";
}
.fa-comment-o:before {
  content: "\e632";
}
.fa-comment:before {
  content: "\e633";
}
.fa-criteo-logo:before {
  content: "\e634";
}
.fa-dollar:before {
  content: "\e635";
}
.fa-dot-circle-o:before {
  content: "\e636";
}
.fa-dot-circle:before {
  content: "\e637";
}
.fa-download-disc:before {
  content: "\e638";
}
.fa-download:before {
  content: "\e639";
}
.fa-ellipsis-h:before {
  content: "\e63a";
}
.fa-ellipsis-v:before {
  content: "\e63b";
}
.fa-euro:before {
  content: "\e63c";
}
.fa-file-o:before {
  content: "\e63d";
}
.fa-files-o:before {
  content: "\e63e";
}
.fa-flag-o:before {
  content: "\e63f";
}
.fa-flag:before {
  content: "\e640";
}
.fa-folder-open:before {
  content: "\e641";
}
.fa-folder:before {
  content: "\e642";
}
.fa-heart-o:before {
  content: "\e643";
}
.fa-heart:before {
  content: "\e644";
}
.fa-infinite:before {
  content: "\e909";
}
.fa-info-circle-o:before {
  content: "\e645";
}
.fa-info-circle:before {
  content: "\e646";
}
.fa-info:before {
  content: "\e647";
}
.fa-line-chart:before {
  content: "\e648";
}
.fa-line-chart-capped:before {
  content: "\e908";
}
.fa-minus-circle-o:before {
  content: "\e649";
}
.fa-minus-circle:before {
  content: "\e64a";
}
.fa-minus-square-o:before {
  content: "\e64b";
}
.fa-minus-square:before {
  content: "\e64c";
}
.fa-minus:before {
  content: "\e64d";
}
.fa-paperclip:before {
  content: "\e64e";
}
.fa-pause-circle-o:before {
  content: "\e64f";
}
.fa-pause-circle:before {
  content: "\e650";
}
.fa-pause-square-o:before {
  content: "\e651";
}
.fa-pause-square:before {
  content: "\e652";
}
.fa-pause:before {
  content: "\e653";
}
.fa-pencil:before {
  content: "\e654";
}
.fa-play-circle-o:before {
  content: "\e655";
}
.fa-play-circle:before {
  content: "\e656";
}
.fa-play-pause-circle-o:before {
  content: "\e657";
}
.fa-play-pause-circle:before {
  content: "\e658";
}
.fa-play-pause-square-o:before {
  content: "\e659";
}
.fa-play-pause-square:before {
  content: "\e65a";
}
.fa-play-pause:before {
  content: "\e65b";
}
.fa-play-square-o:before {
  content: "\e65c";
}
.fa-play-square:before {
  content: "\e65d";
}
.fa-play:before {
  content: "\e65e";
}
.fa-plus-circle-o:before {
  content: "\e65f";
}
.fa-plus-circle:before {
  content: "\e660";
}
.fa-plus-square-o:before {
  content: "\e661";
}
.fa-plus-square:before {
  content: "\e662";
}
.fa-plus:before {
  content: "\e663";
}
.fa-question-circle-o:before {
  content: "\e664";
}
.fa-question-circle:before {
  content: "\e665";
}
.fa-question-square-o:before {
  content: "\e666";
}
.fa-question-square:before {
  content: "\e667";
}
.fa-question:before {
  content: "\e668";
}
.fa-refresh:before {
  content: "\e669";
}
.fa-repeat:before {
  content: "\e66a";
}
.fa-search-less:before {
  content: "\e66b";
}
.fa-search-plus:before {
  content: "\e66c";
}
.fa-search:before {
  content: "\e66d";
}
.fa-sign-in:before {
  content: "\e66e";
}
.fa-sign-out:before {
  content: "\e66f";
}
.fa-square-o:before {
  content: "\e670";
}
.fa-star-o:before {
  content: "\e671";
}
.fa-star:before {
  content: "\e672";
}
.fa-table:before {
  content: "\e673";
}
.fa-times-circle-o:before {
  content: "\e674";
}
.fa-times-circle:before {
  content: "\e675";
}
.fa-times-square-o:before {
  content: "\e676";
}
.fa-times-square:before {
  content: "\e677";
}
.fa-times:before {
  content: "\e678";
}
.fa-undo:before {
  content: "\e679";
}
.fa-upload-disc:before {
  content: "\e67a";
}
.fa-upload:before {
  content: "\e67b";
}
.fa-user-circle-o:before {
  content: "\e67c";
}
.fa-user-circle:before {
  content: "\e67d";
}
.fa-user:before {
  content: "\e67e";
}
.fa-warning-circle-o:before {
  content: "\e67f";
}
.fa-warning-circle:before {
  content: "\e680";
}
.fa-warning-triangle-o:before {
  content: "\e681";
}
.fa-warning-triangle:before {
  content: "\e682";
}
.fa-warning:before {
  content: "\e683";
}
.btn {
  padding: 9px 16px;
  font-size: 12px;
  line-height: 12px;
  border-radius: 16px;
  min-width: 120px;
  font-family: 'Rubik-medium', sans-serif;
  text-transform: uppercase;
}
.btn.btn-default {
  background-color: #FFFFFF;
  border-color: #7F8283;
  color: #7F8283;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
  background-color: #f2f2f2;
  border-color: #727576;
  color: #727576;
}
.btn.btn-default[disabled],
.btn.btn-default.disabled {
  color: #7F8283;
  background-color: #FFFFFF;
  border-color: #7F8283;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.btn.btn-default[disabled]:focus,
.btn.btn-default.disabled:focus,
.btn.btn-default[disabled].focus,
.btn.btn-default.disabled.focus {
  color: #7F8283;
  background-color: #e6e6e6;
  border-color: #404242;
}
.btn.btn-default[disabled]:hover,
.btn.btn-default.disabled:hover {
  color: #7F8283;
  background-color: #e6e6e6;
  border-color: #616364;
}
.btn.btn-default[disabled]:active,
.btn.btn-default.disabled:active,
.btn.btn-default[disabled].active,
.btn.btn-default.disabled.active,
.open > .dropdown-toggle.btn.btn-default[disabled],
.open > .dropdown-toggle.btn.btn-default.disabled {
  color: #7F8283;
  background-color: #e6e6e6;
  border-color: #616364;
}
.btn.btn-default[disabled]:active:hover,
.btn.btn-default.disabled:active:hover,
.btn.btn-default[disabled].active:hover,
.btn.btn-default.disabled.active:hover,
.open > .dropdown-toggle.btn.btn-default[disabled]:hover,
.open > .dropdown-toggle.btn.btn-default.disabled:hover,
.btn.btn-default[disabled]:active:focus,
.btn.btn-default.disabled:active:focus,
.btn.btn-default[disabled].active:focus,
.btn.btn-default.disabled.active:focus,
.open > .dropdown-toggle.btn.btn-default[disabled]:focus,
.open > .dropdown-toggle.btn.btn-default.disabled:focus,
.btn.btn-default[disabled]:active.focus,
.btn.btn-default.disabled:active.focus,
.btn.btn-default[disabled].active.focus,
.btn.btn-default.disabled.active.focus,
.open > .dropdown-toggle.btn.btn-default[disabled].focus,
.open > .dropdown-toggle.btn.btn-default.disabled.focus {
  color: #7F8283;
  background-color: #d4d4d4;
  border-color: #404242;
}
.btn.btn-default[disabled]:active,
.btn.btn-default.disabled:active,
.btn.btn-default[disabled].active,
.btn.btn-default.disabled.active,
.open > .dropdown-toggle.btn.btn-default[disabled],
.open > .dropdown-toggle.btn.btn-default.disabled {
  background-image: none;
}
.btn.btn-default[disabled].disabled:hover,
.btn.btn-default.disabled.disabled:hover,
.btn.btn-default[disabled][disabled]:hover,
.btn.btn-default.disabled[disabled]:hover,
fieldset[disabled] .btn.btn-default[disabled]:hover,
fieldset[disabled] .btn.btn-default.disabled:hover,
.btn.btn-default[disabled].disabled:focus,
.btn.btn-default.disabled.disabled:focus,
.btn.btn-default[disabled][disabled]:focus,
.btn.btn-default.disabled[disabled]:focus,
fieldset[disabled] .btn.btn-default[disabled]:focus,
fieldset[disabled] .btn.btn-default.disabled:focus,
.btn.btn-default[disabled].disabled.focus,
.btn.btn-default.disabled.disabled.focus,
.btn.btn-default[disabled][disabled].focus,
.btn.btn-default.disabled[disabled].focus,
fieldset[disabled] .btn.btn-default[disabled].focus,
fieldset[disabled] .btn.btn-default.disabled.focus {
  background-color: #FFFFFF;
  border-color: #7F8283;
}
.btn.btn-default[disabled] .badge,
.btn.btn-default.disabled .badge {
  color: #FFFFFF;
  background-color: #7F8283;
}
.btn.btn-default[disabled]:focus,
.btn.btn-default.disabled:focus,
.btn.btn-default[disabled].focus,
.btn.btn-default.disabled.focus {
  color: #7F8283;
  background-color: #e6e6e6;
  border-color: #404242;
}
.btn.btn-default[disabled]:hover,
.btn.btn-default.disabled:hover {
  color: #7F8283;
  background-color: #e6e6e6;
  border-color: #616364;
}
.btn.btn-default[disabled]:active,
.btn.btn-default.disabled:active,
.btn.btn-default[disabled].active,
.btn.btn-default.disabled.active,
.open > .dropdown-toggle.btn.btn-default[disabled],
.open > .dropdown-toggle.btn.btn-default.disabled {
  color: #7F8283;
  background-color: #e6e6e6;
  border-color: #616364;
}
.btn.btn-default[disabled]:active:hover,
.btn.btn-default.disabled:active:hover,
.btn.btn-default[disabled].active:hover,
.btn.btn-default.disabled.active:hover,
.open > .dropdown-toggle.btn.btn-default[disabled]:hover,
.open > .dropdown-toggle.btn.btn-default.disabled:hover,
.btn.btn-default[disabled]:active:focus,
.btn.btn-default.disabled:active:focus,
.btn.btn-default[disabled].active:focus,
.btn.btn-default.disabled.active:focus,
.open > .dropdown-toggle.btn.btn-default[disabled]:focus,
.open > .dropdown-toggle.btn.btn-default.disabled:focus,
.btn.btn-default[disabled]:active.focus,
.btn.btn-default.disabled:active.focus,
.btn.btn-default[disabled].active.focus,
.btn.btn-default.disabled.active.focus,
.open > .dropdown-toggle.btn.btn-default[disabled].focus,
.open > .dropdown-toggle.btn.btn-default.disabled.focus {
  color: #7F8283;
  background-color: #d4d4d4;
  border-color: #404242;
}
.btn.btn-default[disabled]:active,
.btn.btn-default.disabled:active,
.btn.btn-default[disabled].active,
.btn.btn-default.disabled.active,
.open > .dropdown-toggle.btn.btn-default[disabled],
.open > .dropdown-toggle.btn.btn-default.disabled {
  background-image: none;
}
.btn.btn-default[disabled].disabled:hover,
.btn.btn-default.disabled.disabled:hover,
.btn.btn-default[disabled][disabled]:hover,
.btn.btn-default.disabled[disabled]:hover,
fieldset[disabled] .btn.btn-default[disabled]:hover,
fieldset[disabled] .btn.btn-default.disabled:hover,
.btn.btn-default[disabled].disabled:focus,
.btn.btn-default.disabled.disabled:focus,
.btn.btn-default[disabled][disabled]:focus,
.btn.btn-default.disabled[disabled]:focus,
fieldset[disabled] .btn.btn-default[disabled]:focus,
fieldset[disabled] .btn.btn-default.disabled:focus,
.btn.btn-default[disabled].disabled.focus,
.btn.btn-default.disabled.disabled.focus,
.btn.btn-default[disabled][disabled].focus,
.btn.btn-default.disabled[disabled].focus,
fieldset[disabled] .btn.btn-default[disabled].focus,
fieldset[disabled] .btn.btn-default.disabled.focus {
  background-color: #FFFFFF;
  border-color: #7F8283;
}
.btn.btn-default[disabled] .badge,
.btn.btn-default.disabled .badge {
  color: #FFFFFF;
  background-color: #7F8283;
}
.btn.btn-primary {
  background-color: #FF8F1C;
  border-color: #FF8F1C;
  color: #FFFFFF;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background-color: #ff8202;
  border-color: #ff8202;
  color: #f2f2f2;
}
.btn.btn-primary[disabled],
.btn.btn-primary.disabled {
  color: #FFFFFF;
  background-color: #FF8F1C;
  border-color: #FF8F1C;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn.btn-primary[disabled]:focus,
.btn.btn-primary.disabled:focus,
.btn.btn-primary[disabled].focus,
.btn.btn-primary.disabled.focus {
  color: #FFFFFF;
  background-color: #e87600;
  border-color: #9c4f00;
}
.btn.btn-primary[disabled]:hover,
.btn.btn-primary.disabled:hover {
  color: #FFFFFF;
  background-color: #e87600;
  border-color: #de7000;
}
.btn.btn-primary[disabled]:active,
.btn.btn-primary.disabled:active,
.btn.btn-primary[disabled].active,
.btn.btn-primary.disabled.active,
.open > .dropdown-toggle.btn.btn-primary[disabled],
.open > .dropdown-toggle.btn.btn-primary.disabled {
  color: #FFFFFF;
  background-color: #e87600;
  border-color: #de7000;
}
.btn.btn-primary[disabled]:active:hover,
.btn.btn-primary.disabled:active:hover,
.btn.btn-primary[disabled].active:hover,
.btn.btn-primary.disabled.active:hover,
.open > .dropdown-toggle.btn.btn-primary[disabled]:hover,
.open > .dropdown-toggle.btn.btn-primary.disabled:hover,
.btn.btn-primary[disabled]:active:focus,
.btn.btn-primary.disabled:active:focus,
.btn.btn-primary[disabled].active:focus,
.btn.btn-primary.disabled.active:focus,
.open > .dropdown-toggle.btn.btn-primary[disabled]:focus,
.open > .dropdown-toggle.btn.btn-primary.disabled:focus,
.btn.btn-primary[disabled]:active.focus,
.btn.btn-primary.disabled:active.focus,
.btn.btn-primary[disabled].active.focus,
.btn.btn-primary.disabled.active.focus,
.open > .dropdown-toggle.btn.btn-primary[disabled].focus,
.open > .dropdown-toggle.btn.btn-primary.disabled.focus {
  color: #FFFFFF;
  background-color: #c46300;
  border-color: #9c4f00;
}
.btn.btn-primary[disabled]:active,
.btn.btn-primary.disabled:active,
.btn.btn-primary[disabled].active,
.btn.btn-primary.disabled.active,
.open > .dropdown-toggle.btn.btn-primary[disabled],
.open > .dropdown-toggle.btn.btn-primary.disabled {
  background-image: none;
}
.btn.btn-primary[disabled].disabled:hover,
.btn.btn-primary.disabled.disabled:hover,
.btn.btn-primary[disabled][disabled]:hover,
.btn.btn-primary.disabled[disabled]:hover,
fieldset[disabled] .btn.btn-primary[disabled]:hover,
fieldset[disabled] .btn.btn-primary.disabled:hover,
.btn.btn-primary[disabled].disabled:focus,
.btn.btn-primary.disabled.disabled:focus,
.btn.btn-primary[disabled][disabled]:focus,
.btn.btn-primary.disabled[disabled]:focus,
fieldset[disabled] .btn.btn-primary[disabled]:focus,
fieldset[disabled] .btn.btn-primary.disabled:focus,
.btn.btn-primary[disabled].disabled.focus,
.btn.btn-primary.disabled.disabled.focus,
.btn.btn-primary[disabled][disabled].focus,
.btn.btn-primary.disabled[disabled].focus,
fieldset[disabled] .btn.btn-primary[disabled].focus,
fieldset[disabled] .btn.btn-primary.disabled.focus {
  background-color: #FF8F1C;
  border-color: #FF8F1C;
}
.btn.btn-primary[disabled] .badge,
.btn.btn-primary.disabled .badge {
  color: #FF8F1C;
  background-color: #FFFFFF;
}
.btn.btn-primary[disabled]:focus,
.btn.btn-primary.disabled:focus,
.btn.btn-primary[disabled].focus,
.btn.btn-primary.disabled.focus {
  color: #FFFFFF;
  background-color: #e87600;
  border-color: #9c4f00;
}
.btn.btn-primary[disabled]:hover,
.btn.btn-primary.disabled:hover {
  color: #FFFFFF;
  background-color: #e87600;
  border-color: #de7000;
}
.btn.btn-primary[disabled]:active,
.btn.btn-primary.disabled:active,
.btn.btn-primary[disabled].active,
.btn.btn-primary.disabled.active,
.open > .dropdown-toggle.btn.btn-primary[disabled],
.open > .dropdown-toggle.btn.btn-primary.disabled {
  color: #FFFFFF;
  background-color: #e87600;
  border-color: #de7000;
}
.btn.btn-primary[disabled]:active:hover,
.btn.btn-primary.disabled:active:hover,
.btn.btn-primary[disabled].active:hover,
.btn.btn-primary.disabled.active:hover,
.open > .dropdown-toggle.btn.btn-primary[disabled]:hover,
.open > .dropdown-toggle.btn.btn-primary.disabled:hover,
.btn.btn-primary[disabled]:active:focus,
.btn.btn-primary.disabled:active:focus,
.btn.btn-primary[disabled].active:focus,
.btn.btn-primary.disabled.active:focus,
.open > .dropdown-toggle.btn.btn-primary[disabled]:focus,
.open > .dropdown-toggle.btn.btn-primary.disabled:focus,
.btn.btn-primary[disabled]:active.focus,
.btn.btn-primary.disabled:active.focus,
.btn.btn-primary[disabled].active.focus,
.btn.btn-primary.disabled.active.focus,
.open > .dropdown-toggle.btn.btn-primary[disabled].focus,
.open > .dropdown-toggle.btn.btn-primary.disabled.focus {
  color: #FFFFFF;
  background-color: #c46300;
  border-color: #9c4f00;
}
.btn.btn-primary[disabled]:active,
.btn.btn-primary.disabled:active,
.btn.btn-primary[disabled].active,
.btn.btn-primary.disabled.active,
.open > .dropdown-toggle.btn.btn-primary[disabled],
.open > .dropdown-toggle.btn.btn-primary.disabled {
  background-image: none;
}
.btn.btn-primary[disabled].disabled:hover,
.btn.btn-primary.disabled.disabled:hover,
.btn.btn-primary[disabled][disabled]:hover,
.btn.btn-primary.disabled[disabled]:hover,
fieldset[disabled] .btn.btn-primary[disabled]:hover,
fieldset[disabled] .btn.btn-primary.disabled:hover,
.btn.btn-primary[disabled].disabled:focus,
.btn.btn-primary.disabled.disabled:focus,
.btn.btn-primary[disabled][disabled]:focus,
.btn.btn-primary.disabled[disabled]:focus,
fieldset[disabled] .btn.btn-primary[disabled]:focus,
fieldset[disabled] .btn.btn-primary.disabled:focus,
.btn.btn-primary[disabled].disabled.focus,
.btn.btn-primary.disabled.disabled.focus,
.btn.btn-primary[disabled][disabled].focus,
.btn.btn-primary.disabled[disabled].focus,
fieldset[disabled] .btn.btn-primary[disabled].focus,
fieldset[disabled] .btn.btn-primary.disabled.focus {
  background-color: #FF8F1C;
  border-color: #FF8F1C;
}
.btn.btn-primary[disabled] .badge,
.btn.btn-primary.disabled .badge {
  color: #FF8F1C;
  background-color: #FFFFFF;
}
.btn.btn-success {
  background-color: #658D1B;
  border-color: #658D1B;
  color: #FFFFFF;
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active {
  background-color: #567817;
  border-color: #567817;
  color: #f2f2f2;
}
.btn.btn-success[disabled],
.btn.btn-success.disabled {
  color: #FFFFFF;
  background-color: #658D1B;
  border-color: #658D1B;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn.btn-success[disabled]:focus,
.btn.btn-success.disabled:focus,
.btn.btn-success[disabled].focus,
.btn.btn-success.disabled.focus {
  color: #FFFFFF;
  background-color: #466213;
  border-color: #182207;
}
.btn.btn-success[disabled]:hover,
.btn.btn-success.disabled:hover {
  color: #FFFFFF;
  background-color: #466213;
  border-color: #405a11;
}
.btn.btn-success[disabled]:active,
.btn.btn-success.disabled:active,
.btn.btn-success[disabled].active,
.btn.btn-success.disabled.active,
.open > .dropdown-toggle.btn.btn-success[disabled],
.open > .dropdown-toggle.btn.btn-success.disabled {
  color: #FFFFFF;
  background-color: #466213;
  border-color: #405a11;
}
.btn.btn-success[disabled]:active:hover,
.btn.btn-success.disabled:active:hover,
.btn.btn-success[disabled].active:hover,
.btn.btn-success.disabled.active:hover,
.open > .dropdown-toggle.btn.btn-success[disabled]:hover,
.open > .dropdown-toggle.btn.btn-success.disabled:hover,
.btn.btn-success[disabled]:active:focus,
.btn.btn-success.disabled:active:focus,
.btn.btn-success[disabled].active:focus,
.btn.btn-success.disabled.active:focus,
.open > .dropdown-toggle.btn.btn-success[disabled]:focus,
.open > .dropdown-toggle.btn.btn-success.disabled:focus,
.btn.btn-success[disabled]:active.focus,
.btn.btn-success.disabled:active.focus,
.btn.btn-success[disabled].active.focus,
.btn.btn-success.disabled.active.focus,
.open > .dropdown-toggle.btn.btn-success[disabled].focus,
.open > .dropdown-toggle.btn.btn-success.disabled.focus {
  color: #FFFFFF;
  background-color: #31440d;
  border-color: #182207;
}
.btn.btn-success[disabled]:active,
.btn.btn-success.disabled:active,
.btn.btn-success[disabled].active,
.btn.btn-success.disabled.active,
.open > .dropdown-toggle.btn.btn-success[disabled],
.open > .dropdown-toggle.btn.btn-success.disabled {
  background-image: none;
}
.btn.btn-success[disabled].disabled:hover,
.btn.btn-success.disabled.disabled:hover,
.btn.btn-success[disabled][disabled]:hover,
.btn.btn-success.disabled[disabled]:hover,
fieldset[disabled] .btn.btn-success[disabled]:hover,
fieldset[disabled] .btn.btn-success.disabled:hover,
.btn.btn-success[disabled].disabled:focus,
.btn.btn-success.disabled.disabled:focus,
.btn.btn-success[disabled][disabled]:focus,
.btn.btn-success.disabled[disabled]:focus,
fieldset[disabled] .btn.btn-success[disabled]:focus,
fieldset[disabled] .btn.btn-success.disabled:focus,
.btn.btn-success[disabled].disabled.focus,
.btn.btn-success.disabled.disabled.focus,
.btn.btn-success[disabled][disabled].focus,
.btn.btn-success.disabled[disabled].focus,
fieldset[disabled] .btn.btn-success[disabled].focus,
fieldset[disabled] .btn.btn-success.disabled.focus {
  background-color: #658D1B;
  border-color: #658D1B;
}
.btn.btn-success[disabled] .badge,
.btn.btn-success.disabled .badge {
  color: #658D1B;
  background-color: #FFFFFF;
}
.btn.btn-success[disabled]:focus,
.btn.btn-success.disabled:focus,
.btn.btn-success[disabled].focus,
.btn.btn-success.disabled.focus {
  color: #FFFFFF;
  background-color: #466213;
  border-color: #182207;
}
.btn.btn-success[disabled]:hover,
.btn.btn-success.disabled:hover {
  color: #FFFFFF;
  background-color: #466213;
  border-color: #405a11;
}
.btn.btn-success[disabled]:active,
.btn.btn-success.disabled:active,
.btn.btn-success[disabled].active,
.btn.btn-success.disabled.active,
.open > .dropdown-toggle.btn.btn-success[disabled],
.open > .dropdown-toggle.btn.btn-success.disabled {
  color: #FFFFFF;
  background-color: #466213;
  border-color: #405a11;
}
.btn.btn-success[disabled]:active:hover,
.btn.btn-success.disabled:active:hover,
.btn.btn-success[disabled].active:hover,
.btn.btn-success.disabled.active:hover,
.open > .dropdown-toggle.btn.btn-success[disabled]:hover,
.open > .dropdown-toggle.btn.btn-success.disabled:hover,
.btn.btn-success[disabled]:active:focus,
.btn.btn-success.disabled:active:focus,
.btn.btn-success[disabled].active:focus,
.btn.btn-success.disabled.active:focus,
.open > .dropdown-toggle.btn.btn-success[disabled]:focus,
.open > .dropdown-toggle.btn.btn-success.disabled:focus,
.btn.btn-success[disabled]:active.focus,
.btn.btn-success.disabled:active.focus,
.btn.btn-success[disabled].active.focus,
.btn.btn-success.disabled.active.focus,
.open > .dropdown-toggle.btn.btn-success[disabled].focus,
.open > .dropdown-toggle.btn.btn-success.disabled.focus {
  color: #FFFFFF;
  background-color: #31440d;
  border-color: #182207;
}
.btn.btn-success[disabled]:active,
.btn.btn-success.disabled:active,
.btn.btn-success[disabled].active,
.btn.btn-success.disabled.active,
.open > .dropdown-toggle.btn.btn-success[disabled],
.open > .dropdown-toggle.btn.btn-success.disabled {
  background-image: none;
}
.btn.btn-success[disabled].disabled:hover,
.btn.btn-success.disabled.disabled:hover,
.btn.btn-success[disabled][disabled]:hover,
.btn.btn-success.disabled[disabled]:hover,
fieldset[disabled] .btn.btn-success[disabled]:hover,
fieldset[disabled] .btn.btn-success.disabled:hover,
.btn.btn-success[disabled].disabled:focus,
.btn.btn-success.disabled.disabled:focus,
.btn.btn-success[disabled][disabled]:focus,
.btn.btn-success.disabled[disabled]:focus,
fieldset[disabled] .btn.btn-success[disabled]:focus,
fieldset[disabled] .btn.btn-success.disabled:focus,
.btn.btn-success[disabled].disabled.focus,
.btn.btn-success.disabled.disabled.focus,
.btn.btn-success[disabled][disabled].focus,
.btn.btn-success.disabled[disabled].focus,
fieldset[disabled] .btn.btn-success[disabled].focus,
fieldset[disabled] .btn.btn-success.disabled.focus {
  background-color: #658D1B;
  border-color: #658D1B;
}
.btn.btn-success[disabled] .badge,
.btn.btn-success.disabled .badge {
  color: #658D1B;
  background-color: #FFFFFF;
}
.btn.btn-info {
  background-color: #FFFFFF;
  border-color: #4F868E;
  color: #4F868E;
}
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active {
  background-color: #f2f2f2;
  border-color: #46777e;
  color: #46777e;
}
.btn.btn-info[disabled],
.btn.btn-info.disabled {
  color: #4F868E;
  background-color: #FFFFFF;
  border-color: #4F868E;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn.btn-info[disabled]:focus,
.btn.btn-info.disabled:focus,
.btn.btn-info[disabled].focus,
.btn.btn-info.disabled.focus {
  color: #4F868E;
  background-color: #e6e6e6;
  border-color: #21393c;
}
.btn.btn-info[disabled]:hover,
.btn.btn-info.disabled:hover {
  color: #4F868E;
  background-color: #e6e6e6;
  border-color: #396167;
}
.btn.btn-info[disabled]:active,
.btn.btn-info.disabled:active,
.btn.btn-info[disabled].active,
.btn.btn-info.disabled.active,
.open > .dropdown-toggle.btn.btn-info[disabled],
.open > .dropdown-toggle.btn.btn-info.disabled {
  color: #4F868E;
  background-color: #e6e6e6;
  border-color: #396167;
}
.btn.btn-info[disabled]:active:hover,
.btn.btn-info.disabled:active:hover,
.btn.btn-info[disabled].active:hover,
.btn.btn-info.disabled.active:hover,
.open > .dropdown-toggle.btn.btn-info[disabled]:hover,
.open > .dropdown-toggle.btn.btn-info.disabled:hover,
.btn.btn-info[disabled]:active:focus,
.btn.btn-info.disabled:active:focus,
.btn.btn-info[disabled].active:focus,
.btn.btn-info.disabled.active:focus,
.open > .dropdown-toggle.btn.btn-info[disabled]:focus,
.open > .dropdown-toggle.btn.btn-info.disabled:focus,
.btn.btn-info[disabled]:active.focus,
.btn.btn-info.disabled:active.focus,
.btn.btn-info[disabled].active.focus,
.btn.btn-info.disabled.active.focus,
.open > .dropdown-toggle.btn.btn-info[disabled].focus,
.open > .dropdown-toggle.btn.btn-info.disabled.focus {
  color: #4F868E;
  background-color: #d4d4d4;
  border-color: #21393c;
}
.btn.btn-info[disabled]:active,
.btn.btn-info.disabled:active,
.btn.btn-info[disabled].active,
.btn.btn-info.disabled.active,
.open > .dropdown-toggle.btn.btn-info[disabled],
.open > .dropdown-toggle.btn.btn-info.disabled {
  background-image: none;
}
.btn.btn-info[disabled].disabled:hover,
.btn.btn-info.disabled.disabled:hover,
.btn.btn-info[disabled][disabled]:hover,
.btn.btn-info.disabled[disabled]:hover,
fieldset[disabled] .btn.btn-info[disabled]:hover,
fieldset[disabled] .btn.btn-info.disabled:hover,
.btn.btn-info[disabled].disabled:focus,
.btn.btn-info.disabled.disabled:focus,
.btn.btn-info[disabled][disabled]:focus,
.btn.btn-info.disabled[disabled]:focus,
fieldset[disabled] .btn.btn-info[disabled]:focus,
fieldset[disabled] .btn.btn-info.disabled:focus,
.btn.btn-info[disabled].disabled.focus,
.btn.btn-info.disabled.disabled.focus,
.btn.btn-info[disabled][disabled].focus,
.btn.btn-info.disabled[disabled].focus,
fieldset[disabled] .btn.btn-info[disabled].focus,
fieldset[disabled] .btn.btn-info.disabled.focus {
  background-color: #FFFFFF;
  border-color: #4F868E;
}
.btn.btn-info[disabled] .badge,
.btn.btn-info.disabled .badge {
  color: #FFFFFF;
  background-color: #4F868E;
}
.btn.btn-info[disabled]:focus,
.btn.btn-info.disabled:focus,
.btn.btn-info[disabled].focus,
.btn.btn-info.disabled.focus {
  color: #4F868E;
  background-color: #e6e6e6;
  border-color: #21393c;
}
.btn.btn-info[disabled]:hover,
.btn.btn-info.disabled:hover {
  color: #4F868E;
  background-color: #e6e6e6;
  border-color: #396167;
}
.btn.btn-info[disabled]:active,
.btn.btn-info.disabled:active,
.btn.btn-info[disabled].active,
.btn.btn-info.disabled.active,
.open > .dropdown-toggle.btn.btn-info[disabled],
.open > .dropdown-toggle.btn.btn-info.disabled {
  color: #4F868E;
  background-color: #e6e6e6;
  border-color: #396167;
}
.btn.btn-info[disabled]:active:hover,
.btn.btn-info.disabled:active:hover,
.btn.btn-info[disabled].active:hover,
.btn.btn-info.disabled.active:hover,
.open > .dropdown-toggle.btn.btn-info[disabled]:hover,
.open > .dropdown-toggle.btn.btn-info.disabled:hover,
.btn.btn-info[disabled]:active:focus,
.btn.btn-info.disabled:active:focus,
.btn.btn-info[disabled].active:focus,
.btn.btn-info.disabled.active:focus,
.open > .dropdown-toggle.btn.btn-info[disabled]:focus,
.open > .dropdown-toggle.btn.btn-info.disabled:focus,
.btn.btn-info[disabled]:active.focus,
.btn.btn-info.disabled:active.focus,
.btn.btn-info[disabled].active.focus,
.btn.btn-info.disabled.active.focus,
.open > .dropdown-toggle.btn.btn-info[disabled].focus,
.open > .dropdown-toggle.btn.btn-info.disabled.focus {
  color: #4F868E;
  background-color: #d4d4d4;
  border-color: #21393c;
}
.btn.btn-info[disabled]:active,
.btn.btn-info.disabled:active,
.btn.btn-info[disabled].active,
.btn.btn-info.disabled.active,
.open > .dropdown-toggle.btn.btn-info[disabled],
.open > .dropdown-toggle.btn.btn-info.disabled {
  background-image: none;
}
.btn.btn-info[disabled].disabled:hover,
.btn.btn-info.disabled.disabled:hover,
.btn.btn-info[disabled][disabled]:hover,
.btn.btn-info.disabled[disabled]:hover,
fieldset[disabled] .btn.btn-info[disabled]:hover,
fieldset[disabled] .btn.btn-info.disabled:hover,
.btn.btn-info[disabled].disabled:focus,
.btn.btn-info.disabled.disabled:focus,
.btn.btn-info[disabled][disabled]:focus,
.btn.btn-info.disabled[disabled]:focus,
fieldset[disabled] .btn.btn-info[disabled]:focus,
fieldset[disabled] .btn.btn-info.disabled:focus,
.btn.btn-info[disabled].disabled.focus,
.btn.btn-info.disabled.disabled.focus,
.btn.btn-info[disabled][disabled].focus,
.btn.btn-info.disabled[disabled].focus,
fieldset[disabled] .btn.btn-info[disabled].focus,
fieldset[disabled] .btn.btn-info.disabled.focus {
  background-color: #FFFFFF;
  border-color: #4F868E;
}
.btn.btn-info[disabled] .badge,
.btn.btn-info.disabled .badge {
  color: #FFFFFF;
  background-color: #4F868E;
}
.btn.btn-warning {
  background-color: #FFC845;
  border-color: #FFC845;
  color: #FFFFFF;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active {
  background-color: #ffc02b;
  border-color: #ffc02b;
  color: #f2f2f2;
}
.btn.btn-warning[disabled],
.btn.btn-warning.disabled {
  color: #FFFFFF;
  background-color: #FFC845;
  border-color: #FFC845;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn.btn-warning[disabled]:focus,
.btn.btn-warning.disabled:focus,
.btn.btn-warning[disabled].focus,
.btn.btn-warning.disabled.focus {
  color: #FFFFFF;
  background-color: #ffb912;
  border-color: #c48a00;
}
.btn.btn-warning[disabled]:hover,
.btn.btn-warning.disabled:hover {
  color: #FFFFFF;
  background-color: #ffb912;
  border-color: #ffb608;
}
.btn.btn-warning[disabled]:active,
.btn.btn-warning.disabled:active,
.btn.btn-warning[disabled].active,
.btn.btn-warning.disabled.active,
.open > .dropdown-toggle.btn.btn-warning[disabled],
.open > .dropdown-toggle.btn.btn-warning.disabled {
  color: #FFFFFF;
  background-color: #ffb912;
  border-color: #ffb608;
}
.btn.btn-warning[disabled]:active:hover,
.btn.btn-warning.disabled:active:hover,
.btn.btn-warning[disabled].active:hover,
.btn.btn-warning.disabled.active:hover,
.open > .dropdown-toggle.btn.btn-warning[disabled]:hover,
.open > .dropdown-toggle.btn.btn-warning.disabled:hover,
.btn.btn-warning[disabled]:active:focus,
.btn.btn-warning.disabled:active:focus,
.btn.btn-warning[disabled].active:focus,
.btn.btn-warning.disabled.active:focus,
.open > .dropdown-toggle.btn.btn-warning[disabled]:focus,
.open > .dropdown-toggle.btn.btn-warning.disabled:focus,
.btn.btn-warning[disabled]:active.focus,
.btn.btn-warning.disabled:active.focus,
.btn.btn-warning[disabled].active.focus,
.btn.btn-warning.disabled.active.focus,
.open > .dropdown-toggle.btn.btn-warning[disabled].focus,
.open > .dropdown-toggle.btn.btn-warning.disabled.focus {
  color: #FFFFFF;
  background-color: #eda700;
  border-color: #c48a00;
}
.btn.btn-warning[disabled]:active,
.btn.btn-warning.disabled:active,
.btn.btn-warning[disabled].active,
.btn.btn-warning.disabled.active,
.open > .dropdown-toggle.btn.btn-warning[disabled],
.open > .dropdown-toggle.btn.btn-warning.disabled {
  background-image: none;
}
.btn.btn-warning[disabled].disabled:hover,
.btn.btn-warning.disabled.disabled:hover,
.btn.btn-warning[disabled][disabled]:hover,
.btn.btn-warning.disabled[disabled]:hover,
fieldset[disabled] .btn.btn-warning[disabled]:hover,
fieldset[disabled] .btn.btn-warning.disabled:hover,
.btn.btn-warning[disabled].disabled:focus,
.btn.btn-warning.disabled.disabled:focus,
.btn.btn-warning[disabled][disabled]:focus,
.btn.btn-warning.disabled[disabled]:focus,
fieldset[disabled] .btn.btn-warning[disabled]:focus,
fieldset[disabled] .btn.btn-warning.disabled:focus,
.btn.btn-warning[disabled].disabled.focus,
.btn.btn-warning.disabled.disabled.focus,
.btn.btn-warning[disabled][disabled].focus,
.btn.btn-warning.disabled[disabled].focus,
fieldset[disabled] .btn.btn-warning[disabled].focus,
fieldset[disabled] .btn.btn-warning.disabled.focus {
  background-color: #FFC845;
  border-color: #FFC845;
}
.btn.btn-warning[disabled] .badge,
.btn.btn-warning.disabled .badge {
  color: #FFC845;
  background-color: #FFFFFF;
}
.btn.btn-warning[disabled]:focus,
.btn.btn-warning.disabled:focus,
.btn.btn-warning[disabled].focus,
.btn.btn-warning.disabled.focus {
  color: #FFFFFF;
  background-color: #ffb912;
  border-color: #c48a00;
}
.btn.btn-warning[disabled]:hover,
.btn.btn-warning.disabled:hover {
  color: #FFFFFF;
  background-color: #ffb912;
  border-color: #ffb608;
}
.btn.btn-warning[disabled]:active,
.btn.btn-warning.disabled:active,
.btn.btn-warning[disabled].active,
.btn.btn-warning.disabled.active,
.open > .dropdown-toggle.btn.btn-warning[disabled],
.open > .dropdown-toggle.btn.btn-warning.disabled {
  color: #FFFFFF;
  background-color: #ffb912;
  border-color: #ffb608;
}
.btn.btn-warning[disabled]:active:hover,
.btn.btn-warning.disabled:active:hover,
.btn.btn-warning[disabled].active:hover,
.btn.btn-warning.disabled.active:hover,
.open > .dropdown-toggle.btn.btn-warning[disabled]:hover,
.open > .dropdown-toggle.btn.btn-warning.disabled:hover,
.btn.btn-warning[disabled]:active:focus,
.btn.btn-warning.disabled:active:focus,
.btn.btn-warning[disabled].active:focus,
.btn.btn-warning.disabled.active:focus,
.open > .dropdown-toggle.btn.btn-warning[disabled]:focus,
.open > .dropdown-toggle.btn.btn-warning.disabled:focus,
.btn.btn-warning[disabled]:active.focus,
.btn.btn-warning.disabled:active.focus,
.btn.btn-warning[disabled].active.focus,
.btn.btn-warning.disabled.active.focus,
.open > .dropdown-toggle.btn.btn-warning[disabled].focus,
.open > .dropdown-toggle.btn.btn-warning.disabled.focus {
  color: #FFFFFF;
  background-color: #eda700;
  border-color: #c48a00;
}
.btn.btn-warning[disabled]:active,
.btn.btn-warning.disabled:active,
.btn.btn-warning[disabled].active,
.btn.btn-warning.disabled.active,
.open > .dropdown-toggle.btn.btn-warning[disabled],
.open > .dropdown-toggle.btn.btn-warning.disabled {
  background-image: none;
}
.btn.btn-warning[disabled].disabled:hover,
.btn.btn-warning.disabled.disabled:hover,
.btn.btn-warning[disabled][disabled]:hover,
.btn.btn-warning.disabled[disabled]:hover,
fieldset[disabled] .btn.btn-warning[disabled]:hover,
fieldset[disabled] .btn.btn-warning.disabled:hover,
.btn.btn-warning[disabled].disabled:focus,
.btn.btn-warning.disabled.disabled:focus,
.btn.btn-warning[disabled][disabled]:focus,
.btn.btn-warning.disabled[disabled]:focus,
fieldset[disabled] .btn.btn-warning[disabled]:focus,
fieldset[disabled] .btn.btn-warning.disabled:focus,
.btn.btn-warning[disabled].disabled.focus,
.btn.btn-warning.disabled.disabled.focus,
.btn.btn-warning[disabled][disabled].focus,
.btn.btn-warning.disabled[disabled].focus,
fieldset[disabled] .btn.btn-warning[disabled].focus,
fieldset[disabled] .btn.btn-warning.disabled.focus {
  background-color: #FFC845;
  border-color: #FFC845;
}
.btn.btn-warning[disabled] .badge,
.btn.btn-warning.disabled .badge {
  color: #FFC845;
  background-color: #FFFFFF;
}
.btn.btn-danger {
  background-color: #CE0037;
  border-color: #CE0037;
  color: #FFFFFF;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active {
  background-color: #b50030;
  border-color: #b50030;
  color: #f2f2f2;
}
.btn.btn-danger[disabled],
.btn.btn-danger.disabled {
  color: #FFFFFF;
  background-color: #CE0037;
  border-color: #CE0037;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn.btn-danger[disabled]:focus,
.btn.btn-danger.disabled:focus,
.btn.btn-danger[disabled].focus,
.btn.btn-danger.disabled.focus {
  color: #FFFFFF;
  background-color: #9b0029;
  border-color: #4f0015;
}
.btn.btn-danger[disabled]:hover,
.btn.btn-danger.disabled:hover {
  color: #FFFFFF;
  background-color: #9b0029;
  border-color: #910027;
}
.btn.btn-danger[disabled]:active,
.btn.btn-danger.disabled:active,
.btn.btn-danger[disabled].active,
.btn.btn-danger.disabled.active,
.open > .dropdown-toggle.btn.btn-danger[disabled],
.open > .dropdown-toggle.btn.btn-danger.disabled {
  color: #FFFFFF;
  background-color: #9b0029;
  border-color: #910027;
}
.btn.btn-danger[disabled]:active:hover,
.btn.btn-danger.disabled:active:hover,
.btn.btn-danger[disabled].active:hover,
.btn.btn-danger.disabled.active:hover,
.open > .dropdown-toggle.btn.btn-danger[disabled]:hover,
.open > .dropdown-toggle.btn.btn-danger.disabled:hover,
.btn.btn-danger[disabled]:active:focus,
.btn.btn-danger.disabled:active:focus,
.btn.btn-danger[disabled].active:focus,
.btn.btn-danger.disabled.active:focus,
.open > .dropdown-toggle.btn.btn-danger[disabled]:focus,
.open > .dropdown-toggle.btn.btn-danger.disabled:focus,
.btn.btn-danger[disabled]:active.focus,
.btn.btn-danger.disabled:active.focus,
.btn.btn-danger[disabled].active.focus,
.btn.btn-danger.disabled.active.focus,
.open > .dropdown-toggle.btn.btn-danger[disabled].focus,
.open > .dropdown-toggle.btn.btn-danger.disabled.focus {
  color: #FFFFFF;
  background-color: #770020;
  border-color: #4f0015;
}
.btn.btn-danger[disabled]:active,
.btn.btn-danger.disabled:active,
.btn.btn-danger[disabled].active,
.btn.btn-danger.disabled.active,
.open > .dropdown-toggle.btn.btn-danger[disabled],
.open > .dropdown-toggle.btn.btn-danger.disabled {
  background-image: none;
}
.btn.btn-danger[disabled].disabled:hover,
.btn.btn-danger.disabled.disabled:hover,
.btn.btn-danger[disabled][disabled]:hover,
.btn.btn-danger.disabled[disabled]:hover,
fieldset[disabled] .btn.btn-danger[disabled]:hover,
fieldset[disabled] .btn.btn-danger.disabled:hover,
.btn.btn-danger[disabled].disabled:focus,
.btn.btn-danger.disabled.disabled:focus,
.btn.btn-danger[disabled][disabled]:focus,
.btn.btn-danger.disabled[disabled]:focus,
fieldset[disabled] .btn.btn-danger[disabled]:focus,
fieldset[disabled] .btn.btn-danger.disabled:focus,
.btn.btn-danger[disabled].disabled.focus,
.btn.btn-danger.disabled.disabled.focus,
.btn.btn-danger[disabled][disabled].focus,
.btn.btn-danger.disabled[disabled].focus,
fieldset[disabled] .btn.btn-danger[disabled].focus,
fieldset[disabled] .btn.btn-danger.disabled.focus {
  background-color: #CE0037;
  border-color: #CE0037;
}
.btn.btn-danger[disabled] .badge,
.btn.btn-danger.disabled .badge {
  color: #CE0037;
  background-color: #FFFFFF;
}
.btn.btn-danger[disabled]:focus,
.btn.btn-danger.disabled:focus,
.btn.btn-danger[disabled].focus,
.btn.btn-danger.disabled.focus {
  color: #FFFFFF;
  background-color: #9b0029;
  border-color: #4f0015;
}
.btn.btn-danger[disabled]:hover,
.btn.btn-danger.disabled:hover {
  color: #FFFFFF;
  background-color: #9b0029;
  border-color: #910027;
}
.btn.btn-danger[disabled]:active,
.btn.btn-danger.disabled:active,
.btn.btn-danger[disabled].active,
.btn.btn-danger.disabled.active,
.open > .dropdown-toggle.btn.btn-danger[disabled],
.open > .dropdown-toggle.btn.btn-danger.disabled {
  color: #FFFFFF;
  background-color: #9b0029;
  border-color: #910027;
}
.btn.btn-danger[disabled]:active:hover,
.btn.btn-danger.disabled:active:hover,
.btn.btn-danger[disabled].active:hover,
.btn.btn-danger.disabled.active:hover,
.open > .dropdown-toggle.btn.btn-danger[disabled]:hover,
.open > .dropdown-toggle.btn.btn-danger.disabled:hover,
.btn.btn-danger[disabled]:active:focus,
.btn.btn-danger.disabled:active:focus,
.btn.btn-danger[disabled].active:focus,
.btn.btn-danger.disabled.active:focus,
.open > .dropdown-toggle.btn.btn-danger[disabled]:focus,
.open > .dropdown-toggle.btn.btn-danger.disabled:focus,
.btn.btn-danger[disabled]:active.focus,
.btn.btn-danger.disabled:active.focus,
.btn.btn-danger[disabled].active.focus,
.btn.btn-danger.disabled.active.focus,
.open > .dropdown-toggle.btn.btn-danger[disabled].focus,
.open > .dropdown-toggle.btn.btn-danger.disabled.focus {
  color: #FFFFFF;
  background-color: #770020;
  border-color: #4f0015;
}
.btn.btn-danger[disabled]:active,
.btn.btn-danger.disabled:active,
.btn.btn-danger[disabled].active,
.btn.btn-danger.disabled.active,
.open > .dropdown-toggle.btn.btn-danger[disabled],
.open > .dropdown-toggle.btn.btn-danger.disabled {
  background-image: none;
}
.btn.btn-danger[disabled].disabled:hover,
.btn.btn-danger.disabled.disabled:hover,
.btn.btn-danger[disabled][disabled]:hover,
.btn.btn-danger.disabled[disabled]:hover,
fieldset[disabled] .btn.btn-danger[disabled]:hover,
fieldset[disabled] .btn.btn-danger.disabled:hover,
.btn.btn-danger[disabled].disabled:focus,
.btn.btn-danger.disabled.disabled:focus,
.btn.btn-danger[disabled][disabled]:focus,
.btn.btn-danger.disabled[disabled]:focus,
fieldset[disabled] .btn.btn-danger[disabled]:focus,
fieldset[disabled] .btn.btn-danger.disabled:focus,
.btn.btn-danger[disabled].disabled.focus,
.btn.btn-danger.disabled.disabled.focus,
.btn.btn-danger[disabled][disabled].focus,
.btn.btn-danger.disabled[disabled].focus,
fieldset[disabled] .btn.btn-danger[disabled].focus,
fieldset[disabled] .btn.btn-danger.disabled.focus {
  background-color: #CE0037;
  border-color: #CE0037;
}
.btn.btn-danger[disabled] .badge,
.btn.btn-danger.disabled .badge {
  color: #CE0037;
  background-color: #FFFFFF;
}
.btn.btn-lg {
  padding: 12px 20px;
  font-size: 14px;
  line-height: 14px;
  border-radius: 20px;
  min-width: 150px;
  font-family: 'Rubik-medium', sans-serif;
}
.btn.btn-sm {
  padding: 7px 12px;
  font-size: 11px;
  line-height: 11px;
  border-radius: 13px;
  min-width: 100px;
  font-family: 'Rubik-bold', sans-serif;
}
.btn.btn-xs {
  padding: 3px 10px;
  font-size: 10px;
  line-height: 10px;
  border-radius: 9px;
  min-width: 0;
  font-family: 'Rubik-bold', sans-serif;
}
.nav-tabs-lg {
  border-bottom: 1px solid #D4D5D6;
  margin-bottom: 15px;
}
.nav-tabs-lg li {
  float: left;
  width: 25%;
  text-align: center;
  border: 1px solid #D4D5D6;
}
@media (min-width: 1200px) {
  .nav-tabs-lg li {
    width: 202px;
    /* Matching the width of the left-side of UsergroupStatViewWidget */
  }
}
.nav-tabs-lg li a {
  margin-right: -1px;
  font-family: 'Rubik-medium', sans-serif;
  color: #54585A;
  background-color: #EEEEEE;
  border-bottom: 5px solid #D4D5D6;
  border-radius: 0;
}
.nav-tabs-lg li.active a {
  color: #FF8F1C !important;
  background-color: #FFFFFF;
  border-bottom: 5px solid #FF8F1C;
}
.nav-tabs-lg li.active:hover a {
  border-bottom: 5px solid #FF8F1C;
}
.nav-tabs-lg li:not(.active):hover a {
  background-color: #4F868E;
  color: #FFFFFF;
  border-bottom: 5px solid #3d676d;
}
ul.nav.nav-tabs {
  display: block;
  border-bottom: 1px solid #D4D5D6;
  overflow: hidden;
  margin: 0;
}
ul.nav.nav-tabs li {
  float: left;
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  font-family: 'Rubik-bold', sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}
ul.nav.nav-tabs li.active a,
ul.nav.nav-tabs li.active:hover a {
  color: #4F868E;
  border: none;
  background-color: #FFFFFF;
  border-bottom: 3px solid #FF8F1C;
}
ul.nav.nav-tabs li:not(.active):hover a {
  background-color: #FFFFFF;
  border-bottom: 3px solid #4F868E;
}
ul.nav.nav-tabs li a {
  display: block;
  min-width: 75px;
  height: 27px;
  margin-top: 6px;
  cursor: pointer;
  text-align: center;
  border: none;
  border-radius: none;
  line-height: 10px;
  border-bottom: 3px solid #FFFFFF;
}
ul.nav.nav-tabs li a:hover {
  text-decoration: none;
}
.alert {
  padding: 15px 15px 15px 49px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
  line-height: 20px;
}
.alert > p,
.alert > ul,
.alert > ol {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert > a {
  text-decoration: underline;
}
.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5 {
  margin: 0;
  line-height: 20px;
}
.alert hr {
  border-top-color: #D4D5D6;
}
.alert p {
  color: inherit;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable > button:before,
.alert-dismissible > button:before {
  content: "\e684";
  font-family: 'criteo-wireframing';
  font-size: 20px;
  color: #54585A;
  text-shadow: none;
}
.alert-dismissable .close,
.alert-dismissible .close {
  top: 0;
  font-weight: normal;
}
.alert-dismissable .close > span,
.alert-dismissible .close > span {
  display: none;
}
.alert-success {
  background-color: #FFFFFF;
  border-color: #658D1B;
  color: #54585A;
}
.alert-success:before {
  content: "\e618";
  font-family: 'criteo-wireframing';
  position: absolute;
  font-size: 24px;
  margin-left: -34px;
  margin-right: 10px;
  color: #658D1B;
}
.alert-success-full {
  padding: 15px 35px 15px 15px;
  background-color: #658D1B;
  border-color: #658D1B;
  color: #FFFFFF;
}
.alert-success-full > button:before {
  color: #FFFFFF;
}
.alert-success-full a {
  color: #FFFFFF;
}
.alert-success-full hr {
  border-top-color: #567817;
}
.alert-success-full .alert-link {
  color: #e6e6e6;
}
.alert-success-full hr {
  border-top-color: #567817;
}
.alert-success-full .alert-link {
  color: #e6e6e6;
}
.alert-success-full-icon {
  background-color: #658D1B;
  border-color: #658D1B;
  color: #FFFFFF;
}
.alert-success-full-icon hr {
  border-top-color: #567817;
}
.alert-success-full-icon .alert-link {
  color: #e6e6e6;
}
.alert-success-full-icon hr {
  border-top-color: #567817;
}
.alert-success-full-icon .alert-link {
  color: #e6e6e6;
}
.alert-success-full-icon:before {
  content: "\e618";
  font-family: 'criteo-wireframing';
  position: absolute;
  font-size: 24px;
  margin-left: -34px;
  margin-right: 10px;
  color: #FFFFFF;
}
.alert-success-full-icon > button:before {
  color: #FFFFFF;
}
.alert-success-full-icon a {
  color: #FFFFFF;
}
.alert-info {
  background-color: #FFFFFF;
  border-color: #4F868E;
  color: #54585A;
}
.alert-info:before {
  content: "\e646";
  font-family: 'criteo-wireframing';
  position: absolute;
  font-size: 24px;
  margin-left: -34px;
  margin-right: 10px;
  color: #4F868E;
}
.alert-info-full {
  padding: 15px 35px 15px 15px;
  background-color: #4F868E;
  border-color: #4F868E;
  color: #FFFFFF;
}
.alert-info-full > button:before {
  color: #FFFFFF;
}
.alert-info-full a {
  color: #FFFFFF;
}
.alert-info-full hr {
  border-top-color: #46777e;
}
.alert-info-full .alert-link {
  color: #e6e6e6;
}
.alert-info-full hr {
  border-top-color: #46777e;
}
.alert-info-full .alert-link {
  color: #e6e6e6;
}
.alert-info-full-icon {
  background-color: #4F868E;
  border-color: #4F868E;
  color: #FFFFFF;
}
.alert-info-full-icon hr {
  border-top-color: #46777e;
}
.alert-info-full-icon .alert-link {
  color: #e6e6e6;
}
.alert-info-full-icon hr {
  border-top-color: #46777e;
}
.alert-info-full-icon .alert-link {
  color: #e6e6e6;
}
.alert-info-full-icon:before {
  content: "\e646";
  font-family: 'criteo-wireframing';
  position: absolute;
  font-size: 24px;
  margin-left: -34px;
  margin-right: 10px;
  color: #FFFFFF;
}
.alert-info-full-icon > button:before {
  color: #FFFFFF;
}
.alert-info-full-icon a {
  color: #FFFFFF;
}
.alert-warning {
  background-color: #FFFFFF;
  border-color: #FFC845;
  color: #54585A;
}
.alert-warning:before {
  content: "\e680";
  font-family: 'criteo-wireframing';
  position: absolute;
  font-size: 24px;
  margin-left: -34px;
  margin-right: 10px;
  color: #FFC845;
}
.alert-warning-full {
  padding: 15px 35px 15px 15px;
  background-color: #FFC845;
  border-color: #FFC845;
  color: #FFFFFF;
}
.alert-warning-full > button:before {
  color: #FFFFFF;
}
.alert-warning-full a {
  color: #FFFFFF;
}
.alert-warning-full hr {
  border-top-color: #ffc02b;
}
.alert-warning-full .alert-link {
  color: #e6e6e6;
}
.alert-warning-full hr {
  border-top-color: #ffc02b;
}
.alert-warning-full .alert-link {
  color: #e6e6e6;
}
.alert-warning-full-icon {
  background-color: #FFC845;
  border-color: #FFC845;
  color: #FFFFFF;
}
.alert-warning-full-icon hr {
  border-top-color: #ffc02b;
}
.alert-warning-full-icon .alert-link {
  color: #e6e6e6;
}
.alert-warning-full-icon hr {
  border-top-color: #ffc02b;
}
.alert-warning-full-icon .alert-link {
  color: #e6e6e6;
}
.alert-warning-full-icon:before {
  content: "\e680";
  font-family: 'criteo-wireframing';
  position: absolute;
  font-size: 24px;
  margin-left: -34px;
  margin-right: 10px;
  color: #FFFFFF;
}
.alert-warning-full-icon > button:before {
  color: #FFFFFF;
}
.alert-warning-full-icon a {
  color: #FFFFFF;
}
.alert-danger {
  background-color: #FFFFFF;
  border-color: #CE0037;
  color: #CE0037;
}
.alert-danger:before {
  content: "\e680";
  font-family: 'criteo-wireframing';
  position: absolute;
  font-size: 24px;
  margin-left: -34px;
  margin-right: 10px;
  color: #CE0037;
}
.alert-danger-full {
  padding: 15px 35px 15px 15px;
  background-color: #CE0037;
  border-color: #CE0037;
  color: #FFFFFF;
}
.alert-danger-full > button:before {
  color: #FFFFFF;
}
.alert-danger-full a {
  color: #FFFFFF;
}
.alert-danger-full hr {
  border-top-color: #b50030;
}
.alert-danger-full .alert-link {
  color: #e6e6e6;
}
.alert-danger-full hr {
  border-top-color: #b50030;
}
.alert-danger-full .alert-link {
  color: #e6e6e6;
}
.alert-danger-full-icon {
  background-color: #CE0037;
  border-color: #CE0037;
  color: #FFFFFF;
}
.alert-danger-full-icon hr {
  border-top-color: #b50030;
}
.alert-danger-full-icon .alert-link {
  color: #e6e6e6;
}
.alert-danger-full-icon hr {
  border-top-color: #b50030;
}
.alert-danger-full-icon .alert-link {
  color: #e6e6e6;
}
.alert-danger-full-icon:before {
  content: "\e680";
  font-family: 'criteo-wireframing';
  position: absolute;
  font-size: 24px;
  margin-left: -34px;
  margin-right: 10px;
  color: #FFFFFF;
}
.alert-danger-full-icon > button:before {
  color: #FFFFFF;
}
.alert-danger-full-icon a {
  color: #FFFFFF;
}
.alert-primary {
  background-color: #FFFFFF;
  border-color: #FF8F1C;
  color: #54585A;
}
.alert-primary:before {
  content: "\e618";
  font-family: 'criteo-wireframing';
  position: absolute;
  font-size: 24px;
  margin-left: -34px;
  margin-right: 10px;
  color: #FF8F1C;
}
.alert-primary-full {
  padding: 15px 35px 15px 15px;
  background-color: #FF8F1C;
  border-color: #FF8F1C;
  color: #FFFFFF;
}
.alert-primary-full > button:before {
  color: #FFFFFF;
}
.alert-primary-full a {
  color: #FFFFFF;
}
.alert-primary-full hr {
  border-top-color: #ff8202;
}
.alert-primary-full .alert-link {
  color: #e6e6e6;
}
.alert-primary-full hr {
  border-top-color: #ff8202;
}
.alert-primary-full .alert-link {
  color: #e6e6e6;
}
.alert-primary-full-icon {
  background-color: #FF8F1C;
  border-color: #FF8F1C;
  color: #FFFFFF;
}
.alert-primary-full-icon hr {
  border-top-color: #ff8202;
}
.alert-primary-full-icon .alert-link {
  color: #e6e6e6;
}
.alert-primary-full-icon hr {
  border-top-color: #ff8202;
}
.alert-primary-full-icon .alert-link {
  color: #e6e6e6;
}
.alert-primary-full-icon:before {
  content: "\e618";
  font-family: 'criteo-wireframing';
  position: absolute;
  font-size: 24px;
  margin-left: -34px;
  margin-right: 10px;
  color: #FFFFFF;
}
.alert-primary-full-icon > button:before {
  color: #FFFFFF;
}
.alert-primary-full-icon a {
  color: #FFFFFF;
}
.table {
  border-collapse: separate;
  color: #54585A;
  text-align: left;
}
.table .number-column {
  text-align: right;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding-left: 0;
  padding-right: 10px;
}
.table > thead > tr th {
  position: relative;
  border-bottom: 0;
  padding: 8px 10px 8px 0;
}
.table > thead > tr th.no-border:before {
  border: 0;
}
.table > thead > tr th:last-child:before {
  right: 0;
}
.table > thead > tr th:before {
  content: "";
  border-bottom: 2px solid #7F8283;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 10px;
}
.table > thead > tr th.sortable > div,
.table > thead > tr th.sortable span {
  position: relative;
}
.table > thead > tr th.sortable .sort-indicator {
  position: static;
}
.table > thead > tr th.sortable.sort-asc,
.table > thead > tr th.sortable.sort-desc {
  background-color: inherit;
}
.table > thead > tr th.sortable.sort-asc > div,
.table > thead > tr th.sortable.sort-desc > div {
  border-bottom-color: #7F8283;
}
.table > thead > tr th.sortable.sort-asc .sort-indicator:after {
  border-bottom-color: #FF8F1C;
  opacity: 1;
}
.table > thead > tr th.sortable.sort-desc .sort-indicator:after {
  border-top-color: #FF8F1C;
  opacity: 1;
}
.table > :first-child tr:first-child > td {
  border-top: 1px solid #D4D5D6;
}
.table > tbody > tr.selected {
  background-color: #EEEEEE;
}
.table > tbody > tr > td {
  font-size: 14px;
  position: relative;
  border-top: none;
  border-bottom: 1px solid #D4D5D6;
  vertical-align: middle;
}
.table > tbody > tr > td.icon {
  padding-left: 25px;
}
.table > tbody > tr > td.icon.number-column {
  padding-right: 35px;
}
.table > tbody > tr > td:last-child {
  padding-right: 15px;
}
.table > tbody > tr > td.warning-icon:before {
  content: "\e680";
  font-family: 'criteo-wireframing';
  position: absolute;
  font-size: 14px;
  color: #FFC845;
  left: 4px;
  right: inherit;
}
.table > tbody > tr > td.warning-icon.number-column:before {
  left: inherit;
  right: 14px;
}
.table-condensed .table > tbody > tr > td.warning-icon {
  color: red;
}
.table > tbody > tr > td.danger-icon:before {
  content: "\e680";
  font-family: 'criteo-wireframing';
  position: absolute;
  font-size: 14px;
  color: #CE0037;
  left: 4px;
  right: inherit;
}
.table > tbody > tr > td.danger-icon.number-column:before {
  left: inherit;
  right: 14px;
}
.table-condensed .table > tbody > tr > td.danger-icon {
  color: red;
}
.table > tbody > tr > td.info-icon:before {
  content: "\e646";
  font-family: 'criteo-wireframing';
  position: absolute;
  font-size: 14px;
  color: #4F868E;
  left: 4px;
  right: inherit;
}
.table > tbody > tr > td.info-icon.number-column:before {
  left: inherit;
  right: 14px;
}
.table-condensed .table > tbody > tr > td.info-icon {
  color: red;
}
.table > tbody > tr > td.success-icon:before {
  content: "\e618";
  font-family: 'criteo-wireframing';
  position: absolute;
  font-size: 14px;
  color: #658D1B;
  left: 4px;
  right: inherit;
}
.table > tbody > tr > td.success-icon.number-column:before {
  left: inherit;
  right: 14px;
}
.table-condensed .table > tbody > tr > td.success-icon {
  color: red;
}
.table > tbody > tr > td.loading-icon:before {
  content: "\e628";
  font-family: 'criteo-wireframing';
  position: absolute;
  font-size: 14px;
  color: #D4D5D6;
  left: 4px;
  right: inherit;
}
.table > tbody > tr > td.loading-icon.number-column:before {
  left: inherit;
  right: 14px;
}
.table-condensed .table > tbody > tr > td.loading-icon {
  color: red;
}
.table > tbody > tr > td.loading-icon:before {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.table > tbody > tr > td.pending-icon:before {
  content: "\e618";
  font-family: 'criteo-wireframing';
  position: absolute;
  font-size: 14px;
  color: #7F8283;
  left: 4px;
  right: inherit;
}
.table > tbody > tr > td.pending-icon.number-column:before {
  left: inherit;
  right: 14px;
}
.table-condensed .table > tbody > tr > td.pending-icon {
  color: red;
}
.table > tbody > tr > td.warning-bar:before {
  position: absolute;
  content: "";
  width: 4px;
  background-color: #FFC845;
  left: 8px;
  right: 0;
  top: 5px;
  bottom: 5px;
  margin-top: auto;
  margin-bottom: auto;
}
.table > tbody > tr > td.warning-bar.number-column:before {
  left: inherit;
  right: 18px;
}
.table > tbody > tr > td.danger-bar:before {
  position: absolute;
  content: "";
  width: 4px;
  background-color: #CE0037;
  left: 8px;
  right: 0;
  top: 5px;
  bottom: 5px;
  margin-top: auto;
  margin-bottom: auto;
}
.table > tbody > tr > td.danger-bar.number-column:before {
  left: inherit;
  right: 18px;
}
.table > tbody > tr > td.success-bar:before {
  position: absolute;
  content: "";
  width: 4px;
  background-color: #658D1B;
  left: 8px;
  right: 0;
  top: 5px;
  bottom: 5px;
  margin-top: auto;
  margin-bottom: auto;
}
.table > tbody > tr > td.success-bar.number-column:before {
  left: inherit;
  right: 18px;
}
.table > tbody > tr > td.info-bar:before {
  position: absolute;
  content: "";
  width: 4px;
  background-color: #4F868E;
  left: 8px;
  right: 0;
  top: 5px;
  bottom: 5px;
  margin-top: auto;
  margin-bottom: auto;
}
.table > tbody > tr > td.info-bar.number-column:before {
  left: inherit;
  right: 18px;
}
.table .expanded-row {
  background-color: #f5f5f5;
}
.table .expandable-row {
  cursor: pointer;
}
.table .expandable-row:hover {
  background-color: #f5f5f5;
}
.table .is-disabled .inner-cell {
  opacity: 0.3;
}
.table .subrow-comment {
  color: #A9ABAC;
}
.table th {
  font-family: 'Rubik-medium', sans-serif;
  font-size: 14px;
  border: none;
  margin: 0;
  color: #54585A;
  text-transform: uppercase;
  font-weight: normal;
}
.table th.is-disabled span {
  opacity: 0.3;
}
.table-condensed th {
  font-size: 11px;
}
.table-condensed tbody > tr > td {
  font-size: 12px;
}
.table-condensed tbody > tr > td.icon {
  padding-left: 20px;
}
.table-condensed tbody > tr > td.icon.number-column {
  padding-right: 30px;
}
.table-condensed tbody > tr > td.icon:before {
  font-size: 12px;
}
.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 8px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #54585A;
  border: 0;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li:first-child > a:before,
.pagination > li:first-child > span:before {
  content: "\e61f";
  font-family: 'criteo-wireframing';
  width: 20px;
  height: 20px;
}
.pagination > li:first-child.pagination-first > a:before,
.pagination > li:first-child.pagination-first > span:before {
  content: "";
  font-family: 'criteo-wireframing';
  width: 20px;
  height: 20px;
}
.pagination > li:first-child.pagination-first > a:hover:after,
.pagination > li:first-child.pagination-first > a:focus:after {
  width: 50%;
}
.pagination > li:last-child > a:before,
.pagination > li:last-child > span:before {
  content: "\e620";
  font-family: 'criteo-wireframing';
  width: 20px;
  height: 20px;
}
.pagination > li:last-child.pagination-last > a:before,
.pagination > li:last-child.pagination-last > span:before {
  content: "";
  font-family: 'criteo-wireframing';
  width: 20px;
  height: 20px;
}
.pagination > li:last-child.pagination-last > a:hover:after,
.pagination > li:last-child.pagination-last > a:focus:after {
  width: 50%;
}
.pagination > li.pagination-next > a:hover:after,
.pagination > li.pagination-prev > a:hover:after,
.pagination > li.pagination-next > a:focus:after,
.pagination > li.pagination-prev > a:focus:after {
  width: 50%;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #4F868E;
  background-color: inherit;
}
.pagination > li > a:hover:after,
.pagination > li > span:hover:after,
.pagination > li > a:focus:after,
.pagination > li > span:focus:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 2px;
  right: 0;
  left: 0;
  margin: auto;
  border-bottom: 2px solid #4F868E;
  width: 11px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #4F868E;
  cursor: default;
  background-color: inherit;
}
.pagination > .active > a:after,
.pagination > .active > span:after,
.pagination > .active > a:hover:after,
.pagination > .active > span:hover:after,
.pagination > .active > a:focus:after,
.pagination > .active > span:focus:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 2px;
  right: 0;
  left: 0;
  margin: auto;
  border-bottom: 2px solid #FF8F1C;
  width: 11px;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #D4D5D6;
  cursor: not-allowed;
}
.pagination > .disabled > span:after,
.pagination > .disabled > span:hover:after,
.pagination > .disabled > span:focus:after,
.pagination > .disabled > a:after,
.pagination > .disabled > a:hover:after,
.pagination > .disabled > a:focus:after {
  border-bottom: 0;
  width: 0;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.popover.top {
  margin-top: -15px;
}
.popover.right {
  margin-left: 15px;
}
.popover.bottom {
  margin-top: 15px;
}
.popover.left {
  margin-left: -15px;
}
.popover {
  border-width: 2px;
  font-family: 'Rubik-medium', sans-serif;
  font-size: 12px;
}
.popover.top > .arrow::after {
  bottom: 3px;
}
.popover.bottom > .arrow::after {
  top: 3px;
}
.popover.right > .arrow::after {
  left: 3px;
}
.popover.left > .arrow::after {
  right: 3px;
}
.modal-content {
  border: solid 8px rgba(255, 255, 255, 0.3);
  border-radius: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  background-color: #54585A;
}
.modal-backdrop.in {
  opacity: 0.9;
}
.ph-modal {
  background-color: #EEEEEE;
}
.ph-modal .modal-header {
  color: #54585A;
  border-bottom: 1px solid #D4D5D6;
}
.ph-modal .modal-header > h1,
.ph-modal .modal-header > h2,
.ph-modal .modal-header > h3,
.ph-modal .modal-header > h4,
.ph-modal .modal-header > h5,
.ph-modal .modal-header > h6,
.ph-modal .modal-header .modal-title {
  margin-bottom: 0;
}
.ph-modal .modal-footer {
  background-color: #FFFFFF;
  border-top: 1px solid #D4D5D6;
}
/* Main contents max-size. */
/* Standard margin */
/* Standard shadow for UI elements */
/* Prevent selection of text */
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Disable standard button styling. */
.text-nowrap {
  white-space: nowrap;
}
.currency-sign {
  margin-right: 10px;
}
/* Datepicker and currencySelector */
.top-level-navigation {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #54585A;
}
body,
p {
  color: #2f323a;
}
.strikethrough {
  text-decoration: line-through;
}
@font-face {
  font-family: "fontastic";
  src: url(assets/fonts/fontastic.eot);
  src: url(assets/fonts/fontastic.eot?#iefix) format("embedded-opentype"), url(assets/fonts/fontastic.woff) format("woff"), url(assets/fonts/fontastic.ttf) format("truetype"), url(assets/fonts/fontastic.svg#fontastic) format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "fontastic" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontastic" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-plug:before {
  content: "\61";
}
.icon-sliders:before {
  content: "\62";
}
.icon-cog:before {
  content: "\63";
}
.icon-th:before {
  content: "\64";
}
.expand-panel {
  display: inline-block;
  padding: 1rem 0;
}
.expand-panel:before {
  display: inline-block;
  font-family: 'criteo-wireframing';
  content: "\e660";
  padding-right: 0.5rem;
}
.expand-panel.expanded:before {
  content: "\e64a";
}
table.table-condensed .form-group {
  margin-bottom: 0;
}
table.table-condensed input.form-control,
table.table-condensed select.form-control {
  width: 100%;
  font-size: inherit;
  height: 26px;
  padding-top: 0;
  padding-bottom: 0;
}
.tabset-lg .nav-tabs {
  border-bottom: 1px solid #D4D5D6;
  margin-bottom: 15px;
}
.tabset-lg .nav-tabs li {
  width: 25%;
  text-align: center;
  white-space: nowrap;
  overflow: visible;
}
@media (min-width: 1200px) {
  .tabset-lg .nav-tabs li {
    width: 250px;
  }
}
.tabset-lg .nav-tabs li a {
  height: 35px !important;
  margin-right: -1px;
  font-size: 18px;
  color: #54585A;
  border-bottom: 5px solid #D4D5D6;
  border-radius: 0;
}
.tabset-lg .nav-tabs li.active a,
.tabset-lg .nav-tabs li.active:hover a {
  color: #FF8F1C !important;
  border-bottom: 5px solid #FF8F1C;
}
.tabset-lg .nav-tabs li:not(.active):hover a {
  background-color: #4F868E;
  color: #4F868E;
  border-bottom: 5px solid #D4D5D6;
}
.tabset-sm {
  border-bottom: 1px solid #D4D5D6;
  overflow: hidden;
}
.tabset-sm ul {
  float: right;
  margin: 0;
}
.tabset-sm li {
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
  font-family: 'Rubik-bold', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
}
.tabset-sm li a {
  display: block;
  width: 75px;
  height: 27px;
  margin-top: 6px;
  cursor: pointer;
  text-align: center;
  border-bottom: 3px solid #FFFFFF;
}
.tabset-sm li a:hover {
  text-decoration: none;
}
.tabset-sm li.active a,
.tabset-sm li.active:hover a {
  border-bottom: 3px solid #FF8F1C;
}
.tabset-sm li:not(.active):hover a {
  background-color: #FFFFFF;
  color: #4F868E;
  border-bottom: 3px solid #4F868E;
}
body {
  display: flex;
  min-height: 100vh;
  height: 100vh;
  flex-direction: column;
  background-color: #FFFFFF;
}
body.authentication {
  background-color: #EEEEEE;
}
.main-content {
  flex: 1 1 auto;
  z-index: 10;
}
/* firefox fix */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}
/* vertical alignment styles */
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px;
}
.row-xs-height {
  display: table-row;
}
.col-xs-height {
  display: table-cell;
  float: none;
}
@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-sm-height {
    display: table-row;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-md-height {
    display: table-row;
  }
  .col-md-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-lg-height {
    display: table-row;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
  }
}
.tooltip {
  background-color: #D4D5D6;
  padding: 10px;
  border: 2px #FFFFFF solid;
  min-width: 150px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  -webkit-box-shadow: 0px 0px 2px 2px 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 2px 2px 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 2px 2px 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  border-radius: 4px;
  position: absolute;
  text-align: center;
  /* Styling for second triangle (border) */
  /* Styling for second triangle (border) */
}
.tooltip.top .content,
.tooltip.bottom .content {
  margin: 5px -10px;
}
.tooltip.left .content,
.tooltip.right .content {
  margin: 5px -15px;
}
.tooltip.bottom:after,
.tooltip.bottom:before,
.tooltip.top:after,
.tooltip.top:before {
  content: '';
  left: 50%;
  margin-left: -10px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.tooltip.top {
  margin-bottom: 15px;
}
.tooltip.bottom {
  margin-top: 15px;
}
.tooltip.left {
  margin-right: 15px;
}
.tooltip.right {
  margin-left: 15px;
}
.tooltip.left:after,
.tooltip.left:before,
.tooltip.right:after,
.tooltip.right:before {
  content: '';
  top: 17%;
  margin-top: -10px;
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.tooltip.right:after,
.tooltip.right:before {
  border-right: 10px solid #D4D5D6;
  left: -10px;
}
.tooltip.left:after,
.tooltip.left:before {
  border-left: 10px solid #D4D5D6;
  right: -10px;
}
.tooltip.top:after,
.tooltip.top:before {
  border-top: 10px solid #D4D5D6;
  bottom: -10px;
}
.tooltip.bottom:after,
.tooltip.bottom:before {
  border-bottom: 10px solid #D4D5D6;
  top: -10px;
}
.tooltip.top:before,
.tooltip.bottom:before {
  margin-left: -13px;
}
.tooltip.left:before,
.tooltip.right:before {
  margin-top: -13px;
}
.tooltip.right:before {
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 13px solid;
  border-right-color: #FFFFFF;
  left: -13px;
}
.tooltip.left:before {
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 13px solid;
  border-left-color: #FFFFFF;
  right: -13px;
}
.tooltip.top:before {
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid;
  border-top-color: #FFFFFF;
  bottom: -13px;
}
.tooltip.bottom:before {
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid;
  border-bottom-color: #FFFFFF;
  top: -13px;
}
.tooltip.top-left:before,
.tooltip.top-left:after,
.tooltip.bottom-left:before,
.tooltip.bottom-left:after {
  left: 13px;
}
.tooltip.top-right:before,
.tooltip.top-right:after,
.tooltip.bottom-right:after {
  right: 13px;
  left: auto;
}
.tooltip.bottom-right:before {
  right: 10px;
  left: auto;
}
.tooltip.tooltip-wrap {
  width: auto;
  min-width: 150px;
}
.tooltip .tooltip-arrow {
  display: none;
}
.tooltip .tooltip-inner {
  color: #54585A;
  background-color: rgba(212, 213, 214, 0.8);
}
.tooltip .content {
  background-color: #FFFFFF;
  padding: 5px 10px;
  border-top: 1px #D4D5D6 solid;
  border-bottom: 1px #D4D5D6 solid;
}
.tooltip.top.top-right:before,
.tooltip.top.top-right:after {
  left: 93%;
}
.chart-wrapper {
  position: relative;
}
.chart-wrapper svg {
  position: absolute;
}
.modal-dialog {
  margin-top: 70px;
}
.modal-header {
  background-color: #EEEEEE;
  padding: 7.5px 15px;
}
.modal-header .close {
  margin-top: 4px;
}
.modal-footer {
  background-color: #FFFFFF;
  margin-top: 0px;
  padding: 7.5px 15px;
}
.modal-footer-step {
  float: left;
  text-transform: lowercase;
  font-weight: bold;
}
.modal-footer-step:first-letter {
  text-transform: uppercase;
}
.modal-body {
  padding-bottom: 0px;
}
.checkbox,
.checkbox-inline {
  padding-left: 20px;
}
.checkbox span,
.checkbox-inline span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  line-height: 20px;
  font-weight: normal;
}
.checkbox span::before,
.checkbox-inline span::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 2px;
  margin-left: -20px;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox span::after,
.checkbox-inline span::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 2px;
  margin-left: -20px;
  margin-top: -2px;
  padding-left: 1px;
  font-size: 14px;
  color: #FFFFFF;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.checkbox input[type="radio"],
.checkbox-inline input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + span::before,
.checkbox-inline input[type="checkbox"]:focus + span::before,
.checkbox input[type="radio"]:focus + span::before,
.checkbox-inline input[type="radio"]:focus + span::before {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + span::before,
.checkbox-inline input[type="checkbox"]:checked + span::before,
.checkbox input[type="radio"]:checked + span::before,
.checkbox-inline input[type="radio"]:checked + span::before {
  background-color: #4F868E;
  border-color: #4F868E;
}
.checkbox input[type="checkbox"]:checked + span::after,
.checkbox-inline input[type="checkbox"]:checked + span::after,
.checkbox input[type="radio"]:checked + span::after,
.checkbox-inline input[type="radio"]:checked + span::after {
  font-family: 'criteo-wireframing';
  content: "\e61b";
}
.checkbox input[type="checkbox"]:disabled + span,
.checkbox-inline input[type="checkbox"]:disabled + span,
.checkbox input[type="radio"]:disabled + span,
.checkbox-inline input[type="radio"]:disabled + span {
  opacity: 0.5;
  cursor: not-allowed;
}
.checkbox.checkbox-inline,
.checkbox-inline.checkbox-inline {
  margin-top: 0;
}
.radio,
.radio-inline {
  padding-left: 20px;
}
.radio span,
.radio-inline span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  line-height: 20px;
  font-weight: normal;
}
.radio span::before,
.radio-inline span::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 2px;
  margin-left: -20px;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
  background-color: #FFFFFF;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio span::after,
.radio-inline span::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 5px;
  height: 5px;
  left: 6px;
  top: 8px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #FFFFFF;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + span::before,
.radio-inline input[type="radio"]:focus + span::before {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + span::before,
.radio-inline input[type="radio"]:checked + span::before {
  background-color: #4F868E;
}
.radio input[type="radio"]:checked + span::after,
.radio-inline input[type="radio"]:checked + span::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + span,
.radio-inline input[type="radio"]:disabled + span {
  opacity: 0.5;
  cursor: not-allowed;
}
.radio.radio-inline,
.radio-inline.radio-inline {
  margin-top: 0;
}
.select-menu-wrapper {
  position: relative;
  margin: 0;
  min-width: 120px;
  background-color: #FFFFFF;
  border-radius: 0;
}
.select-menu-wrapper::before {
  font-family: 'criteo-wireframing';
  content: "\e61c";
  position: absolute;
  right: 7px;
  top: 4px;
}
.select-menu-wrapper select {
  position: relative;
  border: 1px solid #D4D5D6;
  padding-right: 27px;
  background-color: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.select-menu-wrapper select::-ms-expand {
  display: none;
}
.primary,
.graph-1 {
  color: #FF8F1C;
  stroke: #FF8F1C;
}
.secondary-1,
.graph-2 {
  color: #642F6C;
  stroke: #642F6C;
}
.secondary-2,
.graph-3 {
  color: #4F868E;
  stroke: #4F868E;
}
.secondary-3,
.graph-4 {
  color: #658D1B;
  stroke: #658D1B;
}
.secondary-4,
.graph-5 {
  color: #CE0037;
  stroke: #CE0037;
}
.secondary-5,
.graph-6 {
  color: #FFC845;
  stroke: #FFC845;
}
.gray-1,
.graph-7 {
  color: #54585A;
  stroke: #54585A;
}
.primary-bg,
.graph-1-bg {
  background-color: #FF8F1C;
  fill: #FF8F1C;
}
.secondary-1-bg,
.graph-2-bg {
  background-color: #642F6C;
  fill: #642F6C;
}
.secondary-2-bg,
.graph-3-bg {
  background-color: #4F868E;
  fill: #4F868E;
}
.secondary-3-bg,
.graph-4-bg {
  background-color: #658D1B;
  fill: #658D1B;
}
.secondary-4-bg,
.graph-5-bg {
  background-color: #CE0037;
  fill: #CE0037;
}
.secondary-5-bg,
.graph-6-bg {
  background-color: #FFC845;
  fill: #FFC845;
}
.gray-2-bg,
.graph-7-bg {
  background-color: #54585A;
  fill: #54585A;
}
.gray-5-bg {
  background-color: #EEEEEE;
  fill: #EEEEEE;
}
.graph-dot {
  stroke: white;
}
.graph-1-dot {
  stroke: white;
  fill: #FF8F1C;
}
.graph-2-dot {
  stroke: white;
  fill: #642F6C;
}
.graph-3-dot {
  stroke: white;
  fill: #4F868E;
}
.graph-4-dot {
  stroke: white;
  fill: #658D1B;
}
.graph-5-dot {
  stroke: white;
  fill: #CE0037;
}
.graph-6-dot {
  stroke: white;
  fill: #FFC845;
}
.graph-7-dot {
  stroke: white;
  fill: #54585A;
}
.graph-1-hover {
  fill: #FFFFFF;
  stroke: #FF8F1C;
}
.graph-2-hover {
  fill: #FFFFFF;
  stroke: #642F6C;
}
.graph-3-hover {
  fill: #FFFFFF;
  stroke: #4F868E;
}
.graph-4-hover {
  fill: #FFFFFF;
  stroke: #658D1B;
}
.graph-5-hover {
  fill: #FFFFFF;
  stroke: #CE0037;
}
.graph-6-hover {
  fill: #FFFFFF;
  stroke: #FFC845;
}
.graph-7-hover {
  fill: #FFFFFF;
  stroke: #54585A;
}
@-webkit-keyframes frames-spinner {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@-moz-keyframes frames-spinner {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes frames-spinner {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@-o-keyframes frames-spinner {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes frames-spinner {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.any-spin {
  display: inline-block;
  -webkit-animation: frames-spinner 1s linear infinite;
  -o-animation: frames-spinner 1s linear infinite;
  animation: frames-spinner 1s linear infinite;
}
ul.dropdown-menu-top-bar {
  font-family: 'Rubik-regular', sans-serif;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  -webkit-box-shadow: 0px 0px 2px 2px 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 2px 2px 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 2px 2px 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  background-color: rgba(238, 238, 238, 0.8);
  border: 2px #FFFFFF solid;
  border-radius: 4px !important;
  position: absolute;
  text-align: left;
  width: 400px;
  margin-top: 15px;
  padding: 0px;
}
ul.dropdown-menu-top-bar .alert.alert-info {
  background-color: #D4D5D6;
  border-radius: 0;
  border: none;
  color: #54585A;
  margin-bottom: 0;
}
ul.dropdown-menu-top-bar .alert.alert-danger {
  background-color: #D4D5D6;
  border-radius: 0;
  border: none;
  color: #54585A;
  margin-bottom: 0;
}
ul.dropdown-menu-top-bar li {
  background-color: #FFFFFF;
  border-top: 1px solid #EEEEEE;
}
ul.dropdown-menu-top-bar li div.element {
  padding: 10px;
}
ul.dropdown-menu-top-bar li.header {
  background-color: #EEEEEE;
}
ul.dropdown-menu-top-bar li.header span {
  padding: 5px 10px;
}
ul.dropdown-menu-top-bar li.dropdown-item {
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  border-top: 1px solid #D4D5D6;
}
ul.dropdown-menu-top-bar li.dropdown-item:hover {
  background-color: #F2F2F2;
}
ul.dropdown-menu-top-bar li.dropdown-item .dropdown-item-actions {
  float: right;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.dropdown-menu-top-bar li.dropdown-item .dropdown-item-description {
  margin-right: 80px;
}
ul.dropdown-menu-top-bar li.dropdown-item-detail h2 {
  margin: 0px;
}
ul.dropdown-menu-top-bar li.dropdown-item-detail .dropdown-item-detail-content {
  padding: 10px;
}
ul.dropdown-menu-top-bar li.dropdown-item-detail .dropdown-item-detail-content hr {
  margin: 10px 0px;
  border: 1px solid #EEEEEE;
  display: block;
  clear: both;
}
ul.dropdown-menu-top-bar li.dropdown-item-detail .dropdown-item-detail-content form {
  margin-bottom: 15px;
}
ul.dropdown-menu-top-bar li.dropdown-item-detail .dropdown-item-detail-content form:last-child {
  margin-bottom: 0px;
}
ul.dropdown-menu-top-bar li.dropdown-item-detail .dropdown-item-detail-content form ul {
  padding-left: 15px;
}
.limited-inline-list {
  max-width: 250px;
  cursor: pointer;
}
.limited-inline-list .text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.limited-inline-list .tooltip {
  display: none;
  opacity: 1;
  text-align: left;
  margin-top: 8px;
  padding: 0;
}
.limited-inline-list .tooltip-inner {
  overflow-y: auto;
  max-height: 250px;
  overflow-x: hidden;
  max-width: initial;
}
.limited-inline-list ul {
  margin-bottom: 0;
}
.limited-inline-list:hover .tooltip {
  display: block;
}
.limited-inline-list .otherItem {
  margin-right: 20px;
  white-space: nowrap;
}
.fix-main-content-size {
  overflow: auto;
  height: calc(100vh - 360px);
}
.ciDropdownWidget.dropdown,
.ciDropdownWidget.uib-dropdown {
  display: inline-block;
  /* The actual menu that drops down */
}
.ciDropdownWidget.dropdown button,
.ciDropdownWidget.uib-dropdown button {
  /* Browsers */
  border: 0;
  outline: 0;
  /* Bootstrap */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: 0px 0px 2px 2px none;
  -moz-box-shadow: 0px 0px 2px 2px none;
  box-shadow: 0px 0px 2px 2px none;
  position: relative;
  background-color: transparent;
  color: #54585A;
  border-radius: 0;
  border: 1px solid transparent;
}
.ciDropdownWidget.dropdown button[disabled],
.ciDropdownWidget.uib-dropdown button[disabled] {
  opacity: 0.5;
}
.ciDropdownWidget.dropdown button:focus,
.ciDropdownWidget.uib-dropdown button:focus {
  outline: 0;
}
.ciDropdownWidget.dropdown button.dropdown-toggle,
.ciDropdownWidget.uib-dropdown button.dropdown-toggle {
  text-align: left;
}
.ciDropdownWidget.dropdown button > *,
.ciDropdownWidget.uib-dropdown button > * {
  vertical-align: middle;
}
.ciDropdownWidget.dropdown button .rightAlignedChevron,
.ciDropdownWidget.uib-dropdown button .rightAlignedChevron {
  float: right;
}
.ciDropdownWidget.dropdown button:not([disabled]):hover,
.ciDropdownWidget.uib-dropdown button:not([disabled]):hover {
  color: #4F868E;
  border: 1px solid #4F868E;
}
.ciDropdownWidget.dropdown button:not([disabled]):hover .borderPlaceholder,
.ciDropdownWidget.uib-dropdown button:not([disabled]):hover .borderPlaceholder {
  display: none;
}
.ciDropdownWidget.dropdown button:not([disabled]) .borderPlaceholder,
.ciDropdownWidget.uib-dropdown button:not([disabled]) .borderPlaceholder {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 25%;
  border-bottom: 1px solid #A9ABAC;
  border-left: 1px solid #A9ABAC;
  border-right: 1px solid #A9ABAC;
}
.ciDropdownWidget.dropdown.open button.dropdown-toggle.btn,
.ciDropdownWidget.uib-dropdown.open button.dropdown-toggle.btn,
.ciDropdownWidget.dropdown.open button.uib-dropdown-toggle.btn,
.ciDropdownWidget.uib-dropdown.open button.uib-dropdown-toggle.btn {
  -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  -webkit-box-shadow: 0px 0px 2px 2px 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 2px 2px 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 2px 2px 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  background-color: #EEEEEE;
  color: #4F868E;
  border: 1px solid #FFFFFF;
}
.ciDropdownWidget.dropdown.open button.dropdown-toggle.btn .borderPlaceholder,
.ciDropdownWidget.uib-dropdown.open button.dropdown-toggle.btn .borderPlaceholder,
.ciDropdownWidget.dropdown.open button.uib-dropdown-toggle.btn .borderPlaceholder,
.ciDropdownWidget.uib-dropdown.open button.uib-dropdown-toggle.btn .borderPlaceholder {
  display: none;
}
.ciDropdownWidget.dropdown .dropdown-menu,
.ciDropdownWidget.uib-dropdown .dropdown-menu,
.ciDropdownWidget.dropdown .uib-dropdown-menu,
.ciDropdownWidget.uib-dropdown .uib-dropdown-menu {
  font-family: 'Rubik-regular', sans-serif;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  -webkit-box-shadow: 0px 0px 2px 2px 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 2px 2px 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 2px 2px 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  width: 100%;
  border-radius: 0;
  border: 1px solid #FFFFFF;
  background-color: #EEEEEE;
  margin-top: 1px;
}
.ciDropdownWidget.dropdown .dropdown-menu .row,
.ciDropdownWidget.uib-dropdown .dropdown-menu .row,
.ciDropdownWidget.dropdown .uib-dropdown-menu .row,
.ciDropdownWidget.uib-dropdown .uib-dropdown-menu .row {
  width: 100%;
}
.ciDropdownWidget.dropdown .dropdown-menu li,
.ciDropdownWidget.uib-dropdown .dropdown-menu li,
.ciDropdownWidget.dropdown .uib-dropdown-menu li,
.ciDropdownWidget.uib-dropdown .uib-dropdown-menu li {
  padding: 5px 10px;
  font-weight: 700;
  color: #54585A;
}
.ciDropdownWidget.dropdown .dropdown-menu li.clickable,
.ciDropdownWidget.uib-dropdown .dropdown-menu li.clickable,
.ciDropdownWidget.dropdown .uib-dropdown-menu li.clickable,
.ciDropdownWidget.uib-dropdown .uib-dropdown-menu li.clickable {
  cursor: pointer;
}
.ciDropdownWidget.dropdown .dropdown-menu li.clickable:hover,
.ciDropdownWidget.uib-dropdown .dropdown-menu li.clickable:hover,
.ciDropdownWidget.dropdown .uib-dropdown-menu li.clickable:hover,
.ciDropdownWidget.uib-dropdown .uib-dropdown-menu li.clickable:hover {
  background-color: #FFFFFF;
  color: #4F868E;
}
.ciDropdownWidget.dropdown .dropdown-menu li.clickable.dropdown-header:hover,
.ciDropdownWidget.uib-dropdown .dropdown-menu li.clickable.dropdown-header:hover,
.ciDropdownWidget.dropdown .uib-dropdown-menu li.clickable.dropdown-header:hover,
.ciDropdownWidget.uib-dropdown .uib-dropdown-menu li.clickable.dropdown-header:hover {
  color: #54585A;
  background-color: rgba(238, 238, 238, 0.8);
}
body {
  background-color: #FFFFFF;
}
.text-uppercase {
  text-transform: uppercase;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.lds-container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1050;
  transform: translateX(-50%) translateY(-50%);
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #999;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* States colors */
/* Input colors*/
/* Greyscale */
.currencySelector .ciDropdownWidget .dropdown-menu,
.currencySelector .ciDropdownWidget .uib-dropdown-menu {
  max-height: 336px;
  overflow-y: scroll;
}
.page-options-selector {
  display: inline-block;
  height: 50px;
}
.page-options-selector .ciDropdownWidget.dropdown button,
.page-options-selector .ciDropdownWidget.uib-dropdown button {
  text-transform: uppercase;
  font-family: 'Rubik-medium', sans-serif;
  display: inline-block;
}
.page-options-selector .ciDropdownWidget.dropdown button .currencyDdlIcon,
.page-options-selector .ciDropdownWidget.uib-dropdown button .currencyDdlIcon {
  content: url(assets/images/coins.png);
  height: 32px;
}
.page-options-selector .ciDropdownWidget.dropdown button .text,
.page-options-selector .ciDropdownWidget.uib-dropdown button .text {
  display: inline-block;
  padding: 0 5px;
}
.page-options-selector .ciDropdownWidget.dropdown button .text .title,
.page-options-selector .ciDropdownWidget.uib-dropdown button .text .title {
  line-height: 15px;
}
.page-options-selector .ciDropdownWidget.dropdown button .text .selection,
.page-options-selector .ciDropdownWidget.uib-dropdown button .text .selection {
  color: #A9ABAC;
}
.tooltip-widget.show {
  opacity: .9;
}
.tooltip-widget {
  opacity: 0;
  transition: opacity 200ms ease;
  -webkit-transition: opacity 200ms ease;
  pointer-events: none;
  position: absolute;
}
.tooltip-widget .content td {
  text-align: left;
  padding: 4px 5px;
}
.tooltip-widget .content td.colorMap span {
  border-left: 8px solid;
}
.dimensionsWidget {
  border-top: 1px solid #D4D5D6;
}
.dimensionsWidget-level {
  position: relative;
}
.dimensionsWidget-level-label {
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
  font-family: 'Rubik-bold', sans-serif;
  text-transform: uppercase;
  color: #A9ABAC;
  width: 200px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 0px 10px 0px;
}
.dimensionsWidget-level-dimensions {
  display: block;
  margin: 0;
  margin-left: 200px;
  padding: 0;
  padding-right: 1%;
}
.dimensionsWidget-level-dimension {
  position: relative;
  font-size: 11px;
  line-height: 11px;
  font-family: 'Rubik-bold', sans-serif;
  text-transform: uppercase;
  color: #54585A;
  display: block;
  margin: 0px 0px 0px 1%;
  text-align: center;
  cursor: pointer;
  float: left;
  width: 9.5%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 0px 10px 0px;
  z-index: 1;
}
.dimensionsWidget-level-dimension.selected,
.dimensionsWidget-level-dimension:hover {
  color: #FF8F1C;
  border-bottom: 3px solid #FF8F1C;
}
.dimensionsWidget-level-dimension-pointer {
  display: none;
  position: absolute;
  left: -6px;
  bottom: 0;
  width: 0px;
  height: 0px;
  border-bottom: 5px solid #FF8F1C;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  margin-left: 50%;
}
.dimensionsWidget-level-dimension:hover > .dimensionsWidget-level-dimension-pointer,
.dimensionsWidget-level-dimension.selected > .dimensionsWidget-level-dimension-pointer {
  display: block;
}
.dimensionsWidget-level-removeButton {
  text-transform: uppercase;
}
.dimensionsWidget-level-addButton {
  margin-top: 3px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.dimensionsWidget-level li {
  list-style: none;
}
.dimensionsWidget-level li .dimensionsWidget-level-addButton.btn {
  margin: 2px 0px 5px 0px;
}
.dimensionsWidget-level-removeButton {
  position: absolute;
  float: right;
  top: 2px;
  right: 0px;
}
.dimensionsWidget-level-line {
  border-top: 3px solid #D4D5D6;
  margin: 0;
  padding: 0;
  margin-top: -3px;
  width: 100%;
  position: absolute;
}
.accountListWidget {
  height: 50px;
  background: #EEEEEE;
  float: left;
  color: #A9ABAC;
  width: 300px;
  margin-right: 10px;
}
.accountListWidget ::-webkit-input-placeholder {
  font-style: italic;
}
.accountListWidget :-moz-placeholder {
  font-style: italic;
}
.accountListWidget ::-moz-placeholder {
  font-style: italic;
}
.accountListWidget :-ms-input-placeholder {
  font-style: italic;
}
.accountListWidget .hidden {
  z-index: -1;
}
.accountListWidget .accountListWidgetHeader {
  margin: 0;
  font-size: 14px;
  border-bottom: none;
  color: #54585A;
}
.accountListWidget .accountListWidgetHeader .accountListHeader .searchForm {
  position: relative;
  margin-top: 7px;
  margin-left: 10px;
  margin-right: 10px;
}
.accountListWidget .accountListWidgetHeader .accountListHeader .searchForm input {
  border: 1px #A9ABAC solid;
  padding-left: 10px;
  line-height: 30px;
  width: 300px;
  height: 37px;
}
.accountListWidget .accountListWidgetHeader .accountListHeader .searchForm input:focus {
  background: #FFFFFF;
  color: #54585A;
}
.accountListWidget .accountListWidgetHeader .accountListHeader .searchForm i {
  left: 276px;
  top: 10px;
  position: absolute;
  height: 16px;
  color: #4F868E;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}
.accountListWidget .accountList {
  position: relative;
  left: 10px;
  top: 0px;
  height: 300px;
  background-color: #EEEEEE;
  box-shadow: 0 2px 4px 0 #D4D5D6;
  z-index: 1000;
}
.accountListWidget .accountList .accountLock {
  height: 102px;
  font-size: 14px;
  color: #54585A;
}
.accountListWidget .accountList .accountLock .panel {
  margin: 5px;
}
.accountListWidget .accountList .accountLock .panel-body {
  border: solid 2px #FFC845;
}
.accountListWidget .accountList .accountLock .panel-body .accountSearchPrompt {
  margin-top: 5px;
  font-size: 12px;
}
.accountListWidget .accountList ul.accountList {
  overflow-y: auto;
  left: 0;
  top: 0;
  padding: 0;
}
.accountListWidget .accountList ul.accountList .selected {
  background: #FFFFFF;
}
.accountListWidget .accountList ul.accountList .selected label {
  color: #4F868E;
}
.accountListWidget .accountList ul.accountList .all-accounts {
  border-bottom: 1px solid #A9ABAC;
  height: 40px;
}
.accountListWidget .accountList ul.accountList li {
  height: 36px;
  color: #FFFFFF;
  cursor: pointer;
  padding: 0 10px;
  list-style: none;
}
.accountListWidget .accountList ul.accountList li.active label {
  color: #FF8F1C;
}
.accountListWidget .accountList ul.accountList li:hover {
  color: #FF8F1C;
  background: #FFFFFF;
}
.accountListWidget .accountList ul.accountList li:hover label {
  color: #4F868E;
}
.accountListWidget .accountList ul.accountList li label {
  cursor: pointer;
  font-weight: 400;
  line-height: 36px;
  font-size: 14px;
  color: #54585A;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menu-level-2 {
  width: 200px;
  position: fixed;
  height: 100%;
  background-color: #EEEEEE;
  z-index: 1;
  border-right: #D4D5D6;
}
.main-view {
  margin-left: 0;
  left: 0;
  position: relative;
  z-index: 0;
}
.menu-level-2 + div.main-view {
  margin-left: 199px;
  border-left: 1px solid #D4D5D6;
}
.navigation-v5-enabled {
  margin-top: 0 !important;
}
.navigation-v5-enabled.navbar.navbar-fixed-top.navbar-default {
  display: none;
}
.navigation-v5-enabled #ci-page feed-header {
  display: none;
}
#ci-page {
  width: 100%;
  position: relative;
  min-width: 800px;
  margin: 0 auto;
  background-color: #FFFFFF;
}
#ci-page #ci-sidebar {
  display: table-cell;
  vertical-align: top;
  width: 125px;
  border-right: 2px solid #A9ABAC;
  cursor: pointer;
}
#ci-page #ci-sidebar img {
  width: 122px;
  height: 513px;
}
#ci-page > .container {
  width: 100%;
  background-color: #EEEEEE;
}
#ci-page > .container #ci-app {
  padding: 0 30px 15px 30px;
  background: #FFFFFF;
}
#ci-page > .container #ci-app .header {
  margin-bottom: 20px;
  margin-top: 20px;
}
#ci-page > .container #ci-app .header h2 {
  display: inline;
}
#ci-page > .container #ci-app .header .selectors {
  float: right !important;
}
#ci-page > .container #ci-app .header .selectors date-picker-widget {
  display: inline-block;
}
.navbar-placeholder {
  height: 57px;
}
.navbar-default {
  font-family: 'Rubik-medium', sans-serif;
  background-color: #EEEEEE;
  border-color: #D4D5D6;
  padding-right: 0;
  padding-left: 0;
}
.navbar-default .advertiser-selection-trigger-globalnav > a {
  margin-left: 10px;
  margin-top: 7px;
  border: 1px #A9ABAC solid;
  line-height: 30px;
  width: 300px;
  padding-top: 0;
  padding-bottom: 0;
  height: 37px;
  background-color: #FFFFFF;
}
.navbar-default .advertiser-selection-trigger-globalnav .advertiserName {
  display: block;
  height: 37px;
  line-height: 37px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navbar-default .divider-vertical {
  min-height: 50px;
  margin-left: 9px;
  border-left: 1px solid #D4D5D6;
}
.navbar-default .divider-vertical.small {
  min-height: 30px;
  margin: 10px 0px;
}
.navbar-default .navbar-header {
  padding-left: 15px;
}
.navbar-default .navbar-brand {
  padding: 8px 0;
}
.navbar-default .navbar-brand .criteo-brand {
  height: 100%;
}
.navbar-default .navbar-title {
  cursor: pointer;
  user-select: none;
}
.navbar-default .navbar-title:hover i,
.navbar-default .navbar-title:hover span {
  color: #4F868E;
}
.navbar-default .navbar-title-open > .navbar-popover-icon,
.navbar-default .navbar-title-open span {
  color: #4F868E;
}
.navbar-default .navbar-title > i {
  margin-left: -15px;
  padding: 10px 15px 10px 15px;
  font-size: 30px;
  color: #FF8F1C;
  background-color: #e7e7e7;
}
.navbar-default .navbar-title-text {
  margin-left: 15px;
  margin-right: 10px;
  color: #7F8283;
  padding-top: 15px;
  padding-bottom: 15px;
  float: right;
}
.navbar-default .popover {
  border: 1px solid #D4D5D6;
  padding: 0;
}
.navbar-default .popover.top {
  margin-top: -10px;
}
.navbar-default .popover.right {
  margin-left: 10px;
}
.navbar-default .popover.bottom {
  margin-top: 10px;
}
.navbar-default .popover.left {
  margin-left: -10px;
}
.navbar-default .popover .no-padding {
  padding: 0;
}
.navbar-default .popover > .arrow {
  border-bottom-color: #D4D5D6;
}
.navbar-default .popover > .arrow:after {
  top: 1px;
  border-bottom-color: #eaeaea;
}
.navbar-default .popover-content {
  padding: 4px 20px;
}
.navbar-default .popover-navbar {
  background-color: #FFFFFF;
  margin-top: 0;
  max-width: inherit !important;
}
.navbar-default .popover-title {
  font-size: 12px;
  text-align: center;
}
.navbar-default .popover-icon-ring {
  padding: 10px;
  border-radius: 50%;
  border: 2px solid #54585A;
  text-align: center;
  font-size: 2.5em;
  color: #FF8F1C;
}
.navbar-default .popover-icon-text {
  text-transform: uppercase;
  text-align: center;
  white-space: normal;
  margin-top: 10px;
  color: #54585A;
}
.navbar-default .popover a {
  color: #2f323a;
}
.navbar-default .popover-column {
  border: 2px solid #D4D5D6;
  border-radius: 7px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  width: 100px;
  min-height: 120px;
  margin: 5px;
  overflow-wrap: break-word;
}
.navbar-default .popover-column-selected {
  border-color: #FF8F1C;
}
.navbar-default .popover-column:hover {
  border-color: #FF8F1C;
}
.navbar-default .popover-column:hover span {
  color: #4F868E;
}
.navbar-default .popover-inner-margin {
  padding: 10px;
}
.navbar-default .criteo-orange {
  color: #FF8F1C;
}
.navbar-default .criteo-uppercase {
  text-transform: uppercase;
}
.navbar-default .navbar-nav .advertiser-selection-trigger-globalnav a i {
  width: 14px;
  font-size: 16px;
  cursor: pointer;
  left: 275px;
  top: 9px;
  position: absolute;
}
.navbar-default .navbar-nav .advertiser-selection-trigger-globalnav a:hover,
.navbar-default .navbar-nav .advertiser-selection-trigger-globalnav a:focus {
  color: #4F868E;
  background-color: white;
}
.navbar-default.margin-global-nav {
  border-bottom: 0;
}
.navbar.navbar-fixed-top + * {
  margin-top: 50px;
}
.navbar.navbar-fixed-top.margin-global-nav + * {
  margin-top: 109px;
}
.ciAccountListWidget {
  left: 148px;
  width: 275px;
  background: #54585A;
  padding: 18px 0px;
}
.ciAccountListWidget .ciAccountListWidgetHeader {
  margin: 0 26px;
  font-size: 14px;
  border-bottom: none;
  color: #EEEEEE;
}
.ciAccountListWidget .ciAccountListWidgetHeader > span {
  width: 200px;
  display: inline-block;
}
.ciAccountListWidget .ciAccountListHeader p {
  padding: 0 26px;
  font-size: 14px;
}
.ciAccountListWidget .ciAccountListHeader .searchForm {
  margin: 0 26px;
}
.ciAccountListWidget .ciAccountListHeader .searchForm input {
  border: 1px #A9ABAC solid;
  background: #54585A;
  padding-left: 30px;
}
.ciAccountListWidget .ciAccountListHeader .searchForm i {
  right: 10px;
  top: 2px;
}
.ciAccountListWidget .ciAccountList ul.accountList li {
  padding: 0 10px;
}
.ciAccountListWidget .ciAccountList ul.accountList li label {
  font-size: 13px;
  color: #A9ABAC;
}
.ciAccountListWidget .ciAccountList ul.accountList li:hover {
  background: #FFFFFF;
  border-left: #A9ABAC 1px solid;
  border-right: #A9ABAC 1px solid;
}
.ciAccountListWidget .ciAccountList ul.accountList li:hover label {
  color: #4F868E;
}
.navbar-right {
  padding-right: 15px;
  display: inline-flex;
}
.navbar-right .user-account.open a .fa-caret-down:before {
  content: "\e616";
}
.navbar-right .support-center.open a .fa-caret-down:before {
  content: "\e616";
}
.navbar-right :hover .criteo-orange {
  color: #4F868E;
}
.userNameOrEmail {
  max-width: 135px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
}
.notification-container {
  max-height: 80vh;
  overflow-y: auto;
}
/* Compact nav ----------- */
@media only screen and (min-width: 1110px) and (max-width: 1410px) {
  .navbar-default .hidden-sm-md-inline {
    display: none;
  }
}
/* 2 lines nav ----------- */
@media only screen and (min-width: 768px) and (max-width: 1109px) {
  .navbar.navbar-fixed-top + * {
    margin-top: 100px;
  }
  .navbar-default .hidden-sm-md-inline {
    display: none;
  }
  ul.navbar-advertiser.navbar-nav {
    float: none;
  }
  .margin-global-nav ul.navbar-advertiser.navbar-nav {
    float: left;
  }
  menu {
    padding-left: 0;
  }
  menu ul.navbar-nav.ci-level1 {
    float: left;
  }
  menu ul.navbar-nav.ci-level1 .divider-vertical {
    display: none;
  }
}
/* mobile nav ----------- */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  body {
    margin-top: 0;
  }
  .navbar.navbar-fixed-top + * {
    margin-top: 0;
  }
  .navbar.navbar-fixed-top.margin-global-nav + * {
    margin-top: 0;
  }
  .navbar-fixed-top.navbar-default {
    position: relative;
    display: block;
    top: auto;
    margin-top: 0px;
    margin-bottom: 15px;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  .navbar-fixed-top.navbar-default .navbar-header a.navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-fixed-top.navbar-default .navbar-header a.navbar-brand img.criteo-brand {
    width: 100px;
    height: initial;
  }
  .navbar-fixed-top.navbar-default ul.navbar-advertiser.navbar-nav {
    margin: 0;
  }
  .navbar-fixed-top.navbar-default ul.navbar-advertiser.navbar-nav li {
    float: left;
  }
  .navbar-fixed-top.navbar-default ul.navbar-advertiser.navbar-nav li.advertiser-selection-trigger-globalnav a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .navbar-fixed-top.navbar-default ul.navbar-advertiser.navbar-nav li.divider-vertical {
    display: none;
  }
  .navbar-fixed-top.navbar-default menu {
    background-color: #EEEEEE;
    clear: both;
    padding: 0;
  }
  .navbar-fixed-top.navbar-default menu ul.navbar-nav.ci-level1 li.divider-vertical {
    min-height: 1px;
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #D4D5D6;
    margin-left: 0px;
  }
  .navbar-fixed-top.navbar-default menu ul.navbar-nav.ci-level1 li.menu-item.dropdown a {
    text-align: left;
  }
  .navbar-fixed-top.navbar-default menu ul.navbar-nav.ci-level1 li.menu-item.dropdown a span > span {
    min-width: 95px;
    display: inline-block;
  }
  .navbar-fixed-top.navbar-default menu ul.navbar-nav.ci-level1 li.menu-item.dropdown ul.dropdown-menu li.mnu-item > a {
    padding-left: 25px;
    padding-right: 25px;
  }
  .navbar-fixed-top.navbar-default .accountListWidget {
    display: block;
    position: relative;
    float: none;
  }
  .navbar-fixed-top.navbar-default ul.navbar-right {
    display: block;
  }
  .navbar-fixed-top.navbar-default ul.navbar-right li.divider-vertical {
    display: none;
  }
  .navbar-fixed-top.navbar-default ul.navbar-right li.user-account a.dropdown-toggle span.userNameOrEmail {
    max-width: 310px;
  }
}
.ci-level1 .dropdown.open .fa-caret-down:before {
  content: "\e616";
}
nav menu {
  margin: 0;
}
.navbar-nav .border {
  display: none;
}
.navbar-nav .is-current .border {
  display: inline;
}
menu.menu-globalnav {
  margin: 0;
  float: left;
  width: 100%;
  clear: both;
  background: white;
  padding-right: 50px;
  padding-left: 25px;
  border-top: 1px solid #D4D5D6;
}
menu.menu-globalnav ul.navbar-nav.ci-level1 {
  width: 100%;
  border-bottom: 1px solid #D4D5D6;
}
menu.menu-globalnav ul.navbar-nav.ci-level1 .divider-vertical {
  display: none;
}
.navbar-nav > .menu-item-globalnav.active > a,
.navbar-nav > .menu-item-globalnav.active > a:hover,
.navbar-nav > .menu-item-globalnav.active > a:focus {
  background-color: #FFFFFF;
}
.navbar-nav > .menu-item-globalnav.open > a,
.navbar-nav > .menu-item-globalnav.open > a:hover,
.navbar-nav > .menu-item-globalnav.open > a:focus {
  background-color: #EEEEEE;
}
.ci-level1 .menu-item-globalnav {
  padding: 0;
  min-width: 132px;
}
.ci-level1 .menu-item-globalnav a {
  font-family: 'Rubik-medium', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}
.ci-level1 .menu-item-globalnav a span {
  color: #7F8283;
}
.ci-level1 .menu-item-globalnav.active > a span {
  color: #54585A;
}
.ci-level1 .menu-item-globalnav.active > a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  border-bottom: 3px solid #FF8F1C;
  width: 100%;
}
.ci-level1 .menu-item-globalnav > a:hover span,
.ci-level1 .menu-item-globalnav.active > a:hover span {
  color: #4F868E;
}
.ci-level1 .menu-item-globalnav > a:hover:after,
.ci-level1 .menu-item-globalnav.active > a:hover:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  border-bottom: 3px solid #4F868E;
  width: 100%;
}
.ci-level1 .menu-item-globalnav.open > a {
  background-color: #EEEEEE;
  border-right: 1px solid #D4D5D6;
  border-left: 1px solid #D4D5D6;
}
.ci-level1 .menu-item-globalnav.open > a span {
  color: #4F868E;
}
.ci-level1 .menu-item-globalnav.open:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  border-bottom: 3px solid #EEEEEE;
  width: 100%;
}
.ci-level1 .menu-item-globalnav ul.dropdown-menu {
  background: #EEEEEE;
  font-size: 14px;
  box-shadow: 0 2px 4px 0 #D4D5D6;
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
}
.ci-level1 .menu-item-globalnav ul.dropdown-menu > li {
  width: 100%;
}
.ci-level1 .menu-item-globalnav ul.dropdown-menu > li > a {
  text-align: left;
  padding: 5px 15px;
}
.ci-level1 .menu-item-globalnav ul.dropdown-menu > li > a > span {
  color: #7F8283;
  text-transform: none;
}
.ci-level1 .menu-item-globalnav ul.dropdown-menu > li > a > i {
  color: transparent;
}
.ci-level1 .menu-item-globalnav ul.dropdown-menu a:hover {
  background-color: #F2F2F2;
}
.ci-level1 .menu-item-globalnav ul.dropdown-menu a:hover > span,
.ci-level1 .menu-item-globalnav ul.dropdown-menu a:hover > i {
  color: #4F868E;
}
.ci-level1 .menu-item-globalnav ul.dropdown-menu > li.menu-item-active > a > span.text {
  color: #54585A;
}
.ci-level1 .menu-item-globalnav ul.dropdown-menu > li.menu-item-active > a > i {
  color: #54585A;
  font-weight: bold;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .navbar-nav > .menu-item-globalnav.active > a,
  .navbar-nav > .menu-item-globalnav.active > a:hover,
  .navbar-nav > .menu-item-globalnav.active > a:focus {
    background-color: #EEEEEE;
  }
}
.notification {
  font-family: 'Rubik-regular', sans-serif;
}
.notification .clickable {
  cursor: pointer;
}
.notification .badge {
  padding: 3px 9px 3px;
  font-size: 0.8em;
  background-color: #CE0037;
}
.notification .account {
  font-weight: bold;
  text-transform: uppercase;
}
.notification.disabled .fa {
  color: #ccc;
}
.notification.disabled .badge {
  background-color: #ccc;
}
.notification .notification-detail {
  overflow-y: auto;
  max-height: 60vh;
}
.notification .discarded {
  color: #FF8F1C;
}
.bidrequest .new-value {
  color: #658D1B !important;
}
.bidrequest .old-value {
  color: #2f323a;
}
.bidrequest .category-dimmed-text {
  color: #A9ABAC;
}
.table > thead > tr th.sortable .sort-indicator {
  position: relative;
}
table.table.dimensions-grid-widget {
  border-collapse: collapse;
}
table.table.dimensions-grid-widget .highlight {
  font-weight: bold;
  color: #54585A;
  text-decoration: none;
}
table.table.dimensions-grid-widget .normal {
  color: #54585A;
  text-decoration: none;
}
table.table.dimensions-grid-widget .highlight-border-vertical {
  border-top: none;
}
table.table.dimensions-grid-widget .no-border-horizontal {
  border-left: none;
  border-right: none;
}
table.table.dimensions-grid-widget th {
  font-weight: bold;
  color: #54585A;
  text-decoration: none;
  text-transform: uppercase;
  text-align: right;
  border-top: none;
  white-space: nowrap;
}
table.table.dimensions-grid-widget th.first-header {
  text-align: left;
}
table.table.dimensions-grid-widget th:first-child {
  border-left: none;
}
table.table.dimensions-grid-widget th:first-child + th {
  border-left: none;
  border-right: none;
}
table.table.dimensions-grid-widget th.sortable {
  color: #54585A;
}
table.table.dimensions-grid-widget th.sortable.sort-desc,
table.table.dimensions-grid-widget th.sortable.sort-asc {
  background-color: transparent;
}
table.table.dimensions-grid-widget th.sortable .sort-indicator:after,
table.table.dimensions-grid-widget th.sortable .sort-indicator:before {
  border-color: #54585A transparent;
  opacity: 1;
}
table.table.dimensions-grid-widget th.table-column-fixed {
  width: 10%;
}
table.table.dimensions-grid-widget td {
  text-align: right;
}
table.table.dimensions-grid-widget td span.currency-sign {
  display: inline-block;
  color: #A9ABAC;
  float: left;
  line-height: 17px;
  font-weight: normal;
}
table.table.dimensions-grid-widget tr:nth-child(0) td {
  border-right: 10px solid #FFFFFF;
  border-left: 10px solid #FFFFFF;
}
table.table.dimensions-grid-widget tr:nth-child(0) td:first-child {
  border-left: none;
  border-right: none;
}
table.table.dimensions-grid-widget tr:nth-child(0) td:first-child + td {
  border-left: none;
  border-right: none;
}
table.table.dimensions-grid-widget tr:nth-child(0) td:last-child {
  border-right: none;
}
table.table.dimensions-grid-widget .table-level-dimension {
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Rubik-regular', sans-serif;
}
table.table.dimensions-grid-widget tr.table-level {
  color: #54585A;
  text-decoration: none;
}
table.table.dimensions-grid-widget tr.table-level.campaign-inactive {
  background-color: #EEEEEE;
}
table.table.dimensions-grid-widget tr.table-level td.table-column-dimension {
  text-align: left;
  position: relative;
  padding-left: 0px;
}
table.table.dimensions-grid-widget tr.table-level td.table-column-dimension .table-column-dimension-template {
  display: inline-block;
}
table.table.dimensions-grid-widget tr.table-level td.table-column-dimension .vertical-line {
  top: 0px;
  bottom: 0px;
  width: 4px;
  margin-left: -7px;
  margin-top: -1px;
  margin-bottom: -1px;
  position: absolute;
  background-color: #D4D5D6;
}
table.table.dimensions-grid-widget tr.table-level.table-level-first .vertical-line {
  top: 10px !important;
}
table.table.dimensions-grid-widget tr.table-level.table-level-last .vertical-line {
  bottom: 10px !important;
}
table.table.dimensions-grid-widget tr.table-level.table-level-1 {
  font-weight: bold;
  color: #54585A;
  text-decoration: none;
  cursor: default;
}
table.table.dimensions-grid-widget tr.table-level.table-level-1 td,
table.table.dimensions-grid-widget tr.table-level.table-level-1 th {
  border-bottom: 2px #7F8283 solid;
  border-top: none;
}
table.table.dimensions-grid-widget tr.table-level.table-level-1 td .table-level-dimension,
table.table.dimensions-grid-widget tr.table-level.table-level-1 th .table-level-dimension {
  cursor: default;
}
table.table.dimensions-grid-widget tr.table-level.table-level-1 td .table-level-dimension:hover,
table.table.dimensions-grid-widget tr.table-level.table-level-1 th .table-level-dimension:hover {
  color: #FF8F1C;
}
table.table.dimensions-grid-widget tr.table-level.table-level-2 td.table-column-dimension {
  padding-left: 0px;
}
table.table.dimensions-grid-widget tr.table-level.table-level-2 a {
  width: 300px;
}
table.table.dimensions-grid-widget tr.table-level.table-level-3 td.table-column-dimension {
  padding-left: 25px;
}
table.table.dimensions-grid-widget tr.table-level.table-level-3 a {
  width: 250px;
}
table.table.dimensions-grid-widget tr.table-level.table-level-4 td.table-column-dimension {
  padding-left: 35px;
}
table.table.dimensions-grid-widget tr.table-level.table-level-4 a {
  width: 225px;
}
table.table.dimensions-grid-widget tr.table-level.table-level-5 td.table-column-dimension {
  padding-left: 65px;
}
table.table.dimensions-grid-widget tr.table-level.table-level-5 a {
  width: 170px;
}
table.table.dimensions-grid-widget tr.table-row-campaign-inactive .table-level-dimension {
  color: #D4D5D6;
}
table.table.dimensions-grid-widget tr.table-row-campaign-inactive .table-level-dimension i {
  color: #D4D5D6;
}
table.table.dimensions-grid-widget .dimmed-text {
  color: #A9ABAC;
}
table.table.dimensions-grid-widget .orange-text {
  color: #FF8F1C;
}
table.table.dimensions-grid-widget .green-text {
  color: #658D1B;
}
table.table.dimensions-grid-widget .warning-icon {
  color: #FFC845;
}
table.table.dimensions-grid-widget .action-buttons .btn {
  min-width: 0;
  padding: 1px 5px;
  border-radius: 4px;
  font-size: 13px;
}
table.table.dimensions-grid-widget .row-advertiser {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
table.table.dimensions-grid-widget .row-advertiser {
  max-width: 75px;
}
table.table.dimensions-grid-widget .table-level:hover {
  background-color: rgba(79, 134, 142, 0.2);
}
table.table.dimensions-grid-widget .row-bidding input {
  text-align: right;
  padding-right: 4px;
  background-color: #D4D5D6;
  width: 50px;
  border-radius: 4px;
  margin: -3px 0px;
  border: 1px solid #D4D5D6;
}
table.table.dimensions-grid-widget .row-bidding input.is-modified:not(.ng-error),
table.table.dimensions-grid-widget .row-bidding input:not([readonly]):focus:not(.ng-error) {
  background-color: #FF8F1C;
  border: 1px solid #FF8F1C;
  color: #FFFFFF;
}
table.table.dimensions-grid-widget .row-bidding input.matching-row:not(.ng-error) {
  border: 1px solid #FF8F1C;
}
table.table.dimensions-grid-widget .row-bidding input.ng-error {
  background-color: #CE0037;
  border: 1px solid #CE0037;
  color: #FFFFFF;
}
table.table.dimensions-grid-widget .row-bidding .readonly {
  width: 50px;
  display: inline-block;
}
table.table.dimensions-grid-widget .bid-confirmation-border {
  border-top: 1px double #FF8F1C !important;
  border-bottom: 1px double #FF8F1C !important;
  border-collapse: separate;
}
table.table.dimensions-grid-widget .bid-confirmation {
  border-top: 1px double #FF8F1C !important;
  border-bottom: 1px double #FF8F1C !important;
  border-collapse: separate;
  text-align: left;
}
table.table.dimensions-grid-widget .bid-confirmation:first-letter {
  text-transform: capitalize;
}
table.table.dimensions-grid-widget .bidding-td {
  width: 150px;
}
table.table.dimensions-grid-widget .bidding-revenue-label {
  width: 32px;
  display: inline-block;
}
.metrics-table-disabledBiddingTooltip {
  margin-top: -14px !important;
}
metrics-table div[ng-table-pagination="params"],
.metrics-table div[ng-table-pagination="params"] {
  display: none;
}
metrics-table .loading,
.metrics-table .loading {
  opacity: 0.5;
}
metrics-table .invisible,
.metrics-table .invisible {
  opacity: 0;
}
metrics-table .hidden,
.metrics-table .hidden {
  display: none;
}
metrics-table .actionButtons,
.metrics-table .actionButtons {
  float: right;
}
metrics-table .actionButtons.fixed,
.metrics-table .actionButtons.fixed {
  position: fixed;
  bottom: 30px;
  right: 30px;
}
metrics-table .actionButtons.bottom,
.metrics-table .actionButtons.bottom {
  position: absolute;
  right: 10px;
  bottom: 25px;
}
metrics-table .maxDateLbl,
.metrics-table .maxDateLbl {
  float: right;
  color: #A9ABAC;
  margin-right: 4px;
}
metrics-table .biddingPopin,
.metrics-table .biddingPopin {
  position: absolute;
  margin-left: -8px;
  margin-top: -8px;
  z-index: 10;
}
metrics-table .bidInput,
.metrics-table .bidInput {
  font-family: 'Rubik-regular', sans-serif;
}
metrics-table .bidInput[readonly],
.metrics-table .bidInput[readonly] {
  background-color: #EEEEEE !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: gray;
  cursor: default;
}
metrics-table .popin-inner,
.metrics-table .popin-inner {
  text-align: left;
}
metrics-table hr,
.metrics-table hr {
  margin: 10px 0;
  border-color: #A9ABAC;
}
metrics-table .campaignBidPopinButtons,
.metrics-table .campaignBidPopinButtons {
  text-align: center;
}
metrics-table .tooltip,
.metrics-table .tooltip {
  width: auto;
}
metrics-table .tooltip-inner,
.metrics-table .tooltip-inner {
  max-width: none;
}
metrics-table .bidding-spinner,
.metrics-table .bidding-spinner {
  position: absolute;
  margin-left: -20px;
  margin-top: 5px;
}
.metricsTable-tooltipCampaignIcon.top {
  margin-top: -9px;
}
.metricsTable-partialFigure {
  color: #A9ABAC;
  font-style: italic;
}
.warningPopin {
  width: 340px;
  margin-top: 50px;
}
.warningPopin .tooltip {
  width: auto;
}
.warningPopin.tooltip.in {
  opacity: 1;
}
.warningPopin .tooltip-inner {
  max-width: none;
}
.warningPopin .budget-name {
  font-weight: bold;
}
.warningPopin .ref-width {
  max-width: 260px;
  width: initial;
}
.warningPopin td {
  padding-right: 10px;
}
.reviewBidChanges .old-value {
  color: #CE0037;
  font-weight: bold;
}
.reviewBidChanges .new-value {
  color: #658D1B;
  font-weight: bold;
}
.reviewBidChanges .extreme-bid-percent-change {
  display: inline-block;
  background-color: #CE0037;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 20px;
  height: 23px;
  padding: 0 10px;
}
.reviewBidChanges ul {
  list-style-type: none;
}
.reviewBidChanges p.form-summary {
  margin-bottom: 30px;
}
.reviewBidChanges .bidChange {
  clear: both;
  margin-bottom: 2px;
}
.reviewBidChanges .confirmDiscardColumn {
  display: inline;
  float: right;
}
.reviewBidChanges .confirmDiscardColumn .confirmDisplayLabel {
  display: inline-block;
}
.reviewBidChanges .confirmDiscardColumn .confirmDisplayLabel,
.reviewBidChanges .confirmDiscardColumn .confirmDiscardOption {
  text-align: center;
  width: 60px;
}
.reviewBidChanges p.extremeContent {
  width: 75%;
}
.reviewBidChanges span.extremeContent {
  display: block;
  float: left;
  width: 70%;
  margin-bottom: 2px;
}
.bulkEditBids-importantLabel {
  text-transform: uppercase;
}
.bulkEditBids-inputText {
  resize: none;
  width: 100%;
  height: 400px;
}
.bulkEditBids-hasErrors {
  color: red;
  background-color: #EEEEEE;
  margin: 0px;
  padding: 10px 10px;
}
.bulkEditBids-invalidBidLinesTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
}
.bulkEditBids-bidInput {
  text-align: right;
  padding-right: 4px;
  width: 60px;
  border-radius: 6px;
  margin: -3px 0px;
  border: 1px solid #D4D5D6;
  background-color: #D4D5D6;
}
.bulkEditBids-bidInput.ng-error {
  background-color: #CE0037;
  border: 1px solid #CE0037;
  color: #FFFFFF;
}
.bulkEditBids-bidInput:not([readonly]):focus:not(.ng-error) {
  background-color: #FF8F1C;
  border: 1px solid #FF8F1C;
  color: #FFFFFF;
}
.bulkEditBids hr {
  border-top-width: 6px;
}
.bulkEditBids-modal .modal-dialog {
  width: 900px;
}
.bulkEditBids .carret-list {
  list-style: none;
  padding-left: 3rem;
}
.bulkEditBids .carret-list li {
  position: relative;
  margin-bottom: 1rem;
}
.bulkEditBids .carret-list li:before {
  font-family: 'criteo-wireframing';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E615";
  position: absolute;
  top: 0.3rem;
  left: -3rem;
}
.popin {
  background-color: #D4D5D6;
  padding: 10px;
  border: 2px #FFFFFF solid;
  min-width: 150px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  -webkit-box-shadow: 0px 0px 2px 2px 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 2px 2px 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 2px 2px 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  border-radius: 4px;
  position: absolute;
  text-align: center;
  /* Styling for second triangle (border) */
  /* Styling for second triangle (border) */
}
.popin.top .content,
.popin.bottom .content {
  margin: 5px -10px;
}
.popin.left .content,
.popin.right .content {
  margin: 5px -15px;
}
.popin.bottom:after,
.popin.bottom:before,
.popin.top:after,
.popin.top:before {
  content: '';
  left: 50%;
  margin-left: -10px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.popin.top {
  margin-bottom: 15px;
}
.popin.bottom {
  margin-top: 15px;
}
.popin.left {
  margin-right: 15px;
}
.popin.right {
  margin-left: 15px;
}
.popin.left:after,
.popin.left:before,
.popin.right:after,
.popin.right:before {
  content: '';
  top: 17%;
  margin-top: -10px;
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.popin.right:after,
.popin.right:before {
  border-right: 10px solid #D4D5D6;
  left: -10px;
}
.popin.left:after,
.popin.left:before {
  border-left: 10px solid #D4D5D6;
  right: -10px;
}
.popin.top:after,
.popin.top:before {
  border-top: 10px solid #D4D5D6;
  bottom: -10px;
}
.popin.bottom:after,
.popin.bottom:before {
  border-bottom: 10px solid #D4D5D6;
  top: -10px;
}
.popin.top:before,
.popin.bottom:before {
  margin-left: -13px;
}
.popin.left:before,
.popin.right:before {
  margin-top: -13px;
}
.popin.right:before {
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 13px solid;
  border-right-color: #FFFFFF;
  left: -13px;
}
.popin.left:before {
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 13px solid;
  border-left-color: #FFFFFF;
  right: -13px;
}
.popin.top:before {
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid;
  border-top-color: #FFFFFF;
  bottom: -13px;
}
.popin.bottom:before {
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid;
  border-bottom-color: #FFFFFF;
  top: -13px;
}
.popin.top-left:before,
.popin.top-left:after,
.popin.bottom-left:before,
.popin.bottom-left:after {
  left: 13px;
}
.popin.top-right:before,
.popin.top-right:after,
.popin.bottom-right:after {
  right: 13px;
  left: auto;
}
.popin.bottom-right:before {
  right: 10px;
  left: auto;
}
.popin .popin-inner {
  color: #54585A;
}
.ui-notification {
  border-radius: 0px;
  position: fixed;
  z-index: 9999;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  width: 300px;
  color: #fff;
  background: #FF8F1C;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.ui-notification.clickable {
  cursor: pointer;
}
.ui-notification.clickable:hover {
  opacity: 0.7;
}
.ui-notification.killed {
  opacity: 0;
  -webkit-transition: opacity ease 1s;
  -o-transition: opacity ease 1s;
  transition: opacity ease 1s;
}
.ui-notification > h3 {
  display: block;
  margin: 10px 10px 0 10px;
  padding: 0 0 5px 0;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.ui-notification a {
  color: #fff;
}
.ui-notification a:hover {
  text-decoration: underline;
}
.ui-notification > .message {
  margin: 10px 10px 10px 10px;
}
.ui-notification.warning {
  color: #fff;
  background: #FFC845;
}
.ui-notification.error {
  color: #fff;
  background: #CE0037;
}
.ui-notification.success {
  color: #fff;
  background: #658D1B;
}
.ui-notification.info {
  color: #fff;
  background: #4F868E;
}
.toast-notification {
  border-radius: 0px;
  position: fixed;
  z-index: 9999;
  cursor: pointer;
  width: 60%;
  color: #7F8283;
  background: #FAFAFA;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  padding: 10px 5px;
  min-height: 40px;
  border-width: 1px;
  border-style: solid;
  display: flex;
  flex-direction: row;
  font-family: 'Rubik-regular', sans-serif;
  text-transform: initial;
  font-size: 14px;
  line-height: 14px;
}
.toast-notification > * {
  padding: .5rem;
}
.toast-notification.killed {
  opacity: 0;
  -webkit-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
.toast-notification.killed:hover {
  opacity: 1;
}
.toast-notification a:hover {
  text-decoration: underline;
}
.toast-notification .toast-notification-icon-wrapper {
  width: 40px;
  text-align: center;
}
.toast-notification .toast-notification-icon {
  font-size: 23px;
}
.toast-notification .toast-message {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.toast-notification .toast-close-icon-wrapper {
  font-size: 18px;
  color: #7F8283;
}
.toast-notification.error {
  border-color: #CE0037;
  -webkit-box-shadow: #CE0037;
  -moz-box-shadow: #CE0037;
  box-shadow: #CE0037;
  -webkit-box-shadow: 0px 0px 2px 2px #CE0037;
  -moz-box-shadow: 0px 0px 2px 2px #CE0037;
  box-shadow: 0px 0px 2px 2px #CE0037;
}
.toast-notification.error .toast-notification-icon {
  color: #CE0037;
}
.toast-notification.warning {
  border-color: #FFC845;
  -webkit-box-shadow: #FFC845;
  -moz-box-shadow: #FFC845;
  box-shadow: #FFC845;
  -webkit-box-shadow: 0px 0px 2px 2px #FFC845;
  -moz-box-shadow: 0px 0px 2px 2px #FFC845;
  box-shadow: 0px 0px 2px 2px #FFC845;
}
.toast-notification.warning .toast-notification-icon {
  color: #FFC845;
}
.toast-notification.success {
  border-color: #658D1B;
  -webkit-box-shadow: #658D1B;
  -moz-box-shadow: #658D1B;
  box-shadow: #658D1B;
  -webkit-box-shadow: 0px 0px 2px 2px #658D1B;
  -moz-box-shadow: 0px 0px 2px 2px #658D1B;
  box-shadow: 0px 0px 2px 2px #658D1B;
}
.toast-notification.success .toast-notification-icon {
  color: #658D1B;
}
.toast-notification.info {
  border-color: #4F868E;
  -webkit-box-shadow: #4F868E;
  -moz-box-shadow: #4F868E;
  box-shadow: #4F868E;
  -webkit-box-shadow: 0px 0px 2px 2px #4F868E;
  -moz-box-shadow: 0px 0px 2px 2px #4F868E;
  box-shadow: 0px 0px 2px 2px #4F868E;
}
.toast-notification.info .toast-notification-icon {
  color: #4F868E;
}
.date-picker-widget {
  position: relative;
}
.date-picker-widget ul.dropdown-menu {
  background-color: #EEEEEE !important;
}
.date-picker-widget ul.dropdown-menu li hr {
  margin: 2px 2px 5px 2px;
  border-top: 1px solid #A9ABAC;
  border-bottom: 1px solid #FFFFFF;
}
.date-picker-widget .ciDropdownWidget.dropdown > button {
  text-transform: uppercase;
  font-family: 'Rubik-medium', sans-serif;
}
.date-picker-widget .ciDropdownWidget.dropdown > button .fa-calendar-o {
  font-size: 32px;
}
.date-picker-widget .ciDropdownWidget.dropdown > button div.popover {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #54585A;
  max-width: 225px;
  /* Magic number to +/- fit mocks. */
}
.date-picker-widget .text {
  display: inline-block;
  padding: 0 8px;
}
.date-picker-widget .text .date {
  line-height: 15px;
}
.date-picker-widget .text .datelabel {
  color: #A9ABAC;
}
.key-metrics-widget {
  position: relative;
}
.key-metrics-widget .box {
  cursor: pointer;
  height: 80px;
  padding: 0 15px;
}
.key-metrics-widget .tall {
  height: 102px;
}
.key-metrics-widget .short {
  height: 80px;
}
.key-metrics-widget .change {
  position: absolute;
  top: 7px;
  font-size: 16pt;
  font-weight: lighter;
  padding: 0px;
}
.key-metrics-widget .positive {
  color: #658D1B;
}
.key-metrics-widget .negative {
  color: #CE0037;
}
.key-metrics-widget .main-values {
  position: absolute;
  font-size: 10pt;
  top: 35px;
}
.key-metrics-widget .trend {
  position: absolute;
  top: 3px;
  right: 30px;
}
.key-metrics-widget .main-value {
  position: absolute;
  top: 15px;
}
.key-metrics-widget .stat-name {
  position: absolute;
  bottom: 20px;
}
.key-metrics-widget .bottom-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
}
.key-metrics-widget .bottom-line-default {
  background-color: #EEEEEE;
}
.metrics-graph-widget {
  position: relative;
}
.metrics-graph-widget header {
  padding: 0;
  margin: 0;
  background-color: transparent;
  margin-bottom: 10px;
}
.metrics-graph-widget header .btn.btn-sm {
  margin-left: 10px;
  margin-top: -3px;
}
.metrics-graph-widget .key-metrics .metric-table {
  border-collapse: collapse;
  display: table;
  width: 100%;
  margin-bottom: 5px;
}
.metrics-graph-widget .key-metrics .metric-row {
  display: table-row;
}
.metrics-graph-widget .key-metrics .metric-cell {
  display: table-cell;
  width: 16.666%;
  border: 1px solid #D4D5D6;
}
.metrics-graph-widget .key-metrics .loading {
  position: absolute;
  top: 1px;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
}
.metrics-graph-widget .tabset-sm {
  height: 34px;
}
.line-chart .axis path,
.line-chart .axis line {
  fill: none;
  stroke: #EEEEEE;
  shape-rendering: crispEdges;
}
.line-chart .x.axis text {
  fill: #54585A;
  font-size: 11px;
  line-height: 11px;
  font-family: 'Rubik-bold', sans-serif;
  text-transform: uppercase;
  color: #54585A;
}
.line-chart .x.axis .date-secondary {
  text-anchor: middle;
  fill: #A9ABAC;
  font-size: 11px;
  line-height: 11px;
  font-family: 'Rubik-bold', sans-serif;
  text-transform: uppercase;
  color: #A9ABAC;
}
.line-chart .y.axis.title,
.line-chart .y.axis text {
  font-size: 11px;
  line-height: 11px;
  font-family: 'Rubik-bold', sans-serif;
  text-transform: uppercase;
  color: #54585A;
}
.line-chart .y.axis path {
  display: none;
}
.line-chart .horizontal-gridline text {
  visibility: hidden;
}
.line-chart .line {
  fill: none;
  stroke-width: 3px;
}
.line-chart .tooltip-widget {
  width: 180px;
}
.campaign-page campaign-grid-widget .campaign-filter-label {
  position: relative;
  top: 2px;
  font-size: 14px;
  font-weight: bolder;
  text-transform: uppercase;
}
.campaign-page campaign-grid-widget .campaign-filter-label-globalnav {
  /* Override the combobox position to avoid misalignment of the grid elements */
}
.campaign-page campaign-grid-widget .campaign-filter-label-globalnav-text {
  font-size: 12px;
  font-family: 'Rubik-medium', sans-serif;
  text-transform: uppercase;
  vertical-align: middle;
}
.campaign-page campaign-grid-widget .campaign-filter-label-globalnav .combobox-menu-dropdown-label {
  font-size: 12px;
}
.campaign-page campaign-grid-widget .campaign-filter-label-globalnav .combobox-menu-dropdown-menu.small {
  position: absolute;
  top: inherit;
  min-width: 250px;
}
.campaign-page campaign-grid-widget .row.row-campaign-filter {
  border-width: 2px 0 1px 0;
  border-style: solid;
  border-color: #D4D5D6;
  padding-bottom: 10px;
  margin: 10px 0 10px 0;
}
.campaign-page campaign-grid-widget .table-column-dimension {
  min-width: 370px;
}
.campaign-page .reporting-menu-dropdown-label {
  text-transform: uppercase;
}
.campaign-page .actionButtons {
  float: right;
}
.campaign-page .actionButtons.fixed {
  position: fixed;
  bottom: 30px;
  right: 30px;
}
.campaign-page .actionButtons.bottom {
  position: absolute;
  right: 10px;
  bottom: 25px;
}
.metricsWidget {
  position: relative;
}
.metricsWidget-placeholder {
  box-sizing: border-box;
}
.metricsWidget-metricTitle {
  font-size: 11px;
  line-height: 11px;
  font-family: 'Rubik-bold', sans-serif;
  text-transform: uppercase;
  color: #54585A;
}
.metricsWidget-placeholder.selected .metricsWidget-metricTitle,
.metricsWidget-placeholder:hover .metricsWidget-metricTitle,
.metricsWidget-metric:hover .metricsWidget-metricTitle {
  color: #FFFFFF;
}
.metricsWidget-metric.disabled > .metricsWidget-metricTitle {
  font-size: 11px;
  line-height: 11px;
  font-family: 'Rubik-bold', sans-serif;
  text-transform: uppercase;
  color: #A9ABAC;
}
.metricsWidget-placeholders,
.metricsWidget-metrics {
  display: block;
  padding: 0px;
}
.metricsWidget.-placeholders {
  position: relative;
  border: 1px solid transparent;
  margin-bottom: 1px;
}
.metricsWidget-metrics {
  position: absolute;
  width: 100%;
  border-radius: 5px;
  background-color: #EEEEEE;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 2px 5px 0px #D4D5D6;
  z-index: 1;
}
.metricsWidget-metrics-pointer {
  position: absolute;
  width: 0;
  height: 0;
  top: 0px;
  left: 0px;
  margin-top: -17px;
  border-bottom: 16px solid #FFFFFF;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  padding-top: 1px;
}
.metricsWidget-metrics-innerPointer {
  width: 0;
  height: 0;
  border-bottom: 15px solid #EEEEEE;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  margin-top: 3px;
  margin-left: -13px;
}
.metricsWidget-placeholder,
.metricsWidget-metric {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  float: left;
  position: relative;
  cursor: pointer;
  margin: 0 0.5% 7px 0.5%;
  width: 15.66666667%;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  border: 1px solid transparent;
}
.metricsWidget-placeholder > *,
.metricsWidget-metric > * {
  padding: 2px 0px 4px 0px;
}
.metricsWidget-placeholder:hover,
.metricsWidget-metric:hover {
  background-color: #4F868E;
}
.metricsWidget-metric {
  background-color: #FFFFFF;
  border: 1px solid #D4D5D6;
}
.metricsWidget-placeholder {
  background-color: #D4D5D6;
}
.metricsWidget-placeholder-handle {
  position: absolute;
  top: 3px;
  left: 9px;
}
.metricsWidget-placeholder-handle > i {
  margin-left: -3px;
}
.metricsWidget-placeholder.selected,
.metricsWidget-placeholder.selected.empty,
.metricsWidget-placeholder.empty:hover {
  background-color: #4F868E;
}
.metricsWidget-placeholder.empty {
  background-color: #FFFFFF;
  color: #D4D5D6;
  border: 1px solid #D4D5D6;
}
.metricsWidget-placeholder-removeButton {
  display: none;
  position: absolute;
  right: 5px;
  top: 7px;
  margin: 0;
  padding: 2px 3px;
  border: none;
  border-radius: 10px;
  background-color: #FFFFFF;
  color: #4F868E;
  font-family: 'Rubik-regular', sans-serif;
  font-size: 9px;
  line-height: 9px;
}
.metricsWidget-placeholder-removeButton-icon {
  color: #4F868E;
}
.metricsWidget-placeholder:hover .metricsWidget-placeholder-removeButton {
  display: block;
}
.metricsWidget-metric.disabled,
.metricsWidget-metric.disabled:hover {
  pointer-events: none;
}
.alertstrip-header .btn-find-more {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.nospacing.alertstrip-header {
  margin-bottom: 0 !important;
}
.sales-attribution-selector .selection {
  width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sales-attribution-selector label.checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.sales-attribution-selector label.checkbox span {
  padding-left: 10px;
}
.sales-attribution-selector li label {
  cursor: pointer;
}
.sales-attribution-selector li.disabled {
  cursor: not-allowed;
}
.sales-attribution-selector li.reset {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  align-items: baseline;
}
.sales-attribution-selector li.reset span {
  padding-left: 15px;
}
.sales-attribution-selector .attribution-icon {
  content: url(assets/images/icon_attribution.png);
  height: 32px;
}
@media only screen and (max-width: 850px) {
  .date-range-picker .hidden-on-small-screen {
    display: none;
  }
}
@media only screen and (max-width: 850px) {
  .date-range-picker .last-column {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 851px) {
  .date-range-picker .last-column {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 851px) {
  .date-range-picker {
    min-width: 720px;
  }
}
.date-range-picker .row {
  width: auto !important;
}
.date-range-picker table {
  border-collapse: separate;
  border-spacing: 3px;
  color: #54585A;
}
.date-range-picker .month {
  text-align: center;
  font-family: 'Rubik-medium', sans-serif;
  font-size: 14px;
  color: #54585A;
}
.date-range-picker [ng-click],
.date-range-picker [ng-change] {
  cursor: pointer;
}
.date-range-picker .bordered {
  border-bottom: 1px solid #D4D5D6;
  padding: 0px;
}
.date-range-picker .selDate {
  background-color: #FFFFFF;
  font-family: 'Rubik-medium', sans-serif;
}
.date-range-picker .inPeriodToPeriodRange {
  background-color: #A9ABAC;
}
.date-range-picker .inRangePeriodToPeriodRange {
  background-color: #D4D5D6;
}
.date-range-picker .td.selDate,
.date-range-picker .inRange {
  background-color: #D4D5D6;
}
.date-range-picker td.available {
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
}
.date-range-picker td.available:hover {
  background-color: #FFC845;
}
.date-range-picker td.future {
  cursor: not-allowed;
  color: #A9ABAC;
}
.date-range-picker td.future:hover {
  background-color: transparent;
}
.date-range-picker .table-days {
  width: 100%;
  padding: 0px;
  border-spacing: 5px;
}
.date-range-picker .form-days {
  background-color: #FFFFFF;
  border: solid 1px #D4D5D6;
  color: #54585A;
}
.date-range-picker .form-days:focus {
  border: solid 1px #54585A;
}
.date-range-picker .form-control {
  box-shadow: none;
  border: solid 1px #D4D5D6;
}
.date-range-picker .form-control[disabled] {
  box-shadow: none;
  background-color: #F2F2F2;
  color: #D4D5D6;
  border: solid 1px #D4D5D6;
}
.date-range-picker .form-days.invalid {
  border: solid 1px #CE0037;
}
.date-range-picker button.validation {
  min-width: 75px;
  width: 75px;
  height: 27px;
  border-radius: 13px;
  font-family: 'Rubik-medium', sans-serif;
  font-size: 11px;
  padding: 0px;
}
.date-range-picker button.validation:disabled {
  cursor: not-allowed;
}
.date-range-picker input.form-days:disabled {
  cursor: not-allowed;
  color: #D4D5D6;
}
.date-range-picker button.validation-apply {
  color: #FFFFFF;
  background-color: #FF8F1C;
}
.tAndCsParagraphs {
  width: 100%;
  max-height: 160px;
  overflow-y: auto;
  border-style: inset;
  border-width: 2px;
}
.tAndCsParagraphs ol {
  counter-reset: section;
  list-style-type: none;
  -webkit-padding-start: 10px;
  font-family: 'Rubik-regular', sans-serif;
  font-size: 12px;
}
.tAndCsParagraphs li::before {
  counter-increment: section;
  content: counters(section, ".") " ";
}
.tAndCs .ciDropdownWidget {
  width: 100%;
  cursor: pointer;
}
.tAndCs .ciDropdownWidget.dropdown .dropdown-menu .row {
  width: auto;
}
.tAndCs .currencySelector .ciDropdownWidget .dropdown-menu {
  overflow-x: hidden;
}
.tAndCs p {
  font-size: 12px;
}
.sales-widget .latestSales {
  float: right;
}
.sales-widget a {
  font-family: 'Rubik-regular', sans-serif;
}
.sales-widget .late {
  color: #CE0037;
}
.sales-widget .late:hover > .latestSalesText {
  text-decoration: underline;
}
.sales-widget .notlate {
  color: #A9ABAC;
  pointer-events: none;
  cursor: default;
}
.support-center .sc-dropdown-menu {
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 #D4D5D6;
  margin-top: 12px;
}
.support-center .sc-dropdown-menu .sc-help {
  text-transform: uppercase;
  font-family: 'Rubik-medium', sans-serif;
  font-size: 12px;
  line-height: 18px;
  display: block;
  padding: 5px 20px;
}
.support-center .sc-dropdown-menu span {
  color: #54585A;
  font-family: 'Rubik-regular', sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.support-center .sc-dropdown-menu a {
  padding: 5px 20px;
}
.support-center .sc-dropdown-menu .sc-link > a:before {
  content: '';
  display: inline-block;
  height: 26px;
  width: 26px;
  background: url(assets/images/small-tip.png) no-repeat center center;
  vertical-align: middle;
}
.support-center .sc-dropdown-menu .sc-visit {
  border-top: 1px solid #D4D5D6;
}
/*
Onboarding should be above everything else on the page, ideally in this order (from bottom to top):
- page
- overlay covering (partially) the page
- target element (from the page) to showcase
- SVG arrow highlighting the target
- onboarding content (text and title)
*/
.onboarding .onboarding-overlay {
  width: 100%;
  height: 100%;
  z-index: 2000;
  top: 0;
  left: 0;
  position: fixed;
  margin: 0px;
}
.onboarding .onboarding-container {
  padding-top: 20px;
  width: 100%;
  z-index: 2030;
  top: 35%;
  left: 0;
  position: fixed;
  margin: 0px;
}
.onboarding .onboarding-container .col-centered {
  margin: 0 auto;
  float: none;
}
.onboarding .onboarding-container .onboarding-content {
  min-height: 150px;
  font-weight: normal;
  font-family: 'Rubik-regular', sans-serif;
  font-size: 18px;
  color: #7F8283;
}
.onboarding .onboarding-container .onboarding-btn {
  padding-left: 80px;
  padding-right: 80px;
  margin: 0 0 10px;
}
.onboarding .onboarding-container .skip-btn {
  margin-right: 5px;
}
.onboarding .onboarding-container .onboarding-step {
  font-family: 'Rubik-medium', sans-serif;
}
.onboarding .onboarding-svg {
  width: 100%;
  height: 100%;
  z-index: 2020;
  top: 0;
  left: 0;
  position: fixed;
}
.onboarding .onboarding-svg path {
  fill: none;
  stroke: #FF8F1C;
  stroke-width: 3px;
}
.onboarding .onboarding-svg circle {
  fill: #FF8F1C;
}
.onboarding-target {
  z-index: 2010;
}
.ph-loader {
  position: relative;
  width: 100%;
  height: 100%;
}
.ph-loader .ph-loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  opacity: 0.6;
  z-index: 1000;
}
.ph-loader .ph-loader-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -64px;
  margin-left: -64px;
  z-index: 1001;
}
.ph-la-ball-scale-multiple {
  position: relative;
  width: 128px;
  height: 128px;
}
.ph-la-ball-scale-multiple::after {
  display: table;
  line-height: 0;
  clear: both;
  content: "";
}
.ph-la-ball-scale-multiple > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 128px;
  height: 128px;
  float: left;
  border-radius: 100%;
  opacity: 0;
  animation: ball-scale-multiple 1s 0s linear infinite;
  box-sizing: content-box;
  border-style: solid;
  border-width: 0;
  color: #FF8F1C;
  background: #FF8F1C;
  border-color: #FF8F1C;
}
.ph-la-ball-scale-multiple > div:nth-child(2) {
  animation-delay: .2s;
}
.ph-la-ball-scale-multiple > div:nth-child(3) {
  animation-delay: .4s;
}
/*
 * Animation
 */
@keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  5% {
    opacity: .75;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.ph-input-container {
  position: relative;
  background: #FFFFFF;
  color: #54585A;
}
.ph-input-container:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  height: 25%;
  border: 1px #D4D5D6 solid;
  border-top: 0px;
}
.ph-input-container:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 25%;
  border: 1px #CCCCCC solid;
  border-top: 0;
}
.ph-input-container .ph-input-input {
  border: 1px transparent solid;
  color: #54585A;
}
.ph-input-container .ph-input-label {
  color: #A9ABAC;
}
.ph-input-container.is-active:not(.is-invalid) .ph-input-input {
  border: 1px #FF8F1C solid;
  color: #FF8F1C;
}
.ph-input-container.is-active:not(.is-invalid) .ph-input-label {
  color: #FF8F1C;
}
.ph-input-container.is-invalid .ph-input-input {
  padding-left: 9px;
  border: 2px #CE0037 solid;
  color: #CE0037;
}
.ph-input-container.is-invalid .ph-input-label {
  color: #CE0037;
}
.ph-input-no-invalid .ph-input-container.is-invalid .ph-input-input {
  border: 1px transparent solid;
  color: #54585A;
}
.ph-input-no-invalid .ph-input-container.is-invalid .ph-input-label {
  color: #A9ABAC;
}
.ph-input-no-invalid .ph-input-container.is-invalid.is-active .ph-input-input {
  border: 1px #FF8F1C solid;
  color: #FF8F1C;
}
.ph-input-no-invalid .ph-input-container.is-invalid.is-active .ph-input-label {
  color: #FF8F1C;
}
.ph-input-non-white-bg .ph-input-container:not(.is-invalid):not(.is-active) .ph-input-input {
  border: 1px solid #D4D5D6;
  color: #54585A;
}
.ph-input-non-white-bg .ph-input-container:not(.is-invalid):not(.is-active) .ph-input-label {
  color: #A9ABAC;
}
.ph-input-input,
.ph-input-sizer {
  padding: 5px 10px;
  background: transparent;
}
.ph-input-input {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 30px;
  color: #54585A;
}
.ph-input-input::-ms-clear,
.ph-input-input::-ms-reveal {
  display: none;
}
.ph-input-input,
.ph-input-input:hover,
.ph-input-input:active,
.ph-input-input:focus {
  outline: none;
  box-shadow: none;
  border-radius: 0;
}
.ph-input-input:active:not(:hover) + .popover,
.ph-input-input:focus:not(:hover) + .popover {
  display: none !important;
}
.ph-input-container .ph-input-input.form-control {
  width: 100%;
}
.ph-input-sizer {
  position: absolute;
  z-index: -1;
  left: 0;
  width: auto;
  max-width: 100%;
  overflow: hidden;
}
.ph-input-label {
  font-family: 'Rubik-bold', sans-serif;
  position: absolute;
  margin-top: -7px;
  top: 50%;
  font-size: 11px;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
}
.ph-input-container.is-not-empty .ph-input-label,
.ph-input-container.is-active .ph-input-label {
  right: 10px;
  padding-left: 0;
  text-align: right;
}
.ph-input-container.is-not-empty.is-overflowing .ph-input-label {
  visibility: hidden;
}
.ph-input-container:not(.is-not-empty):not(.is-active) .ph-input-label {
  left: 11px;
  text-align: left;
}
.currency-internal-selector__row {
  display: table;
  width: 100%;
}
.currency-internal-selector__row__symbol {
  display: table-cell;
  width: 50px;
}
.currency-internal-selector__row__name {
  display: table-cell;
}

/**
 * Applies styles for users in high contrast mode. Note that this only applies
 * to Microsoft browsers. Chrome can be included by checking for the `html[hc]`
 * attribute, however Chrome handles high contrast differently.
 * @param target Which kind of high contrast setting to target. Defaults to `active`, can be
 *    `white-on-black` or `black-on-white`.
 */
.mat-radio-group {
  display: flex;
  position: relative; }
  .mat-radio-group[fxLayout="column"] > label {
    margin-bottom: 10px; }
  .mat-radio-group[fxLayout="column"] .mat-radio-button:not(:first-of-type) {
    margin-top: 10px; }
  .mat-radio-group:not([fxLayout="column"]) {
    align-items: center; }
    .mat-radio-group:not([fxLayout="column"]) > label {
      margin-right: 10px; }
    .mat-radio-group:not([fxLayout="column"]) .mat-radio-button:not(:last-child) {
      margin-right: 10px; }
  .mat-radio-group .mat-radio-button:not([disabled]) {
    cursor: pointer; }
  .mat-radio-group .mat-error {
    position: absolute; }

.criteo-radio-card.mat-radio-group .mat-radio-label {
  position: relative;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  border: 1px solid transparent;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  height: 100%; }

.criteo-radio-card.mat-radio-group .mat-radio-disabled .mat-radio-label {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12); }

.criteo-radio-card.mat-radio-group .mat-radio-label-content {
  min-height: 20px;
  line-height: 20px;
  width: 100%;
  min-width: 0px;
  height: 100%;
  display: flex;
  flex-direction: column; }

.criteo-radio-card.mat-radio-group .radio-title {
  overflow: hidden;
  text-overflow: ellipsis; }

.criteo-radio-card.mat-radio-group.criteo-radio-icon .mat-radio-label {
  display: flex;
  flex-direction: row-reverse; }

.criteo-radio-card.mat-radio-group.criteo-radio-icon .radio-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start; }

.criteo-radio-card.mat-radio-group.criteo-radio-icon .radio-title {
  overflow: initial;
  word-break: break-word;
  white-space: pre-wrap; }

.criteo-radio-card.mat-radio-group.criteo-radio-icon .radio-description {
  margin-left: 0; }

.criteo-radio-button label {
  display: block;
  margin-bottom: 10px; }

.criteo-radio-button .mat-radio-group:not([fxLayout="column"]) .mat-radio-button:not(:last-child) {
  margin-right: 5px;
  margin-left: 5px; }
  .criteo-radio-button .mat-radio-group:not([fxLayout="column"]) .mat-radio-button:not(:last-child):first-child {
    margin-left: 0; }

.criteo-radio-button .mat-radio-group .mat-radio-button {
  margin-right: 5px;
  margin-left: 5px; }

.criteo-radio-button mat-radio-group.mat-radio-group mat-radio-button {
  border-radius: 4px; }
  .criteo-radio-button mat-radio-group.mat-radio-group mat-radio-button label {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 14px; }
  .criteo-radio-button mat-radio-group.mat-radio-group mat-radio-button .mat-radio-label-content {
    padding: 0; }
  .criteo-radio-button mat-radio-group.mat-radio-group mat-radio-button .mat-radio-container {
    display: none; }

.mat-button.active .mat-button-focus-overlay, .mat-stroked-button.active .mat-button-focus-overlay {
  opacity: 1; }

.mat-stroked-button.mat-icon-button mat-icon {
  line-height: 20px; }

.mat-icon-button .mat-button-ripple-round {
  border-radius: initial; }

.mat-chip-list:focus {
  outline-width: 0; }

.chip-icon .mat-icon {
  border-radius: 50%;
  padding: 0.3rem;
  box-sizing: border-box;
  font-size: 1.8rem; }

mat-card.mat-card {
  border-radius: 4px;
  border-width: 1px;
  border-style: solid; }

mat-card.panel {
  padding: 0; }
  mat-card.panel > .mat-card-header {
    padding-top: 10px;
    margin-bottom: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-width: 1px;
    border-bottom-style: solid; }
    mat-card.panel > .mat-card-header .mat-card-header-text {
      margin: 0; }
    mat-card.panel > .mat-card-header .mat-card-title {
      margin-bottom: 10px; }
  mat-card.panel > .mat-card-header, mat-card.panel > .mat-card-content {
    padding-left: 20px;
    padding-right: 20px; }
  mat-card.panel > .mat-card-content:last-child {
    padding-bottom: 20px; }
  mat-card.panel > .mat-card-actions {
    margin: 0;
    padding: 20px; }
    mat-card.panel > .mat-card-actions:last-child {
      margin-bottom: 0;
      padding-bottom: 20px; }

snack-bar-container.mat-snack-bar-container {
  padding: 10px 20px; }

mat-ink-bar.mat-ink-bar {
  transition: none;
  height: 4px; }

mat-tab-group .mat-tab-label,
nav.mat-tab-nav-bar .mat-tab-link {
  opacity: 1; }

mat-dialog-container .mat-dialog-container {
  padding: 20px; }

mat-dialog-container .mat-dialog-title {
  margin: 0 0 10px; }

mat-dialog-container .mat-dialog-content {
  margin: 0;
  padding: 0; }

mat-dialog-container .mat-dialog-actions {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 10px; }

.mat-criteo-nav.mat-toolbar-row, .mat-criteo-nav.mat-toolbar-single-row {
  padding: 8px 48px;
  min-height: 56px;
  height: auto; }

.mat-criteo-nav .logo.criteo-logo-icon, .mat-criteo-nav .logo.criteo-logo {
  background-position: center center;
  height: 40px;
  box-sizing: content-box; }

.mat-criteo-nav .logo.criteo-logo-icon {
  width: 30px;
  background-size: 30px auto; }

.mat-criteo-nav .logo.criteo-logo {
  width: 85px;
  background-size: 85px auto; }

.mat-criteo-nav .toolbar-app-name {
  padding: 0 24px;
  text-transform: uppercase;
  text-decoration: none; }

.mat-criteo-nav .toolbar-center {
  padding: 0 16px; }

.mat-criteo-nav .toolbar-right {
  margin-left: auto; }

.mat-criteo-nav .toolbar-center > *:not(:last-child), .mat-criteo-nav .toolbar-right > *:not(:last-child) {
  margin-right: 16px; }

.mat-criteo-nav .toolbar-left, .mat-criteo-nav .toolbar-center, .mat-criteo-nav .toolbar-right {
  height: 100%;
  align-items: center;
  display: flex; }

.mat-criteo-nav.mat-toolbar .mat-form-field-wrapper {
  padding-bottom: 0; }

.mat-criteo-nav.mat-toolbar .mat-form-field-appearance-standard .mat-form-field-flex {
  padding-top: 0; }

.mat-criteo-nav a {
  border-bottom-width: 0; }
  .mat-criteo-nav a:hover {
    background-color: initial; }

.mat-form-field-infix .mat-input-element {
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  padding: 5px;
  box-sizing: border-box; }

mat-form-field.no-hint .mat-form-field-wrapper {
  padding-bottom: 0; }

.mat-form-field-wrapper .mat-form-field-flex {
  position: relative; }

.mat-form-field-wrapper .mat-form-field-infix {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap; }
  .mat-form-field-wrapper .mat-form-field-infix .mat-form-field-label-wrapper {
    position: relative;
    height: initial; }
    .mat-form-field-wrapper .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
      position: relative;
      overflow: initial; }
      .mat-form-field-wrapper .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label mat-label {
        display: inline-block; }

.mat-form-field-wrapper .mat-form-field-underline {
  visibility: hidden; }

.mat-form-field-appearance-standard .mat-form-field-wrapper .mat-form-field-flex {
  align-items: flex-end;
  padding-top: 0; }

.mat-form-field-infix .mat-select {
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  padding: 5px;
  box-sizing: border-box; }

.mat-form-field-appearance-standard .mat-select-trigger .mat-select-arrow-wrapper {
  transform: none; }

mat-step-header {
  position: relative; }
  mat-step-header .mat-step-icon,
  mat-step-header .mat-step-icon-not-touched {
    border-width: 3px;
    border-style: solid;
    width: 40px;
    height: 40px;
    box-sizing: border-box; }
  mat-step-header .mat-step-label::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    bottom: 10px;
    left: 53px; }
  mat-step-header.mat-horizontal-stepper-header {
    height: inherit;
    padding: 10px; }
    mat-step-header.mat-horizontal-stepper-header .mat-step-icon, mat-step-header.mat-horizontal-stepper-header .mat-step-icon-not-touched {
      margin-right: 5px; }
  mat-step-header.mat-vertical-stepper-header {
    padding: 10px;
    max-height: 40px; }
    mat-step-header.mat-vertical-stepper-header .mat-step-icon, mat-step-header.mat-vertical-stepper-header .mat-step-icon-not-touched {
      margin-right: 5px; }

mat-horizontal-stepper .mat-stepper-horizontal-line {
  margin: 0 -10px 0 0; }

mat-vertical-stepper .mat-vertical-content-container {
  margin-left: 30px; }

mat-vertical-stepper .mat-stepper-vertical-line::before {
  top: -10px;
  bottom: -10px; }

mat-table mat-header-row, mat-table th.mat-header-cell, table.mat-table mat-header-row, table.mat-table th.mat-header-cell {
  border-top-width: 1px;
  border-top-style: solid; }

mat-table button.mat-icon-button, table.mat-table button.mat-icon-button {
  height: 24px;
  width: 24px; }

html {
  font-size: 62.5%;
  /* Rebalancing rem > px : 1rem = 10px */ }

body {
  margin: 0;
  padding: 0; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.w-5 {
  width: 5% !important; }

.w-15 {
  width: 15% !important; }

.w-20 {
  width: 20% !important; }

.w-30 {
  width: 30% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.h-5 {
  height: 5% !important; }

.h-15 {
  height: 15% !important; }

.h-20 {
  height: 20% !important; }

.h-30 {
  height: 30% !important; }

.mw-25 {
  max-width: 25% !important; }

.mw-50 {
  max-width: 50% !important; }

.mw-75 {
  max-width: 75% !important; }

.mw-100 {
  max-width: 100% !important; }

.mw-auto {
  max-width: auto !important; }

.mw-5 {
  max-width: 5% !important; }

.mw-15 {
  max-width: 15% !important; }

.mw-20 {
  max-width: 20% !important; }

.mw-30 {
  max-width: 30% !important; }

.mh-25 {
  max-height: 25% !important; }

.mh-50 {
  max-height: 50% !important; }

.mh-75 {
  max-height: 75% !important; }

.mh-100 {
  max-height: 100% !important; }

.mh-auto {
  max-height: auto !important; }

.mh-5 {
  max-height: 5% !important; }

.mh-15 {
  max-height: 15% !important; }

.mh-20 {
  max-height: 20% !important; }

.mh-30 {
  max-height: 30% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-5 {
  margin: 5px !important; }

.mt-5,
.my-5 {
  margin-top: 5px !important; }

.mr-5,
.mx-5 {
  margin-right: 5px !important; }

.mb-5,
.my-5 {
  margin-bottom: 5px !important; }

.ml-5,
.mx-5 {
  margin-left: 5px !important; }

.m-10 {
  margin: 16px !important; }

.mt-10,
.my-10 {
  margin-top: 16px !important; }

.mr-10,
.mx-10 {
  margin-right: 16px !important; }

.mb-10,
.my-10 {
  margin-bottom: 16px !important; }

.ml-10,
.mx-10 {
  margin-left: 16px !important; }

.m-20 {
  margin: 24px !important; }

.mt-20,
.my-20 {
  margin-top: 24px !important; }

.mr-20,
.mx-20 {
  margin-right: 24px !important; }

.mb-20,
.my-20 {
  margin-bottom: 24px !important; }

.ml-20,
.mx-20 {
  margin-left: 24px !important; }

.m-30 {
  margin: 32px !important; }

.mt-30,
.my-30 {
  margin-top: 32px !important; }

.mr-30,
.mx-30 {
  margin-right: 32px !important; }

.mb-30,
.my-30 {
  margin-bottom: 32px !important; }

.ml-30,
.mx-30 {
  margin-left: 32px !important; }

.m-40 {
  margin: 40px !important; }

.mt-40,
.my-40 {
  margin-top: 40px !important; }

.mr-40,
.mx-40 {
  margin-right: 40px !important; }

.mb-40,
.my-40 {
  margin-bottom: 40px !important; }

.ml-40,
.mx-40 {
  margin-left: 40px !important; }

.m-50 {
  margin: 48px !important; }

.mt-50,
.my-50 {
  margin-top: 48px !important; }

.mr-50,
.mx-50 {
  margin-right: 48px !important; }

.mb-50,
.my-50 {
  margin-bottom: 48px !important; }

.ml-50,
.mx-50 {
  margin-left: 48px !important; }

.m-60 {
  margin: 48px !important; }

.mt-60,
.my-60 {
  margin-top: 48px !important; }

.mr-60,
.mx-60 {
  margin-right: 48px !important; }

.mb-60,
.my-60 {
  margin-bottom: 48px !important; }

.ml-60,
.mx-60 {
  margin-left: 48px !important; }

.m-70 {
  margin: 48px !important; }

.mt-70,
.my-70 {
  margin-top: 48px !important; }

.mr-70,
.mx-70 {
  margin-right: 48px !important; }

.mb-70,
.my-70 {
  margin-bottom: 48px !important; }

.ml-70,
.mx-70 {
  margin-left: 48px !important; }

.m-80 {
  margin: 48px !important; }

.mt-80,
.my-80 {
  margin-top: 48px !important; }

.mr-80,
.mx-80 {
  margin-right: 48px !important; }

.mb-80,
.my-80 {
  margin-bottom: 48px !important; }

.ml-80,
.mx-80 {
  margin-left: 48px !important; }

.m-90 {
  margin: 48px !important; }

.mt-90,
.my-90 {
  margin-top: 48px !important; }

.mr-90,
.mx-90 {
  margin-right: 48px !important; }

.mb-90,
.my-90 {
  margin-bottom: 48px !important; }

.ml-90,
.mx-90 {
  margin-left: 48px !important; }

.m-1 {
  margin: 8px !important; }

.mt-1,
.my-1 {
  margin-top: 8px !important; }

.mr-1,
.mx-1 {
  margin-right: 8px !important; }

.mb-1,
.my-1 {
  margin-bottom: 8px !important; }

.ml-1,
.mx-1 {
  margin-left: 8px !important; }

.m-2 {
  margin: 16px !important; }

.mt-2,
.my-2 {
  margin-top: 16px !important; }

.mr-2,
.mx-2 {
  margin-right: 16px !important; }

.mb-2,
.my-2 {
  margin-bottom: 16px !important; }

.ml-2,
.mx-2 {
  margin-left: 16px !important; }

.m-3 {
  margin: 24px !important; }

.mt-3,
.my-3 {
  margin-top: 24px !important; }

.mr-3,
.mx-3 {
  margin-right: 24px !important; }

.mb-3,
.my-3 {
  margin-bottom: 24px !important; }

.ml-3,
.mx-3 {
  margin-left: 24px !important; }

.m-4 {
  margin: 32px !important; }

.mt-4,
.my-4 {
  margin-top: 32px !important; }

.mr-4,
.mx-4 {
  margin-right: 32px !important; }

.mb-4,
.my-4 {
  margin-bottom: 32px !important; }

.ml-4,
.mx-4 {
  margin-left: 32px !important; }

.m-6 {
  margin: 48px !important; }

.mt-6,
.my-6 {
  margin-top: 48px !important; }

.mr-6,
.mx-6 {
  margin-right: 48px !important; }

.mb-6,
.my-6 {
  margin-bottom: 48px !important; }

.ml-6,
.mx-6 {
  margin-left: 48px !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-5 {
  padding: 5px !important; }

.pt-5,
.py-5 {
  padding-top: 5px !important; }

.pr-5,
.px-5 {
  padding-right: 5px !important; }

.pb-5,
.py-5 {
  padding-bottom: 5px !important; }

.pl-5,
.px-5 {
  padding-left: 5px !important; }

.p-10 {
  padding: 16px !important; }

.pt-10,
.py-10 {
  padding-top: 16px !important; }

.pr-10,
.px-10 {
  padding-right: 16px !important; }

.pb-10,
.py-10 {
  padding-bottom: 16px !important; }

.pl-10,
.px-10 {
  padding-left: 16px !important; }

.p-20 {
  padding: 24px !important; }

.pt-20,
.py-20 {
  padding-top: 24px !important; }

.pr-20,
.px-20 {
  padding-right: 24px !important; }

.pb-20,
.py-20 {
  padding-bottom: 24px !important; }

.pl-20,
.px-20 {
  padding-left: 24px !important; }

.p-30 {
  padding: 32px !important; }

.pt-30,
.py-30 {
  padding-top: 32px !important; }

.pr-30,
.px-30 {
  padding-right: 32px !important; }

.pb-30,
.py-30 {
  padding-bottom: 32px !important; }

.pl-30,
.px-30 {
  padding-left: 32px !important; }

.p-40 {
  padding: 40px !important; }

.pt-40,
.py-40 {
  padding-top: 40px !important; }

.pr-40,
.px-40 {
  padding-right: 40px !important; }

.pb-40,
.py-40 {
  padding-bottom: 40px !important; }

.pl-40,
.px-40 {
  padding-left: 40px !important; }

.p-50 {
  padding: 48px !important; }

.pt-50,
.py-50 {
  padding-top: 48px !important; }

.pr-50,
.px-50 {
  padding-right: 48px !important; }

.pb-50,
.py-50 {
  padding-bottom: 48px !important; }

.pl-50,
.px-50 {
  padding-left: 48px !important; }

.p-60 {
  padding: 48px !important; }

.pt-60,
.py-60 {
  padding-top: 48px !important; }

.pr-60,
.px-60 {
  padding-right: 48px !important; }

.pb-60,
.py-60 {
  padding-bottom: 48px !important; }

.pl-60,
.px-60 {
  padding-left: 48px !important; }

.p-70 {
  padding: 48px !important; }

.pt-70,
.py-70 {
  padding-top: 48px !important; }

.pr-70,
.px-70 {
  padding-right: 48px !important; }

.pb-70,
.py-70 {
  padding-bottom: 48px !important; }

.pl-70,
.px-70 {
  padding-left: 48px !important; }

.p-80 {
  padding: 48px !important; }

.pt-80,
.py-80 {
  padding-top: 48px !important; }

.pr-80,
.px-80 {
  padding-right: 48px !important; }

.pb-80,
.py-80 {
  padding-bottom: 48px !important; }

.pl-80,
.px-80 {
  padding-left: 48px !important; }

.p-90 {
  padding: 48px !important; }

.pt-90,
.py-90 {
  padding-top: 48px !important; }

.pr-90,
.px-90 {
  padding-right: 48px !important; }

.pb-90,
.py-90 {
  padding-bottom: 48px !important; }

.pl-90,
.px-90 {
  padding-left: 48px !important; }

.p-1 {
  padding: 8px !important; }

.pt-1,
.py-1 {
  padding-top: 8px !important; }

.pr-1,
.px-1 {
  padding-right: 8px !important; }

.pb-1,
.py-1 {
  padding-bottom: 8px !important; }

.pl-1,
.px-1 {
  padding-left: 8px !important; }

.p-2 {
  padding: 16px !important; }

.pt-2,
.py-2 {
  padding-top: 16px !important; }

.pr-2,
.px-2 {
  padding-right: 16px !important; }

.pb-2,
.py-2 {
  padding-bottom: 16px !important; }

.pl-2,
.px-2 {
  padding-left: 16px !important; }

.p-3 {
  padding: 24px !important; }

.pt-3,
.py-3 {
  padding-top: 24px !important; }

.pr-3,
.px-3 {
  padding-right: 24px !important; }

.pb-3,
.py-3 {
  padding-bottom: 24px !important; }

.pl-3,
.px-3 {
  padding-left: 24px !important; }

.p-4 {
  padding: 32px !important; }

.pt-4,
.py-4 {
  padding-top: 32px !important; }

.pr-4,
.px-4 {
  padding-right: 32px !important; }

.pb-4,
.py-4 {
  padding-bottom: 32px !important; }

.pl-4,
.px-4 {
  padding-left: 32px !important; }

.p-6 {
  padding: 48px !important; }

.pt-6,
.py-6 {
  padding-top: 48px !important; }

.pr-6,
.px-6 {
  padding-right: 48px !important; }

.pb-6,
.py-6 {
  padding-bottom: 48px !important; }

.pl-6,
.px-6 {
  padding-left: 48px !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

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

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

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

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

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

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

.text-underline {
  text-decoration: underline !important; }

.text-line-through {
  text-decoration: line-through !important; }

.criteo-logo-icon {
  background-image: url(assets/fonts/criteo-icon-logo.svg);
  background-repeat: no-repeat; }

.criteo-logo-primary {
  background-image: url(assets/fonts/criteo-logo-primary.svg);
  background-repeat: no-repeat; }

.criteo-logo-secondary {
  background-image: url(assets/fonts/criteo-logo-secondary.svg);
  background-repeat: no-repeat; }

.criteo-logo-dark {
  background-image: url(assets/fonts/criteo-logo-dark.svg);
  background-repeat: no-repeat; }

.criteo-logo-grey {
  background-image: url(assets/fonts/criteo-logo-grey.svg);
  background-repeat: no-repeat; }

.criteo-logo-light {
  background-image: url(assets/fonts/criteo-logo-light.svg);
  background-repeat: no-repeat; }

/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/**
 * Applies styles for users in high contrast mode. Note that this only applies
 * to Microsoft browsers. Chrome can be included by checking for the `html[hc]`
 * attribute, however Chrome handles high contrast differently.
 * @param target Which kind of high contrast setting to target. Defaults to `active`, can be
 *    `white-on-black` or `black-on-white`.
 */
/* Theme for the ripple elements.*/
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
@font-face {
  font-family: 'Muli';
  src: url(assets/fonts/Muli-ExtraLight.ttf);
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Muli';
  src: url(assets/fonts/Muli-ExtraLightItalic.ttf);
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Muli';
  src: url(assets/fonts/Muli-Light.ttf);
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Muli';
  src: url(assets/fonts/Muli-LightItalic.ttf);
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Muli';
  src: url(assets/fonts/Muli-Regular.ttf);
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Muli';
  src: url(assets/fonts/Muli-SemiBold.ttf);
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Muli';
  src: url(assets/fonts/Muli-SemiBoldItalic.ttf);
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Muli';
  src: url(assets/fonts/Muli-Bold.ttf);
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Muli';
  src: url(assets/fonts/Muli-BoldItalic.ttf);
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Muli';
  src: url(assets/fonts/Muli-ExtraBold.ttf);
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Muli';
  src: url(assets/fonts/Muli-ExtraBoldItalic.ttf);
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Muli';
  src: url(assets/fonts/Muli-Black.ttf);
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Muli';
  src: url(assets/fonts/Muli-BlackItalic.ttf);
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(assets/fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(assets/fonts/MaterialIcons-Regular.woff2) format("woff2"), url(assets/fonts/MaterialIcons-Regular.woff) format("woff"), url(assets/fonts/MaterialIcons-Regular.ttf) format("truetype"); }

/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/**
 * Applies styles for users in high contrast mode. Note that this only applies
 * to Microsoft browsers. Chrome can be included by checking for the `html[hc]`
 * attribute, however Chrome handles high contrast differently.
 * @param target Which kind of high contrast setting to target. Defaults to `active`, can be
 *    `white-on-black` or `black-on-white`.
 */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/**
 * Applies styles for users in high contrast mode. Note that this only applies
 * to Microsoft browsers. Chrome can be included by checking for the `html[hc]`
 * attribute, however Chrome handles high contrast differently.
 * @param target Which kind of high contrast setting to target. Defaults to `active`, can be
 *    `white-on-black` or `black-on-white`.
 */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* We currently put static colors, but there is a possibility that this will be linked
to the $theme later on. Still in discussion at the styleguide level. */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/**
 * Applies styles for users in high contrast mode. Note that this only applies
 * to Microsoft browsers. Chrome can be included by checking for the `html[hc]`
 * attribute, however Chrome handles high contrast differently.
 * @param target Which kind of high contrast setting to target. Defaults to `active`, can be
 *    `white-on-black` or `black-on-white`.
 */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/**
 * Applies styles for users in high contrast mode. Note that this only applies
 * to Microsoft browsers. Chrome can be included by checking for the `html[hc]`
 * attribute, however Chrome handles high contrast differently.
 * @param target Which kind of high contrast setting to target. Defaults to `active`, can be
 *    `white-on-black` or `black-on-white`.
 */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* We currently put static colors, but there is a possibility that this will be linked
to the $theme later on. Still in discussion at the styleguide level. */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Palette ------------------ */
/* These are specific Criteo palettes based on the same model as official Material palettes */
/* ------------------ import Criteo Theming ------------------ */
/* Defining Criteo theme function */
.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12); }

.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12); }

.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12); }

.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12); }

.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12); }

.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12); }

.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12); }

.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12); }

.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12); }

.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12); }

.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12); }

.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12); }

.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12); }

.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12); }

.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12); }

.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12); }

.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12); }

.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); }

.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Muli, Arial, sans-serif; }

.mat-badge-small .mat-badge-content {
  font-size: 6px; }

.mat-badge-large .mat-badge-content {
  font-size: 24px; }

.font-size-9 {
  font-size: 4.4rem; }

.font-size-8 {
  font-size: 4.4rem; }

.font-size-7 {
  font-size: 4.4rem; }

.mat-h1, .mat-headline, .mat-typography h1, h1, .h1 {
  font-size: 4rem;
  font-weight: 600;
  margin: 0 0 2rem; }

.font-size-6 {
  font-size: 4rem; }

.mat-h2, .mat-title, .mat-typography h2, h2, .h2 {
  font-size: 3.6rem;
  font-weight: 600;
  margin: 0 0 1.8rem; }

.font-size-5 {
  font-size: 3.6rem; }

.mat-h3, .mat-subheading-2, .mat-typography h3, h3, .h3 {
  font-size: 3.2rem;
  font-weight: 600;
  margin: 0 0 1.6rem; }

.font-size-4 {
  font-size: 3.2rem; }

.mat-h4, .mat-subheading-1, .mat-typography h4, h4, .h4 {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 0 1.2rem; }

.font-size-3 {
  font-size: 2.4rem; }

.mat-h5, .mat-typography h5, h5, .h5 {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 1rem; }

.font-size-2 {
  font-size: 2rem; }

.mat-h6, .mat-typography h6, h6, .h6 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 0.9rem; }

.font-size-1 {
  font-size: 1.8rem; }

body, .mat-body, .mat-typography {
  font: 400 1.6rem/1.2 Muli, Arial, sans-serif; }
  body p, .mat-body p, .mat-typography p {
    margin: 1.6rem 0; }

.font-size-0 {
  font-size: 1.6rem; }

.mat-small, .mat-caption {
  font: 400 1.4rem/1 Muli, Arial, sans-serif; }

.font-size-sub-1 {
  font-size: 1.4rem; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-medium {
  font-weight: 600 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

b, strong {
  font-weight: 700; }

i {
  font-weight: 300; }

.mat-bottom-sheet-container {
  font-family: Muli, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400; }

button.mat-button, button.mat-raised-button, button.mat-icon-button, button.mat-stroked-button, button.mat-flat-button, button.mat-fab, button .mat-mini-fab {
  border-radius: 3px; }

.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Muli, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 600; }

button.mat-icon-button, a.mat-icon-button {
  width: 36px;
  height: 36px;
  line-height: 1; }

.mat-button .mat-icon, .mat-raised-button .mat-icon, .mat-stroked-button .mat-icon, .mat-flat-button .mat-icon {
  font-size: 2rem;
  width: 2rem;
  height: 2rem; }
  .mat-button .mat-icon.icon-left, .mat-raised-button .mat-icon.icon-left, .mat-stroked-button .mat-icon.icon-left, .mat-flat-button .mat-icon.icon-left {
    margin-left: -1rem;
    margin-right: 5px; }
  .mat-button .mat-icon.icon-right, .mat-raised-button .mat-icon.icon-right, .mat-stroked-button .mat-icon.icon-right, .mat-flat-button .mat-icon.icon-right {
    margin-right: -1rem;
    margin-left: 5px; }

.mat-button-toggle {
  font-family: Muli, Arial, sans-serif; }

.mat-card {
  font-family: Muli, Arial, sans-serif; }

.mat-card-title {
  font-size: 2.4rem;
  font-weight: 400; }

.mat-card-subtitle,
.mat-card-content,
.mat-card-header .mat-card-title {
  font-size: 1.6rem; }

.mat-checkbox {
  font-family: Muli, Arial, sans-serif; }

.mat-checkbox-layout .mat-checkbox-label {
  line-height: 1.2; }

.mat-chip {
  font: 400 1.6rem/1.2 Muli, Arial, sans-serif; }
  .mat-chip .mat-chip-trailing-icon.mat-icon,
  .mat-chip .mat-chip-remove.mat-icon {
    font-size: 18px; }
  .mat-chip.chip-icon {
    padding: 3px 1.6rem 3px 3px; }
    .mat-chip.chip-icon .mat-icon {
      margin-right: 0.8rem; }

.mat-table {
  font-family: Muli, Arial, sans-serif; }

.mat-header-cell {
  font-size: 1.4rem;
  font-weight: 700; }

.mat-cell, .mat-footer-cell {
  font-size: 1.6rem; }

.mat-calendar {
  font-family: Muli, Arial, sans-serif; }

.mat-calendar-body {
  font-size: 13px; }

.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 1.6rem;
  font-weight: 700; }

.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400; }

.mat-dialog-title {
  font: 400 2rem/1.2 Muli, Arial, sans-serif; }

.mat-expansion-panel-header {
  font-family: Muli, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 900; }

.mat-expansion-panel-content {
  font: 400 1.6rem/1.2 Muli, Arial, sans-serif; }

.mat-form-field {
  font: 400 1.6rem/1.2 Muli, Arial, sans-serif; }

.mat-form-field-wrapper {
  padding-bottom: 1.92rem; }

.mat-form-field-prefix,
.mat-form-field-suffix {
  min-height: 36px;
  display: flex;
  flex-direction: row;
  align-items: center; }
  .mat-form-field-prefix .mat-icon,
  .mat-form-field-suffix .mat-icon {
    font-size: 150%;
    height: 1em;
    width: 1em; }
  .mat-form-field-prefix .mat-icon-button .mat-icon,
  .mat-form-field-suffix .mat-icon-button .mat-icon {
    line-height: 1em; }

.mat-form-field-infix {
  padding: 0; }
  .mat-form-field-infix .mat-input-element {
    min-height: 36px;
    margin-top: 0; }

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.84em) scale(1);
  width: 100%; }

.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper
.mat-form-field-label {
  transform: translateY(-1.83999em) scale(1);
  width: 100.00001%; }

.mat-form-field-label {
  top: 1.84em;
  font-family: Muli, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400; }

.mat-form-field-underline {
  bottom: 1.92rem; }

.mat-form-field-subscript-wrapper {
  font-size: 100%;
  top: calc(100% - 1.92rem); }

.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.7em; }

.mat-form-field-appearance-legacy .mat-form-field-label-wrapper > .mat-form-field-label {
  font-size: 0; }

.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0; }
  .mat-form-field-appearance-legacy .mat-form-field-infix .mat-input-element {
    min-height: 36px;
    margin-top: 0; }

.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-2.1em) scale(1) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-2.1em) scale(1);
  width: 100%; }

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper
.mat-form-field-label {
  transform: translateY(-2.1em) scale(1) perspective(100px) translateZ(0.00101px);
  -ms-transform: translateY(-2.09999em) scale(1);
  width: 100.00001%; }

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper
.mat-form-field-label {
  transform: translateY(-2.1em) scale(1) perspective(100px) translateZ(0.00102px);
  -ms-transform: translateY(-2.09998em) scale(1);
  width: 100.00002%; }

.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 2.1em;
  font-family: Muli, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400; }

.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.7em; }

.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5em;
  top: calc(100% - 1.7em); }

.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0; }

.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.15em;
  margin-top: -0.5em; }

.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.65em) scale(0.75);
  width: 133.33333%; }

.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper
.mat-form-field-label {
  transform: translateY(-0.64999em) scale(0.75);
  width: 133.33334%; }

.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0; }

.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.9em;
  margin-top: -0.25em; }

.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.65em) scale(0.75);
  width: 133.33333%; }

.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper
.mat-form-field-label {
  transform: translateY(-1.64999em) scale(0.75);
  width: 133.33334%; }

.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 1.6rem; }
  .mat-grid-tile-header .mat-line,
  .mat-grid-tile-footer .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-grid-tile-header .mat-line:nth-child(n+2),
    .mat-grid-tile-footer .mat-line:nth-child(n+2) {
      font-size: 1.4rem; }

.mat-icon.font-size-sub-1 {
  font-size: 1.4rem !important;
  width: 1.4rem !important;
  height: 1.4rem !important; }

.mat-icon.font-size-0 {
  font-size: 1.6rem !important;
  width: 1.6rem !important;
  height: 1.6rem !important; }

.mat-icon.font-size-1 {
  font-size: 1.8rem !important;
  width: 1.8rem !important;
  height: 1.8rem !important; }

.mat-icon.font-size-2 {
  font-size: 2rem !important;
  width: 2rem !important;
  height: 2rem !important; }

.mat-icon.font-size-3 {
  font-size: 2.4rem !important;
  width: 2.4rem !important;
  height: 2.4rem !important; }

.mat-icon.font-size-4 {
  font-size: 3.2rem !important;
  width: 3.2rem !important;
  height: 3.2rem !important; }

.mat-icon.font-size-5 {
  font-size: 3.6rem !important;
  width: 3.6rem !important;
  height: 3.6rem !important; }

.mat-icon.font-size-6 {
  font-size: 4rem !important;
  width: 4rem !important;
  height: 4rem !important; }

.mat-icon.font-size-6 {
  font-size: 4rem !important;
  width: 4rem !important;
  height: 4rem !important; }

.mat-icon.font-size-7 {
  font-size: 4.4rem !important;
  width: 4.4rem !important;
  height: 4.4rem !important; }

.mat-icon.font-size-8 {
  font-size: 4.4rem !important;
  width: 4.4rem !important;
  height: 4.4rem !important; }

input.mat-input-element {
  margin-top: -0.1em; }

.mat-menu-content .mat-menu-item {
  height: 36px;
  line-height: 36px;
  font-family: Muli, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 700; }

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Muli, Arial, sans-serif;
  font-size: 1.4rem; }

.mat-radio-group {
  padding-bottom: 2.05rem; }
  .mat-radio-group .mat-error {
    font-size: 1.4rem;
    top: 100%;
    margin-top: -1.75rem; }

.mat-radio-button {
  font-family: Muli, Arial, sans-serif; }

.criteo-radio-card.mat-radio-group .mat-radio-label {
  padding: 16px; }

.criteo-radio-card.mat-radio-group .radio-title {
  font-weight: 600;
  line-height: 20px; }

.criteo-radio-card.mat-radio-group .radio-description {
  font-weight: 400;
  margin-top: 16px;
  white-space: normal;
  margin-left: -24px;
  margin-bottom: 16px;
  flex-grow: 1; }

.criteo-radio-card.mat-radio-group .radio-footer {
  margin-top: auto;
  margin-left: -24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.criteo-radio-card.mat-radio-group.criteo-radio-icon .mat-radio-label-content {
  padding-left: 0;
  padding-right: 8px; }

.criteo-radio-card.mat-radio-group.criteo-radio-icon .radio-title {
  font-size: 1.8rem;
  line-height: 1.2; }

.criteo-radio-card.mat-radio-group.criteo-radio-icon .mat-icon {
  margin-right: 5px; }
  .criteo-radio-card.mat-radio-group.criteo-radio-icon .mat-icon.icon-size-large {
    font-size: 36px !important;
    width: 36px !important;
    height: 36px !important;
    margin-right: 16px; }

.criteo-radio-button .mat-radio-label {
  font-weight: 600; }

.mat-select {
  font-family: Muli, Arial, sans-serif; }

.mat-select-trigger {
  height: 1.2em; }

.mat-slide-toggle-content {
  font: 400 1.6rem/1.2 Muli, Arial, sans-serif; }

.mat-slider-thumb-label-text {
  font-family: Muli, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700; }

.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Muli, Arial, sans-serif; }

.mat-step-label {
  font-size: 1.6rem;
  font-weight: 700; }

.mat-step-icon, .mat-step-icon-not-touched {
  font-size: 2rem;
  font-weight: 700; }

.mat-tab-group {
  font-family: Muli, Arial, sans-serif; }

.mat-tab-label, .mat-tab-link {
  font-family: Muli, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 700; }

.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 400 2rem/1.2 Muli, Arial, sans-serif;
  margin: 0; }

.mat-tooltip {
  font-family: Muli, Arial, sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px; }

.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 9px;
  padding-bottom: 9px; }

.mat-list-item {
  font-family: Muli, Arial, sans-serif; }

.mat-list-option {
  font-family: Muli, Arial, sans-serif; }

.mat-list mat-list-item.mat-list-item,
.mat-list mat-list-item.mat-list-item.mat-list-item-with-avatar:not(.mat-2-line):not(.mat-3-line),
.mat-list mat-list-option.mat-list-option, .mat-nav-list mat-list-item.mat-list-item,
.mat-nav-list mat-list-item.mat-list-item.mat-list-item-with-avatar:not(.mat-2-line):not(.mat-3-line),
.mat-nav-list mat-list-option.mat-list-option, .mat-selection-list mat-list-item.mat-list-item,
.mat-selection-list mat-list-item.mat-list-item.mat-list-item-with-avatar:not(.mat-2-line):not(.mat-3-line),
.mat-selection-list mat-list-option.mat-list-option {
  height: 4.4rem; }

.mat-list mat-list-item.mat-list-item,
.mat-list mat-list-item.mat-list-item.mat-list-item-with-avatar,
.mat-list mat-list-option.mat-list-option, .mat-nav-list mat-list-item.mat-list-item,
.mat-nav-list mat-list-item.mat-list-item.mat-list-item-with-avatar,
.mat-nav-list mat-list-option.mat-list-option, .mat-selection-list mat-list-item.mat-list-item,
.mat-selection-list mat-list-item.mat-list-item.mat-list-item-with-avatar,
.mat-selection-list mat-list-option.mat-list-option {
  font-size: 1.6rem; }
  .mat-list mat-list-item.mat-list-item .mat-line,
  .mat-list mat-list-item.mat-list-item.mat-list-item-with-avatar .mat-line,
  .mat-list mat-list-option.mat-list-option .mat-line, .mat-nav-list mat-list-item.mat-list-item .mat-line,
  .mat-nav-list mat-list-item.mat-list-item.mat-list-item-with-avatar .mat-line,
  .mat-nav-list mat-list-option.mat-list-option .mat-line, .mat-selection-list mat-list-item.mat-list-item .mat-line,
  .mat-selection-list mat-list-item.mat-list-item.mat-list-item-with-avatar .mat-line,
  .mat-selection-list mat-list-option.mat-list-option .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-list mat-list-item.mat-list-item .mat-line:nth-child(n+2),
    .mat-list mat-list-item.mat-list-item.mat-list-item-with-avatar .mat-line:nth-child(n+2),
    .mat-list mat-list-option.mat-list-option .mat-line:nth-child(n+2), .mat-nav-list mat-list-item.mat-list-item .mat-line:nth-child(n+2),
    .mat-nav-list mat-list-item.mat-list-item.mat-list-item-with-avatar .mat-line:nth-child(n+2),
    .mat-nav-list mat-list-option.mat-list-option .mat-line:nth-child(n+2), .mat-selection-list mat-list-item.mat-list-item .mat-line:nth-child(n+2),
    .mat-selection-list mat-list-item.mat-list-item.mat-list-item-with-avatar .mat-line:nth-child(n+2),
    .mat-selection-list mat-list-option.mat-list-option .mat-line:nth-child(n+2) {
      font-size: 1.6rem; }
  .mat-list mat-list-item.mat-list-item .mat-list-item-content .mat-list-text,
  .mat-list mat-list-item.mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,
  .mat-list mat-list-option.mat-list-option .mat-list-item-content .mat-list-text, .mat-nav-list mat-list-item.mat-list-item .mat-list-item-content .mat-list-text,
  .mat-nav-list mat-list-item.mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,
  .mat-nav-list mat-list-option.mat-list-option .mat-list-item-content .mat-list-text, .mat-selection-list mat-list-item.mat-list-item .mat-list-item-content .mat-list-text,
  .mat-selection-list mat-list-item.mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,
  .mat-selection-list mat-list-option.mat-list-option .mat-list-item-content .mat-list-text {
    padding-left: 5px; }

.mat-list .mat-subheader, .mat-nav-list .mat-subheader, .mat-selection-list .mat-subheader {
  font-family: Muli, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 700; }

.mat-list[dense] mat-list-item.mat-list-item, .mat-list[dense] mat-list-item.mat-list-item.mat-list-item-with-avatar, .mat-list[dense] .mat-list-option, .mat-nav-list[dense] mat-list-item.mat-list-item, .mat-nav-list[dense] mat-list-item.mat-list-item.mat-list-item-with-avatar, .mat-nav-list[dense] .mat-list-option, .mat-selection-list[dense] mat-list-item.mat-list-item, .mat-selection-list[dense] mat-list-item.mat-list-item.mat-list-item-with-avatar, .mat-selection-list[dense] .mat-list-option {
  font-size: 1.4rem; }
  .mat-list[dense] mat-list-item.mat-list-item .mat-line, .mat-list[dense] mat-list-item.mat-list-item.mat-list-item-with-avatar .mat-line, .mat-list[dense] .mat-list-option .mat-line, .mat-nav-list[dense] mat-list-item.mat-list-item .mat-line, .mat-nav-list[dense] mat-list-item.mat-list-item.mat-list-item-with-avatar .mat-line, .mat-nav-list[dense] .mat-list-option .mat-line, .mat-selection-list[dense] mat-list-item.mat-list-item .mat-line, .mat-selection-list[dense] mat-list-item.mat-list-item.mat-list-item-with-avatar .mat-line, .mat-selection-list[dense] .mat-list-option .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-list[dense] mat-list-item.mat-list-item .mat-line:nth-child(n+2), .mat-list[dense] mat-list-item.mat-list-item.mat-list-item-with-avatar .mat-line:nth-child(n+2), .mat-list[dense] .mat-list-option .mat-line:nth-child(n+2), .mat-nav-list[dense] mat-list-item.mat-list-item .mat-line:nth-child(n+2), .mat-nav-list[dense] mat-list-item.mat-list-item.mat-list-item-with-avatar .mat-line:nth-child(n+2), .mat-nav-list[dense] .mat-list-option .mat-line:nth-child(n+2), .mat-selection-list[dense] mat-list-item.mat-list-item .mat-line:nth-child(n+2), .mat-selection-list[dense] mat-list-item.mat-list-item.mat-list-item-with-avatar .mat-line:nth-child(n+2), .mat-selection-list[dense] .mat-list-option .mat-line:nth-child(n+2) {
      font-size: 1.4rem; }

.mat-list[dense] mat-list-item.mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text, .mat-nav-list[dense] mat-list-item.mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text, .mat-selection-list[dense] mat-list-item.mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text {
  padding-left: 5px; }

.mat-list[dense] .mat-subheader, .mat-nav-list[dense] .mat-subheader, .mat-selection-list[dense] .mat-subheader {
  font-family: Muli, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700; }

.mat-option {
  font-family: Muli, Arial, sans-serif;
  font-size: 1.8rem; }

.mat-optgroup-label {
  font: 700 1.6rem/1.2 Muli, Arial, sans-serif; }

.mat-simple-snackbar {
  font-family: Muli, Arial, sans-serif;
  font-size: 1.6rem; }

.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700; }

.mat-tree {
  font-family: Muli, Arial, sans-serif; }

.mat-tree-node {
  font-weight: 400;
  font-size: 1.6rem; }

.mat-criteo-nav .toolbar-app-name {
  font: 900 1.2rem/1.2 Muli, Arial, sans-serif;
  letter-spacing: 2.5px; }

.criteo-icon {
  width: 2rem;
  height: 2rem;
  text-align: center;
  border-radius: 4px; }
  .criteo-icon::before, .criteo-icon::after {
    font-size: 1.6rem;
    font-family: Muli, Arial, sans-serif;
    line-height: 2rem;
    text-shadow: -1px 0 rgba(0, 0, 0, 0.3); }
  .criteo-icon.campaign-id-icon::after, .criteo-icon.banner-id-icon::after {
    font-size: 1.4rem; }

.mat-ripple {
  overflow: hidden; }
  @media screen and (-ms-high-contrast: active) {
    .mat-ripple {
      display: none; } }

.mat-ripple.mat-ripple-unbounded {
  overflow: visible; }

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0); }

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.cdk-overlay-container {
  position: fixed;
  z-index: 1000; }
  .cdk-overlay-container:empty {
    display: none; }

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000; }

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%; }

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0; }
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 1; }
    @media screen and (-ms-high-contrast: active) {
      .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
        opacity: 0.6; } }

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.288); }

.cdk-overlay-transparent-backdrop, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0; }

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px; }

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll; }

@keyframes cdk-text-field-autofill-start {}@keyframes cdk-text-field-autofill-end {}.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation-name: cdk-text-field-autofill-start; }

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation-name: cdk-text-field-autofill-end; }

textarea.cdk-textarea-autosize {
  resize: none; }

textarea.cdk-textarea-autosize-measuring {
  height: auto !important;
  overflow: hidden !important;
  padding: 2px 0 !important;
  box-sizing: content-box !important; }

.mat-ripple-element {
  background-color: rgba(31, 37, 46, 0.1); }

.mat-option {
  color: #1f252e; }
  .mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
    background: rgba(0, 0, 0, 0.04); }
  .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
    background: rgba(0, 0, 0, 0.04); }
  .mat-option.mat-active {
    background: rgba(0, 0, 0, 0.04);
    color: #1f252e; }
  .mat-option.mat-option-disabled {
    color: #737575; }

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f26b4c; }

.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #00436e; }

.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: crimson; }

.mat-optgroup-label {
  color: #9ca4af; }

.mat-optgroup-disabled .mat-optgroup-label {
  color: #737575; }

.mat-pseudo-checkbox {
  color: #9ca4af; }
  .mat-pseudo-checkbox::after {
    color: white; }

.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #00436e; }

.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #f26b4c; }

.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: crimson; }

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0; }

body {
  color: #1f252e; }

a {
  color: #1f252e;
  text-decoration: underline; }
  a:hover {
    color: #f26b4c; }

.text-primary {
  color: #f26b4c !important; }

.text-accent {
  color: #00436e !important; }

.text-warn {
  color: crimson !important; }

.text-flag {
  color: #f7e623 !important; }

.text-success {
  color: #18ae84 !important; }

.text-dark {
  color: #1f252e !important; }

.text-neutral {
  color: #1f252e; }

.text-light {
  color: white !important; }

.text-white {
  color: #ffffff; }

.text-black {
  color: #242526; }

.bg-primary {
  background-color: #f26b4c !important;
  color: white !important; }

.bg-accent {
  background-color: #00436e !important;
  color: white !important; }

.bg-warn {
  background-color: crimson !important;
  color: white !important; }

.bg-flag {
  background-color: #f7e623 !important;
  color: rgba(0, 0, 0, 0.87) !important; }

.bg-success {
  background-color: #18ae84 !important;
  color: rgba(0, 0, 0, 0.87) !important; }

.bg-light {
  background-color: #eff0f0 !important;
  color: #1f252e !important; }

.bg-dark {
  background-color: #404750 !important;
  color: white !important; }

.bg-white {
  background-color: #ffffff !important;
  color: #1f252e; }

.bg-black {
  background-color: #242526 !important;
  color: white; }

.bg-criteo-nav {
  background-color: #263740 !important;
  color: white; }

.mat-app-background {
  background-color: white;
  color: #1f252e; }

.mat-theme-loaded-marker {
  display: none; }

.mat-autocomplete-panel {
  background: white;
  color: #1f252e; }
  .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
    background: white; }
    .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
      color: #1f252e; }

.mat-badge-content {
  color: white;
  background: #f26b4c; }

.mat-badge-accent .mat-badge-content {
  background: #00436e;
  color: white; }

.mat-badge-warn .mat-badge-content {
  color: white;
  background: crimson; }

.mat-badge {
  position: relative; }

.mat-badge-hidden .mat-badge-content {
  display: none; }

.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none; }

.mat-badge-content.mat-badge-active {
  transform: none; }

.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px; }
  @media screen and (-ms-high-contrast: active) {
    .mat-badge-small .mat-badge-content {
      outline: solid 1px;
      border-radius: 0; } }

.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px; }

.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px; }

.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px; }

[dir='rtl'] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px; }

.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px; }

[dir='rtl'] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px; }

.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px; }

[dir='rtl'] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px; }

.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px; }

[dir='rtl'] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px; }

.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px; }
  @media screen and (-ms-high-contrast: active) {
    .mat-badge-medium .mat-badge-content {
      outline: solid 1px;
      border-radius: 0; } }

.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px; }

.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px; }

.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px; }

[dir='rtl'] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px; }

.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px; }

[dir='rtl'] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px; }

.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px; }

[dir='rtl'] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px; }

.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px; }

[dir='rtl'] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px; }

.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px; }
  @media screen and (-ms-high-contrast: active) {
    .mat-badge-large .mat-badge-content {
      outline: solid 1px;
      border-radius: 0; } }

.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px; }

.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px; }

.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px; }

[dir='rtl'] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px; }

.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px; }

[dir='rtl'] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px; }

.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px; }

[dir='rtl'] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px; }

.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px; }

[dir='rtl'] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px; }

.mat-bottom-sheet-container {
  background: white;
  color: #1f252e; }

.mat-button, .mat-icon-button, .mat-stroked-button {
  color: inherit;
  background: transparent; }
  .mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
    color: #f26b4c; }
  .mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
    color: #00436e; }
  .mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
    color: crimson; }
  .mat-button.mat-primary[disabled], .mat-button.mat-accent[disabled], .mat-button.mat-warn[disabled], .mat-button[disabled][disabled], .mat-icon-button.mat-primary[disabled], .mat-icon-button.mat-accent[disabled], .mat-icon-button.mat-warn[disabled], .mat-icon-button[disabled][disabled], .mat-stroked-button.mat-primary[disabled], .mat-stroked-button.mat-accent[disabled], .mat-stroked-button.mat-warn[disabled], .mat-stroked-button[disabled][disabled] {
    color: #bfc0c0; }
  .mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
    background-color: rgba(242, 107, 76, 0.12); }
  .mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
    background-color: rgba(0, 67, 110, 0.12); }
  .mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
    background-color: rgba(220, 20, 60, 0.12); }
  .mat-button[disabled] .mat-button-focus-overlay, .mat-icon-button[disabled] .mat-button-focus-overlay, .mat-stroked-button[disabled] .mat-button-focus-overlay {
    background-color: transparent; }
  .mat-button.mat-primary .mat-ripple-element, .mat-icon-button.mat-primary .mat-ripple-element, .mat-stroked-button.mat-primary .mat-ripple-element {
    background-color: rgba(242, 107, 76, 0.1); }
  .mat-button.mat-accent .mat-ripple-element, .mat-icon-button.mat-accent .mat-ripple-element, .mat-stroked-button.mat-accent .mat-ripple-element {
    background-color: rgba(0, 67, 110, 0.1); }
  .mat-button.mat-warn .mat-ripple-element, .mat-icon-button.mat-warn .mat-ripple-element, .mat-stroked-button.mat-warn .mat-ripple-element {
    background-color: rgba(220, 20, 60, 0.1); }

.mat-flat-button, .mat-raised-button, .mat-fab, .mat-mini-fab {
  color: #1f252e;
  background-color: white; }
  .mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
    color: white; }
  .mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
    color: white; }
  .mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
    color: white; }
  .mat-flat-button.mat-primary[disabled], .mat-flat-button.mat-accent[disabled], .mat-flat-button.mat-warn[disabled], .mat-flat-button[disabled][disabled], .mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled], .mat-fab.mat-primary[disabled], .mat-fab.mat-accent[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled], .mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled] {
    color: #bfc0c0; }
  .mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
    background-color: #f26b4c; }
  .mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
    background-color: #00436e; }
  .mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
    background-color: crimson; }
  .mat-flat-button.mat-primary[disabled], .mat-flat-button.mat-accent[disabled], .mat-flat-button.mat-warn[disabled], .mat-flat-button[disabled][disabled], .mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled], .mat-fab.mat-primary[disabled], .mat-fab.mat-accent[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled], .mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled] {
    background-color: #eff0f0; }
  .mat-flat-button.mat-primary .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.1); }
  .mat-flat-button.mat-accent .mat-ripple-element, .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.1); }
  .mat-flat-button.mat-warn .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.1); }

.mat-icon-button.mat-primary .mat-ripple-element {
  background-color: rgba(242, 107, 76, 0.2); }

.mat-icon-button.mat-accent .mat-ripple-element {
  background-color: rgba(0, 67, 110, 0.2); }

.mat-icon-button.mat-warn .mat-ripple-element {
  background-color: rgba(220, 20, 60, 0.2); }

.mat-stroked-button.mat-icon-button[disabled] {
  background-color: #eff0f0;
  border-color: #eff0f0; }

.mat-button-toggle {
  color: #737575; }
  .mat-button-toggle .mat-button-toggle-focus-overlay {
    background-color: #f5f6f6; }

.mat-button-toggle-checked {
  background-color: #c8cbcc;
  color: #9ca4af; }

.mat-button-toggle-disabled {
  background-color: #dee0e0;
  color: #bfc0c0; }
  .mat-button-toggle-disabled.mat-button-toggle-checked {
    background-color: #bbbdbd; }

mat-card.mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2); }

.mat-card {
  background: white;
  color: #1f252e;
  border-color: transparent; }
  .mat-card[color=success], .mat-card.mat-success {
    border-color: #18ae84; }
  .mat-card[color=flag], .mat-card.mat-flag {
    border-color: #cfbc1d; }
  .mat-card[color=warn], .mat-card.mat-warn {
    border-color: crimson; }

.mat-card-subtitle {
  color: #9ca4af; }

.mat-checkbox-frame {
  border-color: #9ca4af; }

.mat-checkbox-inner-container .mat-checkbox-frame {
  background-color: white; }

.mat-checkbox-checkmark {
  fill: white; }

.mat-checkbox-checkmark-path {
  stroke: white !important; }
  @media screen and (-ms-high-contrast: black-on-white) {
    .mat-checkbox-checkmark-path {
      stroke: #000 !important; } }

.mat-checkbox-mixedmark {
  background-color: white; }

.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #f26b4c; }

.mat-checkbox-indeterminate.mat-primary .mat-checkbox-label, .mat-checkbox-checked.mat-primary .mat-checkbox-label {
  color: #f26b4c; }

.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #00436e; }

.mat-checkbox-indeterminate.mat-accent .mat-checkbox-label, .mat-checkbox-checked.mat-accent .mat-checkbox-label {
  color: #00436e; }

.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: crimson; }

.mat-checkbox-indeterminate.mat-warn .mat-checkbox-label, .mat-checkbox-checked.mat-warn .mat-checkbox-label {
  color: crimson; }

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #eff0f0; }

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-label, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-label {
  color: #eff0f0; }

.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #eff0f0;
  background-color: #eff0f0; }

.mat-checkbox-disabled .mat-checkbox-label {
  color: #eff0f0; }

@media screen and (-ms-high-contrast: active) {
  .mat-checkbox-disabled {
    opacity: 0.5; } }

.mat-checkbox[required] .mat-checkbox-label::after {
  content: '*';
  color: crimson;
  margin-left: 5px; }

@media screen and (-ms-high-contrast: active) {
  .mat-checkbox-background {
    background: none; } }

.mat-checkbox:not(.mat-checkbox-disabled).mat-primary .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(242, 107, 76, 0.26); }

.mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(0, 67, 110, 0.26); }

.mat-checkbox:not(.mat-checkbox-disabled).mat-warn .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(220, 20, 60, 0.26); }

.mat-chip.mat-standard-chip {
  background-color: #c8cbcc;
  color: #1f252e; }
  .mat-chip.mat-standard-chip .mat-chip-remove {
    color: #1f252e;
    opacity: 0.4; }
  .mat-chip.mat-standard-chip .mat-chip-remove:hover {
    opacity: 0.54; }

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #f26b4c;
  color: white; }
  .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
    color: white;
    opacity: 0.4; }
  .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove:hover {
    opacity: 0.54; }

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #00436e;
  color: white; }
  .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
    color: white;
    opacity: 0.4; }
  .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove:hover {
    opacity: 0.54; }

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: crimson;
  color: white; }
  .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
    color: white;
    opacity: 0.4; }
  .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove:hover {
    opacity: 0.54; }
  .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn.chip-icon {
    background-color: #ffebf0;
    color: rgba(0, 0, 0, 0.87); }
    .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn.chip-icon .mat-icon {
      background-color: crimson;
      color: white; }
      .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn.chip-icon .mat-icon .mat-chip-remove {
        color: white;
        opacity: 0.4; }
      .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn.chip-icon .mat-icon .mat-chip-remove:hover {
        opacity: 0.54; }

.mat-chip.mat-standard-chip.mat-chip-selected.mat-success {
  background-color: #18ae84;
  color: rgba(0, 0, 0, 0.87); }
  .mat-chip.mat-standard-chip.mat-chip-selected.mat-success .mat-chip-remove {
    color: rgba(0, 0, 0, 0.87);
    opacity: 0.4; }
  .mat-chip.mat-standard-chip.mat-chip-selected.mat-success .mat-chip-remove:hover {
    opacity: 0.54; }
  .mat-chip.mat-standard-chip.mat-chip-selected.mat-success.chip-icon {
    background-color: #dff4ed;
    color: rgba(0, 0, 0, 0.87); }
    .mat-chip.mat-standard-chip.mat-chip-selected.mat-success.chip-icon .mat-icon {
      background-color: #18ae84;
      color: rgba(0, 0, 0, 0.87); }
      .mat-chip.mat-standard-chip.mat-chip-selected.mat-success.chip-icon .mat-icon .mat-chip-remove {
        color: rgba(0, 0, 0, 0.87);
        opacity: 0.4; }
      .mat-chip.mat-standard-chip.mat-chip-selected.mat-success.chip-icon .mat-icon .mat-chip-remove:hover {
        opacity: 0.54; }

.mat-chip.mat-standard-chip.mat-chip-selected.mat-flag {
  background-color: #f7e623;
  color: rgba(0, 0, 0, 0.87); }
  .mat-chip.mat-standard-chip.mat-chip-selected.mat-flag .mat-chip-remove {
    color: rgba(0, 0, 0, 0.87);
    opacity: 0.4; }
  .mat-chip.mat-standard-chip.mat-chip-selected.mat-flag .mat-chip-remove:hover {
    opacity: 0.54; }
  .mat-chip.mat-standard-chip.mat-chip-selected.mat-flag.chip-icon {
    background-color: #fffde6;
    color: rgba(0, 0, 0, 0.87); }
    .mat-chip.mat-standard-chip.mat-chip-selected.mat-flag.chip-icon .mat-icon {
      background-color: #f7e623;
      color: rgba(0, 0, 0, 0.87); }
      .mat-chip.mat-standard-chip.mat-chip-selected.mat-flag.chip-icon .mat-icon .mat-chip-remove {
        color: rgba(0, 0, 0, 0.87);
        opacity: 0.4; }
      .mat-chip.mat-standard-chip.mat-chip-selected.mat-flag.chip-icon .mat-icon .mat-chip-remove:hover {
        opacity: 0.54; }

.mat-table {
  background: white; }

table.mat-table.criteo-table-hover tr[mat-row]:hover {
  background: rgba(242, 107, 76, 0.14); }

.mat-table thead, .mat-table tbody, .mat-table tfoot,
mat-header-row, mat-row, mat-footer-row,
[mat-header-row], [mat-row], [mat-footer-row],
.mat-table-sticky {
  background: inherit; }

mat-header-row, th.mat-header-cell {
  border-bottom-color: #1f252e;
  border-top-color: #1f252e; }

mat-row, mat-footer-row,
td.mat-cell, td.mat-footer-cell {
  border-bottom-color: #bfc0c0; }

.mat-header-cell {
  color: #1f252e; }

.mat-cell, .mat-footer-cell {
  color: #1f252e; }

.mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54); }

.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54); }

.mat-calendar-table-header {
  color: #737575; }

.mat-calendar-table-header-divider::after {
  background: #e2e3e3; }

.mat-calendar-body-label {
  color: #9ca4af; }

.mat-calendar-body-cell-content {
  color: #1f252e;
  border-color: transparent; }

.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  color: #bfc0c0; }

.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  background-color: rgba(0, 0, 0, 0.04); }

.mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: #737575; }

.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(115, 117, 117, 0.8); }

.mat-calendar-body-selected {
  background-color: #f26b4c;
  color: white; }

.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(242, 107, 76, 0.4); }

.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white; }

.mat-datepicker-content {
  background-color: white;
  color: #1f252e; }
  .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
    background-color: #00436e;
    color: white; }
  .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
    background-color: rgba(0, 67, 110, 0.4); }
  .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
    box-shadow: inset 0 0 0 1px white; }
  .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
    background-color: crimson;
    color: white; }
  .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
    background-color: rgba(220, 20, 60, 0.4); }
  .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
    box-shadow: inset 0 0 0 1px white; }

.mat-datepicker-toggle-active {
  color: #f26b4c; }
  .mat-datepicker-toggle-active.mat-accent {
    color: #00436e; }
  .mat-datepicker-toggle-active.mat-warn {
    color: crimson; }

.mat-dialog-container {
  background: white;
  color: #1f252e; }

.mat-divider {
  border-top-color: #e2e3e3; }

.mat-divider-vertical {
  border-right-color: #e2e3e3; }

.mat-expansion-panel {
  background: white;
  color: #1f252e; }

.mat-action-row {
  border-top-color: #e2e3e3; }

.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']).cdk-keyboard-focused, .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']).cdk-program-focused, .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']):hover {
  background: rgba(0, 0, 0, 0.04); }

@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled='true'])
.mat-expansion-panel-header:hover {
    background: white; } }

.mat-expansion-panel-header-title {
  color: #1f252e; }

.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: #9ca4af; }

.mat-expansion-panel-header[aria-disabled='true'] {
  color: #bfc0c0; }
  .mat-expansion-panel-header[aria-disabled='true'] .mat-expansion-panel-header-title,
  .mat-expansion-panel-header[aria-disabled='true'] .mat-expansion-panel-header-description {
    color: inherit; }

.mat-form-field-label {
  color: #9ca4af; }

.mat-hint {
  color: #9ca4af; }

.mat-form-field.mat-focused .mat-form-field-label {
  color: #f26b4c; }
  .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
    color: #00436e; }
  .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
    color: crimson; }

.mat-focused .mat-form-field-required-marker {
  color: crimson; }

.mat-form-field-ripple {
  background-color: rgba(226, 227, 227, 0.87); }

.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #f26b4c; }
  .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
    background-color: #00436e; }
  .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
    background-color: crimson; }

.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: crimson; }
  .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
  .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
    color: crimson; }

.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: crimson; }

.mat-error {
  color: crimson; }

.mat-form-field-appearance-legacy .mat-form-field-label {
  color: #9ca4af; }

.mat-form-field-appearance-legacy .mat-hint {
  color: #9ca4af; }

.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(226, 227, 227, 0.42); }

.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(226, 227, 227, 0.42) 0%, rgba(226, 227, 227, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x; }

.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-label {
  color: #bfc0c0; }

.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(226, 227, 227, 0.42); }

.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(226, 227, 227, 0.42) 0%, rgba(226, 227, 227, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x; }

.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-label {
  color: #bfc0c0; }

.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(31, 37, 46, 0.04); }

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(31, 37, 46, 0.02); }

.mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(226, 227, 227, 0.42); }

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: #bfc0c0; }

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent; }

.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(226, 227, 227, 0.12); }

.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(226, 227, 227, 0.87); }

.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #f26b4c; }

.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #00436e; }

.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: crimson; }

.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: crimson; }

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: #bfc0c0; }

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(226, 227, 227, 0.06); }

.mat-icon.mat-primary {
  color: #f26b4c; }

.mat-icon.mat-accent {
  color: #00436e; }

.mat-icon.mat-warn {
  color: crimson; }

.mat-focused .mat-form-field-infix .mat-input-element {
  border-color: #f26b4c; }

.mat-focused.mat-accent .mat-form-field-infix .mat-input-element {
  border-color: #00436e; }

.mat-form-field-infix .mat-input-element:disabled {
  color: #bfc0c0;
  background-color: #eceeee;
  border-color: #eceeee; }

.mat-form-field-infix .mat-input-element {
  caret-color: #f26b4c;
  border-color: #737575;
  color: #1f252e;
  background-color: white; }
  .mat-form-field-infix .mat-input-element::placeholder {
    color: rgba(156, 164, 175, 0.42); }
  .mat-form-field-infix .mat-input-element::-moz-placeholder {
    color: rgba(156, 164, 175, 0.42); }
  .mat-form-field-infix .mat-input-element::-webkit-input-placeholder {
    color: rgba(156, 164, 175, 0.42); }
  .mat-form-field-infix .mat-input-element:-ms-input-placeholder {
    color: rgba(156, 164, 175, 0.42); }

.mat-accent .mat-input-element {
  caret-color: #00436e; }

.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
  caret-color: crimson;
  border-color: crimson; }

mat-form-field.mat-form-field-hide-placeholder .mat-input-element::placeholder {
  color: rgba(156, 164, 175, 0.42) !important;
  -webkit-text-fill-color: rgba(156, 164, 175, 0.42) !important; }

mat-form-field.mat-form-field-hide-placeholder .mat-input-element::-moz-placeholder {
  color: rgba(156, 164, 175, 0.42) !important;
  -webkit-text-fill-color: rgba(156, 164, 175, 0.42) !important; }

mat-form-field.mat-form-field-hide-placeholder .mat-input-element::-webkit-input-placeholder {
  color: rgba(156, 164, 175, 0.42) !important;
  -webkit-text-fill-color: rgba(156, 164, 175, 0.42) !important; }

mat-form-field.mat-form-field-hide-placeholder .mat-input-element:-ms-input-placeholder {
  color: rgba(156, 164, 175, 0.42) !important;
  -webkit-text-fill-color: rgba(156, 164, 175, 0.42) !important; }

.mat-list .mat-list-item, .mat-nav-list .mat-list-item, .mat-selection-list .mat-list-item {
  color: #1f252e; }

.mat-list .mat-list-option, .mat-nav-list .mat-list-option, .mat-selection-list .mat-list-option {
  color: #1f252e; }

.mat-list .mat-subheader, .mat-nav-list .mat-subheader, .mat-selection-list .mat-subheader {
  color: #9ca4af; }

.mat-list-item-disabled {
  background-color: #dee0e0; }

.mat-list-option:hover, .mat-list-option.mat-list-item-focus,
.mat-nav-list .mat-list-item:hover,
.mat-nav-list .mat-list-item.mat-list-item-focus {
  background: rgba(0, 0, 0, 0.04); }

.mat-menu-panel {
  background: white; }

.mat-menu-item {
  background: transparent;
  color: #1f252e; }
  .mat-menu-item[disabled], .mat-menu-item[disabled]::after {
    color: #eff0f0; }

.mat-menu-item .mat-icon:not([color]),
.mat-menu-item-submenu-trigger::after {
  color: rgba(0, 0, 0, 0.54); }

.mat-menu-item:hover:not([disabled]),
.mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04); }

.mat-paginator {
  background: white; }

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: #9ca4af; }

.mat-paginator-decrement,
.mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54); }

.mat-paginator-first,
.mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54); }

.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-last {
  border-color: #eff0f0; }

.mat-progress-bar-background {
  fill: #f9cabe; }

.mat-progress-bar-buffer {
  background-color: #f9cabe; }

.mat-progress-bar-fill::after {
  background-color: #f26b4c; }

.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #b9dae8; }

.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #b9dae8; }

.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #00436e; }

.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #ffccd7; }

.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ffccd7; }

.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: crimson; }

.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #f26b4c; }

.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #00436e; }

.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: crimson; }

.mat-radio-outer-circle {
  border-color: #9ca4af; }

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f26b4c; }

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-label-content {
  color: #f26b4c; }

.mat-radio-button.mat-primary .mat-radio-inner-circle {
  background-color: #f26b4c; }

.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(242, 107, 76, 0.26); }

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #00436e; }

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-label-content {
  color: #00436e; }

.mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: #00436e; }

.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(0, 67, 110, 0.26); }

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: crimson; }

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-label-content {
  color: crimson; }

.mat-radio-button.mat-warn .mat-radio-inner-circle {
  background-color: crimson; }

.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(220, 20, 60, 0.26); }

.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: #eff0f0; }

.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: #eff0f0; }

.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: #eff0f0; }

.mat-select {
  border-color: #737575;
  background-color: white; }

.mat-select-content, .mat-select-panel-done-animating {
  background: white; }

.mat-select-value {
  color: #1f252e; }

.mat-select-placeholder {
  color: rgba(156, 164, 175, 0.42); }

.mat-select.mat-select-disabled {
  border-color: #eceeee;
  background-color: #eceeee; }

.mat-select-disabled .mat-select-value {
  color: #bfc0c0; }

.mat-select-arrow {
  color: #9ca4af; }

.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12); }

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #f26b4c; }

.mat-form-field.mat-focused.mat-primary .mat-select {
  border-color: #f26b4c; }

.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #00436e; }

.mat-form-field.mat-focused.mat-accent .mat-select {
  border-color: #00436e; }

.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: crimson; }

.mat-form-field.mat-focused.mat-warn .mat-select {
  border-color: crimson; }

.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: crimson; }

.mat-form-field .mat-select.mat-select-invalid .mat-select {
  border-color: crimson; }

.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: #bfc0c0; }

.mat-drawer-container {
  background-color: white;
  color: #1f252e; }

.mat-drawer {
  background-color: white;
  color: #1f252e; }
  .mat-drawer.mat-drawer-push {
    background-color: white; }

.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6); }

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #358cba; }

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(53, 140, 186, 0.5); }

.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: rgba(31, 37, 46, 0.06); }

.mat-slide-toggle .mat-ripple-element {
  background-color: rgba(53, 140, 186, 0.12); }

.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #f15130; }

.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(241, 81, 48, 0.5); }

.mat-slide-toggle.mat-primary:not(.mat-checked) .mat-ripple-element {
  background-color: rgba(31, 37, 46, 0.06); }

.mat-slide-toggle.mat-primary .mat-ripple-element {
  background-color: rgba(241, 81, 48, 0.12); }

.mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #fe2d44; }

.mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(254, 45, 68, 0.5); }

.mat-slide-toggle.mat-warn:not(.mat-checked) .mat-ripple-element {
  background-color: rgba(31, 37, 46, 0.06); }

.mat-slide-toggle.mat-warn .mat-ripple-element {
  background-color: rgba(254, 45, 68, 0.12); }

.mat-disabled .mat-slide-toggle-thumb {
  background-color: #bbbdbd; }

.mat-disabled .mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.1); }

.mat-slide-toggle-thumb {
  background-color: #f3f5f5; }

.mat-slide-toggle-bar {
  background-color: #eff0f0; }

.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26); }

.mat-primary .mat-slider-track-fill,
.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label {
  background-color: #f26b4c; }

.mat-primary .mat-slider-thumb-label-text {
  color: white; }

.mat-accent .mat-slider-track-fill,
.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label {
  background-color: #00436e; }

.mat-accent .mat-slider-thumb-label-text {
  color: white; }

.mat-warn .mat-slider-track-fill,
.mat-warn .mat-slider-thumb,
.mat-warn .mat-slider-thumb-label {
  background-color: crimson; }

.mat-warn .mat-slider-thumb-label-text {
  color: white; }

.mat-slider-focus-ring {
  background-color: rgba(0, 67, 110, 0.2); }

.mat-slider:hover .mat-slider-track-background,
.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38); }

.mat-slider-disabled .mat-slider-track-background,
.mat-slider-disabled .mat-slider-track-fill,
.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26); }

.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26); }

.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(31, 37, 46, 0.12); }

.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87); }

.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26); }

.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent; }

.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38); }

.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26); }

.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(31, 37, 46, 0.7); }

.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(31, 37, 46, 0.7), rgba(31, 37, 46, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(31, 37, 46, 0.7), rgba(31, 37, 46, 0.7) 2px, transparent 0, transparent); }

.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(31, 37, 46, 0.7), rgba(31, 37, 46, 0.7) 2px, transparent 0, transparent); }

.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover {
  background-color: rgba(0, 0, 0, 0.04); }

.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: #1f252e; }

.mat-step-header .mat-step-icon {
  border-color: #f26b4c;
  background-color: #f26b4c;
  color: white; }

.mat-step-header[aria-selected="true"] .mat-step-icon {
  border-color: #f26b4c;
  background-color: transparent;
  color: #f26b4c; }

.mat-step-header .mat-step-icon-not-touched {
  border-color: #1f252e;
  color: #1f252e; }

.mat-step-header .mat-step-label.mat-step-label-active {
  color: #1f252e; }

.mat-step-header .mat-step-label.mat-step-label-selected {
  color: #f26b4c; }
  .mat-step-header .mat-step-label.mat-step-label-selected::after {
    background-color: #f26b4c; }

.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white; }

.mat-stepper-vertical-line::before {
  border-left-color: #e2e3e3; }

.mat-stepper-horizontal-line {
  border-top-color: #e2e3e3; }

.mat-sort-header-arrow {
  color: #9ca4af; }

.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid #e2e3e3; }

.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid #e2e3e3;
  border-bottom: none; }

.mat-tab-label, .mat-tab-link {
  color: #1f252e; }
  .mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
    color: #bfc0c0; }

.mat-tab-header-pagination-chevron {
  border-color: #1f252e; }

.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: #bfc0c0; }

.mat-tab-group[class*='mat-background-'] .mat-tab-header,
.mat-tab-nav-bar[class*='mat-background-'] {
  border-bottom: none;
  border-top: none; }

.mat-tab-group.mat-primary .mat-tab-label.mat-tab-label-active,
.mat-tab-group.mat-primary .mat-tab-link.mat-tab-label-active, .mat-tab-nav-bar.mat-primary .mat-tab-label.mat-tab-label-active,
.mat-tab-nav-bar.mat-primary .mat-tab-link.mat-tab-label-active {
  color: #f26b4c; }

.mat-tab-group.mat-primary .mat-tab-label.cdk-focused:not(.cdk-mouse-focused):not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-focused:not(.cdk-mouse-focused):not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-focused:not(.cdk-mouse-focused):not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-focused:not(.cdk-mouse-focused):not(.mat-tab-disabled) {
  background-color: rgba(249, 202, 190, 0.3); }

.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #f26b4c; }

.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
  background-color: white; }

.mat-tab-group.mat-accent .mat-tab-label.mat-tab-label-active,
.mat-tab-group.mat-accent .mat-tab-link.mat-tab-label-active, .mat-tab-nav-bar.mat-accent .mat-tab-label.mat-tab-label-active,
.mat-tab-nav-bar.mat-accent .mat-tab-link.mat-tab-label-active {
  color: #00436e; }

.mat-tab-group.mat-accent .mat-tab-label.cdk-focused:not(.cdk-mouse-focused):not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-focused:not(.cdk-mouse-focused):not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-focused:not(.cdk-mouse-focused):not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-focused:not(.cdk-mouse-focused):not(.mat-tab-disabled) {
  background-color: rgba(185, 218, 232, 0.3); }

.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #00436e; }

.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
  background-color: white; }

.mat-tab-group.mat-warn .mat-tab-label.mat-tab-label-active,
.mat-tab-group.mat-warn .mat-tab-link.mat-tab-label-active, .mat-tab-nav-bar.mat-warn .mat-tab-label.mat-tab-label-active,
.mat-tab-nav-bar.mat-warn .mat-tab-link.mat-tab-label-active {
  color: crimson; }

.mat-tab-group.mat-warn .mat-tab-label.cdk-focused:not(.cdk-mouse-focused):not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-focused:not(.cdk-mouse-focused):not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-focused:not(.cdk-mouse-focused):not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-focused:not(.cdk-mouse-focused):not(.mat-tab-disabled) {
  background-color: rgba(255, 204, 215, 0.3); }

.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: crimson; }

.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
  background-color: white; }

.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-label-active,
.mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-label-active, .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-label-active,
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-label-active {
  color: #f26b4c; }

.mat-tab-group.mat-background-primary .mat-tab-label.cdk-focused:not(.cdk-mouse-focused):not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-focused:not(.cdk-mouse-focused):not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-focused:not(.cdk-mouse-focused):not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-focused:not(.cdk-mouse-focused):not(.mat-tab-disabled) {
  background-color: rgba(249, 202, 190, 0.3); }

.mat-tab-group.mat-background-primary .mat-tab-header, .mat-tab-group.mat-background-primary .mat-tab-links, .mat-tab-nav-bar.mat-background-primary .mat-tab-header, .mat-tab-nav-bar.mat-background-primary .mat-tab-links {
  background-color: #f26b4c; }

.mat-tab-group.mat-background-primary .mat-tab-label, .mat-tab-group.mat-background-primary .mat-tab-link, .mat-tab-nav-bar.mat-background-primary .mat-tab-label, .mat-tab-nav-bar.mat-background-primary .mat-tab-link {
  color: white; }
  .mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
    color: rgba(255, 255, 255, 0.4); }

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
  border-color: white; }

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4); }

.mat-tab-group.mat-background-primary .mat-ripple-element, .mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12); }

.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-label-active,
.mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-label-active, .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-label-active,
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-label-active {
  color: #00436e; }

.mat-tab-group.mat-background-accent .mat-tab-label.cdk-focused:not(.cdk-mouse-focused):not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-focused:not(.cdk-mouse-focused):not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-focused:not(.cdk-mouse-focused):not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-focused:not(.cdk-mouse-focused):not(.mat-tab-disabled) {
  background-color: rgba(185, 218, 232, 0.3); }

.mat-tab-group.mat-background-accent .mat-tab-header, .mat-tab-group.mat-background-accent .mat-tab-links, .mat-tab-nav-bar.mat-background-accent .mat-tab-header, .mat-tab-nav-bar.mat-background-accent .mat-tab-links {
  background-color: #00436e; }

.mat-tab-group.mat-background-accent .mat-tab-label, .mat-tab-group.mat-background-accent .mat-tab-link, .mat-tab-nav-bar.mat-background-accent .mat-tab-label, .mat-tab-nav-bar.mat-background-accent .mat-tab-link {
  color: white; }
  .mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
    color: rgba(255, 255, 255, 0.4); }

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
  border-color: white; }

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4); }

.mat-tab-group.mat-background-accent .mat-ripple-element, .mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12); }

.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-label-active,
.mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-label-active, .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-label-active,
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-label-active {
  color: crimson; }

.mat-tab-group.mat-background-warn .mat-tab-label.cdk-focused:not(.cdk-mouse-focused):not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-focused:not(.cdk-mouse-focused):not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-focused:not(.cdk-mouse-focused):not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-focused:not(.cdk-mouse-focused):not(.mat-tab-disabled) {
  background-color: rgba(255, 204, 215, 0.3); }

.mat-tab-group.mat-background-warn .mat-tab-header, .mat-tab-group.mat-background-warn .mat-tab-links, .mat-tab-nav-bar.mat-background-warn .mat-tab-header, .mat-tab-nav-bar.mat-background-warn .mat-tab-links {
  background-color: crimson; }

.mat-tab-group.mat-background-warn .mat-tab-label, .mat-tab-group.mat-background-warn .mat-tab-link, .mat-tab-nav-bar.mat-background-warn .mat-tab-label, .mat-tab-nav-bar.mat-background-warn .mat-tab-link {
  color: white; }
  .mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
    color: rgba(255, 255, 255, 0.4); }

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
  border-color: white; }

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4); }

.mat-tab-group.mat-background-warn .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12); }

.mat-toolbar {
  background: #f3f5f5;
  color: #1f252e; }
  .mat-toolbar.mat-primary {
    background: #f26b4c;
    color: white; }
  .mat-toolbar.mat-accent {
    background: #00436e;
    color: white; }
  .mat-toolbar.mat-warn {
    background: crimson;
    color: white; }
  .mat-toolbar .mat-form-field-underline,
  .mat-toolbar .mat-form-field-ripple,
  .mat-toolbar .mat-focused .mat-form-field-ripple {
    background-color: currentColor; }
  .mat-toolbar .mat-form-field-label,
  .mat-toolbar .mat-focused .mat-form-field-label,
  .mat-toolbar .mat-select-value,
  .mat-toolbar .mat-select-arrow,
  .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
    color: inherit; }
  .mat-toolbar .mat-input-element {
    caret-color: currentColor; }

.mat-tooltip {
  background: rgba(95, 97, 97, 0.9); }

.mat-tree {
  background: white; }

.mat-tree-node {
  color: #1f252e; }

.mat-snack-bar-container {
  background: #323232;
  color: white; }

.mat-simple-snackbar-action {
  color: #00436e; }

.success.mat-snack-bar-container {
  background: #18ae84;
  color: rgba(0, 0, 0, 0.87); }

.success .mat-simple-snackbar-action {
  color: rgba(0, 0, 0, 0.87); }

.flag.mat-snack-bar-container {
  background: #f7e623;
  color: rgba(0, 0, 0, 0.87); }

.flag .mat-simple-snackbar-action {
  color: rgba(0, 0, 0, 0.87); }

.warn.mat-snack-bar-container {
  background: crimson;
  color: white; }

.warn .mat-simple-snackbar-action {
  color: white; }

mat-card.panel {
  border-color: #c8cbcc; }
  mat-card.panel .mat-card-header {
    background-color: #f3f5f5;
    border-color: #c8cbcc; }

.mat-tab-group.bordered-light .mat-tab-nav-bar,
.mat-tab-group.bordered-light .mat-tab-header {
  border-left: 1px solid #e2e3e3;
  border-right: 1px solid #e2e3e3;
  border-top: 1px solid #e2e3e3; }

.mat-tab-group.bordered-light .mat-tab-body-wrapper {
  border-right: 1px solid #e2e3e3;
  border-bottom: 1px solid #e2e3e3;
  border-left: 1px solid #e2e3e3;
  background-color: #eff0f0; }

.mat-criteo-nav.mat-toolbar {
  background: #1f252e; }
  .mat-criteo-nav.mat-toolbar a, .mat-criteo-nav.mat-toolbar button {
    color: white; }

.mat-criteo-nav a.toolbar-app-name, .mat-criteo-nav .toolbar-app-name {
  color: #bbc2cd; }

.mat-stepper-horizontal[color="accent"] .mat-step-icon, .mat-stepper-vertical[color="accent"] .mat-step-icon {
  border-color: #00436e;
  background-color: #00436e;
  color: white; }

.mat-stepper-horizontal[color="accent"][aria-selected="true"] .mat-step-icon, .mat-stepper-vertical[color="accent"][aria-selected="true"] .mat-step-icon {
  border-color: #00436e;
  background-color: transparent;
  color: #00436e; }

.mat-stepper-horizontal[color="accent"] .mat-step-label.mat-step-label-selected, .mat-stepper-vertical[color="accent"] .mat-step-label.mat-step-label-selected {
  color: #00436e; }
  .mat-stepper-horizontal[color="accent"] .mat-step-label.mat-step-label-selected::after, .mat-stepper-vertical[color="accent"] .mat-step-label.mat-step-label-selected::after {
    background-color: #00436e; }

.criteo-radio-card.mat-radio-group .mat-radio-button .mat-radio-label {
  background-color: white; }

.criteo-radio-card.mat-radio-group .mat-radio-button.mat-radio-disabled .mat-radio-label {
  background-color: #eff0f0; }
  .criteo-radio-card.mat-radio-group .mat-radio-button.mat-radio-disabled .mat-radio-label .radio-description {
    color: #eff0f0; }

.criteo-radio-card.mat-radio-group .radio-description {
  color: #9ca4af; }

.criteo-radio-card.mat-radio-group .mat-primary.mat-radio-checked .mat-radio-label {
  border-color: #f26b4c; }

.criteo-radio-card.mat-radio-group .mat-accent.mat-radio-checked .mat-radio-label {
  border-color: #00436e; }

.criteo-radio-button .mat-radio-button:not([disabled]) {
  color: #737575;
  background-color: #eceeee; }
  .criteo-radio-button .mat-radio-button:not([disabled]).mat-primary.mat-radio-checked {
    background-color: #f26b4c; }
    .criteo-radio-button .mat-radio-button:not([disabled]).mat-primary.mat-radio-checked .mat-radio-label-content {
      color: white; }
  .criteo-radio-button .mat-radio-button:not([disabled]).mat-accent.mat-radio-checked {
    background-color: #00436e; }
    .criteo-radio-button .mat-radio-button:not([disabled]).mat-accent.mat-radio-checked .mat-radio-label-content {
      color: white; }

.criteo-icon.advertiser-icon {
  color: white;
  background-color: #804040; }
  .criteo-icon.advertiser-icon::before {
    content: 'A'; }

.criteo-icon.partner-icon {
  color: white;
  background-color: #7B8040; }
  .criteo-icon.partner-icon::before {
    content: 'P'; }

.criteo-icon.campaign-id-icon {
  color: white;
  background-color: #80406C; }
  .criteo-icon.campaign-id-icon::before {
    content: 'C'; }
  .criteo-icon.campaign-id-icon::after {
    content: '#'; }

.criteo-icon.banner-id-icon {
  color: white;
  background-color: #6B4080; }
  .criteo-icon.banner-id-icon::before {
    content: 'B'; }
  .criteo-icon.banner-id-icon::after {
    content: '#'; }

a {
  text-decoration: none; }

.mc-translation-link-container a {
  text-decoration: underline; }

.mc-cursor-pointer-fix {
  cursor: pointer; }

.mat-checkbox-label {
  font-weight: normal !important; }

.mat-card[color='success'] {
  background: rgba(24, 174, 132, 0.1);
  border-color: transparent;
  box-shadow: none !important;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid; }

.mat-header-cell {
  font-family: 'Rubik-medium', sans-serif;
  font-size: 14px;
  color: #54585a; }

.mat-form-field--no-bottom-padding.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 0; }

.language-flag {
  vertical-align: baseline;
  padding-right: 4px; }

.language-dropdown__placeholder-container {
  position: relative; }

.language-dropdown__placeholder {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  line-height: 26px;
  height: 26px;
  padding: 5px; }

.authorization-error-page {
  margin-top: 25px;
  text-align: center; }
  .authorization-error-page i.error-image {
    font-size: 96px; }

.error-page .error-header {
  background: #fff;
  height: 100px;
  padding: 0 20px;
  border-bottom: 1px solid #bbbdbd; }

.error-page .error-body {
  text-align: center;
  margin: 200px auto 0 auto;
  width: 500px; }

.cdk-overlay-container {
  z-index: 99999; }

.footer,
.criteo-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px 48px;
  color: #5f6670;
  font-size: 12px; }

.footer .criteo-list-inline {
  margin: 0 0 24px; }

.footer p {
  color: #5f6670; }

.criteo-list-inline {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #bfc0c0; }

.criteo-list-inline li {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px; }

.criteo-list-inline li a {
  color: #5f6670;
  text-decoration: none;
  font: 400 1.6rem/1.2 Muli, Arial, sans-serif;
  font-size: 12px; }

.criteo-list-inline li:after {
  content: '|';
  margin-left: 8px; }

.criteo-list-inline li:last-child:after {
  content: none; }

