@import url("//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700");
@import url("assets/fontello/css/fontello.css");
/* 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%;
}
body {
  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: #64b9e7;
}
.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;
}
.container {
  margin: 0 auto;
  max-width: 1240px;
}
* {
  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;
}
button,
.btn {
  background: #64b9e7;
  padding: 1rem 2rem;
  color: #fff;
  border: 0;
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
}
input {
  font-size: inherit;
  font-family: inherit;
  border: 0;
  padding: 0.5rem;
}
input[type="text"],
input[type="search"],
input[type="password"] {
  background: #fff;
  padding: 0.5rem;
  border-radius: 0.25rem;
}
[type="search"] {
  -webkit-appearance: textfield;
}
.page-content {
  width: 640px;
  margin: 0 auto;
}
/* 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%;
}
body {
  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: #64b9e7;
}
.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;
}
.container {
  margin: 0 auto;
  max-width: 1240px;
}
.component-app {
  padding-top: 9rem;
  background: url("assets/bg.jpg");
  min-height: 100vh;
  min-width: 100vw;
  position: relative;
  padding-bottom: 9rem;
  overflow: hidden;
}
.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-fleet > a:before {
  content: "\E807";
}
.component-app .component-navibar .navibar-option-settings > a:before {
  content: "\E816";
}
.component-app .app-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.9);
  color: #909090;
  font-size: 0.85rem;
  overflow: hidden;
  padding: 2rem;
}
.component-app .app-footer > div {
  text-align: center;
}
.component-app .app-footer .app-footer-info {
  min-height: 2rem;
}
.component-app .app-footer .app-footer-info:before {
  content: "";
  height: 2.5rem;
  width: 7rem;
  opacity: 0.9;
  position: absolute;
}
.component-app .app-footer a {
  color: #8badc0;
  display: inline-block;
  line-height: 1.25;
}
.component-app .app-footer a:not(:last-child) {
  margin: 0 1rem;
}
.component-app .spinner-apploading {
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 45%;
  left: calc(50% - 1.5rem);
}
.component-app .spinner-apploading:after {
  background: #f4f4f6;
}
.component-app .component-tabs {
  margin-top: 3rem;
}
.component-app .component-tabs .tabs-item-targeting:before {
  content: "\E80A";
}
.component-app .component-tabs .tabs-item-statistics:before {
  content: "\E809";
}
.component-app .component-tabs .tabs-item-dialer:before {
  content: "\E81A";
}
/* 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%;
}
body {
  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: #64b9e7;
}
.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;
}
.container {
  margin: 0 auto;
  max-width: 1240px;
}
.component-dropdown {
  position: relative;
}
.component-dropdown.dropdown-open-from-value:hover .dropdown-value {
  color: #64b9e7;
  cursor: pointer;
}
.component-dropdown.dropdown-open-from-value:hover .dropdown-value:after {
  color: inherit;
}
.component-dropdown.dropdown-open-from-handle .dropdown-handle {
  cursor: pointer;
}
.component-dropdown.dropdown-open-from-handle .dropdown-handle:hover:after {
  color: #64b9e7;
}
.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: #64b9e7;
  color: #fff;
}
.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;
}
/* 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%;
}
body {
  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: #64b9e7;
}
.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;
}
.container {
  margin: 0 auto;
  max-width: 1240px;
}
.component-dunssearch {
  margin: 0 auto;
  margin-bottom: 2rem;
  max-width: 916px;
  padding: 1% 1%;
}
.component-dunssearch .autocomplete {
  position: relative;
  display: inline;
  width: 100%;
}
.component-dunssearch .autocomplete .icon {
  position: absolute;
  right: 0;
  margin: 0.5rem;
  font-size: 1.5rem;
  color: #292929;
}
.component-dunssearch .autocomplete .react-autosuggest__container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.component-dunssearch .autocomplete .react-autosuggest__input {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 3rem;
  font-weight: 300;
  font-size: 2.73vh;
  border: 1px solid #aaa a;
  box-shadow: 2rem 1rem 5rem rgba(0,0,0,0.5);
  border-radius: 0;
}
.component-dunssearch .autocomplete .react-autosuggest__suggestions-container {
  position: relative;
  top: 0;
  width: 100%;
  background-color: #3e708b;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 2rem 2rem rgba(0,0,0,0.5);
}
.component-dunssearch .autocomplete .react-autosuggest__suggestions-container .react-autosuggest__suggestions-list {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
.component-dunssearch .autocomplete .react-autosuggest__suggestion--highlighted {
  background: #2e5468;
}
.component-dunssearch .autocomplete .suggestion {
  padding: 2% 3%;
}
.component-dunssearch .autocomplete .suggestion-title {
  display: inline-block;
  width: 50%;
  color: #fff;
  font-weight: 500;
}
.component-dunssearch .autocomplete .suggestion-info {
  display: inline-block;
  width: 50%;
  color: #93bacf;
  float: right;
  font-weight: 300;
  text-align: right;
}
.component-dunssearch .component-spinner {
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
}
.component-dunssearch .component-spinner:after {
  background: #f0f0f0;
}
.component-dunssearch .dunssearch-result {
  width: 100%;
  margin: 5% auto;
  padding: 5%;
  background: #fff;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(1rem);
  overflow: hidden;
  min-height: 28rem;
}
.component-dunssearch .dunssearch-resultdata-item {
  margin-bottom: 2rem;
}
.component-dunssearch .dunssearch-resultdata-label {
  font-size: 1rem;
  margin-bottom: 0.25rem;
  font-weight: bold;
  color: #292929;
}
.component-dunssearch .dunssearch-resultdata-primary .dunssearch-resultdata-label {
  margin-bottom: 0.25rem;
  font-weight: bold;
}
.component-dunssearch .dunssearch-resultdata-primary .dunssearch-resultdata-value {
  font-weight: bold;
  font-size: 4rem;
}
.component-dunssearch .dunssearch-resultdata-value {
  font-weight: 3000;
}
.component-dunssearch .dunssearch-wait {
  color: #64b9e7;
  text-align: center;
  font-size: 1.5rem;
  padding: 5%;
  overflow: hidden;
  margin: 5% 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%;
}
body {
  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: #64b9e7;
}
.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;
}
.container {
  margin: 0 auto;
  max-width: 1240px;
}
.component-login {
  background: url("assets/login-bg.jpg") 50% 50%/cover no-repeat;
  min-height: calc(100vh - 5rem);
  padding-top: 4rem;
}
.component-login form {
  background: rgba(240,240,240,0.95);
  padding: 2rem 8rem 2rem 8rem;
}
.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;
}
.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: block;
  margin-top: 2rem;
  font-size: 0.85rem;
  color: #a9a9a9;
}
.component-login .forgotten-password:hover {
  color: #64b9e7;
}
/* 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%;
}
body {
  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: #64b9e7;
}
.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;
}
.container {
  margin: 0 auto;
  max-width: 1240px;
}
.component-menubar {
  width: 100vw;
  background: rgba(0,0,0,0.9);
  color: #fff;
  height: 5rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.component-menubar a {
  color: inherit !important;
}
.component-menubar .content {
  max-width: 916px;
  height: 3rem;
  padding: 1.2rem 0.9rem;
  margin: 0 auto;
}
.component-menubar .content .menubar-logo {
  display: block;
  height: 2.5rem;
  float: left;
  line-height: 2.5rem;
  background: url("assets/dnb-logo.png") 0 0%/auto 100% no-repeat;
  padding-left: 18.5rem;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 1.5rem;
}
.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;
  display: none;
}
.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;
}
/* 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%;
}
body {
  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: #64b9e7;
}
.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;
}
.container {
  margin: 0 auto;
  max-width: 1240px;
}
.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: #64b9e7;
  border-color: #64b9e7;
}
/* 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%;
}
body {
  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: #64b9e7;
}
.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;
}
.container {
  margin: 0 auto;
  max-width: 1240px;
}
.component-notifications .notifications-item {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #3e708b;
  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: "\E81F";
  font-size: 2rem;
  position: absolute;
  top: 2rem;
  left: 2rem;
}
.component-notifications .notifications-item.warning {
  background: #c95c54;
}
.component-notifications .notifications-item.warning .btn {
  color: #c95c54;
}
.component-notifications .notifications-item .btn {
  background: #fff;
  color: #3e708b;
  padding: 0.5rem 2rem;
  float: right;
  margin-left: 1rem;
}
/* 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%;
}
body {
  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: #64b9e7;
}
.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;
}
.container {
  margin: 0 auto;
  max-width: 1240px;
}
.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("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 #000;
  font-size: 1.5rem;
  transition: background 150ms;
  color: #fff;
}
.component-sidemenu .apps a:first-child {
  border-top: 1px solid #000;
}
.component-sidemenu .apps a:hover {
  background: #64b9e7;
}
.component-sidemenu .fa {
  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: #64b9e7;
}
.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;
  text-transform: uppercase;
  padding: 2rem;
  font-size: 2rem;
  font-weight: 100;
  margin-bottom: 0.25rem;
}
.component-slogan > *:nth-child(1) {
  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, #3dbbeb 10%, rgba(255,255,255,0) 42%);
  position: relative;
  animation: load3 1s infinite linear;
  transform: translateZ(0);
}
.component-spinner:before {
  width: 50%;
  height: 50%;
  background: #3dbbeb;
  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;
}
@keyframes load3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 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%;
}
body {
  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: #64b9e7;
}
.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;
}
.container {
  margin: 0 auto;
  max-width: 1240px;
}
.component-tabs {
  background: #fff;
  overflow: hidden;
  margin-bottom: 1rem;
  margin-top: 5rem;
}
.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;
}
/* 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%;
}
body {
  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: #64b9e7;
}
.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;
}
.container {
  margin: 0 auto;
  max-width: 1240px;
}
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
