@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
.react-calendar {
  width: 350px;
  max-width: 100%;
  background: #fff;
  border: 1px solid #a0a096;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.125em;
}
.react-calendar--doubleView {
  width: 700px;
}
.react-calendar--doubleView .react-calendar__viewContainer {
  display: flex;
  margin: -0.5em;
}
.react-calendar--doubleView .react-calendar__viewContainer > * {
  width: 50%;
  margin: 0.5em;
}
.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}
.react-calendar button:enabled:hover {
  cursor: pointer;
}
.react-calendar__navigation {
  display: flex;
  height: 44px;
  margin-bottom: 1em;
}
.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}
.react-calendar__navigation button:disabled {
  background-color: #f0f0f0;
}
.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #e6e6e6;
}
.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font: inherit;
  font-size: 0.75em;
  font-weight: bold;
}
.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}
.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-size: 0.75em;
  font-weight: bold;
}
.react-calendar__month-view__days__day--weekend {
  color: #d10000;
}
.react-calendar__month-view__days__day--neighboringMonth,
.react-calendar__decade-view__years__year--neighboringDecade,
.react-calendar__century-view__decades__decade--neighboringCentury {
  color: #757575;
}
.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}
.react-calendar__tile {
  max-width: 100%;
  padding: 10px 6.6667px;
  background: none;
  text-align: center;
  line-height: 16px;
  font: inherit;
  font-size: 0.833em;
}
.react-calendar__tile:disabled {
  background-color: #f0f0f0;
  color: #ababab;
}
.react-calendar__month-view__days__day--neighboringMonth:disabled,
.react-calendar__decade-view__years__year--neighboringDecade:disabled,
.react-calendar__century-view__decades__decade--neighboringCentury:disabled {
  color: #cdcdcd;
}
.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}
.react-calendar__tile--now {
  background: #ffff76;
}
.react-calendar__tile--now:enabled:hover,
.react-calendar__tile--now:enabled:focus {
  background: #ffffa9;
}
.react-calendar__tile--hasActive {
  background: #76baff;
}
.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #a9d4ff;
}
.react-calendar__tile--active {
  background: #006edc;
  color: #fff;
}
.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #1087ff;
}
.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #e6e6e6;
}

@font-face {
  font-family: 'fontello';
  src: url('assets/fontello/font/fontello.eot?86419187');
  src: url('assets/fontello/font/fontello.eot?86419187#iefix') format('embedded-opentype'),
       url('assets/fontello/font/fontello.woff2?86419187') format('woff2'),
       url('assets/fontello/font/fontello.woff?86419187') format('woff'),
       url('assets/fontello/font/fontello.ttf?86419187') format('truetype'),
       url('assets/fontello/font/fontello.svg?86419187#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?86419187#fontello') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-search:before { content: '\e800'; } /* '' */
.icon-calendar-empty:before { content: '\e801'; } /* '' */
.icon-pencil:before { content: '\e802'; } /* '' */
.icon-down-open-big:before { content: '\e803'; } /* '' */
.icon-download:before { content: '\e804'; } /* '' */
.icon-right-open-big:before { content: '\e805'; } /* '' */
.icon-cancel:before { content: '\e806'; } /* '' */
.icon-cab:before { content: '\e807'; } /* '' */
.icon-database:before { content: '\e808'; } /* '' */
.icon-target:before { content: '\e809'; } /* '' */
.icon-chart-line:before { content: '\e80a'; } /* '' */
.icon-chart-area:before { content: '\e80b'; } /* '' */
.icon-check:before { content: '\e80c'; } /* '' */
.icon-down-big:before { content: '\e80d'; } /* '' */
.icon-down:before { content: '\e80e'; } /* '' */
.icon-down-1:before { content: '\e80f'; } /* '' */
.icon-down-2:before { content: '\e810'; } /* '' */
.icon-arrow-curved:before { content: '\e811'; } /* '' */
.icon-left-open-big:before { content: '\e812'; } /* '' */
.icon-plus:before { content: '\e813'; } /* '' */
.icon-minus:before { content: '\e814'; } /* '' */
.icon-hammer:before { content: '\e815'; } /* '' */
.icon-wrench:before { content: '\e816'; } /* '' */
.icon-group:before { content: '\e817'; } /* '' */
.icon-mail:before { content: '\e818'; } /* '' */
.icon-floppy:before { content: '\e819'; } /* '' */
.icon-phone:before { content: '\e81a'; } /* '' */
.icon-logout:before { content: '\e81b'; } /* '' */
.icon-doc-new:before { content: '\e81c'; } /* '' */
.icon-ccw:before { content: '\e81d'; } /* '' */
.icon-noun_1224:before { content: '\e81e'; } /* '' */
.icon-icon-analytics:before { content: '\e81f'; } /* '' */
.icon-comment-1:before { content: '\e820'; } /* '' */
.icon-icon-filters:before { content: '\e821'; } /* '' */
.icon-attention:before { content: '\e822'; } /* '' */
.icon-block:before { content: '\e823'; } /* '' */
.icon-na:before { content: '\e824'; } /* '' */
.icon-shuffle:before { content: '\e825'; } /* '' */
.icon-user:before { content: '\f061'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-circle:before { content: '\f111'; } /* '' */
.icon-ellipsis-vert:before { content: '\f142'; } /* '' */
.icon-building-filled:before { content: '\f1ad'; } /* '' */
.icon-recycle:before { content: '\f1b8'; } /* '' */
.icon-circle-thin:before { content: '\f1db'; } /* '' */
.icon-sliders:before { content: '\f1de'; } /* '' */
.icon-trash:before { content: '\f1f8'; } /* '' */
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
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; /* 1 */
  vertical-align: baseline; /* 2 */
}
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; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
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; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}
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; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  padding: 0;
  overflow: auto;
  margin: 0;
}
* {
  box-sizing: border-box;
}
input {
  border: 1px solid #e8e8e8;
  padding: 0.5rem;
}
button[disabled] {
  background: #d5d5d5;
}
a,
a:visited {
  color: #4198b5;
}
.transition-slide-left-enter {
  transform: translate(-100%, 0);
}
.transition-slide-left-enter-active {
  transform: translate(0, 0);
  transition: 250ms;
}
.transition-slide-left-leave {
  transform: translate(0, 0);
}
.transition-slide-left-leave-active {
  transform: translate(-100%, 0);
  transition: 250ms;
}
.component-adminfiltereditor {
  background: #ededed;
  padding: 1rem 2rem 2rem 2rem;
}
.component-adminfiltereditor .adminfiltereditor-title-classification {
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}
.component-adminfiltereditor .adminfiltereditor-title-class {
  font-weight: bold;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  padding-right: 3rem;
  border-bottom: 1px solid #dedede;
}
.component-adminfiltereditor .adminfiltereditor-title-class input {
  background: transparent;
  color: #4198b5;
  font-size: 2rem;
  border: 0;
  padding: 0;
  width: 30rem;
}
.component-adminfiltereditor .adminfiltereditor-title-class input:focus {
  color: #383840;
  background: #fff;
}
.component-adminfiltereditor .adminfiltereditor-title-class input:not(:focus) {
  cursor: pointer;
}
.component-adminfiltereditor .adminfiltereditor-title-class button {
  background: transparent;
  color: #383840;
  font-size: 0.85rem;
  padding: 0.625rem 1rem;
  vertical-align: top;
  display: none;
}
.component-adminfiltereditor .adminfiltereditor-title-class button[type="submit"] {
  background: #4198b5;
  color: #fff;
}
.component-adminfiltereditor .adminfiltereditor-title-class.active button {
  display: inline-block;
}
.component-adminfiltereditor .component-dropdown {
  background: #fff;
}
.component-adminfiltereditor .component-dropdown .dropdown-value {
  min-height: 2.375rem;
}
.component-adminfiltereditor .values-criteria {
  width: calc(50% - 1rem);
}
.component-adminfiltereditor .values-criteria > * {
  margin: 1.5rem 0;
}
.component-adminfiltereditor .adminfiltereditor-removeclass {
  cursor: pointer;
  float: right;
  text-transform: uppercase;
  color: #a9a9a9;
  font-size: 0.85rem;
}
.component-adminfiltereditor .adminfiltereditor-removeclass:before {
  content: "\F1F8";
  font-family: fontello;
  margin-right: 0.5rem;
}
.component-adminfiltereditor .adminfiltereditor-removeclass:hover {
  color: #be4d00;
}
.component-adminfilters .component-filtercategory .filtercategory-filters {
  height: auto;
}
.component-adminfilters .filter-option-addclass {
  color: #4198b5;
  cursor: pointer;
}
.component-adminfilters .filter-option-addclass:before {
  content: "\E813";
  font-family: fontello;
  color: #d5d5d5;
  width: 1.25rem;
  text-align: center;
  display: inline-block;
  margin-right: 0.5rem;
}
.component-adminfilters .filter-option-addclass:hover:before {
  color: #a9a9a9;
}
.component-adminfilters .component-filter {
  padding-top: 0.5rem;
  padding-bottom: 0;
}
.component-adminfilters .component-filter .filter-title:before {
  float: left;
}
.component-adminfilters .component-filter .select-options .select-option:before {
  content: "\F111";
  font-size: 0.75rem;
  padding: 0.125rem;
  border-radius: 0.75rem;
  color: #e8e8e8;
  background: #fff !important;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
}
.component-adminfilters .component-filter .select-options .select-option.selected:before {
  color: #4198b5;
  border: 1px solid #e8e8e8;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
}
.component-adminfilters .component-dropdown-filteractions {
  width: calc(100%);
  display: inline-block;
}
.component-adminfilters .component-dropdown-filteractions .dropdown-value {
  border: 0;
  padding: 0;
}
.component-adminfilters .component-dropdown-filteractions .dropdown-value:after {
  display: none;
}
.component-adminfilters .component-dropdown-filteractions .dropdown-value .dropdown-handle {
  visibility: hidden;
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
}
.component-adminfilters .component-dropdown-filteractions .dropdown-value .dropdown-handle:after {
  font-family: fontello;
  content: "\E802";
  color: #d5d5d5;
  font-size: 1.25rem;
  width: 2rem;
}
.component-adminfilters .component-dropdown-filteractions .dropdown-value .dropdown-handle:hover:after {
  color: #4198b5;
}
.component-adminfilters .component-dropdown-filteractions .dropdown-value:hover .dropdown-handle {
  visibility: visible;
}
.component-adminfilters .component-dropdown-filteractions .dropdown-options {
  text-transform: none;
  color: #383840;
  font-weight: normal;
}
.component-app .component-navibar .navibar-option > a {
  position: relative;
}
.component-app .component-navibar .navibar-option > a:before {
  font-family: fontello;
  margin-right: 0.75rem;
  font-size: 1.25rem;
}
.component-app .component-navibar .navibar-option-registrations > a:before {
  content: "\E815";
}
.component-app .component-navibar .navibar-option-preowned > a:before {
  content: "\F1B8";
}
.component-app .component-navibar .navibar-option-fleet > a:before {
  content: "\E807";
}
.component-app .component-navibar .navibar-option-settings > a:before {
  content: "\E816";
}
.component-app .component-tabs {
  margin-top: 3rem;
}
.component-app .component-tabs .tabs-item-targeting:before {
  content: "\E821";
}
.component-app .component-tabs .tabs-item-statistics:before {
  content: "\E81F";
}
.component-app .component-tabs .tabs-item-vehicle-flow:before {
  content: "\E825";
}
.component-app .component-tabs .tabs-item-call-tool:before {
  content: "\E81A";
}
.component-app .placeholder-text {
  font-size: 1.5rem;
  font-weight: 200;
  color: #a9a9a9;
  text-align: center;
  margin: 6rem auto 2rem auto;
  color: #4198b5;
}
.component-app .placeholder-text .component-spinner {
  width: 4.5rem;
  height: 4.5rem;
  margin: 2rem auto;
}
.component-app .placeholder-text .component-spinner:after {
  background: #f4f4f6;
}
.component-checkbox {
  cursor: pointer;
  text-transform: none;
  padding-left: 2rem;
}
.component-checkbox:before {
  content: "\E80C";
  font-family: fontello;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  display: inline-block;
  margin-right: 0.5rem;
  border: 1px solid #e8e8e8;
  border-color: #e8e8e8;
  color: #fff;
  background: #fff;
  vertical-align: baseline;
  float: left;
  margin-left: -2rem;
}
.component-checkbox.checked:before {
  border-color: transparent;
  color: #fff;
  background: #4198b5;
}
.component-classificationadmin {
  position: relative;
  padding-top: 1rem;
  padding-left: 23rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
}
.component-classificationadmin .classificationadmin-sidebar {
  float: left;
  margin-left: -22rem;
  width: 20rem;
  margin-bottom: 2rem;
}
.component-classificationadmin .classificationadmin-sidebar .component-dropdown-addclassification {
  background: #4198b5;
  width: 100%;
  clear: both;
  margin: 0;
}
.component-classificationadmin .classificationadmin-sidebar .component-dropdown-addclassification .dropdown-value {
  border: 0;
  padding: 0.75rem 1rem 0.75rem 3rem;
  text-transform: uppercase;
  color: #fff;
}
.component-classificationadmin .classificationadmin-sidebar .component-dropdown-addclassification .dropdown-value .dropdown-handle:after {
  color: #fff;
  right: 0.5rem;
  top: 0.25rem;
}
.component-classificationadmin .classificationadmin-sidebar .component-dropdown-addclassification .dropdown-value:hover {
  color: #fff;
}
.component-classificationadmin .classificationadmin-sidebar .component-dropdown-addclassification .dropdown-options {
  top: 2.75rem;
}
.component-classificationadmin .component-adminfiltereditor {
  overflow: hidden;
}
.component-classificationadmin .component-adminfiltereditor .component-selectionlist .list-items {
  height: calc(100vh - 25.25rem) !important;
}
.component-classificationadmin .placeholder {
  color: #a9a9a9;
  text-align: center;
  font-size: 1.5rem;
  padding: 8rem 5rem;
  font-weight: 100;
  line-height: 1.5;
  margin: 0 0.5rem;
}
.component-classificationadmin .spinner-classificationadmin {
  width: 4rem;
  height: 4rem;
  top: 8rem;
  left: calc(50% - 2rem - 11rem);
}
.component-classificationadmin .spinner-classificationadmin:after {
  background: #f4f4f6;
}
.component-combobox .combobox-input {
  background: #fff;
  border: 0;
  padding: 0.5rem;
  border-radius: 0.25rem;
  width: 100%;
  font-size: 1rem;
  margin-top: 0.5rem;
}
.component-combobox .combobox-results {
  margin-top: 0.25rem;
  background: #fff;
  margin-bottom: 2rem;
  box-shadow: 0.5rem 0.5rem 2rem rgba(0,0,0,0.1);
  max-height: 50vh;
  overflow: auto;
}
.component-combobox .combobox-results .combobox-result-item {
  padding: 0.75rem 1rem;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
}
.component-combobox .combobox-results .combobox-result-item:hover {
  background: #55c0eb;
  color: #fff;
}
.component-datepicker {
  position: relative;
}
.component-datepicker:after {
  content: "\E803";
  font-family: fontello;
  position: absolute;
  right: 1rem;
  top: 0.65rem;
  color: #d5d5d5;
}
.component-datepicker input {
  cursor: pointer;
}
.component-datepicker .calendar {
  position: absolute;
  width: 20rem;
  box-shadow: 0 0.5rem 2rem rgba(0,0,0,0.2);
}
.component-daterangeselector {
  overflow: hidden;
  text-align: left;
  text-transform: none;
  font-size: 1rem;
}
.component-daterangeselector .daterangeselector-from,
.component-daterangeselector .daterangeselector-to {
  margin-right: 3rem;
  float: left;
}
.component-daterangeselector .calendar {
  position: static;
  width: 18rem;
}
.component-daterangeselector .react-calendar {
  margin-bottom: 2rem;
}
.component-daterangeselector h3 {
  margin: 0;
  text-transform: none;
  color: #a9a9a9;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.85rem;
  margin-left: 0.5rem;
}
.component-daterangeselector h2 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0.25rem 0 1.5rem 0;
  margin-left: 0.5rem;
  color: #4198b5;
}
.component-daterangeselector .btn.btn-confirm {
  background: #4198b5;
  color: #fff;
}
.component-daterangeselector .daterangeselector-shortcuts {
  padding: 0 0 0.5rem 0;
  float: right;
  width: 11rem;
}
.component-daterangeselector .daterangeselector-shortcuts > * {
  padding: 0.25rem 0;
  color: #a9a9a9;
  cursor: pointer;
}
.component-daterangeselector .daterangeselector-shortcuts > *.active {
  font-weight: bold;
  color: #4198b5;
}
.component-daterangeselector .daterangeselector-shortcuts > *.disabled {
  cursor: default;
  color: #d5d5d5 !important;
}
.component-daterangeselector .daterangeselector-shortcuts > *:hover {
  color: #4198b5;
}
.component-daterangeselector .daterangeselector-head {
  padding: 2rem;
  display: none;
}
.component-daterangeselector .daterangeselector-body {
  padding: 1.5rem 2rem 0.5rem 2rem;
}
.component-daterangeselector .daterangeselector-foot {
  padding: 1.5rem 2rem;
  clear: both;
  border-top: 1px solid #e8e8e8;
}
.component-daterangeselector .daterangeselector-foot:after {
  content: "";
  clear: both;
  display: block;
}
.component-daterangeselector .daterangeselector-foot button {
  padding: 0.5rem 5rem;
  font-size: 1rem;
  float: right;
  color: #383840;
  background: #f4f4f6;
  margin-left: 1rem;
}
.component-daterangeselector .daterangeselector-workdays {
  color: #a9a9a9;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}
.component-daterangeselector .daterangeselector-workdays.invalid {
  color: #be4d00;
}
.component-daterangeselector .auto-selection {
  padding: 0.5rem 0;
}
.component-dropdown {
  position: relative;
}
.component-dropdown.dropdown-open-from-value:hover .dropdown-value {
  color: #4198b5;
  cursor: pointer;
}
.component-dropdown.dropdown-open-from-value:hover .dropdown-value:after {
  color: inherit;
}
.component-dropdown.dropdown-open-from-value:hover .dropdown-value .dropdown-handle:after {
  color: inherit;
}
.component-dropdown.dropdown-open-from-handle .dropdown-handle {
  cursor: pointer;
}
.component-dropdown.dropdown-open-from-handle .dropdown-handle:hover:after {
  color: #4198b5;
}
.component-dropdown .dropdown-value {
  border: 1px solid #e8e8e8;
  padding: 0.5rem;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 2rem;
}
.component-dropdown .dropdown-value .dropdown-handle:after {
  content: "\E803";
  font-family: fontello;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2rem;
  padding-top: 0.125rem;
  line-height: 2rem;
  color: #d5d5d5;
  text-align: center;
}
.component-dropdown .dropdown-options {
  position: absolute;
  top: 2.375rem;
  left: 0;
  right: 0;
  box-shadow: 0 0.5rem 2rem rgba(0,0,0,0.2);
  background: #fff;
  z-index: 100;
  max-height: 0;
  overflow: auto;
  transition: opacity 250ms, max-height 125ms;
  opacity: 0;
  pointer-events: none;
}
.component-dropdown .dropdown-options .dropdown-option {
  padding: 0.75rem;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.component-dropdown .dropdown-options .dropdown-option:first-child {
  border-top: 0;
}
.component-dropdown .dropdown-options .dropdown-option.selected {
  font-weight: bold;
}
.component-dropdown .dropdown-options .dropdown-option:hover {
  background: #4198b5;
  color: #fff;
}
.component-dropdown .dropdown-options .dropdown-filter {
  margin: 0.5rem;
  width: calc(100% - 1rem);
}
.component-dropdown.dropdown-openabove .dropdown-options {
  top: auto !important;
  bottom: 2.75rem !important;
}
.component-dropdown.open .dropdown-options {
  max-height: 29rem;
  opacity: 1;
  pointer-events: auto;
}
.component-filters:after {
  content: "";
  display: block;
  clear: both;
}
.component-filters .component-spinner {
  margin: 2rem auto;
  width: 3rem;
  height: 3rem;
}
.component-filters .component-spinner:after {
  background: #f4f4f6;
}
.component-filtercategory {
  margin-bottom: 1px;
}
.component-filtercategory .filtercategory-head {
  padding: 0.75rem 1rem;
  padding-left: 4rem;
  background: #4198b5;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
.component-filtercategory .filtercategory-head:before {
  content: "\E813";
  font-family: fontello;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3rem;
  background: #005172;
  font-size: 1.5rem;
  line-height: 2.825rem;
  text-align: center;
}
.component-filtercategory.expanded .filtercategory-head {
  cursor: default;
}
.component-filtercategory.expanded .filtercategory-head:before {
  content: "\E814";
}
.component-filtercategory .filtercategory-count {
  margin-top: -0.125rem;
  float: right;
  height: 1.5rem;
  width: 1.5rem;
  line-height: 1.5rem;
  border-radius: 0.75rem;
  text-align: center;
  background: #fff;
  color: #4198b5;
  font-weight: bold;
}
.component-filtercategory .filtercategory-filters {
  overflow: auto;
  background: #fff;
  height: 0;
}
.component-filtercategory.with-transition .filtercategory-filters {
  transition: height 250ms;
}
.component-filter {
  border-bottom: 0.125rem solid #f4f4f6;
  position: relative;
  background: #fff;
  padding: 0.25rem 0.5rem;
  transition: padding-bottom 0.25s;
}
.component-filter.options-hidden .filter-title {
  color: #dcdcdc;
}
.component-filter .depends {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: 250ms;
  padding-left: 2.5rem;
  color: #a9a9a9;
}
.component-filter.has-selected-options .filter-options,
.component-filter.expanded .filter-options {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.component-filter.has-selected-options .depends,
.component-filter.expanded .depends {
  height: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.component-filter.has-selected-options .filter-title {
  color: #383840;
  color: #4198b5;
  font-weight: bold;
}
.component-filter .filter-title {
  padding: 0.65rem 0.75rem 0.65rem 2.5rem;
  cursor: pointer;
  color: #a9a9a9;
  text-transform: uppercase;
  position: relative;
}
.component-filter .filter-title:before {
  content: "\E813";
  font-family: fontello;
  width: 2rem;
  display: inline-block;
  font-size: 1.5rem;
  position: absolute;
  top: 0.2rem;
  left: 0.65rem;
}
.component-filter .select-search {
  height: 0;
  padding: 0;
  padding-left: 2rem;
  overflow: hidden;
}
.component-filter .select-options {
  padding-left: 1.5rem;
}
.component-filter .select-options .select-option {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: transparent;
  color: #383840;
  cursor: pointer;
}
.component-filter .select-options .select-option:before {
  content: "\E80C";
  font-family: fontello;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  display: inline-block;
  margin-right: 0.5rem;
  color: #fff;
  background: #4198b5;
  border: 1px solid #e8e8e8;
  border-color: transparent;
  vertical-align: baseline;
}
.component-filter .select-options .select-option:not(.selected) {
  height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.component-filter .select-options .select-option:not(.selected):before {
  border-color: #e8e8e8;
  color: #fff;
  background: #fff;
}
.component-filter .select-options .select-option:hover:before {
  border-color: #b5b5b5;
}
.component-filter .select-options .select-option.selected:hover:before {
  border-color: #26596a;
  background: #26596a;
}
.component-filter .filter-options .filter-option {
  height: 2rem;
  padding: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  transition: height 0.25s, padding 0.25s, border 0.25s, opacity 0.25s;
}
.component-filter .filter-options .filter-option:not(.selected) {
  height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.component-filter.expanded .filter-title:before {
  content: "\E814";
}
.component-filter.expanded .filter-options .filter-option {
  height: 2rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-width: 0.125rem;
  opacity: 1;
}
.component-filter.expanded .select-search {
  height: 4rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.component-rangeselector .rangeselector-range {
  position: relative;
  margin-bottom: 0.25rem;
  margin-left: 1.5rem;
}
.component-rangeselector input {
  width: 4.5rem;
  padding: 0.25rem;
  cursor: pointer;
  background: #f4f4f6;
}
.component-rangeselector input:not(:focus):not(:hover) {
  border-color: transparent;
}
.component-rangeselector input:first-child {
  text-align: right;
}
.component-rangeselector input:focus + button {
  opacity: 1;
}
.component-rangeselector .rangeselector-unit {
  margin-left: 0.5rem;
  color: #a9a9a9;
}
.component-rangeselector button {
  opacity: 0;
  position: absolute;
  top: 0.375rem;
  right: 0.5rem;
  color: #fff;
  padding: 0.25rem 0.5rem;
  margin-left: 1rem;
}
.component-login {
  background: url("assets/login-bg.jpg") 50% 50%/cover no-repeat;
  min-height: calc(100vh - 3rem);
  padding-top: 4rem;
  margin-top: 3rem;
}
.component-login form {
  background: rgba(240,240,240,0.95);
  padding: 2rem 8rem 2rem 8rem;
  overflow: hidden;
}
.component-login .status {
  min-height: 2rem;
}
.component-login input {
  width: 100%;
  display: block;
  margin: 1rem auto;
  border: 0;
}
.component-login button[type="submit"] {
  color: #fff;
  position: relative;
  margin-bottom: 2rem;
  min-width: 10rem;
}
.component-login .component-spinner {
  position: absolute;
  right: -3.5rem;
  top: 0.75rem;
}
.component-login .component-spinner:after {
  background-color: #e7e7e7;
}
.component-login .forgotten-password {
  display: inline-block;
  font-size: 0.85rem;
  color: #a9a9a9;
}
.component-login .forgotten-password:hover {
  color: #4198b5;
}
.component-login .login-choose-language {
  font-size: 0.85rem;
  float: right;
}
.component-login .login-choose-language > * {
  display: inline-block;
  cursor: pointer;
  color: #4198b5;
  margin-left: 0.5rem;
  border-left: 1px solid #d5d5d5;
  line-height: 1.25rem;
  padding-left: 0.5rem;
}
.component-login .login-choose-language > *:first-child {
  border: 0;
}
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
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; /* 1 */
  vertical-align: baseline; /* 2 */
}
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; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
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; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}
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; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  padding: 0;
  overflow: auto;
  margin: 0;
}
* {
  box-sizing: border-box;
}
input {
  border: 1px solid #e8e8e8;
  padding: 0.5rem;
}
button[disabled] {
  background: #d5d5d5;
}
a,
a:visited {
  color: #4198b5;
}
.transition-slide-left-enter {
  transform: translate(-100%, 0);
}
.transition-slide-left-enter-active {
  transform: translate(0, 0);
  transition: 250ms;
}
.transition-slide-left-leave {
  transform: translate(0, 0);
}
.transition-slide-left-leave-active {
  transform: translate(-100%, 0);
  transition: 250ms;
}
.component-menubar {
  background: #111820;
  color: #fff;
  height: 3rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.component-menubar a {
  color: inherit !important;
}
.component-menubar .content {
  height: 3rem;
  padding: 0 2rem;
  margin: 0 auto;
}
.component-menubar .content .menubar-logo {
  display: block;
  height: 3rem;
  float: left;
  line-height: 3rem;
  background: url("static/assets/dnb-logo.png") 0 44%/auto 40% no-repeat;
  padding-left: 9rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.85rem;
}
.component-menubar .content .content-right {
  float: right;
}
.component-menubar .content .content-right > * {
  display: inline-block;
  margin-left: 2rem;
  vertical-align: middle;
}
.component-menubar .content .sidemenu-toggle {
  cursor: pointer;
}
.component-menubar .content .sidemenu-toggle:before {
  display: block;
  height: 2rem;
  width: 2rem;
  font-family: fontello;
  content: "\F0C9";
  font-size: 2rem;
  text-align: center;
  line-height: 2rem;
  color: #fff;
}
.component-menubar .menubar-item {
  position: relative;
  height: 3rem;
  padding: 0 1rem;
}
.component-menubar .menubar-item.state-has-menu:hover {
  background: #1a2431;
}
.component-menubar .menubar-item.state-has-menu .menubar-item-content {
  line-height: 3rem;
  cursor: pointer;
}
.component-menubar .menubar-item.username .menubar-item-content:before {
  font-family: fontello;
  content: "\F061";
  margin-right: 0.5rem;
  position: relative;
  top: -0.125rem;
}
.component-menubar .menubar-item-menu {
  position: absolute;
  background: #383840;
  color: #fff;
  padding: 1rem;
  top: 3rem;
  left: 0;
  right: 0;
  box-shadow: 0 0 1rem rgba(0,0,0,0.5);
  min-width: 20rem;
}
.component-menubar .menubar-item-menu:after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: inherit;
  transform: rotate(45deg);
  position: absolute;
  left: calc(50% - 0.5rem);
  top: -0.5rem;
}
.component-menubar .menubar-menu-section {
  padding: 1rem;
}
.component-menubar .menubar-menu-section-title {
  text-transform: uppercase;
  color: #a9a9a9;
  margin-bottom: 0.75rem;
}
.component-menubar .menubar-lang-item {
  cursor: pointer;
  margin: 0.25rem 0;
  padding-left: 2rem;
}
.component-menubar .menubar-lang-item:before {
  content: "";
  display: block;
  float: left;
  margin-left: -2rem;
  margin-top: 0.125rem;
  color: #fff;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  border: 0.25rem solid #f4f4f6;
  background: #f4f4f6;
}
.component-menubar .menubar-lang-item.active {
  font-weight: bold;
}
.component-menubar .menubar-lang-item.active:before {
  background: #fff;
  border-color: #4198b5;
}
.component-navibar {
  margin: 2.5rem 0 2.5rem 0;
}
.component-navibar .navibar-option {
  display: inline-block;
}
.component-navibar .navibar-option > a {
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  color: #a9a9a9 !important;
  display: inline-block;
  margin: 0 1rem;
  font-weight: 800;
  cursor: pointer;
  border-bottom: 0.375rem solid transparent;
}
.component-navibar .navibar-option > a:not(:first-child) {
  margin-left: 2rem;
}
.component-navibar .navibar-option > a:hover {
  border-bottom: 0.375rem solid #dcdcdc;
}
.component-navibar .navibar-option-right {
  float: right;
  margin-right: 2rem;
}
.component-navibar .navibar-option.active > a.active {
  color: #4198b5;
  border-color: #4198b5;
}
.component-notifications .notifications-item {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #005172;
  color: #fff;
  padding: 2rem 2rem 2rem 6rem;
  box-shadow: 0 0 2rem rgba(0,0,0,0.25);
}
.component-notifications .notifications-item .notifications-item-content {
  padding-top: 0.5rem;
}
.component-notifications .notifications-item:after {
  font-family: fontello;
  content: "\E822";
  font-size: 2rem;
  position: absolute;
  top: 2rem;
  left: 2rem;
}
.component-notifications .notifications-item.warning {
  background: #be4d00;
}
.component-notifications .notifications-item.warning .btn {
  color: #be4d00;
}
.component-notifications .notifications-item .btn {
  background: #fff;
  color: #005172;
  padding: 0.5rem 2rem;
  float: right;
  margin-left: 1rem;
}
.section {
  background: #fff;
  padding: 2rem;
  margin: 0.5rem;
}
h3 {
  text-transform: uppercase;
  color: #a9a9a9;
  margin: 0 0 1rem 0;
  font-weight: normal;
  font-size: 1rem;
}
.dropdown-index,
.dropdown-favorites {
  background: #005172;
  color: #fff;
  margin-bottom: 0.75rem;
  z-index: 200;
}
.dropdown-index:hover .dropdown-value,
.dropdown-favorites:hover .dropdown-value {
  border-color: #005172;
  color: inherit !important;
}
.dropdown-index .dropdown-value,
.dropdown-favorites .dropdown-value {
  padding-left: 1rem;
  text-transform: uppercase;
}
.dropdown-index .dropdown-value:after,
.dropdown-favorites .dropdown-value:after {
  color: inherit;
}
.dropdown-index .dropdown-options,
.dropdown-favorites .dropdown-options {
  color: #383840;
  top: 2.5rem;
}
.dropdown-index .dropdown-options .option-title,
.dropdown-favorites .dropdown-options .option-title {
  color: #a9a9a9;
  padding: 0.75rem;
  text-transform: uppercase;
}
.dropdown-index .dropdown-options .option-remove-favorite,
.dropdown-favorites .dropdown-options .option-remove-favorite {
  padding: 0.75rem;
  cursor: pointer;
  color: #4198b5;
}
.dropdown-index .dropdown-options .option-remove-favorite.active,
.dropdown-favorites .dropdown-options .option-remove-favorite.active {
  background: #be4d00;
  color: #fff;
}
.dropdown-index .dropdown-options .option-remove-favorite:not(.active):hover,
.dropdown-favorites .dropdown-options .option-remove-favorite:not(.active):hover {
  background: #4198b5;
  color: #fff;
}
.dropdown-index .dropdown-options .option-remove-favorite:before,
.dropdown-favorites .dropdown-options .option-remove-favorite:before {
  float: right;
  font-family: fontello;
  content: "\F1F8";
  font-size: 1.5rem;
  position: relative;
  top: -0.25rem;
  text-align: center;
  right: 0.2rem;
}
.dropdown-index .dropdown-options .option-save-favorite,
.dropdown-favorites .dropdown-options .option-save-favorite {
  padding: 0.75rem;
  cursor: pointer;
  height: 2.75rem;
  color: #4198b5;
}
.dropdown-index .dropdown-options .option-save-favorite:not(.disabled):hover,
.dropdown-favorites .dropdown-options .option-save-favorite:not(.disabled):hover {
  background: #4198b5;
  color: #fff;
}
.dropdown-index .dropdown-options .option-save-favorite:before,
.dropdown-favorites .dropdown-options .option-save-favorite:before {
  float: right;
  font-family: fontello;
  content: "\E819";
  font-size: 1.4rem;
  position: relative;
  top: -0.25rem;
  text-align: center;
  right: 0.2rem;
}
.dropdown-index .dropdown-options .option-save-favorite.disabled,
.dropdown-favorites .dropdown-options .option-save-favorite.disabled {
  color: #d5d5d5;
  cursor: default;
  pointer-events: none;
}
.dropdown-index .dropdown-options .option-save-new-favorite,
.dropdown-favorites .dropdown-options .option-save-new-favorite {
  padding: 0.75rem;
  cursor: pointer;
  height: 2.75rem;
}
.dropdown-index .dropdown-options .option-save-new-favorite:not(.active):hover,
.dropdown-favorites .dropdown-options .option-save-new-favorite:not(.active):hover {
  background: #4198b5;
  color: #fff;
}
.dropdown-index .dropdown-options .option-save-new-favorite.active,
.dropdown-favorites .dropdown-options .option-save-new-favorite.active {
  padding: 0.5rem;
}
.dropdown-index .dropdown-options .option-save-new-favorite input,
.dropdown-favorites .dropdown-options .option-save-new-favorite input {
  border: 0;
  padding: 0.25rem;
  margin: 0;
  width: calc(100% - 3rem);
}
.dropdown-index .dropdown-options .option-save-new-favorite button,
.dropdown-favorites .dropdown-options .option-save-new-favorite button {
  padding: 0.3rem 0.75rem;
  color: #fff;
  float: right;
}
.dropdown-index .dropdown-options .option-save-new-favorite:not(.active),
.dropdown-favorites .dropdown-options .option-save-new-favorite:not(.active) {
  color: #4198b5;
}
.dropdown-index .dropdown-options .option-save-new-favorite:not(.active):before,
.dropdown-favorites .dropdown-options .option-save-new-favorite:not(.active):before {
  float: right;
  font-family: fontello;
  content: "\E81C";
  font-size: 1.4rem;
  position: relative;
  top: -0.25rem;
  text-align: center;
  right: 0.2rem;
}
.dropdown-index .dropdown-options .option-title-saved,
.dropdown-favorites .dropdown-options .option-title-saved {
  border-top: 1px solid #e8e8e8;
  margin-top: 0.25rem;
  padding-top: 1rem;
}
.dropdown-index:not(:hover) .dropdown-value,
.dropdown-favorites:not(:hover) .dropdown-value {
  border-color: transparent;
}
.dropdown-index {
  margin-bottom: 1rem;
}
.filter-cloud {
  border-top: 0.5rem solid #f4f4f6;
  margin: 0.5rem 0 0 0.5rem;
}
.filter-cloud > div {
  display: inline-block;
  background: #4198b5;
  color: #fff;
  padding: 0 2rem;
  margin: 0 0 0.25rem 0;
  cursor: pointer;
  height: 2.5rem;
  line-height: 2.5rem;
  position: relative;
}
.filter-cloud > div > div {
  height: inherit;
  line-height: inherit;
}
.filter-cloud > div:hover > div:after {
  content: "\E806";
  font-family: fontello;
  position: absolute;
  top: -0.25rem;
  right: -0.125rem;
  color: #fff;
  background: #005172;
  border-radius: 0.75rem;
  height: 1.5rem;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  z-index: 3;
}
.filter-cloud > div:before {
  content: "";
  position: absolute;
  top: 0.16rem;
  right: 0;
  display: block;
  border: 0 solid #f4f4f6;
  border-width: 0.125rem 0 0 0;
  height: 1.4rem;
  width: 1.4rem;
  transform: rotate(67.5deg);
  z-index: 2;
}
.filter-cloud > div:after {
  content: "";
  position: absolute;
  bottom: 0.16rem;
  right: 0;
  display: block;
  border: 0 solid #f4f4f6;
  border-width: 0 0.125rem 0 0;
  height: 1.4rem;
  width: 1.4rem;
  transform: rotate(22.5deg);
  z-index: 2;
}
.filter-cloud > div:last-child:after {
  display: none;
}
.filter-cloud > div:last-child:before {
  display: none;
}
.link-viewmode {
  float: right;
  margin-right: 1rem;
}
.component-pivot {
  position: relative;
  padding-left: 18.5rem;
}
.component-pivot .period-container {
  position: relative;
}
.component-pivot .period-container:not(.open) .period-value.clickable:hover {
  color: #4198b5;
}
.component-pivot .period-container:not(.open) .period-value.clickable:hover:after {
  color: inherit;
}
.component-pivot .period-container.open .daterangeselector-container {
  display: block;
  left: 0rem;
  top: 2.75rem !important;
}
.component-pivot .period-container.open .period-value,
.component-pivot .period-container.open .period-label {
  color: #4198b5;
}
.component-pivot .period-container.open:before {
  content: "";
  transform: rotate(45deg);
  width: 1rem;
  height: 1rem;
  background: #fff;
  position: absolute;
  bottom: -1rem;
  right: calc(50% - 0.5rem);
  z-index: 1000;
}
.component-pivot .period-container .period-label {
  color: #a9a9a9;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  font-weight: normal;
}
.component-pivot .period-container .period-value {
  position: relative;
  padding: 0.5rem 1rem;
  font-weight: bold;
  border: 1px solid #e8e8e8;
  border-color: transparent;
  background: #fff;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}
.component-pivot .period-container .period-value:after {
  content: "\E803";
  font-family: fontello;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  color: #d5d5d5;
  z-index: 1;
}
.component-pivot .period-container .period-value.clickable {
  cursor: pointer;
}
.component-pivot .period-container .period-value .value-range,
.component-pivot .period-container .period-value .value-range > * {
  display: inline-block;
}
.component-pivot .period-container .period-value .value-range .value-from:after {
  content: "–";
  margin: 0 0.25rem;
}
.component-pivot .period-container .daterangeselector-container {
  display: none;
  position: absolute;
  right: 1rem;
  width: 57rem;
  background: #fff;
  box-shadow: 0 0.5rem 3rem rgba(0,0,0,0.25);
  z-index: 100;
  font-size: 0.85rem;
}
.component-pivot .period-container .date-dash {
  float: left;
  position: relative;
  color: transparent;
  width: 1rem;
  border-top: 1px solid #383840;
  top: 1.25rem;
  margin-right: 1rem;
}
.component-pivot > .title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f4f4f6;
}
.component-pivot > .title:after {
  content: "";
  clear: both;
  display: block;
}
.component-pivot > .title h1 {
  float: left;
  margin: 0;
  margin-right: 2rem;
}
.component-pivot > .title h1 a {
  color: inherit;
}
.component-pivot > .title .component-dropdown:not(:hover) .dropdown-value,
.component-pivot > .title .component-datepicker:not(:hover) > input {
  border-color: transparent;
}
.component-pivot .results {
  position: relative;
  z-index: 11;
}
.component-pivot .results .component-dropdown .dropdown-value {
  border-color: transparent !important;
}
.component-pivot .results .component-table .no-results {
  color: #a9a9a9;
  background: #fff;
  text-align: center;
  font-size: 1.5rem;
  padding: 8rem 5rem;
  font-weight: 100;
  line-height: 1.5;
  margin: 0 0.5rem;
}
.component-pivot .results .component-table .body,
.component-pivot .results .component-table .head {
  margin: 0 0.5rem 0.5rem 0.5rem;
  background: #fff;
}
.component-pivot .results .component-table .body {
  min-height: calc(100vh - 30rem);
  margin-top: 0;
  padding-top: 0;
}
.component-pivot .results .component-table .head {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  border-top: 1px solid #e8e8e8;
}
.component-pivot .results .component-table .head .cell {
  text-transform: uppercase;
  font-weight: bold;
}
.component-pivot .results .dropdown-groupby .dropdown-value {
  text-transform: capitalize;
  text-transform: uppercase;
  font-weight: bold;
}
.component-pivot .results .dropdown-groupby:not(:hover) .dropdown-value {
  border-color: transparent;
}
.component-pivot .table-container {
  position: relative;
}
.component-pivot .component-table .body .row {
  transition: opacity 0.25s;
}
.component-pivot .component-table .body .row:nth-child(even) {
  background: #fcfcfc;
}
.component-pivot.loading .component-table .body .row {
  opacity: 0.25;
}
.component-pivot .component-table .cell {
  border-right: 1px solid #e8e8e8;
  line-height: 1.5rem;
}
.component-pivot .component-table .cell.positive,
.component-pivot .component-table .cell .positive {
  color: #00bf74;
}
.component-pivot .component-table .cell.negative,
.component-pivot .component-table .cell .negative {
  color: #e65160;
}
.component-pivot .component-table .cell.neutral,
.component-pivot .component-table .cell .neutral {
  color: #d5d5d5;
}
.component-pivot .component-table .cell sub {
  font-size: 0.65rem;
}
.component-pivot .component-table .head {
  position: sticky;
  top: 3rem;
  background: #fff;
  z-index: 2;
}
.component-pivot .component-table .head .cell {
  text-transform: capitalize;
}
.component-pivot .component-table .head .cell.index {
  border-right: 0;
}
.component-pivot .component-table .head .cell.period {
  flex: auto;
  flex: 0 0 8rem;
  position: relative;
  text-align: center;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: none;
}
.component-pivot .component-table .cell.index {
  flex: auto;
  width: 3rem;
  min-width: 3rem;
  max-width: 3rem;
  text-align: right;
  padding-right: 1rem;
  border-right: 0;
}
.component-pivot .component-table .cell.logo {
  flex: auto;
  width: 4rem;
  min-width: 4rem;
  max-width: 4rem;
  border: 0;
}
.component-pivot .component-table .cell.title {
  flex: auto;
  min-width: 15rem;
  max-width: 20rem;
}
.component-pivot .component-table .cell.value {
  flex: auto;
  flex: 0 0 8rem;
  text-align: right;
  padding: 0.25rem 1.5rem 0.25rem 0;
  white-space: nowrap;
  overflow: hidden;
}
.component-pivot .component-table .cell.value div:nth-child(2) {
  color: #afafaf;
  font-size: 0.8rem;
  margin-top: 0.25rem;
}
.component-pivot .component-table .component-dropdown {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.component-pivot .component-table .component-dropdown .dropdown-options {
  font-weight: normal;
  text-transform: none;
}
.component-pivot .component-table .component-dropdown:not(:hover) .dropdown-value {
  border-color: transparent;
}
.component-pivot .component-table .row.total .title {
  padding-left: 1.5rem;
  padding-right: 0;
  padding-top: 0.85rem;
}
.component-pivot .component-table .dim .cell {
  opacity: 0.25;
}
.component-pivot .component-table .last-of-group {
  margin-bottom: 5rem;
  position: relative;
}
.component-pivot .component-table .last-of-group:after {
  position: absolute;
  top: 4.5rem;
  left: 9rem;
  content: "\F142";
  font-family: fontello;
  display: block;
  font-size: 2rem;
  width: 100%;
  color: #d5d5d5;
}
.component-pivot .component-table .component-spinner {
  position: fixed;
  top: 55%;
  left: calc(50% + 8rem);
  width: 4.5rem;
  height: 4.5rem;
  z-index: 2;
}
.component-pivot .component-table .component-spinner:after {
  background: #fff;
}
.component-pivot .freetext-filter {
  margin: 0.25rem 0 0.5rem 0;
  position: relative;
  width: 30rem;
}
.component-pivot .freetext-filter i {
  margin-right: 0.5rem;
  color: #a9a9a9;
}
.component-pivot .freetext-filter input {
  width: 100%;
  background: transparent;
  margin: 0.5rem 0.5rem 0 0.5rem;
  border-color: #d5d5d5;
}
.component-pivot .freetext-filter .freetext-filter-reset {
  position: absolute;
  right: 0;
  top: 1rem;
  cursor: pointer;
}
.component-pivot .freetext-filter .freetext-filter-reset:after {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  font-size: 1.25rem;
  font-family: fontello;
  content: "\E806";
  color: #a9a9a9;
  margin-left: 0.5rem;
  border-radius: 0.625rem;
  background: #a9a9a9;
  color: #fff;
}
.component-pivot .drilldown {
  float: left;
  margin-top: 0.5rem;
  font-size: 1.25rem;
}
.component-pivot .drilldown .drilldown-item {
  color: #4198b5;
  cursor: pointer;
  position: relative;
  transition: 0.25s;
  padding-right: 1rem;
}
.component-pivot .drilldown .drilldown-item:after {
  transition: 0.25s;
  transform: scale(0);
  content: "\E806";
  font-family: fontello;
  position: absolute;
  top: -0.5rem;
  right: -0.125rem;
}
.component-pivot .drilldown .drilldown-item:hover {
  margin-right: 0.75rem;
}
.component-pivot .drilldown .drilldown-item:hover:after {
  transform: scale(1);
}
.component-pivot .drilldown .drilldown-item:not(:first-child):before {
  content: "\E805";
  font-family: fontello;
  margin: 0 1.25rem 0 0.25rem;
  color: #a9a9a9;
}
.component-pivot .update-info {
  color: #a9a9a9;
  font-size: 0.85rem;
  padding: 1rem;
  line-height: 1.25rem;
}
.sidebar {
  position: sticky;
  left: 0.5rem;
  top: 3rem;
  z-index: 10;
  min-height: 6.5rem;
  float: left;
  width: 17.5rem;
  margin-left: -18rem;
  border-top: 0.5rem solid #f4f4f6;
  border-bottom: 0.375rem solid #f4f4f6;
}
.btn-reset {
  position: relative;
  z-index: 11;
  color: #a9a9a9;
  padding: 1rem;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 3rem;
  display: inline-block;
  font-size: 0.85rem;
}
.btn-reset:hover {
  color: #4198b5;
}
.table-header {
  background: #fff;
  margin: 0.5rem 0.5rem 0 0.5rem;
  display: flex;
  flex-direction: row;
}
.table-header .table-header-grouping {
  padding: 0.5rem 1rem 0 1rem;
  flex: 0 0 30rem;
  border-right: 1px solid #e8e8e8;
}
.table-header .pagination-container {
  float: right;
}
.table-header .pagination-container .pagination-next,
.table-header .pagination-container .pagination-prev {
  display: inline-block;
  margin-left: 0.75rem;
  cursor: pointer;
  color: #fff;
  background: #4198b5;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 1rem;
  text-align: center;
}
.table-header .pagination-container .pagination-next:after,
.table-header .pagination-container .pagination-prev:after {
  font-family: fontello;
}
.table-header .pagination-container .pagination-next.disabled,
.table-header .pagination-container .pagination-prev.disabled {
  background: #d5d5d5;
  pointer-events: none;
}
.table-header .pagination-container .pagination-next:active,
.table-header .pagination-container .pagination-prev:active {
  background: #005172;
}
.table-header .pagination-container .pagination-page {
  margin-right: 1rem;
}
.table-header .pagination-container .pagination-prev:after {
  content: "\E812";
}
.table-header .pagination-container .pagination-next:after {
  content: "\E805";
}
.table-header .table-header-series {
  padding: 0.5rem 1rem 0.25rem 1rem;
  flex: auto;
}
.table-header .table-header-series .dropdown-series {
  background: #fff;
  margin-right: 1rem;
  width: 14rem;
}
.table-header .table-header-series .dropdown-series .dropdown-value {
  font-weight: bold;
  text-transform: uppercase;
}
.table-actions {
  float: right;
  padding-top: 0.5rem;
  padding-right: 1rem;
}
.table-actions > * {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  margin-left: 0.75rem;
  color: #4198b5;
}
.table-actions .toggle-search,
.table-actions .link-download {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: 1.35rem;
  cursor: pointer;
}
.table-actions .toggle-search:before {
  font-family: fontello;
  content: "\E800";
}
.table-actions .link-download:before {
  font-family: fontello;
  content: "\E804";
  font-size: 1.75rem;
  vertical-align: middle;
}
.table-actions .link-viewmode {
  line-height: 2.5rem;
  min-width: 8rem;
  text-align: right;
  color: #4198b5;
}
.component-pivotview {
  background: #fff;
}
.component-profile {
  position: relative;
  padding-top: 4rem;
}
.component-profile .page-content {
  position: relative;
}
.component-profile .title {
  font-weight: 100;
  padding: 1rem 2rem;
  background: #fff;
  min-height: 10.875rem;
}
.component-profile .title .name {
  color: #3dbbeb;
  font-size: 3rem;
}
.component-profile .title .address,
.component-profile .title .phone {
  font-size: 1.25rem;
  margin-top: 1rem;
}
.component-profile .title .phone {
  cursor: pointer;
  display: inline-block;
}
.component-profile .title .phone:hover {
  color: #3dbbeb;
}
.component-profile .title .spinner-profile {
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
}
.component-profile .title .back:after {
  content: "×";
  position: absolute;
  right: 0;
  width: 2rem;
  height: 2rem;
  top: -2.5rem;
  background: #fff;
  line-height: 2rem;
  font-size: 2.5rem;
  text-align: center;
  color: #000;
}
.component-profile .title .back:hover:after {
  color: #3dbbeb;
}
.component-profile .title .print,
.component-profile .title .mail {
  float: right;
  width: 3rem;
  height: 3rem;
  border-radius: 50% 50%;
  background: #3dbbeb url("assets/icon-print.svg") 50% 50%/50% auto no-repeat;
  cursor: pointer;
  margin-left: 1rem;
}
.component-profile .title .mail {
  background-image: url("assets/icon-mail.svg");
}
.component-profile .category .category-title {
  margin-top: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1rem 2rem;
  background: #fff;
  font-size: 1.25rem;
}
.component-profile .category .category-title:before {
  content: "";
  float: left;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
  margin-top: -0.25rem;
  background: 50% 50%/auto 100% no-repeat;
}
.component-profile .category.category-financial .category-title:before {
  background-image: url("assets/icon-financial.svg");
}
.component-profile .category.category-socioeconomic .category-title:before {
  background-image: url("assets/icon-socioeconomic.svg");
}
.component-profile .category.category-values .category-title:before {
  background-image: url("assets/icon-values.svg");
}
.component-profile .category .category-contents {
  min-height: 10rem;
}
.component-profile .category .category-contents .spinner-category {
  width: 3rem;
  height: 3rem;
  margin: 2rem auto;
}
.component-profile .category .category-contents .btn-fetch {
  display: block;
  margin: 2rem auto;
}
.component-profile .category .category-contents .metric {
  margin-top: 0.25rem;
  padding: 1rem 2rem 2rem 2rem;
  background: #fff;
}
.component-profile .category .category-contents .metric-title {
  text-transform: uppercase;
  margin: 1rem 0;
  font-size: 1.25rem;
}
.component-profile .category .category-contents .metric-description {
  margin: 1rem 0;
}
.component-profile .category .category-contents .metric-value {
  margin: 2rem 0;
}
.component-profile .category .category-contents .metric-value:after {
  content: "";
  clear: both;
  display: block;
}
.component-profile .category .category-contents .metric-value > * {
  width: 4rem;
  height: 3rem;
  color: #000;
  background: #f4f4f4;
  float: left;
  width: 10%;
  border: 1px solid #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 3rem;
  font-weight: bold;
}
.component-profile .category .category-contents .metric-value > *.active {
  background: #3dbbeb;
  color: #fff;
  transform: scale(1.25);
  box-shadow: 0 0 1rem rgba(0,0,0,0.2);
  z-index: 2;
  border: 0;
}
.component-profile .category .category-contents .metric-value.s360 > *,
.component-profile .category .category-contents .metric-value.bric > * {
  width: 25%;
  height: 6rem;
  font-size: 0.85rem;
  line-height: 1.25;
  padding: 1rem;
  text-align: center;
}
.component-profile .category .category-contents .metric-value.s360 > *.active,
.component-profile .category .category-contents .metric-value.bric > *.active {
  transform: scale(1.1);
}
.component-profile .category .category-contents .metric-value.bric > * {
  height: 3rem;
}
.component-profile .category .category-contents .metric-value.bric.ResidentalArea > * {
  height: 6rem;
}
.component-select .select-search input[type=search] {
  width: calc(100% - 3rem);
}
.component-select .select-search-reset {
  display: none;
  cursor: pointer;
}
.component-select .select-search-reset:after {
  display: inline-block;
  position: relative;
  left: -2.2rem;
  top: 0.1rem;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  font-size: 1.25rem;
  font-family: fontello;
  content: "\E806";
  color: #a9a9a9;
  margin-left: 0.5rem;
  border-radius: 0.625rem;
  background: #a9a9a9;
  color: #fff;
}
.component-select .select-search.has-value .select-search-reset {
  display: inline-block;
}
.component-selectionlist .component-list {
  width: calc(50% - 1rem);
  float: left;
  position: relative;
}
.component-selectionlist .component-list:first-child {
  margin-right: 2rem;
}
.component-selectionlist .component-list .list-title {
  float: left;
  color: #fff;
  text-transform: uppercase;
  padding: 0.5rem 0;
  background: #a9a9a9;
  width: 10rem;
  text-align: center;
}
.component-selectionlist .component-list .list-search {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 11rem);
}
.component-selectionlist .component-list .list-search:after {
  content: "\E800";
  font-family: fontello;
  color: #a9a9a9;
  position: absolute;
  top: 0;
  left: 0.5rem;
  line-height: 2rem;
}
.component-selectionlist .component-list .list-search input {
  background: transparent;
  padding-left: 2rem;
  border: 0;
  width: 100%;
  color: #4198b5;
}
.component-selectionlist .component-list .list-items {
  border: 1px solid #d5d5d5;
  clear: both;
  background: #fff;
  overflow: auto;
  position: relative;
}
.component-selectionlist .component-list .component-listitem {
  border-bottom: 1px solid #e8e8e8;
  clear: both;
}
.component-selectionlist .component-list .component-listitem .listitem-text {
  padding: 0.5rem 1rem;
}
.component-selectionlist .component-list .component-listitem .listitem-desc {
  color: #a9a9a9;
  margin-left: 1rem;
}
.component-selectionlist .component-list .component-listitem .listitem-btn {
  float: right;
  cursor: pointer;
}
.component-selectionlist .component-list .component-listitem .listitem-btn:before {
  display: block;
  font-family: fontello;
  border-left: 1px solid #e8e8e8;
  height: 2.25rem;
  width: 4rem;
  text-align: center;
  line-height: 2.25rem;
  color: #909090;
  font-size: 1.25rem;
}
.component-selectionlist .component-list .component-listitem .listitem-btn:hover:before {
  background: #4198b5;
  color: #fff;
}
.component-selectionlist .component-list .component-listitem .listitem-selection span {
  float: right;
  color: #4198b5;
  margin-right: 1rem;
}
.component-selectionlist .list-source .listitem-btn:before {
  content: "\E813";
}
.component-selectionlist .list-target .listitem-btn:before {
  content: "\E814";
}
.component-selectionlist .list-target .list-title {
  background: #4198b5;
  color: #fff;
}
.component-selectionlist .component-spinner {
  position: absolute;
  top: calc(50% - 1.5rem);
  left: calc(50% - 1.5rem);
  width: 4rem;
  height: 4rem;
}
.component-sidemenu {
  position: fixed;
  z-index: 90001;
  top: 0;
  right: -20rem;
  bottom: 0;
  width: 20rem;
  background: #383840;
  color: #fff;
  transition: right 250ms;
  padding: 2rem 0;
}
.component-sidemenu .logo {
  display: block;
  height: 3rem;
  background: url("static/assets/dnb-logo.png") 50% 50%/auto 80% no-repeat;
}
.component-sidemenu .apps {
  margin: 2rem 0;
}
.component-sidemenu .apps a {
  display: block;
  padding: 1rem 2rem;
  border-bottom: 1px solid #2b2b2b;
  font-size: 1.5rem;
  transition: background 150ms;
  color: #fff;
}
.component-sidemenu .apps a:first-child {
  border-top: 1px solid #2b2b2b;
}
.component-sidemenu .apps a:hover {
  background: #4198b5;
}
.component-sidemenu .fa {
  display: inline-block;
  width: 2rem;
  text-align: center;
  margin-right: 0.5rem;
  font-style: normal;
}
.component-sidemenu .fa-car:before {
  font-family: fontello;
  content: "\E807";
}
.component-sidemenu .fa-user:before {
  font-family: fontello;
  content: "\E817";
}
.component-sidemenu .fa-building:before {
  font-family: fontello;
  content: "\F1AD";
}
.component-sidemenu .fa-envelope:before {
  font-family: fontello;
  content: "\E818";
}
.component-sidemenu .fa-phone:before {
  font-family: fontello;
  content: "\E81A";
}
.component-sidemenu .fa-sign-out:before {
  font-family: fontello;
  content: "\E81B";
}
.component-sidemenu .customerservice {
  padding: 2rem;
  color: gray_light;
}
.component-sidemenu .customerservice .title {
  text-transform: uppercase;
  font-weight: 400;
}
.component-sidemenu .customerservice > * {
  margin-bottom: 1rem;
}
.component-sidemenu .customerservice .fa {
  width: 1rem;
  text-align: center;
  margin-right: 0.5rem;
}
.component-sidemenu .customerservice a:hover {
  color: #4198b5;
}
.component-sidemenu .logout {
  display: none;
  color: gray_light;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}
.sidemenu-open .component-menubar .content-right {
  position: relative;
  left: -20rem;
  transition: 250ms;
}
.sidemenu-open .component-sidemenu {
  box-shadow: 0 0 2rem rgba(0,0,0,0.5);
  right: 0;
}
.logged-in .component-sidemenu .logout {
  display: block;
}
.component-slogan {
  background: #4bbeea;
  color: #fff;
  opacity: 0.9;
  padding: 2rem;
  font-size: 2rem;
  font-weight: 100;
  margin-bottom: 0.25rem;
}
.component-slogan > *:nth-child(1) {
  text-transform: uppercase;
  font-weight: bold;
}
.component-slogan.animate {
  animation: 2s anim3;
}
.component-slogan.animate > *:nth-child(1) {
  animation: 1.2s anim1;
}
.component-slogan.animate > *:nth-child(2) {
  animation: 1.2s anim2;
}
@keyframes anim1 {
  0% {
    transform: translateX(-75vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes anim2 {
  0% {
    transform: translateX(75vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes anim3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}
.component-spinner {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: linear-gradient(to right, #4198b5 10%, rgba(255,255,255,0) 42%);
  position: relative;
  animation: load3 1s infinite linear;
  transform: translateZ(0);
}
.bg-alt.component-spinner:after {
  background-color: #f4f4f6;
}
.component-spinner.slow {
  animation-duration: 2s;
}
.component-spinner:before {
  width: 50%;
  height: 50%;
  background: #4198b5;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.component-spinner:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.component-spinner.spinner-apploading {
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 45%;
  left: calc(50% - 1.5rem);
}
.component-spinner.spinner-apploading:after {
  background: #f4f4f6;
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.section {
  background: #fff;
  padding: 2rem;
  margin: 0.5rem;
}
h3 {
  text-transform: uppercase;
  color: #a9a9a9;
  margin: 0 0 1rem 0;
  font-weight: normal;
  font-size: 1rem;
}
.dropdown-index,
.dropdown-favorites {
  background: #005172;
  color: #fff;
  margin-bottom: 0.75rem;
  z-index: 200;
}
.dropdown-index:hover .dropdown-value,
.dropdown-favorites:hover .dropdown-value {
  border-color: #005172;
  color: inherit !important;
}
.dropdown-index .dropdown-value,
.dropdown-favorites .dropdown-value {
  padding-left: 1rem;
  text-transform: uppercase;
}
.dropdown-index .dropdown-value:after,
.dropdown-favorites .dropdown-value:after {
  color: inherit;
}
.dropdown-index .dropdown-options,
.dropdown-favorites .dropdown-options {
  color: #383840;
  top: 2.5rem;
}
.dropdown-index .dropdown-options .option-title,
.dropdown-favorites .dropdown-options .option-title {
  color: #a9a9a9;
  padding: 0.75rem;
  text-transform: uppercase;
}
.dropdown-index .dropdown-options .option-remove-favorite,
.dropdown-favorites .dropdown-options .option-remove-favorite {
  padding: 0.75rem;
  cursor: pointer;
  color: #4198b5;
}
.dropdown-index .dropdown-options .option-remove-favorite.active,
.dropdown-favorites .dropdown-options .option-remove-favorite.active {
  background: #be4d00;
  color: #fff;
}
.dropdown-index .dropdown-options .option-remove-favorite:not(.active):hover,
.dropdown-favorites .dropdown-options .option-remove-favorite:not(.active):hover {
  background: #4198b5;
  color: #fff;
}
.dropdown-index .dropdown-options .option-remove-favorite:before,
.dropdown-favorites .dropdown-options .option-remove-favorite:before {
  float: right;
  font-family: fontello;
  content: "\F1F8";
  font-size: 1.5rem;
  position: relative;
  top: -0.25rem;
  text-align: center;
  right: 0.2rem;
}
.dropdown-index .dropdown-options .option-save-favorite,
.dropdown-favorites .dropdown-options .option-save-favorite {
  padding: 0.75rem;
  cursor: pointer;
  height: 2.75rem;
  color: #4198b5;
}
.dropdown-index .dropdown-options .option-save-favorite:not(.disabled):hover,
.dropdown-favorites .dropdown-options .option-save-favorite:not(.disabled):hover {
  background: #4198b5;
  color: #fff;
}
.dropdown-index .dropdown-options .option-save-favorite:before,
.dropdown-favorites .dropdown-options .option-save-favorite:before {
  float: right;
  font-family: fontello;
  content: "\E819";
  font-size: 1.4rem;
  position: relative;
  top: -0.25rem;
  text-align: center;
  right: 0.2rem;
}
.dropdown-index .dropdown-options .option-save-favorite.disabled,
.dropdown-favorites .dropdown-options .option-save-favorite.disabled {
  color: #d5d5d5;
  cursor: default;
  pointer-events: none;
}
.dropdown-index .dropdown-options .option-save-new-favorite,
.dropdown-favorites .dropdown-options .option-save-new-favorite {
  padding: 0.75rem;
  cursor: pointer;
  height: 2.75rem;
}
.dropdown-index .dropdown-options .option-save-new-favorite:not(.active):hover,
.dropdown-favorites .dropdown-options .option-save-new-favorite:not(.active):hover {
  background: #4198b5;
  color: #fff;
}
.dropdown-index .dropdown-options .option-save-new-favorite.active,
.dropdown-favorites .dropdown-options .option-save-new-favorite.active {
  padding: 0.5rem;
}
.dropdown-index .dropdown-options .option-save-new-favorite input,
.dropdown-favorites .dropdown-options .option-save-new-favorite input {
  border: 0;
  padding: 0.25rem;
  margin: 0;
  width: calc(100% - 3rem);
}
.dropdown-index .dropdown-options .option-save-new-favorite button,
.dropdown-favorites .dropdown-options .option-save-new-favorite button {
  padding: 0.3rem 0.75rem;
  color: #fff;
  float: right;
}
.dropdown-index .dropdown-options .option-save-new-favorite:not(.active),
.dropdown-favorites .dropdown-options .option-save-new-favorite:not(.active) {
  color: #4198b5;
}
.dropdown-index .dropdown-options .option-save-new-favorite:not(.active):before,
.dropdown-favorites .dropdown-options .option-save-new-favorite:not(.active):before {
  float: right;
  font-family: fontello;
  content: "\E81C";
  font-size: 1.4rem;
  position: relative;
  top: -0.25rem;
  text-align: center;
  right: 0.2rem;
}
.dropdown-index .dropdown-options .option-title-saved,
.dropdown-favorites .dropdown-options .option-title-saved {
  border-top: 1px solid #e8e8e8;
  margin-top: 0.25rem;
  padding-top: 1rem;
}
.dropdown-index:not(:hover) .dropdown-value,
.dropdown-favorites:not(:hover) .dropdown-value {
  border-color: transparent;
}
.dropdown-index {
  margin-bottom: 1rem;
}
.filter-cloud {
  border-top: 0.5rem solid #f4f4f6;
  margin: 0.5rem 0 0 0.5rem;
}
.filter-cloud > div {
  display: inline-block;
  background: #4198b5;
  color: #fff;
  padding: 0 2rem;
  margin: 0 0 0.25rem 0;
  cursor: pointer;
  height: 2.5rem;
  line-height: 2.5rem;
  position: relative;
}
.filter-cloud > div > div {
  height: inherit;
  line-height: inherit;
}
.filter-cloud > div:hover > div:after {
  content: "\E806";
  font-family: fontello;
  position: absolute;
  top: -0.25rem;
  right: -0.125rem;
  color: #fff;
  background: #005172;
  border-radius: 0.75rem;
  height: 1.5rem;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  z-index: 3;
}
.filter-cloud > div:before {
  content: "";
  position: absolute;
  top: 0.16rem;
  right: 0;
  display: block;
  border: 0 solid #f4f4f6;
  border-width: 0.125rem 0 0 0;
  height: 1.4rem;
  width: 1.4rem;
  transform: rotate(67.5deg);
  z-index: 2;
}
.filter-cloud > div:after {
  content: "";
  position: absolute;
  bottom: 0.16rem;
  right: 0;
  display: block;
  border: 0 solid #f4f4f6;
  border-width: 0 0.125rem 0 0;
  height: 1.4rem;
  width: 1.4rem;
  transform: rotate(22.5deg);
  z-index: 2;
}
.filter-cloud > div:last-child:after {
  display: none;
}
.filter-cloud > div:last-child:before {
  display: none;
}
.period-container:not(.open) .period-value.clickable:hover {
  color: #4198b5;
}
.period-container:not(.open) .period-value.clickable:hover:after {
  color: inherit;
}
.period-container.open .daterangeselector-container {
  display: block;
}
.period-container.open .period-value,
.period-container.open .period-label {
  color: #4198b5;
}
.period-container.open:before {
  content: "";
  transform: rotate(45deg);
  width: 1rem;
  height: 1rem;
  background: #fff;
  position: absolute;
  bottom: -1rem;
  right: calc(50% - 0.5rem);
  z-index: 1000;
}
.period-container .period-label {
  color: #a9a9a9;
  position: absolute;
  top: 0.75rem;
  left: 0;
  right: 0;
  font-size: 0.85rem;
  font-weight: 200;
  text-align: center;
}
.period-container .period-value {
  position: relative;
  padding: 0.5rem 2rem;
  font-weight: bold;
  border: 1px solid #e8e8e8;
  border-color: transparent;
  text-align: center;
  margin: 0 auto;
}
.period-container .period-value:after {
  content: "\E803";
  font-family: fontello;
  position: absolute;
  right: 1rem;
  bottom: 0.625rem;
  color: #d5d5d5;
  z-index: -1;
}
.period-container .period-value.clickable {
  cursor: pointer;
}
.period-container .period-value .value-range,
.period-container .period-value .value-range > * {
  display: inline-block;
}
.period-container .period-value .value-range .value-from:after {
  content: "–";
  margin: 0 0.25rem;
}
.period-container .daterangeselector-container {
  display: none;
  position: absolute;
  right: 0;
  top: 4.25rem !important;
  width: 57rem;
  background: #fff;
  box-shadow: 0 0.5rem 3rem rgba(0,0,0,0.25);
  z-index: 100;
  font-size: 0.85rem;
}
.period-container .date-dash {
  float: left;
  position: relative;
  color: transparent;
  width: 1rem;
  border-top: 1px solid #383840;
  top: 1.25rem;
  margin-right: 1rem;
}
.component-statistics {
  position: relative;
  padding-left: 18.5rem;
}
.component-statistics > .title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f4f4f6;
}
.component-statistics > .title:after {
  content: "";
  clear: both;
  display: block;
}
.component-statistics > .title h1 {
  float: left;
  margin: 0;
  margin-right: 2rem;
}
.component-statistics > .title h1 a {
  color: inherit;
}
.component-statistics > .title .component-dropdown:not(:hover) .dropdown-value,
.component-statistics > .title .component-datepicker:not(:hover) > input {
  border-color: transparent;
}
.component-statistics .results {
  position: relative;
  z-index: 11;
}
.component-statistics .results .component-dropdown .dropdown-value {
  border-color: transparent !important;
}
.component-statistics .results .component-table .no-results {
  color: #a9a9a9;
  background: #fff;
  text-align: center;
  font-size: 1.5rem;
  padding: 8rem 5rem;
  font-weight: 100;
  line-height: 1.5;
  margin: 0 0.5rem;
}
.component-statistics .results .component-table.loading > * > * {
  border: 0;
}
.component-statistics .results .component-table .body,
.component-statistics .results .component-table .head {
  margin: 0 0.5rem 0.5rem 0.5rem;
  background: #fff;
}
.component-statistics .results .component-table .body {
  min-height: calc(100vh - 30rem);
  margin-top: 0;
  padding-top: 0;
}
.component-statistics .results .component-table .body .component-dropdown {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.component-statistics .results .component-table .head {
  margin-bottom: 0;
  padding-bottom: 0;
}
.component-statistics .results .component-table .head .cell {
  text-transform: uppercase;
  font-weight: bold;
}
.component-statistics .results .dropdown-groupby .dropdown-value {
  text-transform: capitalize;
  text-transform: uppercase;
  font-weight: bold;
}
.component-statistics .results .dropdown-groupby:not(:hover) .dropdown-value {
  border-color: transparent;
}
.component-statistics .table-container {
  position: relative;
}
.component-statistics .component-table .body .row {
  transition: opacity 0.25s;
}
.component-statistics .component-table .body .row:nth-child(even) {
  background: #fcfcfc;
}
.component-statistics.loading .component-table .body .row,
.component-statistics.loading .component-table .head .row {
  opacity: 0.25;
}
.component-statistics .component-table {
  min-width: 100%;
}
.component-statistics .component-table .cell {
  border-right: 1px solid #e8e8e8;
  line-height: 1.5rem;
}
.component-statistics .component-table .cell:last-child {
  border-right: 0;
}
.component-statistics .component-table .cell.positive,
.component-statistics .component-table .cell .positive {
  color: #00bf74;
}
.component-statistics .component-table .cell.negative,
.component-statistics .component-table .cell .negative {
  color: #e65160;
}
.component-statistics .component-table .cell.neutral,
.component-statistics .component-table .cell .neutral {
  color: #d5d5d5;
}
.component-statistics .component-table .cell sub {
  font-size: 0.65rem;
}
.component-statistics .component-table .row:first-child .no-delta:after {
  content: "N/A";
  display: block;
  content: "\E824";
  font-family: fontello;
  color: #d5d5d5;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.25rem;
  position: relative;
  bottom: -0.125rem;
}
.component-statistics .component-table .head {
  position: sticky;
  top: 3rem;
  background: #fff;
  border-top: 0.5rem solid #f4f4f6;
  z-index: 2;
}
.component-statistics .component-table .head .cell {
  text-transform: capitalize;
  padding: 1.5rem 1rem 0 1rem;
}
.component-statistics .component-table .head .cell.index {
  border-right: 0;
}
.component-statistics .component-table .head .cell.period {
  flex: auto;
  width: 50%;
  min-width: 10.5rem;
  max-width: 21rem;
  position: relative;
  text-align: center;
  font-weight: normal;
  overflow: visible;
}
.component-statistics .component-table .head .cell.period .add-period {
  display: block;
  position: absolute;
  top: 0;
  right: -0.5rem;
  width: 2rem;
  height: 4rem;
  border-right: 0.5rem solid #4198b5;
  cursor: pointer;
  transition: border-width 250ms;
  padding-left: 1.5rem;
  z-index: 2;
}
.component-statistics .component-table .head .cell.period .add-period:hover {
  border-width: 1rem;
}
.component-statistics .component-table .head .cell.period .add-period:after {
  display: block;
  position: relative;
  top: 1rem;
  left: -1.5rem;
  content: "\E813";
  font-family: fontello;
  background: #4198b5;
  color: #fff;
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
  border: 0.125rem solid #fff;
  border-radius: 1rem;
  font-size: 1.25rem;
}
.component-statistics .component-table .cell.index {
  flex: auto;
  width: 3rem;
  min-width: 3rem;
  text-align: right;
  padding-right: 1rem;
  border: 0;
}
.component-statistics .component-table .cell.logo {
  flex: auto;
  width: 4rem;
  min-width: 4rem;
  border: 0;
}
.component-statistics .component-table .cell.title {
  flex: auto;
  width: 35%;
  min-width: 15rem;
}
.component-statistics .component-table .cell.value {
  flex: auto;
  width: calc(50% / 3);
  min-width: 3.5rem;
  max-width: 7rem;
  text-align: right;
  padding-right: calc(1.5rem / 3);
  padding-left: 0;
  white-space: nowrap;
  overflow: hidden;
}
.component-statistics .component-table .cell.value:nth-child(3n+3) {
  border-color: #d9d9d9;
}
.component-statistics .component-table .cell.value:nth-child(3n+2) {
  color: #a9a9a9;
}
.component-statistics .component-table .component-dropdown .dropdown-options {
  font-weight: normal;
  text-transform: none;
}
.component-statistics .component-table .component-dropdown:not(:hover) .dropdown-value {
  border-color: transparent;
}
.component-statistics .component-table .row.total {
  border-top: 1px solid #d9d9d9 !important;
}
.component-statistics .component-table .row.total .title {
  padding-left: 1.5rem;
  padding-right: 0;
  padding-top: 0.85rem;
}
.component-statistics .component-table .dim .cell {
  opacity: 0.25;
}
.component-statistics .component-table .last-of-group {
  margin-bottom: 5rem;
  position: relative;
}
.component-statistics .component-table .last-of-group:after {
  position: absolute;
  top: 4.5rem;
  left: 9rem;
  content: "\F142";
  font-family: fontello;
  display: block;
  font-size: 2rem;
  width: 100%;
  color: #d5d5d5;
}
.component-statistics .component-table .component-spinner {
  position: fixed;
  top: 55%;
  left: calc(50% + 8rem);
  width: 4.5rem;
  height: 4.5rem;
  z-index: 2;
}
.component-statistics .component-table .component-spinner:after {
  background: #fff;
}
.component-statistics .freetext-filter {
  margin: 0.25rem 0 0.5rem 0;
  position: relative;
  width: 30rem;
}
.component-statistics .freetext-filter i {
  margin-right: 0.5rem;
  color: #a9a9a9;
}
.component-statistics .freetext-filter input {
  width: 100%;
  background: transparent;
  margin: 0.5rem 0.5rem 0 0.5rem;
  border-color: #d5d5d5;
}
.component-statistics .freetext-filter .freetext-filter-reset {
  position: absolute;
  right: 0;
  top: 1rem;
  cursor: pointer;
}
.component-statistics .freetext-filter .freetext-filter-reset:after {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  font-size: 1.25rem;
  font-family: fontello;
  content: "\E806";
  color: #a9a9a9;
  margin-left: 0.5rem;
  border-radius: 0.625rem;
  background: #a9a9a9;
  color: #fff;
}
.component-statistics .drilldown {
  float: left;
  margin-top: 0.5rem;
  font-size: 1.25rem;
}
.component-statistics .drilldown .drilldown-item {
  color: #4198b5;
  cursor: pointer;
  position: relative;
  transition: 0.25s;
  padding-right: 1rem;
}
.component-statistics .drilldown .drilldown-item:after {
  transition: 0.25s;
  transform: scale(0);
  content: "\E806";
  font-family: fontello;
  position: absolute;
  top: -0.5rem;
  right: -0.125rem;
}
.component-statistics .drilldown .drilldown-item:hover {
  margin-right: 0.75rem;
}
.component-statistics .drilldown .drilldown-item:hover:after {
  transform: scale(1);
}
.component-statistics .drilldown .drilldown-item:not(:first-child):before {
  content: "\E805";
  font-family: fontello;
  margin: 0 1.25rem 0 0.25rem;
  color: #a9a9a9;
}
.component-statistics .update-info {
  color: #a9a9a9;
  font-size: 0.85rem;
  padding: 1rem;
  line-height: 1.25rem;
}
.statistics-pending-info {
  position: absolute;
  font-size: 0.85rem;
  top: -10.25rem;
  right: 2rem;
  background: #be4d00;
  padding: 0.25rem 0.5rem;
  color: #fff;
}
.statistics-pending-info:before {
  font-family: fontello;
  content: '\E822';
  margin-right: 0.5rem;
}
.sidebar {
  position: sticky;
  left: 0.5rem;
  top: 3rem;
  z-index: 10;
  min-height: 6.5rem;
  float: left;
  width: 17.5rem;
  margin-left: -18rem;
  border-top: 0.5rem solid #f4f4f6;
  border-bottom: 0.375rem solid #f4f4f6;
  min-height: calc(100vh - 26rem);
}
.sidebar .component-spinner {
  position: absolute;
  top: 50%;
  left: calc(50% - 2rem);
  width: 4.5rem;
  height: 4.5rem;
  z-index: 2;
}
.sidebar .component-spinner:after {
  background: #f4f4f6;
}
.btn-reset {
  position: relative;
  z-index: 11;
  color: #a9a9a9;
  padding: 1rem;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 3rem;
  display: inline-block;
  font-size: 0.85rem;
}
.btn-reset:hover {
  color: #4198b5;
}
.sidebar.loading .btn-reset {
  display: none;
}
.component-table {
  display: flex;
  flex-direction: column;
}
.component-table .row {
  display: flex;
  flex-direction: row;
  flex: 1;
  border-bottom: 1px solid #f4f4f6;
}
.component-table .cell {
  padding: 0.75rem;
}
.component-table .body .row:last-child {
  border: 0;
}
.component-table .cell {
  flex: 1;
}
.component-table .cell text-align center:nth-child(1) {
  text-align: left;
}
.component-table .component-spinner {
  position: absolute;
  top: 8rem;
  left: 45%;
}
.table-info {
  padding: 1rem 1rem;
  font-size: 0.85rem;
  max-width: 47rem;
  line-height: 1.5;
}
.component-tabs {
  background: #fff;
  overflow: hidden;
  margin-bottom: 1rem;
  margin-top: 3rem;
}
.component-tabs .tabs-item {
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  float: left;
  font-weight: bold;
  font-size: 0.85rem;
  text-align: center;
  color: #a9a9a9;
}
.component-tabs .tabs-item:before {
  font-family: fontello;
  display: block;
  padding: 0.25rem;
  font-size: 1.25rem;
  font-weight: normal;
}
.component-tabs .tabs-item a {
  color: inherit;
}
.component-tabs .tabs-item.active {
  background: #f4f4f6;
  color: #383840;
}
.component-tabs .tabs-item.disabled {
  pointer-events: none;
}
.component-tooltip {
  position: relative;
}
.component-tooltip .tooltip-bubble {
  position: fixed;
  z-index: 1000;
  max-width: 15rem;
  background: #383840;
  color: #fff;
  padding: 0.5rem 0.75rem;
  border-radius: 0.125rem;
  white-space: normal;
  text-align: left;
  font-size: 0.85rem;
}
.component-tooltip .tooltip-bubble:before {
  content: "";
  position: absolute;
  top: -0.375rem;
  left: calc(50% - 0.5rem);
  width: 0.75rem;
  height: 0.75rem;
  background: #f00;
  background: inherit;
  transform: rotate(45deg);
}
.component-vehicleflow .spinner {
  position: absolute;
  top: 8rem;
  left: calc(50% - 1rem);
  z-index: 100;
}
.component-vehicleflow .component-dropdown {
  background: #fff;
}
.component-vehicleflow .drowdown-container {
  display: flex;
  align-items: center;
  margin: 20px 0 0 0;
  padding-bottom: 0.75rem;
}
.component-vehicleflow .drowdown-container .dropdown-label {
  margin: 0 10px 0 2rem;
}
.component-vehicleflow .drowdown-container .component-dropdown {
  width: 12rem;
}
.component-vehicleflow iframe {
  border: 0;
  width: calc(100% - 2rem);
  margin: 0 1rem;
  height: calc(100vh - 11rem);
  background: transparent;
}
* {
  box-sizing: border-box;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.25;
}
html,
body,
#react-root {
  margin: 0;
  padding: 0;
  background: #f4f4f4;
  color: #222;
}
a,
a:visited {
  color: inherit;
  text-decoration: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.btn {
  background: #4198b5;
  padding: 1rem 2rem;
  color: #fff;
  border: 0;
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
}
input {
  font-size: inherit;
  font-family: inherit;
  padding: 0.5rem;
}
input[type="text"],
input[type="search"],
input[type="password"] {
  padding: 0.5rem;
  border-radius: 0.25rem;
}
[type="search"] {
  -webkit-appearance: textfield;
}
.page-content {
  width: 640px;
  margin: 0 auto;
}
.react-calendar {
  border: 0;
}
.react-calendar .react-calendar__navigation__arrow {
  font-size: 1.5rem;
}
.react-calendar .react-calendar__month-view__weekdays__weekday {
  color: #a9a9a9;
}
.react-calendar .react-calendar__month-view__weekdays__weekday abbr {
  border: none;
}
.react-calendar .react-calendar__month-view__days {
  border: 1px solid #e8e8e8;
  border-width: 1px 0 0 1px;
  font-size: 1.25rem;
}
.react-calendar button[disabled] {
  color: #a9a9a9;
  background: inherit;
}
.react-calendar .react-calendar__tile {
  border: 1px solid #e8e8e8;
  border-width: 0 1px 1px 0;
}
.react-calendar .react-calendar__tile:hover {
  background: #e8e8e8;
}
.react-calendar .react-calendar__tile--now {
  font-weight: bold;
  background: inherit;
}
.react-calendar .react-calendar__tile--active {
  background: #4198b5;
}
.react-calendar .react-calendar__tile--active:hover {
  background: #4198b5;
}

