@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

* {
  box-sizing: border-box;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
		  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
  text-align: center;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*:before,
*:after {
	background: transparent !important;
	color: #000 !important;
	/* Black prints faster:
	   http://www.sanbeiji.com/archives/953 */
	box-shadow: none !important;
	text-shadow: none !important;
  }

  a,
a:visited {
	text-decoration: underline;
  }

  a[href]:after {
	content: " (" attr(href) ")";
  }

  abbr[title]:after {
	content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
	content: "";
  }

  pre {
	white-space: pre-wrap !important;
  }

  pre,
blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
	display: table-header-group;
  }

  tr,
img {
	page-break-inside: avoid;
  }

  p,
h2,
h3 {
	orphans: 3;
	widows: 3;
  }

  h2,
h3 {
	page-break-after: avoid;
  }
}
@font-face {
  font-family: "Fakt Pro";
  src: url(/fonts/Fakt-Normal.eot?dd8f58aabda6b02348cfcaa7bf9a5b46);
  src: url(/fonts/Fakt-Normal.eot?dd8f58aabda6b02348cfcaa7bf9a5b46?#iefix) format("embedded-opentype"), url(/fonts/Fakt-Normal.woff?e983068fa6662dc2cd777d412589ee4b) format("woff"), url(/fonts/Fakt-Normal.ttf?90afe2f4cd72d8bb2e2a1848b6f26b71) format("truetype"), url(/fonts/Fakt-Normal.svg?daf1b744bd86ec7c9910b603ed2202b4#altivo-regular) format("svg");
  font-weight: 400;
  font-style: 400;
}
@font-face {
  font-family: "Fakt Pro";
  src: url(/fonts/Fakt-Semibold.eot?314e59f2ae58249ca26ee29779716255);
  src: url(/fonts/Fakt-Semibold.eot?314e59f2ae58249ca26ee29779716255?#iefix) format("embedded-opentype"), url(/fonts/Fakt-Semibold.woff?59129b9051cecc8bd220417572c9c4ef) format("woff"), url(/fonts/Fakt-Semibold.ttf?39f75b1ce65f8ed58c35ef57a4964a76) format("truetype"), url(/fonts/Fakt-Semibold.svg?500b8c86711a373f75642d72b641c50c#altivo-regular) format("svg");
  font-weight: 700;
  font-style: 700;
}
@font-face {
  font-family: "Euclid Square";
  src: url(/fonts/EuclidSquare-Light.eot?45fd37ffc146c229fb9caaf70934f257);
  src: url(/fonts/EuclidSquare-Light.eot?45fd37ffc146c229fb9caaf70934f257?#iefix) format("embedded-opentype"), url(/fonts/EuclidSquare-Light.woff?b989126935e98ffc91a43515343ddce5) format("woff"), url(/fonts/EuclidSquare-Light.ttf?5edea96e3cf1d5f51f13bc13cac62d9e) format("truetype"), url(/fonts/EuclidSquare-Light.svg?ca3fe29059f0f7ee8f74d53f06fea91b#altivo-regular) format("svg");
  font-weight: 200;
  font-style: 200;
}
@font-face {
  font-family: "Euclid Square";
  src: url(/fonts/EuclidSquare-Medium.eot?f42302e44fa860042d86176959d1a23d);
  src: url(/fonts/EuclidSquare-Medium.eot?f42302e44fa860042d86176959d1a23d?#iefix) format("embedded-opentype"), url(/fonts/EuclidSquare-Medium.woff?d5f430f29517f5edf78f6c92e368d11f) format("woff"), url(/fonts/EuclidSquare-Medium.ttf?44efef3bf5115ad3f1c1b519f537eb21) format("truetype"), url(/fonts/EuclidSquare-Medium.svg?3397e9a5913412c42e0f49c268373b71#altivo-regular) format("svg");
  font-weight: 400;
  font-style: 400;
}
html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Fakt Pro", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
}

h1, h2, h3, h4 {
  font-family: "Euclid Square", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 52px;
  line-height: 60px;
  font-weight: 200;
  color: #000;
}

h2 {
  font-size: 26px;
  line-height: 33px;
  color: #393939;
  color: #1B8C63;
}

h3 {
  font-size: 22px;
  line-height: 28px;
  margin: 10px 0;
  color: #000;
}

h4 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #A0D5D8;
  letter-spacing: 2px;
  text-transform: uppercase;
}

ul.text-list {
  padding-left: 20px;
}

.small {
  font-size: 14px;
}

.tiny {
  font-size: 12px;
}

.tiny.narrow-line-height {
  line-height: 16px;
}

.grey {
  color: #393939;
  font-weight: 300;
}

.white, a.white {
  color: #fff !important;
  font-weight: 300;
}

.light-grey {
  color: #797979;
  font-weight: 300;
}

.light-blue-bg {
  background: #f0f8f9;
}

.caps {
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.intro-text {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: #1B8C63;
}

.link-not-underlined {
  text-decoration: none;
}

/* text */
.text-left {
  text-align: left;
}

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

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

/* tags */
.label {
  font-size: 12px;
  display: inline-block;
  align-items: center;
  padding: 0px 10px 0px 10px;
  height: 25px;
  letter-spacing: 0.5px;
}

.number {
  font-size: 10px;
  font-family: "Euclid Square", sans-serif;
  display: inline-block;
  align-items: center;
  padding: 0px 10px 0px 10px;
  height: 25px;
  border-radius: 0;
  background: #f5f5f5;
  letter-spacing: 0.5px;
}

.green {
  color: #1B8C63;
}

.red {
  color: #ee3030;
}

.black {
  color: #000;
}

.orange {
  color: #F2845C;
}

.blue {
  color: #3E9CBA;
}

h3 .tiny-circle {
  position: relative;
  top: -4px;
}

a.text {
  color: #1B8C63;
}

a.no-link-border {
  text-decoration: none;
}

@media only screen and (max-width: 840px) {
  h1 {
	font-size: 44px;
	line-height: 55px;
  }

  .headerpic .headerpic-text-block h1 {
	font-size: 44px !important;
	line-height: 55px;
  }

  h2 {
	font-size: 24px;
	line-height: 30px;
  }

  h3 {
	font-size: 20px;
	line-height: 25px;
  }

  .label {
	font-size: 14px;
	padding: 0px 10px 0px 10px;
  }

  .tiny-circle {
	margin-right: 4px;
  }
}
body, html {
  height: 100%;
}

/* BASIC STRUCTURE */
#container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0 auto;
}

main.main {
  flex: 1 0 auto;
}

main.main-with-sidebar {
  padding-left: 240px;
}
main.main-with-sidebar .content {
  flex: 1 0 auto;
  max-width: none;
  margin-top: 0;
  padding-top: 65px;
  margin-bottom: 50px;
}

.main-nav {
  width: 240px;
}

.full-width .main-nav {
  width: 50px;
}

.full-width .main-with-tiny-sidebar {
  padding-left: 50px;
}

/* COMMON */
code {
  color: blue;
}

.extra-margin-top {
  margin-top: 70px;
}

.extra-margin-bottom {
  margin-bottom: 70px !important;
}

.extra-padding-top {
  padding-top: 70px;
}

.extra-padding-bottom {
  padding-bottom: 70px;
}

.no-margin-bottom {
  margin-bottom: 0px !important;
}

.extra-top-padding-in-block {
  padding-top: 70px;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eaeaea;
  margin: 20px 0;
  padding: 0;
  width: 100%;
}

.box {
  background-color: #FFF;
  border-radius: 10px;
  padding: 15px 20px 20px 20px;
  border: 1px solid #eaeaea;
}
.box .header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eaeaea;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 30px;
}
.box .header .buttons-header {
  margin-top: 5px;
  float: right;
}
.box .header h3, .box .header .small-subtitle {
  padding-top: 0;
}
.box .header h2 {
  margin-top: 0;
}
.box .header h3 {
  margin-top: 0px;
  padding-bottom: 10px;
}
.box .header .small-subtitle {
  padding-bottom: 10px;
}
.box .header .number {
  margin-left: 15px;
  position: relative;
  top: -3px;
}
.box .header .button {
  position: relative;
  top: -3px;
  margin-left: 15px;
}
.box .header.header-no-columns {
  display: block;
}

.box, .grid {
  margin-bottom: 20px;
}

.block {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.block .grid,
.box .grid {
  padding: 0;
  width: 100%;
}

.box.note {
  background: #f0f8f9;
  border: 1px solid #ddf0f1;
}

.grid.grid-with-padding [class^=col-] {
  padding-top: 20px;
}

.box.border-inbetween {
  padding-top: 0;
  padding-bottom: 0;
}
.box.border-inbetween .grid {
  margin-bottom: 0;
}
.box.border-inbetween .grid [class^=col-] {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 840px) {
  .main-nav {
	width: 100%;
  }

  main.main-with-sidebar {
	padding-left: 0;
  }
}
header {
  position: relative;
  height: 100vh;
  background: #393939;
  color: #FFF;
  position: fixed;
  z-index: 999;
}

.main-nav {
  position: relative;
  height: 100vh;
  background: #393939;
  color: #FFF;
  padding: 0;
  position: fixed;
  z-index: 2000;
  border-right: 1px solid #4d4d4d;
  /* extra notification tag on the right */
  /* icons */
}
.main-nav ul {
  font-weight: 200;
  margin: 0px;
  padding: 20px 0 0 0;
  font-weight: bold;
}
.main-nav ul li {
  font-weight: 500;
  list-style-type: none;
  color: #fff;
  border-bottom: 1px solid rgba(77, 77, 77, 0.2);
  cursor: pointer;
}
.main-nav ul li a {
  position: relative;
  z-index: 2000;
  pointer-events: auto;
  font-weight: 600;
  display: block;
  padding: 10px 15px 12px;
  color: #fff;
  text-decoration: none;
  transition: background-color 1.25s ease-out, background-color 0.25s ease-in;
  cursor: pointer;
}
.main-nav ul li:hover,
.main-nav ul li.active {
  background-color: #464646;
}
.main-nav ul li.active {
  background-color: #1B8C63;
}
.main-nav ul ul {
  padding-top: 0;
}
.main-nav ul ul li {
  padding: 0px 26px;
  font-size: 12px;
}
.main-nav ul ul li a {
  font-weight: 400;
  padding: 3px 15px 5px;
}
.main-nav .label {
  float: right;
  font-size: 10px;
  padding: 0px 5px 0px 5px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0px;
  line-height: 24px;
  letter-spacing: 0;
}
.main-nav .label .heroicon {
  top: 4px;
}
.main-nav .icon-navbar {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/icons/dashboard.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.main-nav .icon-dashboard {
  background-image: url(../images/icons/dashboard.svg);
}
.main-nav .icon-list {
  background-image: url(../images/icons/list.svg);
}
.main-nav .icon-files {
  background-image: url(../images/icons/files.svg);
}
.main-nav .icon-export {
  background-image: url(../images/icons/export.svg);
}
.main-nav .icon-record {
  background-image: url(../images/icons/record.svg);
}
.main-nav .icon-settings {
  background-image: url(../images/icons/settings.svg);
}
.main-nav .icon-images {
  background-image: url(../images/icons/images.svg);
}
.main-nav .icon-map {
  background-image: url(../images/icons/map.svg);
}
.main-nav .icon-token {
  background-image: url(../images/icons/token.svg);
}
.main-nav .icon-users {
  background-image: url(../images/icons/users.svg);
}
.main-nav .icon-members {
  background-image: url(../images/icons/members.svg);
}
.main-nav .icon-mails {
  background-image: url(../images/icons/mails.svg);
}
.main-nav .icon-report {
  background-image: url(../images/icons/report.svg);
}
.main-nav .icon-lock {
  background-image: url(../images/icons/members.svg);
}
.main-nav .icon-base {
  background-image: url(../images/icons/traffic-scout-base.svg);
}
.main-nav .icon-scenarios {
  background-image: url(../images/icons/traffic-scout-scenarios.svg);
}
.main-nav .icon-map {
  background-image: url(../images/icons/map.svg);
}
.main-nav .aside-footer {
  position: absolute;
  background: #393939;
  padding: 0px;
  bottom: 0px;
  width: 100%;
  font-size: 12px;
  z-index: 3000;
  box-shadow: 0px -8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.main-nav .aside-footer .second-line {
  width: 150px;
}
.main-nav .aside-footer .email {
  font-size: 10px;
}
.main-nav .aside-footer a.button {
  font-size: 10px;
  color: #fff;
  text-decoration: none;
  height: 22px;
  line-height: 15px;
  float: right;
}
.main-nav .aside-footer .application-switcher {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 5px;
}
.main-nav .aside-footer .application-switcher .application {
  display: inline-block;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  padding: 7px 10px;
  margin-right: 5%;
  color: #FFF;
  text-align: center;
}
.main-nav .aside-footer .application-switcher .application a {
  color: #FFF;
  text-decoration: none;
}
.main-nav .aside-footer .application-switcher .application:hover {
  background: rgba(0, 0, 0, 0.2);
}
.main-nav .aside-footer .application-switcher .application.active {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid black;
}
.main-nav .aside-footer .account-settings-container {
  display: flex;
  justify-content: space-between;
}
.main-nav .aside-footer .account-name {
  font-size: 12px;
  border-radius: 10px;
  font-weight: 200;
  margin-bottom: 5px;
  color: #FFF;
}
.main-nav .aside-footer .account-name a {
  text-decoration: none;
}

/* LOGO -------------------------- */
.brand-logo-svg {
  position: relative;
  padding: 0px 20px 0 0px;
  height: 65px;
  border-bottom: 1px solid rgba(226, 226, 226, 0.1);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 5px;
  margin-bottom: 20px;
  text-align: center;
}
.brand-logo-svg a {
  display: block;
  content: " ";
  background-image: url(/images/common/telraam-logo-inverted.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding-top: 60px;
  background-size: 120px 240px;
  text-align: center;
  margin: 0 auto;
}

.brand-logo-svg.brand-logo-traffic-scout-svg a {
  background-image: url(/images/common/traffic-scout-logo-inverted.svg) !important;
  background-size: 160px 240px;
}

.brand-logo-svg.brand-logo-traffic-scout-small-svg a {
  background-image: url(/images/common/traffic-scout-logo-inverted-tiny.svg) !important;
  background-size: 50px 50px;
  margin-left: 10px;
}

/* ACCOUNT SWITCHER -------------------------- */
.switcher {
  padding: 0px 20px 0 15px;
}
.switcher .dropdown {
  width: 100%;
}
.switcher .dropdown-content {
  width: 100%;
}

/* USER EDIT / LOGOUT -------------------------- */
.user-settings .button .heroicon-user {
  top: 0;
}

.main-nav ul {
  margin: 0px;
  padding: 20px 0 0 0;
  font-size: 16px;
  font-weight: bold;
}

.m-menu {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.m-menu .mm {
  margin-top: 8px;
  margin-left: 15px;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  outline: none;
  padding: 0;
  z-index: 1001;
}
.m-menu .mm:before, .m-menu .mm:after {
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  height: 2px;
  left: 8px;
  top: 15px;
  background-color: #393939;
  transition: all 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.m-menu .mm:after {
  top: 22px;
}

.m-menu-open .m-menu .mm:before {
  background-color: #393939;
  top: 18px;
  transform: rotate(-45deg);
}
.m-menu-open .m-menu .mm:after {
  background-color: #393939;
  top: 18px;
  transform: rotate(45deg);
}

@media only screen and (max-width: 840px) {
  .header {
	display: none;
  }

  .page-header {
	position: relative;
  }

  .main-nav ul {
	padding-top: 50px;
  }
  .main-nav ul li a {
	font-size: 18px;
  }
  .main-nav .small-nav {
	font-size: 12px;
  }
  .main-nav .aside-footer .dropdown.open-on-top .dropdown-content {
	left: -50px;
  }

  body.noscroll .header {
	display: block;
  }

  .m-menu {
	display: block;
	position: fixed;
	width: 60px;
	z-index: 9999;
  }

  html.noscroll {
	overflow: hidden;
  }

  body.noscroll {
	overflow: visible;
	height: 100%;
  }

  header {
	width: 100%;
  }

  main .content {
	padding-left: 0;
  }

  .m-menu-open .main-nav {
	display: block;
	width: 100%;
  }
  .m-menu-open .main-nav ul {
	flex-direction: column;
	width: 100%;
	margin: 20px auto;
  }
  .m-menu-open .main-nav ul a {
	display: block;
  }

  .switcher {
	text-align: center;
  }

  .switcher .dropdown {
	text-align: center;
  }
  .switcher .dropdown .button {
	text-align: center;
  }
  .switcher .dropdown .dropdown-content {
	max-width: 200px;
  }
}
.grid {
  box-sizing: border-box;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  max-width: 1400px;
  width: 88.5714285714%;
}
@media screen and (max-width: 1020px) {
  .grid {
	width: 88.2352941176%;
  }
}
@media screen and (max-width: 840px) {
  .grid {
	width: 97.619047619%;
  }
  .grid.stackable [class^=col-] {
	width: 100%;
  }
}
.grid-0 {
  box-sizing: border-box;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  max-width: 1400px;
  width: 100%;
}

.block {
  box-sizing: border-box;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  max-width: 1400px;
  width: 88.5714285714%;
  display: block;
}
@media screen and (max-width: 1020px) {
  .block {
	width: 88.2352941176%;
  }
}
@media screen and (max-width: 840px) {
  .block {
	width: 97.619047619%;
  }
  .block.stackable [class^=col-] {
	width: 100%;
  }
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-right: 3.2258064516%;
}
.col-desk-shift-0 {
  margin-left: 0%;
}
.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-right: 3.2258064516%;
}
.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}
.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-right: 3.2258064516%;
}
.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}
.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-right: 3.2258064516%;
}
.col-desk-shift-3 {
  margin-left: 25%;
}
.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-right: 3.2258064516%;
}
.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}
.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-right: 3.2258064516%;
}
.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}
.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-right: 3.2258064516%;
}
.col-desk-shift-6 {
  margin-left: 50%;
}
.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-right: 3.2258064516%;
}
.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}
.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-right: 3.2258064516%;
}
.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}
.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-right: 3.2258064516%;
}
.col-desk-shift-9 {
  margin-left: 75%;
}
.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-right: 3.2258064516%;
}
.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}
.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-right: 3.2258064516%;
}
.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}
.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-right: 3.2258064516%;
}
.col-desk-shift-12 {
  margin-left: 100%;
}
@media screen and (max-width: 1020px) {
  .col-tab-0 {
	box-sizing: border-box;
	width: 0%;
	padding-right: 1.6666666667%;
  }
  .col-tab-shift-0 {
	margin-left: 0%;
  }
  .col-tab-1 {
	box-sizing: border-box;
	width: 8.3333333333%;
	padding-right: 1.6666666667%;
  }
  .col-tab-shift-1 {
	margin-left: 8.3333333333%;
  }
  .col-tab-2 {
	box-sizing: border-box;
	width: 16.6666666667%;
	padding-right: 1.6666666667%;
  }
  .col-tab-shift-2 {
	margin-left: 16.6666666667%;
  }
  .col-tab-3 {
	box-sizing: border-box;
	width: 25%;
	padding-right: 1.6666666667%;
  }
  .col-tab-shift-3 {
	margin-left: 25%;
  }
  .col-tab-4 {
	box-sizing: border-box;
	width: 33.3333333333%;
	padding-right: 1.6666666667%;
  }
  .col-tab-shift-4 {
	margin-left: 33.3333333333%;
  }
  .col-tab-5 {
	box-sizing: border-box;
	width: 41.6666666667%;
	padding-right: 1.6666666667%;
  }
  .col-tab-shift-5 {
	margin-left: 41.6666666667%;
  }
  .col-tab-6 {
	box-sizing: border-box;
	width: 50%;
	padding-right: 1.6666666667%;
  }
  .col-tab-shift-6 {
	margin-left: 50%;
  }
  .col-tab-7 {
	box-sizing: border-box;
	width: 58.3333333333%;
	padding-right: 1.6666666667%;
  }
  .col-tab-shift-7 {
	margin-left: 58.3333333333%;
  }
  .col-tab-8 {
	box-sizing: border-box;
	width: 66.6666666667%;
	padding-right: 1.6666666667%;
  }
  .col-tab-shift-8 {
	margin-left: 66.6666666667%;
  }
  .col-tab-9 {
	box-sizing: border-box;
	width: 75%;
	padding-right: 1.6666666667%;
  }
  .col-tab-shift-9 {
	margin-left: 75%;
  }
  .col-tab-10 {
	box-sizing: border-box;
	width: 83.3333333333%;
	padding-right: 1.6666666667%;
  }
  .col-tab-shift-10 {
	margin-left: 83.3333333333%;
  }
  .col-tab-11 {
	box-sizing: border-box;
	width: 91.6666666667%;
	padding-right: 1.6666666667%;
  }
  .col-tab-shift-11 {
	margin-left: 91.6666666667%;
  }
  .col-tab-12 {
	box-sizing: border-box;
	width: 100%;
	padding-right: 1.6666666667%;
  }
  .col-tab-shift-12 {
	margin-left: 100%;
  }
}
@media screen and (max-width: 840px) {
  .col-mob-0 {
	box-sizing: border-box;
	width: 0%;
	padding-right: 0.9146341463%;
  }
  .col-mob-shift-0 {
	margin-left: 0%;
  }
  .col-mob-1 {
	box-sizing: border-box;
	width: 25%;
	padding-right: 0.9146341463%;
  }
  .col-mob-shift-1 {
	margin-left: 25%;
  }
  .col-mob-2 {
	box-sizing: border-box;
	width: 50%;
	padding-right: 0.9146341463%;
  }
  .col-mob-shift-2 {
	margin-left: 50%;
  }
  .col-mob-3 {
	box-sizing: border-box;
	width: 75%;
	padding-right: 0.9146341463%;
  }
  .col-mob-shift-3 {
	margin-left: 75%;
  }
  .col-mob-4 {
	box-sizing: border-box;
	width: 100%;
	padding-right: 0.9146341463%;
  }
  .col-mob-shift-4 {
	margin-left: 100%;
  }
}

.box.border-inbetween {
  padding-left: 0;
  padding-right: 0;
}
.box.border-inbetween > .grid [class^=col-] {
  border-right: 1px solid #e2e2e2;
  padding-left: 20px;
}
.box.border-inbetween > .grid [class^=col-]:last-child {
  border-right: 0;
}

.no-border-inbetween [class^=col-] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-right: 0 !important;
}

.block.block-wide {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.block.block-narrow, .block.block-small {
  width: 70%;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-with-row-margin div[class*=col-] {
  margin-top: 10px;
  margin-bottom: 15px;
}

.table.grid {
  display: block;
}
.table.grid .row {
  box-sizing: border-box;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  max-width: 1400px;
  width: 88.5714285714%;
  border-bottom: 1px solid #f0f8f9;
  padding: 10px 0;
  width: 100% !important;
}
@media screen and (max-width: 1020px) {
  .table.grid .row {
	width: 88.2352941176%;
  }
}
@media screen and (max-width: 840px) {
  .table.grid .row {
	width: 97.619047619%;
  }
  .table.grid .row.stackable [class^=col-] {
	width: 100%;
  }
}
.table.grid .row-0 {
  box-sizing: border-box;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  max-width: 1400px;
  width: 100%;
}
.table.grid .row:last-child {
  border: 0;
}
.table.grid .table-header {
  border-bottom: 1px solid #eaeaea;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #fbfbfb;
}
.table.grid .table-header .row {
  font-weight: 200;
  font-size: 14px;
  border-bottom: 0;
}

.box .table.grid {
  margin-bottom: 0;
}
.box .table.grid .table-header {
  width: auto !important;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -15px;
  padding: 10px 8px 10px 0;
}
.box .table.grid .table-header .row {
  width: auto !important;
  margin-left: 20px;
  margin-right: 20px;
}

.grid.grid-space-it-out {
  display: flex;
  gap: 0;
  align-content: flex-start;
}
.grid.grid-space-it-out [class^=col-] {
  width: 25%;
}
.grid.grid-space-it-out .col-4-with-button select, .grid.grid-space-it-out input, .grid.grid-space-it-out button {
  width: 100%;
}

.center-the-column {
  margin: 0 auto;
  padding-right: 0;
}

/* MORE RESPONSIVE ------------------------------------ */
@media screen and (max-width: 1020px) {
  .block,
.block.block-narrow,
.block.block-wide {
	padding-left: 15px;
	padding-right: 15px;
  }

  .block.block-narrow, .block.block-small {
	width: 100%;
  }
}
.page-header {
  padding: 20px 20px;
  border-bottom: 1px solid #e2e2e2;
  height: 65px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  left: 240px;
  right: 0px;
  background: #FFF;
  z-index: 2500;
}
.page-header .title h2 {
  margin: 0;
}
.page-header .title h3 {
  margin: 0;
  font-size: 22px;
  line-height: 20px;
}
.page-header .title h3 .parent-title {
  opacity: 0.5;
}
.page-header .extra {
  text-align: right;
}
.page-header .button {
  position: relative;
  top: -6px;
  font-size: 14px;
}
.page-header .button .heroicon {
  top: 4px;
}
.page-header .button.tiny {
  line-height: 12px;
  font-size: 12px;
}
.full-width .page-header {
  left: 50px;
  z-index: 1999;
}

/* Block below page header, eg filters */
.page-sub-header {
  top: 65px;
  position: relative;
  z-index: 999;
  left: 0;
  width: 100%;
  background: rgba(234, 234, 234, 0.5);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 10px;
  justify-content: center;
}
.page-sub-header div {
  margin-right: 20px;
}
.page-sub-header .dropdown {
  top: 0;
}
.page-sub-header .text,
.page-sub-header .field label,
.page-sub-header .field input {
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  width: auto;
  vertical-align: middle;
}
.page-sub-header .field input {
  height: 28px;
}

.main-with-sidebar .content.content-after-sub-header {
  padding-top: 0px;
  margin-top: 35px;
}

/* SUB NAV */
.page-sub-nav {
  display: block;
  margin: 40px auto 30px;
  padding-bottom: 11px;
  border-bottom: 1px solid #e2e2e2;
}
.page-sub-nav ul {
  list-style: none;
  display: inline-flex;
  font-weight: 400;
}
.page-sub-nav ul li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}
.page-sub-nav ul li a {
  position: relative;
  padding: 10px 25px;
  text-decoration: none;
}
.page-sub-nav ul li.active {
  font-weight: 800;
}
.page-sub-nav ul li a:hover {
  background: rgba(57, 57, 57, 0.05);
  border-radius: 10px;
}
.page-sub-nav ul li.active a:after {
  display: inline-block;
  position: absolute;
  top: 45px;
  left: 0;
  content: " ";
  width: 100%;
  height: 2px;
  background-color: #131313;
}
/* SUB NAV TAB STYLE */
.page-sub-nav.tabular-style {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.page-sub-nav.tabular-style ul {
  list-style: none;
  display: inline-flex;
  font-weight: 400;
}
.page-sub-nav.tabular-style ul li a {
  position: relative;
  z-index: 101;
  background: #FFF;
  padding: 11px 15px;
  text-decoration: none;
  border: 1px solid #e2e2e2;
  white-space: nowrap;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 40px;
}
.page-sub-nav.tabular-style ul li.active a {
  background: transparent;
  font-weight: 800;
  border-bottom: 1px solid #FFF;
}
.page-sub-nav.tabular-style ul li.active a:after {
  display: none;
}
.page-sub-nav.tabular-style ul li a:hover {
  background-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.bg-light-grey .page-sub-nav.tabular-style li.active a {
  border-bottom: 1px solid #f5f5f5;
}

@media only screen and (max-width: 1020px) {
  .page-sub-nav.tabular-style li a {
	padding-left: 3px !important;
	padding-right: 3px !important;
	font-size: 13px;
  }

  /* location or network page */
  .headerpic .page-sub-nav.tabular-style li a {
	padding-left: 8px !important;
	padding-right: 8px !important;
	background: red;
	font-size: 18px;
  }
}
@media only screen and (max-width: 840px) {
  .page-header {
	left: 0;
	right: 0;
  }
  .page-header .title {
	margin-left: 60px;
  }

  .page-sub-nav ul li a {
	padding: 10px 10px;
  }

  .page-sub-header {
	height: auto;
  }
  .page-sub-header div {
	display: block;
	width: 50%;
	padding-right: 5px;
	border: 1px dotted red;
	margin-bottom: 15px;
	margin-right: 0;
  }
}
/*  Reset form thingies */
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  letter-spacing: inherit;
  width: 100%;
  background: #fcfcfc;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  color: #393939;
  padding: 10px;
}

input[type=email],
input[type=text] {
  position: relative;
  top: 1px;
  height: 45px;
}

select {
  height: 44px;
}

.page-header select {
  font-size: 15px;
  line-height: 14px;
  height: 35px;
  display: inline-block;
  width: auto;
}

label {
  font-weight: 600;
}

label.centered {
  position: relative;
  top: 5px;
}

input {
  overflow: visible;
}

select {
  text-transform: none;
}

legend {
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
  resize: block;
}

[type=checkbox],
[type=radio] {
  padding: 0;
  width: auto;
}

.label-info {
  font-size: 10px;
  color: #393939;
  font-family: "Euclid Square", sans-serif;
}

/* The switch - the box around the slider */
.toggle-switch-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
	 -moz-appearance: none;
		  appearance: none;
  border: none;
  width: 35px;
  height: 20px;
  background-color: #393939;
  border-radius: 72px;
  margin: 0px;
  position: relative;
  transition: all 100ms ease-out 0s;
}
.toggle-switch:checked {
  background-color: #1B8C63;
}
.toggle-switch:before {
  position: absolute;
  content: "";
  inset: -6px;
}
.toggle-switch:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  background: white;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  transition: all 100ms ease-out 0s;
}
.toggle-switch:checked:after {
  left: 17px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

::-ms-expand {
  display: none;
}

[type=file],
[type=range] {
  padding: 0;
  border-width: 0;
}

/* Design form */
button,
.button {
  position: relative;
  display: inline-block;
  background: transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1px;
  border-radius: 25px;
  transition-property: border, background, color, box-shadow;
  transition-duration: 0.15s;
  padding: 3px 18px 4px 18px;
  padding: 6px 18px 6px 18px;
  cursor: pointer;
  border: 1px solid #eaeaea;
  color: #393939;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
button .heroicon,
.button .heroicon {
  position: relative;
  top: 4px;
  left: -2px;
}
button:hover,
.button:hover {
  border: 1px solid #c9c9c9;
  color: #f5f5f5;
  border: 1px solid #060606;
  background: #393939;
}
button.medium,
.button.medium {
  top: 1px;
  height: 38px;
  padding: 8px 30px;
  line-height: 15px;
}
button.medium .heroicon,
.button.medium .heroicon {
  position: relative;
  top: 0px;
  left: -2px;
}
button.tiny,
.button.tiny {
  top: 1px;
  height: 28px;
  padding: 8px 30px;
  line-height: 11px;
}
button.tiny .heroicon,
.button.tiny .heroicon {
  position: relative;
  top: -2px;
  left: -4px;
}
button.big,
.button.big {
  height: 45px;
  padding: 12px 30px;
  line-height: 15px;
}
button.big .heroicon,
.button.big .heroicon {
  position: relative;
  top: 0px;
  left: -2px;
}

.white-bg {
  background: #FFF;
}

/* SPECIAL BUTTONS ------------------------------- */
button.button-web-nav-link,
.button.button-web-nav-link {
  height: 37px;
  padding-top: 5px;
  line-height: 21px;
}

.button.no-border {
  border: 0;
  box-shadow: none;
}
.button.no-border:hover {
  color: #202020;
}

.button:disabled,
.button:disabled:hover,
.button.disabled,
.button.disabled:hover {
  color: #393939;
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
  opacity: 0.5;
  cursor: default;
}
.button:disabled:hover,
.button:disabled:hover:hover,
.button.disabled:hover,
.button.disabled:hover:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1px;
}

.button.primary {
  border-color: #1b8c63;
  background: rgba(27, 140, 99, 0.8);
  color: #FFF;
  font-weight: 600;
}
.button.primary:hover {
  border-color: #0f4c36;
  background: #1b8c63;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
  color: #fff;
}

/* DROPDOWN BUTTON ------------------------------- */
.dropdown {
  display: inline-block;
  position: relative;
  border-radius: 25px;
}
.dropdown button,
.dropdown .button {
  padding-right: 30px;
}
.dropdown button:after,
.dropdown .button:after {
  content: "↓";
  position: absolute;
  right: 18px;
  top: 8px;
  width: 0;
  height: 0;
  font-size: 12px;
  clear: both;
}
.dropdown.tiny .button:after {
  top: 6px;
}
.dropdown .dropdown-content {
  display: none;
  position: absolute;
  left: -10px;
  background: #FFF;
  border: 1px solid #eaeaea;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  font-size: 12px;
  padding: 2px;
  border-radius: 5px;
}
.dropdown .dropdown-content a {
  text-align: left;
  font-size: 12px;
  padding: 4px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #e2e2e2;
}
.dropdown .dropdown-content a:hover {
  border-radius: 5px;
  background: whitesmoke;
}
.dropdown .dropdown-content a:last-child {
  border-bottom: 0;
}
.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown.dark-mode .button {
  text-align: left;
  width: 100%;
  border: 0;
  color: #FFF;
  background: #2c2c2c;
  overflow: hidden;
  z-index: 3000;
}
.dropdown.dark-mode .dropdown-content {
  max-height: 350px;
  overflow-y: scroll;
  left: 0;
  border: 1px solid #2c2c2c;
  background: #2c2c2c;
  color: #FFF;
  z-index: 3001;
}
.dropdown.dark-mode .dropdown-content a {
  color: #fbfbfb;
  border-bottom: #eeeeee;
}
.dropdown.dark-mode .dropdown-content a:hover {
  background: #202020;
}
.dropdown.dark-mode .dropdown-content::-webkit-scrollbar {
  width: 12px;
  /* width of the entire scrollbar */
}
.dropdown.dark-mode .dropdown-content::-webkit-scrollbar-track {
  background: #202020;
  /* color of the tracking area */
}
.dropdown.dark-mode .dropdown-content::-webkit-scrollbar-thumb {
  background-color: #535353;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 3px solid #000;
  /* creates padding around scroll thumb */
}

.dropdown.open-on-top .dropdown-content {
  bottom: 20px;
}

/*  BUTTON  GROUP ------------------------------- */
.button-group {
  display: inline-block;
}
.button-group .button {
  float: left;
  border-left: 0;
  border-left: 1px solid #e2e2e2;
  background: #eaeaea;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
}
.button-group .button:hover {
  color: #000;
  background: #d0d0d0;
  border-color: #eaeaea;
}
.button-group .button.is-active {
  background: #FFF;
}
.button-group .button:first-child {
  border-radius: 20px 0px 0px 20px;
}
.button-group .button:last-child {
  border-right: 0px;
  border-radius: 0px 20px 20px 0px;
}

@media only screen and (max-width: 840px) {
  .button-group {
	margin-bottom: 10px;
  }
  .button-group .button, .button-group .button:first-child, .button-group .button:last-child {
	width: 100%;
	border-radius: 20px;
  }
}
.multi-steps li.is-active ~ li:before, .multi-steps li.is-active:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 700;
}
.multi-steps li.is-active ~ li:after, .multi-steps li.is-active:after {
  height: 0;
  background-color: #393939;
  border-top: 4px dashed #fbfbfb;
}

.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0;
  margin: 40px 0 30px 0;
  width: 108%;
  margin-left: -4%;
}
.multi-steps li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: #000;
  font-size: 11px;
}
.multi-steps li a {
  text-decoration: none;
  padding-top: 45px;
}
.multi-steps li a:hover {
  color: #000;
}
.multi-steps li:before {
  content: "\f00c";
  content: "✓;";
  content: "𐀃";
  content: "𐀄";
  content: "✓";
  display: block;
  margin: 0 auto 4px;
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 2;
  border-width: 2px;
  border-style: solid;
  border-color: #c2c2c2 !important;
  border-radius: 50%;
}
.multi-steps li:after {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #393939;
  position: absolute;
  top: 17px;
  left: 50%;
  z-index: 1;
}
.multi-steps li:last-child:after {
  display: none;
}
.multi-steps li.is-active {
  color: #393939;
}
.multi-steps li.is-active:before {
  background-color: #000;
  border-color: #000 !important;
  color: #FFF;
}
.multi-steps li.is-active li {
  color: #808080;
}
.multi-steps li.is-active li:before {
  background-color: #f0f8f9;
  border-color: #f0f8f9;
}
.multi-steps li.is-active ~ li {
  color: #57515a;
}
.multi-steps li.is-active ~ li:before {
  background-color: #fbfbfb;
  border-color: #393939;
  color: #57515a;
}

/* tiny circles */
.tiny-circle {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #ccc;
  margin-right: 8px;
}
.tiny-circle.green {
  background-color: #1B8C63;
}
.tiny-circle.light-green {
  background-color: #a7cc2d;
}
.tiny-circle.red {
  background-color: #ee3030;
}
.tiny-circle.orange {
  background-color: #F2845C;
}

input.datepicker {
  background-image: url(../images/icons/datepicker.svg) !important;
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.datepicker-container {
  background-color: #fbfbfb;
  color: #393939;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1;
}

.datepicker-container::before,
.datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.datepicker-dropdown {
  border: 1px solid #e2e2e2;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 4px;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #eaeaea;
}

.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px;
}

.datepicker-top-left::before,
.datepicker-top-right::before {
  border-bottom-color: #eaeaea;
}

.datepicker-top-left::after,
.datepicker-top-right::after {
  border-bottom-color: #e2e2e2;
  top: -4px;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f;
}

.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}

.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
  border-top-color: #39f;
}

.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}

.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}

.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
  content: " ";
  display: table;
}

.datepicker-panel > ul::after {
  clear: both;
}

.datepicker-panel > ul > li {
  background: #FFF;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}

.datepicker-panel > ul > li:hover {
  background: #e6e6e6;
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}

.datepicker-panel > ul > li.highlighted {
  background-color: #FFF;
}

.datepicker-panel > ul > li.highlighted:hover {
  background-color: #FFF;
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #39f;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  background-color: #efefef;
  color: #ccc;
  cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #FFF;
}

.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view=next] {
  font-size: 18px;
}

.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}

.datepicker-panel > ul[data-view=years] > li,
.datepicker-panel > ul[data-view=months] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}

.datepicker-panel > ul[data-view=week] > li,
.datepicker-panel > ul[data-view=week] > li:hover {
  background-color: #fff;
  cursor: default;
}

.datepicker-hide {
  display: none;
}

/*

## A list of all available icons
https://github.com/sschoger/heroicons-ui/tree/master/svg


## Create icons in HTML
<span class="heroicon heroicon-cart></span>

@font-face{
   font-family: heroicons;
   src:url("fonts/heroicons.eot?#iefix") format("embedded-opentype"),
   url("fonts/heroicons.woff") format("woff"),
   url("fonts/heroicons.woff2") format("woff2"),
   url("/fonts/heroicons.ttf") format("truetype"),
   url('fonts/heroicons.svg#heroicons") format("svg")
}

*/
.heroicon:before {
  vertical-align: text-top;
}

@font-face {
  font-family: heroicons;
  src: url(/fonts/heroicons.eot?7b3fa37a09ed7992f642c454879c14eb?#iefix) format("embedded-opentype"), url(/fonts/heroicons.woff?4d9c4b9da0821689f3d95248d248b0f6) format("woff"), url(/fonts/heroicons.woff2?73cdb2055d02d5542fbb88d034617144) format("woff2"), url(/fonts/heroicons.ttf?901c2c73d8e7f52c4ee873a89721c7ab) format("truetype"), url(/fonts/heroicons.svg?476ef7b0564d8dea22c9592edfe934c2#heroicons) format("svg");
}
.heroicon {
  line-height: 1;
  position: relative;
  top: 3px;
  margin-right: 1px;
}

.heroicon:before {
  font-family: heroicons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px;
  vertical-align: top;
}

.heroicon-announcement:before {
  content: "\f101";
}

.heroicon-archive:before {
  content: "\f102";
}

.heroicon-arrow-down:before {
  content: "\f103";
}

.heroicon-arrow-left:before {
  content: "\f104";
}

.heroicon-arrow-right:before {
  content: "\f105";
}

.heroicon-arrow-up:before {
  content: "\f106";
}

.heroicon-at-symbol:before {
  content: "\f107";
}

.heroicon-book:before {
  content: "\f108";
}

.heroicon-bookmark:before {
  content: "\f109";
}

.heroicon-briefcase:before {
  content: "\f10a";
}

.heroicon-browser:before {
  content: "\f10b";
}

.heroicon-building:before {
  content: "\f10c";
}

.heroicon-calander:before {
  content: "\f10d";
}

.heroicon-call-incoming:before {
  content: "\f10e";
}

.heroicon-call-outgoing:before {
  content: "\f10f";
}

.heroicon-call:before {
  content: "\f110";
}

.heroicon-camera:before {
  content: "\f111";
}

.heroicon-cart:before {
  content: "\f112";
}

.heroicon-chat:before {
  content: "\f113";
}

.heroicon-check-circle:before {
  content: "\f114";
}

.heroicon-cheveron-down:before {
  content: "\f115";
}

.heroicon-cheveron-left:before {
  content: "\f116";
}

.heroicon-cheveron-right:before {
  content: "\f117";
}

.heroicon-cheveron-up:before {
  content: "\f118";
}

.heroicon-clip:before {
  content: "\f119";
}

.heroicon-clipboard:before {
  content: "\f11a";
}

.heroicon-clock:before {
  content: "\f11b";
}

.heroicon-code:before {
  content: "\f11c";
}

.heroicon-cog:before {
  content: "\f11d";
}

.heroicon-comment:before {
  content: "\f11e";
}

.heroicon-compass:before {
  content: "\f11f";
}

.heroicon-currency-dollar:before {
  content: "\f120";
}

.heroicon-dashboard:before {
  content: "\f121";
}

.heroicon-desktop:before {
  content: "\f122";
}

.heroicon-discount:before {
  content: "\f123";
}

.heroicon-download:before {
  content: "\f124";
}

.heroicon-duplicate:before {
  content: "\f125";
}

.heroicon-edit:before {
  content: "\f126";
}

.heroicon-emotion-happy:before {
  content: "\f127";
}

.heroicon-emotion-sad:before {
  content: "\f128";
}

.heroicon-exclamation:before {
  content: "\f129";
}

.heroicon-external-link:before {
  content: "\f12a";
}

.heroicon-file-blank:before {
  content: "\f12b";
}

.heroicon-file-minus:before {
  content: "\f12c";
}

.heroicon-file-plus:before {
  content: "\f12d";
}

.heroicon-file:before {
  content: "\f12e";
}

.heroicon-film:before {
  content: "\f12f";
}

.heroicon-filter:before {
  content: "\f130";
}

.heroicon-flag:before {
  content: "\f131";
}

.heroicon-folder-minus:before {
  content: "\f132";
}

.heroicon-folder-plus:before {
  content: "\f133";
}

.heroicon-folder:before {
  content: "\f134";
}

.heroicon-globe:before {
  content: "\f135";
}

.heroicon-graph-bar:before {
  content: "\f136";
}

.heroicon-grid:before {
  content: "\f137";
}

.heroicon-group:before {
  content: "\f138";
}

.heroicon-hashtag:before {
  content: "\f139";
}

.heroicon-heart:before {
  content: "\f13a";
}

.heroicon-help:before {
  content: "\f13b";
}

.heroicon-home:before {
  content: "\f13c";
}

.heroicon-image:before {
  content: "\f13d";
}

.heroicon-inbox:before {
  content: "\f13e";
}

.heroicon-information:before {
  content: "\f13f";
}

.heroicon-key:before {
  content: "\f140";
}

.heroicon-link:before {
  content: "\f141";
}

.heroicon-location:before {
  content: "\f142";
}

.heroicon-lock-closed:before {
  content: "\f143";
}

.heroicon-lock-open:before {
  content: "\f144";
}

.heroicon-mail:before {
  content: "\f145";
}

.heroicon-map:before {
  content: "\f146";
}

.heroicon-menu:before {
  content: "\f147";
}

.heroicon-microphone:before {
  content: "\f148";
}

.heroicon-minus-circle:before {
  content: "\f149";
}

.heroicon-minus-square:before {
  content: "\f14a";
}

.heroicon-minus:before {
  content: "\f14b";
}

.heroicon-mobile:before {
  content: "\f14c";
}

.heroicon-moon:before {
  content: "\f14d";
}

.heroicon-more-horiz:before {
  content: "\f14e";
}

.heroicon-music:before {
  content: "\f14f";
}

.heroicon-news:before {
  content: "\f150";
}

.heroicon-notification:before {
  content: "\f151";
}

.heroicon-plus-circle:before {
  content: "\f152";
}

.heroicon-plus-square:before {
  content: "\f153";
}

.heroicon-plus:before {
  content: "\f154";
}

.heroicon-print:before {
  content: "\f155";
}

.heroicon-puzzle:before {
  content: "\f156";
}

.heroicon-refresh:before {
  content: "\f157";
}

.heroicon-repeat:before {
  content: "\f158";
}

.heroicon-rocket:before {
  content: "\f159";
}

.heroicon-search:before {
  content: "\f15a";
}

.heroicon-server:before {
  content: "\f15b";
}

.heroicon-speaker:before {
  content: "\f15c";
}

.heroicon-star:before {
  content: "\f15d";
}

.heroicon-store:before {
  content: "\f15e";
}

.heroicon-tablet:before {
  content: "\f15f";
}

.heroicon-tag:before {
  content: "\f160";
}

.heroicon-thumb-down:before {
  content: "\f161";
}

.heroicon-thumb-up:before {
  content: "\f162";
}

.heroicon-trash:before {
  content: "\f163";
}

.heroicon-trending-down:before {
  content: "\f164";
}

.heroicon-trending-up:before {
  content: "\f165";
}

.heroicon-trophy:before {
  content: "\f166";
}

.heroicon-upload:before {
  content: "\f167";
}

.heroicon-user-check:before {
  content: "\f168";
}

.heroicon-user-minus:before {
  content: "\f169";
}

.heroicon-user-plus:before {
  content: "\f16a";
}

.heroicon-user:before {
  content: "\f16b";
}

.heroicon-video:before {
  content: "\f16c";
}

.heroicon-view:before {
  content: "\f16d";
}

.heroicon-x-circle:before {
  content: "\f16e";
}

.heroicon-x-square:before {
  content: "\f16f";
}

.heroicon-x:before {
  content: "\f170";
}

.heroicon-zoom-in:before {
  content: "\f171";
}

.heroicon-zoom-out:before {
  content: "\f172";
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(57, 57, 57, 0.3);
  /* Modal Content/Box */
  /* The Close Button */
}
.modal .modal-header-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 0px;
  width: 80%;
  max-height: 100%;
  background: linear-gradient(136.61deg, white 13.72%, white 74.3%);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 16px 70px;
  max-width: 700px;
  border-radius: 8px;
}
.modal .modal-header {
  border-bottom: 1px solid #e2e2e2;
  padding: 20px;
}
.modal .modal-header h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.modal .modal-content {
  padding: 30px 20px 50px 20px;
}
.modal .close {
  color: #393939;
  float: right;
  padding: 20px;
  width: 20px;
  cursor: pointer;
}
.modal .close:after {
  content: "×";
  height: 30px;
  color: #393939;
  float: right;
  font-size: 28px;
  font-weight: 200;
  width: 20px;
}
.modal .close:hover:after {
  color: #131313;
}

.headerpic {
  clear: both;
  background: transparent center center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
  min-height: 450px;
  background-color: rgba(0, 0, 0, 0.25);
  /* use rgba for fine adjustments */
  z-index: 100;
}
.headerpic .network-name {
  display: inline-block;
  color: #FFF;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 2px 15px;
  font-size: 12px;
  margin-top: 5px;
  border-radius: 15px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.headerpic .page-sub-nav.tabular-style {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
}
.headerpic .page-sub-nav.tabular-style ul li a {
  background: transparent;
  color: #fff;
}
.headerpic .page-sub-nav.tabular-style ul li.active a {
  background: #f5f5f5;
  color: #000000;
  border-bottom: 1px solid #f5f5f5;
}
.headerpic .headerpic-text-block {
  position: absolute;
  text-align: center;
  font-size: 25px;
  height: 100px;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  vertical-align: bottom;
}
.headerpic .headerpic-text-block h1 {
  text-align: center;
  font-weight: 200;
  font-size: 52px;
  line-height: 60px;
  color: #fff;
  margin: 0;
  padding: 0px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  -webkit-font-smoothing: antialiased;
  width: 100%;
}
.headerpic .headerpic-text-block h4, .headerpic .headerpic-text-block .extra-info {
  color: #FFF;
  padding: 10px 0;
  margin: 0;
}
.headerpic .headerpic-text-block .extra-info {
  padding-top: 5px;
  font-size: 12px;
  text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.5);
}

.dwarsprofiel {
  position: relative;
  height: 400px;
  width: 100%;
  border-radius: 10px;
  font-size: 0;
  text-align: center;
  /* .ground-bg {
	   position: absolute;
	   z-index: 1;
	   bottom: 0;
	   background: $light-yellow;
	   height: 150px;
   }
   .air-bg {
	   position: absolute;
	   bottom: 150px;
	   z-index: 1;
	   height: 250px;
	   background-image: linear-gradient($light-blue, $light-light-blue);
   } */
}
.dwarsprofiel .block {
  position: relative;
  display: inline-block;
  bottom: 0;
  z-index: 999;
  height: 350px;
  width: 10%;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  font-size: 11px;
  padding: 0;
}
.dwarsprofiel .block:after {
  content: "";
  width: 1px;
  height: 150px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-right: 1px dashed #393939;
  padding: 0;
}
.dwarsprofiel .block .image {
  height: 200px;
  position: relative;
  bottom: -10px;
  background-size: 150px 90px;
  background-position-y: bottom;
  background-position-x: center;
  background-repeat: no-repeat;
}
.dwarsprofiel .block .surface {
  content: " ";
  display: inline-block;
  height: 50px;
  width: 100%;
  background: #393939;
  padding: 20px;
}
.dwarsprofiel .block .text {
  font-size: 10px;
  padding-top: 20px;
  text-align: center;
}
.dwarsprofiel .block.house-a .image {
  background-image: url(/images/illustrations/street-profile-bike-house-A.svg);
  background-position-x: left;
  background-size: cover;
}
.dwarsprofiel .block.house-b .image {
  background-image: url(/images/illustrations/street-profile-bike-house-B.svg);
  background-position-x: right;
  background-size: cover;
}
.dwarsprofiel .block.voetpad-a .image {
  background-image: url(/images/illustrations/street-profile-pedestrianA.svg);
}
.dwarsprofiel .block.voetpad-b .image {
  background-image: url(/images/illustrations/street-profile-pedestrianB.svg);
}
.dwarsprofiel .block.fietspad-a .image {
  background-image: url(/images/illustrations/street-profile-bike-rider-A.svg);
}
.dwarsprofiel .block.fietspad-b .image {
  background-image: url(/images/illustrations/street-profile-bike-rider-B.svg);
}
.dwarsprofiel .block.road-a .image {
  background-image: url(/images/illustrations/street-profile-bike-car-A.svg);
  background-size: 150px 150px;
  bottom: -20px;
}
.dwarsprofiel .block.road-b .image {
  background-image: url(/images/illustrations/street-profile-bike-car-B.svg);
  background-size: 150px 150px;
  bottom: -20px;
}
.dwarsprofiel .block.voetpad .surface {
  background: #393939;
}
.dwarsprofiel .block.fietspad .surface {
  background: #ED7F59;
}
.dwarsprofiel .block.middenberm .surface {
  background: #060606;
}
.dwarsprofiel .block.house .surface {
  background: #060606;
}
.dwarsprofiel .block.house-b {
  border-right: 0;
}
.dwarsprofiel .block .text-meters {
  text-align: center;
  color: #393939;
}

.dropdown-check-list.visible .anchor {
  color: #0094ff;
}

.dropdown-check-list.visible .items {
  display: block;
}

.ui.grid.dashboard-numbers.compare {
  /* top row */
}
.ui.grid.dashboard-numbers.compare .dashboard-number.delta {
  padding: 10px;
  border-bottom: none;
  min-height: 68px;
  text-align: center;
}
.ui.grid.dashboard-numbers.compare .dashboard-number.delta .icon {
  position: relative;
  top: 10px;
  display: inline-block;
}
.ui.grid.dashboard-numbers.compare .dashboard-number.delta .dashboard-number-title {
  display: inline-block;
  margin-top: 10px;
  font-size: 20px;
  line-height: 22px;
}
.ui.grid.dashboard-numbers.compare .dashboard-number {
  padding: 0;
  clear: both;
  border-bottom: 1px solid #e2e2e2;
}
.ui.grid.dashboard-numbers.compare .number-container {
  width: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.ui.grid.dashboard-numbers.compare .dashboard-number-info {
  float: left;
  width: 30%;
  text-align: center;
  padding: 15px 0 10px 0;
}
.ui.grid.dashboard-numbers.compare .dashboard-number-info .dashboard-number-big {
  margin: 20px 0 0 0;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 35px;
}
.ui.grid.dashboard-numbers.compare .dashboard-number-info .dashboard-number-big .tiny {
  font-weight: 200;
  letter-spacing: 0;
}
.ui.grid.dashboard-numbers.compare .dashboard-number-info .explanation {
  padding: 15px;
}
.ui.grid.dashboard-numbers.compare .dashboard-number-barcode {
  padding: 5px 0 10px 0px;
  float: left;
  width: 70%;
  min-height: 105px;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  border-left: 1px solid #e2e2e2;
}
.ui.grid.dashboard-numbers.compare .dashboard-number-big-range {
  margin: 0;
  float: left;
  width: 30%;
  padding: 15px 0 10px 0;
  display: inline-block;
  text-align: center;
  min-height: 85px;
  font-size: 35px;
  border-left: 0;
}
.ui.grid.dashboard-numbers.compare input[type=range] {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #c2c6cf;
  border-radius: 5px;
  width: 80%;
  height: 1px;
  outline: 0;
  cursor: default;
}
.ui.grid.dashboard-numbers.compare input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #a5acb9;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: default;
}
.ui.grid.dashboard-numbers.compare input[type=range]::-webkit-slider-thumb:active {
  transform: scale(1);
}
.ui.grid.dashboard-numbers.compare .dashboard-number-with-details .category-title {
  display: block;
  padding: 0px 20px 20px 20px;
  margin: 0 20px;
  font-weight: 600;
  color: #393939;
}

iframe.iframe-histogram {
  border: 0;
  width: 100%;
  height: 225px;
  overflow: hidden;
  padding: 10px;
}

iframe.iframe-barcode {
  border: 0;
  width: 100%;
  padding-left: 22px;
  height: 105px;
  overflow: hidden;
}

@media only screen and (max-width: 840px) {
  .ui.grid.dashboard-numbers.compare .dashboard-number {
	border: 0;
  }
  .ui.grid.dashboard-numbers.compare .dashboard-number-info {
	float: none;
	width: 100%;
	padding: 15px 0 10px 0;
  }
  .ui.grid.dashboard-numbers.compare .dashboard-number-barcode {
	float: none;
	width: 100%;
	border-left: 0;
  }
}
.matrix-legend {
  text-align: center;
  width: 280px;
  display: flex;
  margin: 80px auto 30px auto;
  height: 20px;
}
.matrix-legend .note-min,
.matrix-legend .note-max {
  font-size: 10px;
  width: 50px;
  text-align: center;
  font-color: #393939;
}
.matrix-legend .legend-center {
  flex-grow: 1;
  /* Set the middle element to grow and stretch */
}
.matrix-legend .step {
  display: inline-block;
  width: 8px;
  height: 20px;
}

/* ------------------------------------------- */
/* LEAFLET */
/* ------------------------------------------- */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer,
.leaflet-container,
.map-container {
  font-family: "Fakt Pro", sans-serif !important;
}
.leaflet-pane a.button,
.leaflet-tile a.button,
.leaflet-marker-icon a.button,
.leaflet-marker-shadow a.button,
.leaflet-tile-container a.button,
.leaflet-pane > svg a.button,
.leaflet-pane > canvas a.button,
.leaflet-zoom-box a.button,
.leaflet-image-layer a.button,
.leaflet-layer a.button,
.leaflet-container a.button,
.map-container a.button {
  color: #000;
}
.leaflet-pane a.button:hover,
.leaflet-tile a.button:hover,
.leaflet-marker-icon a.button:hover,
.leaflet-marker-shadow a.button:hover,
.leaflet-tile-container a.button:hover,
.leaflet-pane > svg a.button:hover,
.leaflet-pane > canvas a.button:hover,
.leaflet-zoom-box a.button:hover,
.leaflet-image-layer a.button:hover,
.leaflet-layer a.button:hover,
.leaflet-container a.button:hover,
.map-container a.button:hover {
  color: #fff;
}

/* general typography */
.content .leaflet-container {
  font: 12px/1.5 "Fakt Pro", sans-serif, Arial, Helvetica, sans-serif;
}

/* ------------------------------------------- */
/* MONTHLY REPORT */
/* ------------------------------------------- */
/* a) QUALITY SCORE  */
.monthly-report {
  /* little hack as we use a website css and admin css for same view */
}
.monthly-report h2, .monthly-report h3 {
  margin-top: 10px;
  font-size: 20px;
  line-height: 22px;
}

.quality-score {
  margin: 10px auto;
}
.quality-score .A-score, .quality-score .B-score, .quality-score .C-score, .quality-score .D-score, .quality-score .E-score {
  text-align: center;
  width: 200px;
  padding: 2px 5px;
  margin: 0 auto;
}
.quality-score .A-score {
  background-color: rgba(27, 140, 99, 0.3);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.quality-score .B-score {
  background-color: rgba(160, 213, 216, 0.2);
}
.quality-score .C-score {
  background-color: rgba(62, 156, 186, 0.2);
}
.quality-score .D-score {
  background-color: rgba(242, 222, 121, 0.2);
}
.quality-score .E-score {
  background-color: rgba(237, 127, 89, 0.2);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.quality-score .active {
  color: #FFF;
  font-weight: bold;
  width: 220px;
  border: 2px solid #FFF;
  border-radius: 5px;
}
.quality-score .A-score.active {
  background-color: #1b8c63;
}
.quality-score .B-score.active {
  background-color: #a0d5d8;
}
.quality-score .C-score.active {
  background-color: #3e9cba;
}
.quality-score .D-score.active {
  background-color: #f2de79;
}
.quality-score .E-score.active {
  background-color: #ed7f59;
}
.quality-score.small-version-4-cat {
  margin: 0;
}
.quality-score.small-version-4-cat .A-score, .quality-score.small-version-4-cat .B-score, .quality-score.small-version-4-cat .C-score, .quality-score.small-version-4-cat .D-score, .quality-score.small-version-4-cat .E-score {
  width: auto;
  padding: 0px 5px;
  border-radius: 5px;
}
.quality-score.small-version-4-cat .C-score {
  /* background-color: rgba($yellow , 1); */
}
.quality-score.small-version-4-cat .D-score {
  /*  background-color: rgba($light-orange, 1); */
}

/* b) dashboard numbers */
.ui.grid.dashboard-numbers {
  /* special one with month prev/next */
}
.ui.grid.dashboard-numbers .box {
  margin-bottom: 0px;
  padding: 0;
}
.ui.grid.dashboard-numbers .icon-container {
  width: 28%;
  display: inline-block;
  font-size: 10px;
  letter-spacing: 1px;
  float: left;
  padding: 20px;
  height: 100%;
}
.ui.grid.dashboard-numbers .icon-container .icon {
  margin-right: 0;
}
.ui.grid.dashboard-numbers .number-container {
  padding: 0px;
  display: inline-block;
  color: #393939;
  width: 72%;
}
.ui.grid.dashboard-numbers .dashboard-number {
  padding: 10px;
  border-bottom: 1px solid rgba(226, 226, 226, 0.5);
}
.ui.grid.dashboard-numbers .dashboard-number.delta {
  background-color: #f0f8f9;
}
.ui.grid.dashboard-numbers .dashboard-number.dashboard-number-as-box {
  border: 1px solid rgba(226, 226, 226, 0.5);
  border-radius: 5px;
}
.ui.grid.dashboard-numbers .dashboard-number.number-month-3 {
  opacity: 0.8;
}
.ui.grid.dashboard-numbers .dashboard-number.number-month-4 {
  opacity: 0.6;
}
.ui.grid.dashboard-numbers .dashboard-number .category {
  float: left;
  font-size: 12px;
  text-align: left;
  min-width: 120px;
}
.ui.grid.dashboard-numbers .dashboard-number .smaller {
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 200;
}
.ui.grid.dashboard-numbers .dashboard-number .tiny {
  color: #393939;
}
.ui.grid.dashboard-numbers .dashboard-number.dashboard-number-only-one {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ui.grid.dashboard-numbers .row > [class*="eight wide"].column {
  width: 46% !important;
  margin-left: 2%;
  margin-right: 2%;
}

video {
  max-width: 100%;
  min-height: 400px;
  display: block;
  background: #FFF;
}

.border-left {
  border-left: 1px solid #e2e2e2;
}

.border-right {
  border-right: 1px solid #e2e2e2;
}

.label {
  border: 0;
  background: #f5f5f5;
  border-radius: 0;
  height: auto;
}

.label.white-bg {
  background: #fff;
  border: 1px solid gainsboro;
}

/* ------------------------- form -------------------------  */
select {
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><style>.cls-1{isolation:isolate;}</style></defs><g id="_" data-name=" " class="cls-1"><g class="cls-1"><path d="M71.89,51.3l4.55,5L50,82.72,23.56,56.29l4.55-5L47,70.48c-.08-1.59-.15-3.27-.22-5s-.13-3.45-.17-5,0-3,0-4.17V17.28h6.94V56.23c0,1.2,0,2.59,0,4.17s-.1,3.27-.17,5-.14,3.45-.21,5Z"/></g></g></svg>');
  background-repeat: no-repeat;
  padding-left: 20px;
  background-size: 18px 18px;
  background-position-y: 50%;
  background-position-x: calc(100% - 20px);
}

/* ------------------------- error notifications / messages -------------------------  */
.notifications.messages.block {
  position: fixed;
  background: rgba(242, 222, 121, 0.2);
  font-size: 11px;
  max-width: none;
  text-align: center;
  margin: 0;
  padding: 5px;
  font-size: 14px;
  top: 70px;
  right: 20px;
  width: 200px;
  border-radius: 10px;
  z-index: 2501;
  border: 1px solid #eaeaea;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  -webkit-animation: hideMe 0s ease-in 7s forwards;
  animation: hideMe 0s ease-in 7s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.notifications.messages.error.block {
  background: rgba(238, 48, 48, 0.3);
  border: 1px solid #ee3030;
  color: #393939;
  -webkit-animation: hideMe 0s ease-in 16s forwards;
}

@keyframes hideMe {
  to {
	width: 0;
	height: 0;
	opacity: 0;
	z-index: 0;
  }
}
@-webkit-keyframes hideMe {
  to {
	width: 0;
	height: 0;
	opacity: 0;
	z-index: 0;
  }
}
/* ------------------------- ICON -------------------------  */
.icon {
  height: 0;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  font-size: 0;
  width: 18px;
  padding-top: 18px;
  background-size: 18px 18px;
  position: relative;
  vertical-align: middle;
}
.icon.close-icon {
  background: url(../images/icons/close-white.svg);
  width: 32px;
  padding-top: 32px;
  background-size: 36px 36px;
}
.icon.icon-dashboard {
  background: url(../images/icons/dashboard-white.svg);
  width: 28px;
  padding-top: 28px;
  background-size: 28px 28px;
}
.icon.icon-measurements {
  background: url(../images/icons/history-white.svg);
  width: 28px;
  padding-top: 28px;
  background-size: 28px 28px;
}
.icon.icon-camera-setup {
  background: url(../images/icons/camera-white.svg);
  width: 28px;
  padding-top: 28px;
  background-size: 28px 28px;
}
.icon.icon-export {
  background: url(../images/icons/export-white.svg);
  width: 28px;
  padding-top: 28px;
  background-size: 28px 28px;
}
.icon.icon-pedestrian {
  background: url(../images/icons/mobility/pedestrian-orange.svg);
  width: 36px;
  padding-top: 36px;
  background-size: 36px 36px;
  margin-right: 10px;
}
.icon.icon-bike {
  background: url(../images/icons/mobility/bike-green.svg);
  width: 36px;
  padding-top: 36px;
  background-size: 36px 36px;
  margin-right: 10px;
}
.icon.icon-car {
  background: url(../images/icons/mobility/car-blue.svg);
  width: 36px;
  padding-top: 36px;
  background-size: 36px 36px;
  margin-right: 10px;
}
.icon.icon-lorry {
  background: url(../images/icons/mobility/lorry-indigo.svg);
  width: 36px;
  padding-top: 36px;
  background-size: 36px 36px;
  margin-right: 10px;
}
.icon.icon-speed {
  background: url(../images/icons/mobility/speed.svg);
  width: 36px;
  padding-top: 36px;
  background-size: 36px 36px;
  margin-right: 10px;
}
.icon.icon-speed-85 {
  background: url(../images/icons/mobility/speed-85.svg);
  width: 36px;
  padding-top: 36px;
  background-size: 36px 36px;
  margin-right: 10px;
}
.icon.icon-modal-split {
  background: url(../images/icons/mobility/modal-split.svg);
  width: 36px;
  padding-top: 36px;
  background-size: 36px 36px;
  margin-right: 10px;
}
.icon.icon-pedestrian.small {
  background: url(../images/icons/mobility/pedestrian-orange.svg);
  width: 16px;
  padding-top: 16px;
  background-size: 16px 16px;
  margin-right: 0px;
}
.icon.icon-bike.small {
  background: url(../images/icons/mobility/bike-green.svg);
  width: 16px;
  padding-top: 16px;
  background-size: 16px 16px;
  margin-right: 0px;
}
.icon.icon-car.small {
  background: url(../images/icons/mobility/car-blue.svg);
  width: 16px;
  padding-top: 16px;
  background-size: 16px 16px;
  margin-right: 0px;
}
.icon.icon-lorry.small {
  background: url(../images/icons/mobility/lorry-indigo.svg);
  width: 16px;
  padding-top: 16px;
  background-size: 16px 16px;
  margin-right: 0px;
}
.icon.icon-pedestrian.big {
  width: 50px;
  padding-top: 50px;
  background-size: 50px 50px;
  margin-right: 0;
}
.icon.icon-bike.big {
  width: 50px;
  padding-top: 50px;
  background-size: 50px 50px;
  margin-right: 0;
}
.icon.icon-car.big {
  width: 50px;
  padding-top: 50px;
  background-size: 50px 50px;
  margin-right: 0;
}
.icon.icon-lorry.big {
  width: 50px;
  padding-top: 50px;
  background-size: 50px 50px;
  margin-right: 0;
}
.icon.icon-compass-left {
  background: url(../images/icons/mobility/signal-left-simple.svg);
  width: 64px;
  padding-top: 64px;
  background-size: 64px 64px;
  margin-right: 0;
}
.icon.icon-compass-right {
  background: url(../images/icons/mobility/signal-right-simple.svg);
  width: 64px;
  padding-top: 64px;
  background-size: 64px 64px;
  margin-right: 0;
}

.footer {
  width: 100%;
}

/* ---------------- NEW USER DASHBOARD -------------- */
.setup-not-completed-yet {
  position: relative;
  background: center center;
  background-image: url("/images/illustrations/illustratie-open-source-faded.jpg");
  min-height: 550px;
  text-align: center;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}

/* ---------------- NEW USER DASHBOARD -------------- */
.accent {
  color: #393939;
  font-size: 26px;
  line-height: 33px;
  font-weight: 800;
}

.icon-container {
  width: 25%;
  float: left;
}

.dashboard-numbers .extra-margin-bottom {
  margin-bottom: 100px !important;
}
.dashboard-numbers .icon {
  margin-bottom: 20px;
}
.dashboard-numbers .icon-container {
  text-align: center;
}

/* ---------------- ADMIN ONLY -------------- */
.admin .main-nav {
  border-right: 1px solid #e2e2e2;
}
.admin .main-with-sidebar .page-header {
  background: #fff;
}
.admin .brand-logo-svg {
  background: #393939;
}
.admin .brand-logo-svg a {
  background-image: url(/images/common/telraam-logo-inverted.svg);
}

/* ---------------- MAP: SELECT SEGMENT device v1 -------------- */
.notification-zoom-level {
  z-index: 999;
  position: absolute;
  top: 10px;
  left: 56px;
  padding: 16px 25px 0 25px;
  text-align: center;
  border-radius: 5px;
  border: 2px solid rgba(0, 0, 0, 0.3) !important;
  background: rgba(255, 255, 255, 0.8);
  color: #3E9CBA;
  border-bottom: 0;
  font-weight: 800;
  width: calc(100% - 70px);
  height: 62px;
}

.map-container-selection {
  border: 1px solid #3E9CBA;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 650px;
}

.nothing-found {
  text-align: center;
  padding: 60px 0 50px;
  font-size: 25px;
  font-weight: 200;
  color: #393939;
}

.step-setup-container {
  width: 100%;
}

.step-setup-block-content {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.step-setup-block-content .setup-column-info {
  align-items: center;
  justify-content: center;
}

.step-setup-block-with-image img {
  margin-bottom: 15px;
}
.step-setup-block-with-image .step-setup-block-content {
  border-radius: 15px;
  padding: 15px;
  border: 1px solid #eaeaea;
  min-height: 425px;
}

.buttons-setup-prev-next {
  margin-top: 30px;
}

/* ---------------- MAP: SELECT SEGMENT device v2 -------------- */
.position-validation {
  text-align: left;
  background: #f5f5f5;
  border-radius: 10px;
  padding-left: 10px;
  display: inline-block;
  padding-bottom: 5px;
}

.input-location-value-fields {
  pointer-events: none;
  display: inline-block;
  width: 30px;
  color: dimgrey;
  font-size: 10px;
  padding: 2px;
  height: 25px !important;
  border-radius: 0;
  background: #f5f5f5;
  border: 0;
  margin-left: 10px;
}
.input-location-value-fields.long {
  width: 70px;
}

.position-check-unconfirmed,
.position-check-ok {
  display: inline-block;
  position: relative;
  top: 1px;
}
.position-check-unconfirmed .heroicon,
.position-check-ok .heroicon {
  position: relative;
  top: 5px;
}

/*-----------------------------------------------------------
		Moving loading dots
------------------------------------------------------------*/
#loadbox {
  position: relative;
  text-align: center;
}

.loading {
  margin: 0 auto;
  text-align: center;
  background-image: url(/images/common/loading.gif);
  background-size: cover;
  background-repeat: no-repeat;
  width: 80px;
  height: 34px;
}

/* ---------------- NETWORK DASHBOARD : HOMEPAGE -------------- */
.very-big-number {
  font-size: 100px;
  line-height: 100px;
  font-weight: 800;
  text-align: center;
  padding: 10px;
}

.big-number {
  font-size: 45px;
  font-weight: 800;
  float: left;
  text-align: center;
  color: #393939;
  padding: 10px;
  width: 35%;
}

.static-stats {
  display: flex;
  padding: 10px 5px 25px 0;
  border-bottom: 1px solid #f5f5f5;
}
.static-stats .text {
  padding-top: 20px;
  width: 70%;
}
.static-stats .big-number {
  position: relative;
  top: 15px;
  padding-left: 0;
  padding-right: 0;
  width: 30%;
}

.bg-light-grey {
  background: #f5f5f5;
}

/* ---------------- NETWORK DASHBOARD : USERS -------------- */
.is-not-active {
  color: #393939;
  position: relative;
}
.is-not-active:before {
  position: absolute;
  left: -20px;
  top: -2px;
  content: " ";
  border: 3px solid #f5f5f5;
  height: 95%;
}

img.image-hover-show-full {
  transition: transform 0.3s;
  position: relative;
  z-index: 100;
}
img.image-hover-show-full:hover {
  position: relative;
  z-index: 999;
  transform: scale(2.5);
  box-shadow: rgba(0, 0, 0, 0.05) 1px 1px 3px;
}

.is-selected {
  position: relative;
}
.is-selected:before {
  position: absolute;
  left: -20px;
  top: -1px;
  content: " ";
  border: 3px solid #1B8C63;
  height: 98%;
}

.is-not-selected {
  color: #393939;
  position: relative;
}
.is-not-selected:before {
  position: absolute;
  left: -20px;
  top: -1px;
  content: " ";
  border: 3px solid #ee3030;
  height: 98%;
}

.is-waiting-list {
  position: relative;
}
.is-waiting-list:before {
  position: absolute;
  left: -20px;
  top: -1px;
  content: " ";
  border: 3px solid #3E9CBA;
  height: 98%;
}

/* ---------------- NETWORK DASHBOARD : date form -------------- */
.arrow {
  position: relative;
  top: 8px;
  font-weight: 600;
  color: #393939;
}

/* ---------------- NETWORK DASHBOARD : mails -------------- */
.platform-mail-templates.modal-content {
  padding-left: 0;
  padding-right: 0;
  overflow-y: scroll;
  height: 400px;
}
.platform-mail-templates.modal-content .category {
  margin-bottom: 5px;
}
.platform-mail-templates.modal-content .use-button {
  margin-top: 20px;
}

/* -------------- big map  ------ */
.home-type-select {
  position: absolute;
  bottom: 175px;
  right: 10px;
  width: 90px;
  font-size: 12px;
  font-weight: 600;
  padding: 4px;
  height: 30px;
  background-position-x: calc(100% - 10px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.legend {
  background: #FFF;
  border-radius: 5px;
  padding: 5px;
  font-size: 11px;
  width: 90px;
}
.legend div {
  width: 100%;
}
.legend .color {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 9px;
  margin-right: 5px;
}

.number-popup {
  font-size: 16px;
  font-weight: 800;
  color: #393939;
  padding: 4px;
  min-width: 50px;
  display: inline-block;
  border-right: 8px;
}

.legend-activity-left {
  margin-bottom: 15px !important;
  font-size: 11px;
  margin-left: 5px;
}
.legend-activity-left .number {
  display: inline-block;
  background: transparent;
  color: #1B8C63;
  font-size: 40px;
  line-height: 14px;
  font-weight: 800;
  border: 0;
}
.legend-activity-left .sentence {
  display: inline-block;
  width: 100px;
  line-height: 15px;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  top: -10px;
}

/*!
 * # Semantic UI 2.4.2 - Dimmer
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
			Dimmer
*******************************/
.dimmable:not(body) {
  position: relative;
}

.dimmer {
  display: none;
  position: absolute;
  top: 0em !important;
  left: 0em !important;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 1em;
  background-color: rgba(62, 156, 186, 0.45);
  line-height: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  transition: background-color 0.5s linear;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  will-change: opacity;
  z-index: 1000;
}

/* Dimmer Content */
.dimmer > .dimmer-content {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  color: #FFF;
  margin-top: 70px;
  font-size: 22px;
  line-height: 25px;
}

/* Loose Coupling */
.segment > .ui.dimmer {
  border-radius: inherit !important;
}

/* Scrollbars */
.dimmer:not(.inverted)::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

.dimmer:not(.inverted)::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.25);
}

.dimmer:not(.inverted)::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.15);
}

.dimmer:not(.inverted)::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.35);
}

/*******************************
			States
*******************************/
/* Animating */
.animating.dimmable:not(body),
.dimmed.dimmable:not(body) {
  overflow: hidden;
}

/* Animating / Active / Visible */
.dimmed.dimmable > .ui.animating.dimmer,
.dimmed.dimmable > .ui.visible.dimmer,
.active.dimmer {
  display: flex;
  opacity: 1;
}

/* Disabled */
.disabled.dimmer {
  width: 0 !important;
  height: 0 !important;
}

/*******************************
		   Variations
*******************************/
/*--------------
	Legacy
---------------*/
/* Animating / Active / Visible */
.dimmed.dimmable > .ui.animating.legacy.dimmer,
.dimmed.dimmable > .ui.visible.legacy.dimmer,
.ui.active.legacy.dimmer {
  display: block;
}

/*--------------
	Alignment
---------------*/
.ui[class*="top aligned"].dimmer {
  justify-content: flex-start;
}

.ui[class*="bottom aligned"].dimmer {
  justify-content: flex-end;
}

/* SCENARIO CHANGES */
.logo-traffic-scout {
  display: inline-block;
  overflow: hidden;
  background-image: url(../images/icons/traffic-scout/logo-black.svg);
  background-position: center;
  background-repeat: center;
  background-size: cover;
  width: 150px;
  padding-top: 38px;
  position: relative;
  top: -8px;
  left: -12px;
  margin-right: 10px;
}

/* SCENARIO OVERVIEW */
.traffic-scout-overview-changes-list .tool {
  border: 0 !important;
  float: left;
}

/* FULL PAGE LAYOUT  */
.admin-traffic-scout .content {
  flex: 1 0 auto;
  max-width: none;
  margin-top: 0;
  padding-top: 65px;
  margin-bottom: 50px;
}
.admin-traffic-scout .page-header .notifications.messages.block {
  top: 20px;
  box-shadow: none;
  background: rgba(27, 140, 99, 0.2);
  border: 0;
  border-radius: 5px;
  opacity: 0;
  padding: 0px;
  font-size: 13px;
  -webkit-animation: none;
  animation: none;
  letter-spacing: 0.5px;
  width: 50px;
  right: 170px;
  color: #1B8C63;
}
.admin-traffic-scout .page-header .notifications.messages.block.animation-show {
  -webkit-animation-name: showMe;
		  animation-name: showMe;
  -webkit-animation-duration: 5s;
		  animation-duration: 5s;
}
.admin-traffic-scout.full-width .icon-text {
  display: none;
}

table.traffic-scout {
  width: 180px;
}
table.traffic-scout td {
  padding-right: 5px;
  width: 40%;
  text-align: center;
}
table.traffic-scout td.tool {
  border: 0;
  padding-right: 10px;
  width: 20%;
}
table.traffic-scout input {
  height: 30px;
  padding: 2px 10px;
  border-radius: 2px;
  text-align: left;
  min-width: 60px;
}

.callibration-footer {
  margin: 10px;
}

@-webkit-keyframes showMe {
  0% {
	opacity: 1;
  }
  15% {
	opacity: 1;
  }
  25% {
	opacity: 1;
  }
  50% {
	opacity: 1;
  }
  75% {
	opacity: 1;
  }
  100% {
	opacity: 0;
  }
}

@keyframes showMe {
  0% {
	opacity: 1;
  }
  15% {
	opacity: 1;
  }
  25% {
	opacity: 1;
  }
  50% {
	opacity: 1;
  }
  75% {
	opacity: 1;
  }
  100% {
	opacity: 0;
  }
}
/* SCENARIO CHANGES */
.icon-drag {
  display: inline-block;
  background: url(../images/icons/traffic-scout/drag.svg);
  width: 16px;
  padding-top: 16px;
  background-size: 16px 16px;
  top: 3px;
  position: relative;
  float: right;
}

.tool-balloon {
  background: rgba(0, 0, 0, 0.8);
  padding: 5px 10px;
  position: absolute;
  top: 20px;
  left: 40px;
  width: 150px;
  border-radius: 5px;
  font-size: 11px;
  line-height: 12px;
  color: #fff;
  border: 1px solid #ccc;
}
.tool-balloon:after, .tool-balloon:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.tool-balloon:after {
  border-color: rgba(15, 20, 23, 0);
  border-right-color: rgba(0, 0, 0, 0.8);
  border-width: 5px;
  margin-top: -5px;
}
.tool-balloon:before {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: rgba(0, 0, 0, 0.8);
  border-width: 6px;
  margin-top: -6px;
}

/* MAP */
.traffic-scout .non-clickable-layer {
  cursor: wait !important;
}
.traffic-scout .tool-box {
  position: absolute;
  padding: 0px;
  left: 10px;
  top: 100px;
  z-index: 9999;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #FFF;
}
.traffic-scout .tool-box-bis, .traffic-scout .tool-box-traffic-mode {
  top: 220px;
}
.traffic-scout .tool-box-text-path-numbers {
  top: 440px;
}
.traffic-scout .tool {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2px;
}
.traffic-scout .tool:last-child {
  border-bottom: 0;
}
.traffic-scout .tool:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.traffic-scout .tool.active, .traffic-scout .tool.active:hover {
  background-color: #A0D5D8;
}
.traffic-scout .tool .icon {
  background: url(../images/icons/traffic-scout/tools-connect.svg);
  width: 26px;
  padding-top: 26px;
  background-size: 26px 26px;
}
.traffic-scout .tool .text {
  font-size: 8px;
  display: none;
}
.traffic-scout .zoom-box {
  position: absolute;
  padding: 0px;
  left: 10px;
  bottom: 20px;
  z-index: 9999;
  border-radius: 3px;
  background: #FFF;
  font-size: 10px;
  padding: 3px 5px;
}

.traffic-scout .icon {
  background: url(../images/icons/traffic-scout/tools-connect.svg);
  width: 26px;
  padding-top: 26px;
  background-size: 26px 26px;
}
.traffic-scout .tool-closeRoad .icon {
  background: url(../images/icons/traffic-scout/tools-deconnect.svg);
}
.traffic-scout .tool-openRoad .icon {
  background: url(../images/icons/traffic-scout/tools-connect.svg);
}
.traffic-scout .tool-speed30 .icon {
  background: url(../images/icons/traffic-scout/tools-speed30.svg);
}
.traffic-scout .tool-speed50 .icon {
  background: url(../images/icons/traffic-scout/tools-speed50.svg);
}
.traffic-scout .tool-speed70 .icon {
  background: url(../images/icons/traffic-scout/tools-speed70.svg);
}
.traffic-scout .tool-erase .icon {
  background: url(../images/icons/traffic-scout/tools-erase.svg);
}
.traffic-scout .tool-upOnly .icon {
  background: url(../images/icons/traffic-scout/tools-up-only.svg);
}
.traffic-scout .tool-downOnly .icon {
  background: url(../images/icons/traffic-scout/tools-down-only.svg);
}
.traffic-scout .tool-UpAndDown .icon {
  background: url(../images/icons/traffic-scout/tools-up-down.svg);
}
.traffic-scout .tool-car-morning .icon {
  background: url(../images/icons/traffic-scout/car-morning.svg);
}
.traffic-scout .tool-car-evening .icon {
  background: url(../images/icons/traffic-scout/car-evening.svg);
}
.traffic-scout .tool-heavy-morning .icon {
  background: url(../images/icons/traffic-scout/heavy-morning.svg);
}
.traffic-scout .tool-heavy-evening .icon {
  background: url(../images/icons/traffic-scout/heavy-evening.svg);
}
.traffic-scout .tool-bike-morning .icon {
  background: url(../images/icons/traffic-scout/bike-morning.svg);
}
.traffic-scout .tool-bike-evening .icon {
  background: url(../images/icons/traffic-scout/bike-evening.svg);
}
.traffic-scout .tool-show-text-path-numbers .icon {
  background: url(../images/icons/traffic-scout/show-text-path-numbers.svg);
}
.traffic-scout .tool-hide-text-path-numbers .icon {
  background: url(../images/icons/traffic-scout/hide-text-path-numbers.svg);
}

/* right box with the updates */
.box.moving-box {
  padding-left: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
}
.box.moving-box .table.grid .table-header {
  margin-left: -5px;
  margin-right: 0px;
}
.box.moving-box .row {
  padding-bottom: 2px;
  padding-top: 2px;
}
.box.moving-box .row-content {
  max-height: 300px;
  overflow-y: scroll;
}
.traffic-scout-map-result-list,
.traffic-scout-map-changes-list {
  position: absolute;
  right: 10px;
  top: 80px;
  width: 255px;
  z-index: 9999;
  opacity: 0.9;
  border: 2px solid #eaeaea;
}
.traffic-scout-map-result-list .tool,
.traffic-scout-map-changes-list .tool {
  display: inline-block;
  border: 0;
  padding: 0;
  padding-left: 5px;
}
.traffic-scout-map-result-list .tool .icon,
.traffic-scout-map-changes-list .tool .icon {
  width: 22px;
  padding-top: 22px;
  background-size: 22px 22px;
  cursor: default;
}
.traffic-scout-map-result-list .tool:hover,
.traffic-scout-map-changes-list .tool:hover {
  background: transparent;
}
.traffic-scout-map-result-list .tool .heroicon.arrow,
.traffic-scout-map-changes-list .tool .heroicon.arrow {
  top: 7px;
  font-size: 18px;
  vertical-align: top;
}
.traffic-scout-map-result-list .street,
.traffic-scout-map-changes-list .street {
  color: #000;
  display: inline-block;
  line-height: 14px;
  padding-top: 6px;
}
.traffic-scout-map-result-list .apiId,
.traffic-scout-map-changes-list .apiId {
  color: #393939;
  font-size: 8px;
  line-height: 6px;
  margin-bottom: 4px;
}
.traffic-scout-map-result-list .trash, .traffic-scout-map-result-list .zoom,
.traffic-scout-map-changes-list .trash,
.traffic-scout-map-changes-list .zoom {
  top: 7px;
  cursor: pointer;
}

.traffic-scout-map-result-list {
  top: 300px;
}

.accordion {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(234, 234, 234, 0.5);
  padding: 10px;
  padding-bottom: 0;
}
.accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordion-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  cursor: pointer;
  /* Icon */
}
.accordion-label:hover {
  background: rgba(234, 234, 234, 0.2);
}
.accordion-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.accordion-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  cursor: pointer;
}
.accordion .accordion-content {
  max-height: 0;
  padding: 0 1em 0 1em;
  transition: all 0.35s;
  overflow: hidden;
}

input:checked + .accordion-label::after {
  transform: rotate(90deg);
}
input:checked ~ .accordion-content {
  max-height: 100%;
}

.website {
  background: #FFF;
}
.website .container {
  margin: 100px 0 0 0;
  padding-top: 70px;
}
.website .container.no-top-margin {
  margin: 0;
}
.website .leaflet-top {
  top: 20px !important;
}
.website .leaflet-bottom {
  font-size: 11px;
}
.website .box {
  border: 0;
}
.website .box.box-with-border {
  border: 1px solid #eaeaea;
}
.website .box.register-network-box {
  min-height: 135px;
  vertical-align: middle;
  cursor: pointer;
}
.website .box.register-network-box:hover {
  background: #d6edee;
}
.website .box.register-network-box.active {
  background: #A0D5D8;
}
.website .block.block-narrow, .website .block.block-small {
  width: 60%;
}
.website a {
  color: #1B8C63;
}
.website table.celled {
  border: 1px solid #e2e2e2;
  border-collapse: collapse;
  margin-bottom: 15px;
}
.website table.celled td {
  border: 1px solid #e2e2e2;
  padding: 10px;
}

/*--------------------
	   TYPO
---------------------*/
.dashboard-number-big {
  font-size: 52px;
  line-height: 60px;
  font-family: "Euclid Square", sans-serif;
  letter-spacing: 2px;
  display: block;
  margin: 10px 0;
  font-weight: 800;
}

.dashboard-number-medium {
  font-size: 40px;
  line-height: 43px;
  font-family: "Euclid Square", sans-serif;
  letter-spacing: 2px;
  display: block;
  margin: 5px 0;
  font-weight: 800;
}

.center-vertically-container {
  position: relative;
}

.center-vertically {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.orange {
  color: #F2845C;
}

.green {
  color: #1B8C63;
}

.blue {
  color: #3E9CBA;
}

.dark-blue {
  color: #005993;
}

.black {
  color: #000;
}

/*--------------------
	   IMAGES
---------------------*/
.size-90 {
  width: 90%;
}

.size-70 {
  width: 70%;
}

.light-grey-bg {
  background: #f5f5f5;
}

.moon.icon {
  display: block;
  background: url(../images/icons/moon.svg);
  width: 36px;
  padding-top: 36px;
  background-size: 36px 36px;
  text-align: center;
  margin: 0 auto;
}

.box-with-blob-left {
  position: relative;
  height: 480px;
}
.box-with-blob-left::after {
  position: absolute;
  content: " ";
  top: 15%;
  right: -45px;
  width: 50px;
  height: 263px;
  background-image: url(../images/icons/telraam-bloblinks.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 50px 263px;
  background-color: transparent;
}

.box-with-blob-right {
  position: relative;
  height: 480px;
}
.box-with-blob-right::after {
  position: absolute;
  content: " ";
  top: 15%;
  left: -45px;
  width: 50px;
  height: 263px;
  background-image: url(../images/icons/telraam-blobrechts.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 50px 263px;
  background-color: transparent;
}

.box-with-blob-center {
  margin-top: 250px;
  margin-bottom: 120px;
  font-size: 45px;
}

.website .main-nav .brand-logo-svg-container:after, .website .main-nav ul li::after {
  position: absolute;
  content: " ";
  height: 8px;
  width: 100%;
  background: #f5f5f5;
}

.network-block {
  position: relative;
  min-height: 260px;
  position: relative;
}
.network-block .action {
  position: absolute;
  bottom: 20px;
  padding-top: 10px;
  padding-right: 20px;
}

.nothing-found {
  color: #393939;
  opacity: 0.5;
  font-weight: 200;
  text-align: center;
}

.modal-content h3 {
  color: #f0f8f9;
}

.location-detail-dates {
  padding-top: 20px;
}

.content-location-detail h3 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px;
}

.dashboard-numbers {
  /* special one with month prev/next */
}
.dashboard-numbers .box {
  margin-bottom: 0px;
  padding: 0;
}
.dashboard-numbers .icon-container {
  width: 28%;
  display: inline-block;
  font-size: 10px;
  letter-spacing: 1px;
  padding: 45px 0px 0px 0px;
  height: 100%;
  text-align: right;
}
.dashboard-numbers .icon-container .icon {
  margin-right: 0;
  text-align: center;
}
.dashboard-numbers .number-container {
  padding: 0px;
  display: inline-block;
  color: #393939;
  width: 72%;
}
.dashboard-numbers .dashboard-number {
  padding: 10px;
  border-bottom: 1px solid rgba(226, 226, 226, 0.5);
}
.dashboard-numbers .dashboard-number.delta {
  background-color: #f0f8f9;
}
.dashboard-numbers .dashboard-number.dashboard-number-as-box {
  border: 1px solid rgba(226, 226, 226, 0.5);
  border-radius: 5px;
}
.dashboard-numbers .dashboard-number.number-month-3 {
  opacity: 0.8;
}
.dashboard-numbers .dashboard-number.number-month-4 {
  opacity: 0.6;
}
.dashboard-numbers .dashboard-number .category {
  float: left;
  font-size: 12px;
  text-align: left;
  min-width: 120px;
}
.dashboard-numbers .dashboard-number .smaller {
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 200;
}
.dashboard-numbers .dashboard-number.dashboard-number-only-one {
  padding-top: 5px;
  padding-bottom: 5px;
  border: 0;
}
.dashboard-numbers .dashboard-number.dashboard-number-only-one .dashboard-number-big {
  margin: 3px 0;
  font-size: 48px;
  line-height: 56px;
}
.dashboard-numbers .extra-large-amount .dashboard-number-big {
  font-size: 37px;
  line-height: 43px;
  letter-spacing: -0.5px;
}
.dashboard-numbers .row > [class*="eight wide"].column {
  width: 46% !important;
  margin-left: 2%;
  margin-right: 2%;
}

.location-camera-instances .mob-mode {
  display: inline-block;
  margin-right: 25px;
}
.location-camera-instances .mob-mode .icon.icon-car,
.location-camera-instances .mob-mode .icon.icon-bike,
.location-camera-instances .mob-mode .icon.icon-pedestrian {
  width: 28px;
  padding-top: 28px;
  background-size: 28px 28px;
}

.social-share {
  color: #1B8C63;
  width: 80%;
  margin: 80px auto;
}
.social-share a {
  text-decoration: none;
  color: #1B8C63;
  margin: 0 30px;
}
.social-share svg {
  position: relative;
  top: 5px;
}

.box.blog-post-box {
  border: 1px solid #eaeaea;
}

.blog-post-box:hover {
  background: #f5f5f5;
}

.blog-post {
  text-decoration: none;
}
.blog-post .blog-image {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -15px;
}
.blog-post .blog-image img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.blog-post .blog-tag-container {
  margin-top: 20px;
}
.blog-post .meta {
  margin-top: 20px;
}

/*--------------------
		Moving loading dots
---------------------*/
#gooey {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 142px;
  height: 40px;
  margin: -20px 0 0 -71px;
  background: #393939;
}

.map-container #loadbox {
  height: 100px;
}

.mno-top-marginap-container #gooey {
  top: 25%;
  background: transparent;
}
.mno-top-marginap-container #gooey .dot,
.mno-top-marginap-container #gooey .dots span {
  background: #FFF;
}

#gooey .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #393939;
  border-radius: 50%;
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
		  animation: dot 2.8s infinite;
}

#gooey .dots {
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
		  animation: dots 2.8s infinite;
}

#gooey .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #000;
  border-radius: 50%;
}

#loadbox.homepage-loadbox {
  z-index: 9999;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  text-align: center;
}
#loadbox.homepage-loadbox #gooey .dot,
#loadbox.homepage-loadbox #gooey .dots span {
  background: #393939;
}
@-webkit-keyframes dot {
  50% {
	transform: translateX(96px);
  }
}
@keyframes dot {
  50% {
	transform: translateX(96px);
  }
}
@-webkit-keyframes dots {
  50% {
	transform: translateX(-31px);
  }
}
@keyframes dots {
  50% {
	transform: translateX(-31px);
  }
}
/*--------------------
		Spinners three dots
---------------------*/
.spinning {
  text-align: center;
}

.sk-three-bounce {
  width: 100%;
  margin-right: 30px;
  text-align: center;
  /*  .bounce1 { animation-delay: -$delayRange; }
	.bounce2 { animation-delay: -$delayRange / 2; } */
}
.sk-three-bounce .sk-child {
  width: 17px;
  height: 17px;
  background-color: #393939;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
		  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}
.sk-three-bounce .bounce1 {
  -webkit-animation-delay: -0.32s;
		  animation-delay: -0.32s;
}
.sk-three-bounce .bounce2 {
  -webkit-animation-delay: -0.16/2;
		  animation-delay: -0.16/2;
}

@-webkit-keyframes sk-three-bounce {
  0%, 80%, 100% {
	transform: scale(0);
  }
  40% {
	transform: scale(1);
  }
}

@keyframes sk-three-bounce {
  0%, 80%, 100% {
	transform: scale(0);
  }
  40% {
	transform: scale(1);
  }
}
.website {
  /* NAVIGATION */
}
.website header {
  height: auto;
  width: 100%;
  top: 0;
}
.website .nav__container {
  display: flex;
}
.website .small-top-nav {
  height: auto;
  width: 100%;
  background: #393939;
  padding: 0px 5px;
}
.website .small-top-nav .nav__container {
  align-content: space-between;
  justify-content: flex-end;
}
.website .small-top-nav ul li {
  display: inline-block;
  color: #000;
  margin-left: 5px;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 5px;
  font-size: 14px;
}
.website .small-top-nav ul li a {
  color: #fff;
  transition: none;
  text-decoration: none;
}
.website .small-top-nav ul li a:hover, .website .small-top-nav ul li.button-container:hover {
  color: #A0D5D8;
}
.website .small-top-nav ul li .dropdown {
  top: 0;
}
.website .small-top-nav ul li .dropdown .dropdown-content {
  left: -10px;
  min-width: 80px;
}
.website .small-top-nav ul li.active {
  background: none;
  border-bottom: 2px solid #f5f5f5;
}
.website .small-top-nav .dropdown button {
  border: 0;
}
.website .small-top-nav .dropdown button:hover {
  background-color: #6c6c6c;
}
.website .small-top-nav .dropdown .dropdown-content {
  z-index: 9999;
}
.website .small-top-nav .dropdown .dropdown-content a {
  color: #393939;
}
.website .small-top-nav .dropdown .button-web-nav-link {
  color: #FFF;
  height: auto;
  line-height: normal;
}
.website .main-nav {
  height: auto;
  width: 100%;
  border: 0;
  background: transparent;
  font-weight: 400;
}
.website .main-nav .side-head {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.website .main-nav .brand-logo-svg-container {
  flex-grow: 1;
}
.website .main-nav .brand-logo-svg {
  width: 152px !important;
  box-shadow: none;
  border: 0;
  height: 43px;
  margin: 0;
  margin-top: 3px;
  padding: 0;
  text-align: left;
}
.website .main-nav .brand-logo-svg a {
  background-image: url(/images/common/telraam-logo.svg);
  padding-top: 48px;
  background-size: 130px 200px;
}
.website .main-nav ul {
  display: block;
  padding: 0;
}
.website .main-nav ul li {
  display: inline-block;
  float: left;
  color: #000;
  border-bottom: 0;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.website .main-nav ul li a {
  color: #000;
  font-weight: 400;
}
.website .main-nav ul li > a {
  padding: 15px 15px 14px;
  padding-bottom: 5px;
}
.website .main-nav ul li a:hover, .website .main-nav ul li.button-container:hover {
  color: #1B8C63;
}
.website .main-nav ul li a.button {
  margin-top: 9px;
  padding-top: 4px;
  height: auto;
  font-size: 16px;
}
.website .main-nav ul li .dropdown {
  margin-top: 3px;
  padding-top: 4px;
  padding-bottom: 0px;
  height: auto;
  font-size: 16px;
}
.website .main-nav ul li .dropdown-content {
  left: 0;
}
.website .main-nav ul li.button-container {
  padding-bottom: 1px;
}
.website .main-nav ul li button.button-web-nav-link:after {
  top: 6px;
}
.website .main-nav ul li:last-child {
  padding-right: 15px;
}
.website .main-nav {
  box-shadow: 0px 9px 10px 1px rgba(0, 0, 0, 0.15);
}
.website .main-nav .brand-logo-svg-container, .website .main-nav ul li {
  position: relative;
  background: #f5f5f5;
}
.website .main-nav .brand-logo-svg-container:after,
.website .main-nav ul li::after {
  position: absolute;
  content: " ";
  height: 8px;
  width: 100%;
  background: #f5f5f5;
}
.website .main-nav ul li.active a {
  font-weight: 600;
}
.website .main-nav ul li.active:after {
  content: " ";
  height: 8px;
  width: 100%;
  background-image: url(../images/icons/menu-active-inverted-transparent.svg);
  background-position: bottom center;
  background-size: 250px 9px;
  background-color: transparent;
}
.website .main-nav .button-container {
  position: relative;
}
.website .main-nav .button-container::after {
  bottom: -9px;
  height: 9px;
  left: 0;
}
.website .main-nav .dropdown {
  top: 1px;
}
.website .m-menu {
  left: auto;
  right: 0;
}
.website .m-menu .mm {
  border-color: #000;
  margin-left: auto;
  margin-right: 10px;
  box-shadow: none;
}

.website .site-footer {
  padding: 30px 0px 30px 0px;
  background: #000000;
  color: #FFF;
  font-size: 14px;
  background-position-x: right;
  background-image: url("/images/icons/telraam-shape-footer.svg");
  background-size: 30%;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.website .site-footer a {
  color: #FFF;
}
.website .site-footer ul li {
  list-style: none;
}
.website .site-footer a.social {
  text-decoration: none;
}
.website .site-footer .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
.website .site-footer h2 {
  color: #FFF;
}
.website .site-footer .email-form .col {
  padding-left: 0;
}
.website .site-footer .email-form .col:last-child {
  padding-right: 0;
}
.website .site-footer .button {
  color: #FFF;
}

/* ------------------------- MODAL ON THE RIGHT OF WEBPAGE -------------------------  */
.website .modal {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  bottom: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: #393939;
  width: 320px;
  color: #FFF;
  box-shadow: -4px 0px 8px 0px rgba(0, 0, 0, 0.4);
  padding: 0;
}
.website .modal .button {
  font-size: 14px;
  margin: 5px 0;
}
.website .modal .close-icon {
  position: absolute;
  left: -2px;
  top: 0px;
  z-index: 91;
  opacity: 1;
}
.website .modal.close-icon:hover {
  opacity: 1;
  background: red;
}
.website .modal .side-title-container {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  margin: 0;
  background: #000000;
  border-left: 1px solid #e2e2e2, 0.8;
  height: 100%;
  z-index: 90;
}
.website .modal .side-title-container:hover {
  background: #2d333b;
}
.website .modal .side-title-container .side-title {
  color: white;
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 450px;
  text-transform: capitalize;
  letter-spacing: 1px;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  cursor: pointer;
}
.website .modal-content {
  position: relative;
  height: 100%;
  overflow-y: auto;
  max-width: 290px;
  /* 320px - 30 */
  float: right;
  padding: 25px 15px 25px 25px;
  z-index: 89;
}

/* webpage marketing */
body.green {
  background: #d1f3eb;
}

.top-image {
  margin: -110px auto 0 auto;
}

.subtitle.subtitle-but-bigger {
  font-size: 35px;
  line-height: 45px;
}

.pricing-table {
  border: 5px solid black;
}
.pricing-table td, .pricing-table th {
  padding: 10px;
}
.pricing-table thead th {
  border-bottom: 2px solid black;
}
.pricing-table tbody td {
  border-top: 2px solid black;
  border-right: 2px solid black;
}
.pricing-table tbody tr:first-child td {
  border-top: 0;
}
.pricing-table tbody td:last-child {
  border-right: 0;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  border: 0 none;
  border-radius: 5px;
  /* exceptions due to the rowspans etc ... */
  /* Highlighted column */
  /* header and footer */
}
.price-table h2, .price-table h3 {
  color: #FFF;
}
.price-table tr:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.price-table tr td {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  padding: 8px 24px;
}
.price-table tr td:first-child {
  border-left: 0 none;
  border-left: 1px solid #1B8C63;
}
.price-table tr td:last-child {
  border-right: 1px solid #1B8C63;
}
.price-table tr td:not(:first-child) {
  text-align: center;
}
.price-table tr:nth-child(even) {
  background-color: #FFFFFF;
}
.price-table tr:hover {
  background-color: #EEEEEE;
}
.price-table tr:hover td.stay-white {
  background-color: #FFFFFF;
}
.price-table .fa-check {
  color: #1B8C63;
}
.price-table .fa-times {
  color: #f0f8f9;
}
.price-table tr td:nth-child(3),
.price-table tr td:nth-child(4) {
  background-color: rgba(216, 214, 227, 0.15);
  padding: 8px 48px;
}
.price-table tr td:nth-child(3) .fa-check,
.price-table tr:nth-child(2n) td:nth-child(3) .fa-check {
  /* color: #ffffff; */
}
.price-table tr.price-table-head {
  color: #FFFFFF;
  border-spacing: 0;
}
.price-table tr.price-table-head h2 {
  margin-top: 5px;
  margin-bottom: 0;
}
.price-table tr.price-table-head td {
  font-weight: 600;
  background-color: #1B8C63;
  border-left: 0;
  border-right: 0;
}
.price-table tr.price-table-head td:first-child {
  border-top-left-radius: 10px;
}
.price-table tr.price-table-head td:last-child {
  border-top-right-radius: 10px;
}
.price-table tr.price-table-head-second td {
  background-color: #19835d;
}
.price-table tr.footer td {
  padding-top: 20px;
  padding-bottom: 15px;
  background: #1B8C63;
}
.price-table tr.footer td:first-child {
  border-left: 0;
  border-bottom-left-radius: 10px;
}
.price-table tr.footer td:last-child {
  border-right: 0;
  border-bottom-right-radius: 10px;
}
.price-table .price-blank {
  background-color: #fafafa;
  border: 0 none;
}

/* box layout pricing */
.pricing-header-above-the-boxes h2 {
  color: #000;
  font-size: 25px;
}

.pricing-boxes .box {
  min-height: 790px;
  position: relative;
}
.pricing-boxes .pricing-header {
  padding-bottom: 15px;
  min-height: 340px;
}
.pricing-boxes .pricing-header h2 {
  margin-bottom: 0;
  margin-top: 10;
}
.pricing-boxes .pricing-header h4 {
  margin-top: 0px;
  color: #c9c9c9;
}
.pricing-boxes .pricing-header .number-of-devices {
  color: #1B8C63;
  font-weight: 800;
  margin-bottom: 20px;
}
.pricing-boxes .pricing-header .price-number {
  font-weight: 800;
  font-size: 30px;
  line-height: 33px;
}
.pricing-boxes .pricing-header .price-what {
  font-size: 12px;
  line-height: 12px;
}
.pricing-boxes .pricing-header .pricing-device {
  width: 50%;
}
.pricing-boxes .pricing-header .pricing-startup {
  width: 50%;
}
.pricing-boxes .pricing-header .pricing-subscription {
  background-color: #eaeaea;
  padding: 20px;
  margin-left: -20px;
  margin-right: -20px;
  min-height: 80px;
}
.pricing-boxes .pricing-content {
  padding-bottom: 15px;
}
.pricing-boxes .pricing-content .pricing-feature-list {
  padding-bottom: 15px;
  font-size: 14px;
}
.pricing-boxes .pricing-content .pricing-feature-list.no-line {
  border-bottom: 0;
}
.pricing-boxes .pricing-footer {
  position: absolute;
  bottom: 20px;
  padding-top: 15px;
}

/* webpage via qr code */
.box-device-v2-setup .grid {
  margin-bottom: 0;
}
.box-device-v2-setup .count-or-not {
  background: #e8e8e8;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  padding: 10px 10px 20px 10px;
}
.box-device-v2-setup .street h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.box-device-v2-setup .measurement-button {
  margin-top: 40px;
}

@media screen and (min-width: 840px) and (max-width: 1020px) {
  .website .main-nav {
	background: yellow;
  }
  .website .main-nav ul li > a {
	padding-left: 5px;
	padding-right: 5px;
  }
  .website .main-nav ul li:last-child {
	padding-right: 5px;
  }

  .dashboard-numbers .box {
	margin-bottom: 5px;
  }
  .dashboard-numbers .icon-container {
	display: none;
  }
  .dashboard-numbers .dashboard-number {
	border: 0;
  }
  .dashboard-numbers .number-container {
	width: 100%;
  }

  .extra-large-amount .dashboard-number-big {
	font-size: 37px;
	line-height: 43px;
	letter-spacing: -0.5px;
  }

  .dashboard-number-big {
	font-size: 44px;
	line-height: 55px;
  }
}
@media only screen and (max-width: 840px) {
  .website {
	/* the small logo header only on mobile */
	/* pages thingies */
	/* the menu that opens on mobile */
  }
  .website .container {
	padding-top: 0;
  }
  .website .size {
	width: 100%;
  }
  .website .header-mobile {
	height: 45px;
  }
  .website .header-mobile .brand-logo-svg-container {
	text-align: left;
  }
  .website .header-mobile .brand-logo-svg-container .brand-logo-svg {
	margin-top: 8px;
	margin-left: 10px;
	height: 45px;
	text-align: left;
	box-shadow: none;
	border: 0;
	background: transparent;
  }
  .website .header-mobile .brand-logo-svg-container .brand-logo-svg a {
	float: left;
	padding-top: 40px;
	background-size: 120px 240px;
	background-image: url(/images/common/telraam-logo.svg);
	background-position-x: left;
  }
  .website .center-the-column {
	width: 100%;
  }
  .website .block.block-narrow, .website .block.block-small {
	width: 100%;
  }
  .website .dashboard-numbers .box {
	margin-bottom: 5px;
  }
  .website .dashboard-numbers .icon-container {
	display: none;
  }
  .website .dashboard-numbers .dashboard-number {
	border: 0;
  }
  .website .dashboard-numbers .number-container {
	width: 100%;
  }
  .website .extra-large-amount .dashboard-number-big {
	font-size: 37px;
	line-height: 43px;
	letter-spacing: -0.5px;
  }
  .website .dashboard-number-big {
	font-size: 44px;
	line-height: 55px;
  }
  .website .box-with-blob-left,
.website .box-with-blob-right {
	min-height: auto;
	height: auto;
  }
  .website .box-with-blob-left .action,
.website .box-with-blob-right .action {
	position: relative;
	bottom: 0;
  }
  .website .box-with-blob-left:after,
.website .box-with-blob-right:after {
	width: 0;
  }
  .website .box-with-blob-center {
	margin-top: 40px;
	margin-bottom: 20px;
  }
  .website .small-top-nav .nav__container {
	padding-right: 50px;
  }
  .website .main-nav {
	background: #f5f5f5;
	padding-bottom: 15px;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
  }
  .website .main-nav .side-head {
	display: block;
  }
  .website .main-nav .side-head .brand-logo-svg-container {
	text-align: left;
	display: block;
  }
  .website .main-nav .side-head .brand-logo-svg-container .brand-logo-svg {
	width: auto;
	text-align: center;
  }
  .website .main-nav .side-head ul {
	margin: 0;
	display: block;
	padding-top: 30px;
  }
  .website .main-nav .side-head ul li {
	display: block;
	width: 100%;
  }
  .website .main-nav .side-head ul li a {
	font-size: 24px;
	padding: 12px 5px;
	text-align: center;
  }
  .website .main-nav .side-head ul li.button-container {
	text-align: center;
  }
  .website .main-nav .side-head button.button-web-nav-link {
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 22px;
	height: auto;
  }
  .website .main-nav .side-head .dropdown-content {
	left: 0;
	bottom: 35px;
	z-index: 9999;
  }
  .website .main-nav .side-head .dropdown-content a {
	font-size: 18px;
	padding: 5px 5px;
  }
  .website .main-nav .side-head .dropdown-content button:after {
	top: 4px;
  }
  .website .main-nav .side-head .smaller-main-nav .languages.dropdown {
	display: block;
	text-align: center;
  }
  .website .main-nav .side-head .smaller-main-nav .languages.dropdown button.button-web-nav-link {
	display: none;
  }
  .website .main-nav .side-head .smaller-main-nav .languages.dropdown .dropdown-content {
	display: block;
	position: relative;
	box-shadow: none;
	border: 0;
	background: transparent;
	left: 0;
	bottom: 0;
  }
  .website .main-nav .side-head .smaller-main-nav .languages.dropdown .dropdown-content a {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	display: inline-block;
	background: transparent;
	border: 0;
  }
  .website .email-form .col {
	padding-right: 0;
  }
}
/* SOME VERY BASICS */
body {
  background-color: #fbfbfb;
  color: #393939;
}

a {
  color: #393939;
}

ul,
li {
  margin: 0;
  padding: 0;
}

nav li {
  list-style: none;
}

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

.active, a:hover {
  color: #131313;
}

/* SHOW / HIDE */
.show-on-mobile-only {
  display: none !important;
}

.show-for-desktop-only {
  display: block !important;
}

@media only screen and (max-width: 840px) {
  .show-on-mobile-only {
	display: block !important;
  }

  .hide-on-mobile-only {
	display: none !important;
  }

  .show-on-desktop-only {
	display: none !important;
  }
}