@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;
}

.focus {
  background: #f5f5f5;
  font-weight: 600;
  padding: 10px 20px;
}

blockquote {
  border-left: 5px solid #f5f5f5;
  padding-left: 25px;
}

.small {
  font-size: 14px;
}

.tiny {
  font-size: 12px;
}

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

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

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

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

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

.caps {
  text-transform: uppercase;
  font-size: 10px;
}

.tiny-date {
  text-transform: uppercase;
  font-size: 10px;
  white-space: nowrap;
}

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

.green {
  color: #1B8C63;
}

.red {
  color: #ee3030;
}

.black {
  color: #000;
}

.orange {
  color: #F2845C;
}

.blue {
  color: #3E9CBA;
}

h3 .tiny-circle {
  position: relative;
  top: -4px;
}
h3 .button .tiny-circle {
  top: 0;
}
h3 .heroicon {
  position: relative;
  top: 6px;
}

a.text {
  color: #1B8C63;
}

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

ul.jump-in {
  padding-left: 20px;
}

.tier {
  font-size: 8px;
  line-height: 8px;
  font-family: "Euclid Square", sans-serif;
  padding: 0px 10px 0px 10px;
  letter-spacing: 0.5px;
  color: #6c6c6c;
  border: 1px solid #6c6c6c;
  text-transform: uppercase;
  position: relative;
  top: -4px;
  margin-left: 10px;
  border-radius: 2px;
}
.tier .heroicon {
  top: 14px;
}
.tier .heroicon:before {
  font-size: 10px;
  vertical-align: top;
}

.tier.larger-trier-layout {
  display: inline-block;
  top: 0;
  height: 25px;
  line-height: 25px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}
.tier.larger-trier-layout .heroicon {
  top: 7px;
}

.pro-tier {
  color: #1B8C63;
  border-color: #1B8C63;
}

@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;
}

.no-padding-bottom {
  padding-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 h3 .number .tiny-circle {
  top: 0;
}
.box .header h3 .number .heroicon {
  top: 5px;
}
.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: #e8f5f6;
  border: 1px solid #d6edee;
}

.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.disabled {
  opacity: 0.4;
}
.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-import {
  background-image: url(/images/icons/import.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-forum {
  background-image: url(/images/icons/forum.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-analyse {
  background-image: url(/images/icons/analyse.svg);
}
.main-nav .icon-compare {
  background-image: url(/images/icons/compare.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 rgb(0, 0, 0);
}
.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: #6c6c6c;
  top: 18px;
  transform: rotate(-45deg);
}
.m-menu-open .m-menu .mm:after {
  background-color: #6c6c6c;
  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: 1.5243902439%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-right: 1.5243902439%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-right: 1.5243902439%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-right: 1.5243902439%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-right: 1.5243902439%;
  }
  .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 #e8f5f6;
  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-] {
  padding-right: 0.5%;
}
.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;
}

.grid.center-vertical-and-horizontal {
  place-items: center;
}

/* 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 .title h3 a {
  text-decoration: none;
  border-bottom: 1px solid #e2e2e2;
}
.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 {
  position: relative;
  top: -2px;
  line-height: 12px;
  font-size: 12px;
  margin-left: 10px;
}
.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(108, 108, 108, 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;
}

.page-sub-nav.tabular-style.centered-style {
  text-align: center;
}
.page-sub-nav.tabular-style.centered-style ul {
  text-align: center;
}

@media only screen and (max-width: 1020px) {
  .page-sub-nav.tabular-style li {
    max-width: 120px;
  }
  .page-sub-nav.tabular-style li a {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  /* 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;
    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: #6c6c6c;
  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: #6c6c6c;
  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: rgb(255, 255, 255);
  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 {
  padding: 12px 25px;
  line-height: 18px;
}
button.big .heroicon,
.button.big .heroicon {
  position: relative;
  top: 0px;
  left: -2px;
}
button.huge,
.button.huge {
  height: 55px;
  padding: 18px 40px;
  line-height: 15px;
  font-size: 22px;
}

.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: #6c6c6c;
  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;
}

/* select2 dropdown, eg used in network admin for exports */
.select2-container--default .select2-selection--single {
  border: 1px solid #e2e2e2;
  border-radius: 25px;
  padding: 5px 20px;
  height: 38px;
  line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
}

.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;
  color: #7a7a7a;
  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;
  color: #000;
}
.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: #e8f5f6;
  border-color: #e8f5f6;
}
.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;
  max-width: 220px;
}

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

.tiny.heroicon {
  top: 6px;
}

.tiny.heroicon:before {
  font-size: 12px;
  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";
}

/* extra */
.heroicon-linkedin:before {
  display: inline-block;
  font-family: arial;
  content: "";
  background-size: 22px 22px;
  background-image: url(/images/icons/linkedin.svg);
  width: 16px;
  height: 16px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 2501;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(57, 57, 57, 0.3);
  /* Modal Content/Box */
  /* The Close Button */
}
.modal .modal-header-content {
  background-color: #fefefe;
  margin: 15% auto;
  margin: 150px auto;
  padding: 0px;
  width: 80%;
  background: linear-gradient(136.61deg, rgb(255, 255, 255) 13.72%, rgb(255, 255, 255) 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;
}

/* mobile */
@media only screen and (max-width: 840px) {
  .modal .modal-header-content {
    width: 90%;
  }
}
.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 #6c6c6c;
  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: #6c6c6c;
}
.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: #6c6c6c;
}

.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: #6c6c6c;
}

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: #6c6c6c;
}
.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: #e8f5f6;
}
.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: #6c6c6c;
}
.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%;
}

/* modal split pie chart and % */
.hzbarchart-container {
  display: block;
  width: 100%;
  background-color: #ccc;
}

.hzbarchart.legend-box {
  float: left;
  display: inline-block;
  width: 25%;
  height: 5px;
  outline: 0.2vw solid #fff;
}

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 {
  position: relative;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 20px;
  padding-right: 25px;
  background-image: url(/images/icons/dropdown-arrow.svg) !important;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position-y: 100%;
  background-position-x: calc(100% + 10px);
}

.select2-results__option--selectable,
.select2-results__option,
.select2-results__options {
  font-size: 14px;
}

.select2-results__option {
  padding: 3px;
}

/* ------------------------- 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);
  animation: hideMe 0s ease-in 7s 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;
  }
}
/* ------------------------- 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%;
}

/* ------------------------- timeline -------------------------  */
.timeline {
  padding: 25px;
  display: grid;
  grid-template-columns: 1fr 3px 1fr;
}
.timeline h3 {
  margin: -15px;
  text-align: left;
  padding: 15px 15px 20px 15px;
}

.timeline-component {
  margin: 0 20px 20px 20px;
}

/* LEAVE TILL LAST */
.timeline-component-bottom {
  margin-bottom: 0;
}

.timeline-middle {
  position: relative;
  background: #ddd;
}

.timeline-middle.future {
  position: relative;
  background-image: linear-gradient(to bottom, #ddd 3px, #fff 3px);
  background-size: 20px 20px;
}

.timeline-point {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 15px;
  background: #ddd;
  border-radius: 50%;
}

.future .timeline-point {
  background: #eee;
}

/* LEAVE TILL LAST */
.timeline-point-bottom {
  top: initial;
  bottom: 0;
}

.timeline-date {
  padding-top: 12px;
  font-size: 12px;
}

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

.timeline-paragraph {
  margin: 10px 0;
}

/* ---------------- 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: #6c6c6c;
  font-size: 26px;
  line-height: 33px;
  font-weight: 800;
  border-radius: 5px;
}

.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: 18px 5px 0 5px;
  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;
  line-height: 20px;
}

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

img.select-device-image {
  max-width: 65%;
  text-align: center;
  margin: 0 auto;
}

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

.nothing-found.dense {
  text-align: center;
  padding: 20px 0 20px;
  font-size: 18px;
  font-weight: 200;
  color: #6c6c6c;
}

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

@media only screen and (max-width: 840px) {
  .notification-zoom-level {
    font-size: 14px;
    padding-top: 10px;
    line-height: 16px;
  }
}
/* ---------------- 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: #6c6c6c;
  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: #6c6c6c;
  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: #6c6c6c;
  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 : timeline -------------- */
.timeline-notification-container {
  padding-right: 0;
}

.timeline-notification-line {
  position: relative;
  display: block;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
  height: 110%;
  width: 36px;
}
.timeline-notification-line .timeline-notification-icon {
  background: gainsboro;
  border-radius: 50%;
  text-align: center;
  float: left;
  width: 36px;
  height: 36px;
}
.timeline-notification-line .timeline-notification-icon:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 17px;
  display: block;
  width: 2px;
  content: "";
  background-color: gainsboro;
  z-index: 5;
}
.timeline-notification-line .timeline-notification-icon .the-side-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  position: relative;
  top: 6px;
  left: 1px;
  z-index: 9;
}
.timeline-notification-line .timeline-notification-icon .users-icon {
  background-image: url(/images/icons/users-black.svg);
}
.timeline-notification-line .timeline-notification-icon .candidates-icon {
  background-image: url(/images/icons/members-black.svg);
}
.timeline-notification-line .timeline-notification-icon .mail-icon {
  background-image: url(/images/icons/mail-black.svg);
}
.timeline-notification-line .timeline-notification-icon .device-icon {
  background-image: url(/images/icons/device-black.svg);
}

.new-user-candidate, .existing-user-candidate {
  margin-bottom: 0;
  padding-bottom: 2px;
}

.new-user-candidate {
  background: #e8f5f6;
  border-radius: 5px;
  margin-bottom: 5px;
}
.new-user-candidate .timeline-notification-icon:before {
  left: 16px;
}

.timeline-notification-details {
  padding-top: 15px;
  padding-bottom: 10px;
}
.timeline-notification-details .name {
  font-weight: 600;
}
.timeline-notification-details .action {
  color: #6c6c6c;
  font-size: 14px;
}
.timeline-notification-details .message {
  font-style: italic;
}
.timeline-notification-details .heroicon.zoom-icon {
  position: relative;
  top: 5px;
}
.timeline-notification-details .label-info {
  padding: 4px 10px;
  background: #f5f5f5;
  border-radius: 3px;
}
.timeline-notification-details .label-info .heroicon {
  top: 8px;
}
.timeline-notification-details .label-info .heroicon:before {
  font-size: 14px;
}

.timeline-notification-date {
  padding-top: 15px;
}
.timeline-notification-date .timeline-date {
  font-size: 14px;
  color: #868686;
}

.timeline-stats {
  padding-top: 0px;
  padding-bottom: 10px;
  border: 0;
}
.timeline-stats .static-stats {
  border: 0;
  padding-top: 0;
  display: block;
}
.timeline-stats .static-stats h4 {
  margin: 0;
}
.timeline-stats .static-stats .big-number {
  top: 0;
  text-align: left;
}
.timeline-stats .grid {
  margin-bottom: 0;
}

.timeline-month {
  padding-bottom: 50px;
}

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

/* ---------------- 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;
}

.roi-setting {
  position: relative;
  top: 0;
  left: 0;
}
.roi-setting .zero-image {
  position: relative;
  top: 0;
  left: 0;
}
.roi-setting .top {
  position: absolute;
  top: 0px;
  left: 0px;
}

.zero-image-img {
  background: #efefef;
  padding-bottom: 25px;
}

.roi-setting-interactive {
  position: relative;
  top: 0;
  left: 0;
}
.roi-setting-interactive .zero-image {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.roi-setting-interactive .top {
  position: absolute;
  top: 0px;
  left: 0px;
}
.roi-setting-interactive img {
  width: 600px;
}
.roi-setting-interactive .top {
  display: none;
}
.roi-setting-interactive .number {
  position: relative;
  top: -3px;
}
.roi-setting-interactive .top-roi {
  position: absolute;
  cursor: pointer;
  border: 1px solid #ccc;
  /* TOP 1-5 */
  /* BOTTOM 6-10 */
}
.roi-setting-interactive .top-roi.top-roi-1 {
  width: 85%;
  height: 85%;
  top: 0%;
  left: 8.5%;
  background: rgba(13, 242, 121, 0.01);
  border-color: rgba(13, 242, 121, 0.5);
}
.roi-setting-interactive .top-roi.top-roi-1.active, .roi-setting-interactive .top-roi.top-roi-1:hover {
  background: rgba(13, 242, 121, 0.2);
  border-color: rgb(13, 242, 121);
  border-width: 2px;
}
.roi-setting-interactive .top-roi.top-roi-2 {
  width: 78%;
  height: 78%;
  top: 0%;
  left: 14%;
  background: rgba(13, 242, 201, 0.01);
  border-color: rgba(13, 242, 201, 0.5);
}
.roi-setting-interactive .top-roi.top-roi-2.active, .roi-setting-interactive .top-roi.top-roi-2:hover {
  background: rgba(13, 242, 201, 0.2);
  border-color: rgb(13, 242, 201);
  border-width: 2px;
}
.roi-setting-interactive .top-roi.top-roi-3 {
  width: 62%;
  height: 62.5%;
  top: 0%;
  left: 25%;
  background: rgba(13, 202, 242, 0.01);
  border-color: rgba(13, 202, 242, 0.5);
}
.roi-setting-interactive .top-roi.top-roi-3.active, .roi-setting-interactive .top-roi.top-roi-3:hover {
  background: rgba(13, 202, 242, 0.2);
  border-color: rgb(13, 202, 242);
  border-width: 2px;
}
.roi-setting-interactive .top-roi.top-roi-4 {
  width: 51%;
  height: 51%;
  top: 0%;
  left: 33%;
  background: rgba(13, 121, 242, 0.01);
  border-color: rgba(13, 121, 242, 0.5);
}
.roi-setting-interactive .top-roi.top-roi-4.active, .roi-setting-interactive .top-roi.top-roi-4:hover {
  background: rgba(13, 121, 242, 0.2);
  border-color: rgb(13, 121, 242);
  border-width: 2px;
}
.roi-setting-interactive .top-roi.top-roi-5 {
  width: 40%;
  height: 39%;
  top: 0%;
  left: 41%;
  background: rgba(13, 40, 242, 0.01);
  border-color: rgba(13, 40, 242, 0.5);
}
.roi-setting-interactive .top-roi.top-roi-5.active, .roi-setting-interactive .top-roi.top-roi-5:hover {
  background: rgba(13, 40, 242, 0.2);
  border-color: rgb(13, 40, 242);
  border-width: 2px;
}
.roi-setting-interactive .top-roi.top-roi-1 .number, .roi-setting-interactive .top-roi.top-roi-2 .number, .roi-setting-interactive .top-roi.top-roi-3 .number, .roi-setting-interactive .top-roi.top-roi-4 .number, .roi-setting-interactive .top-roi.top-roi-5 .number {
  position: absolute;
  bottom: 0;
  top: auto;
}
.roi-setting-interactive .top-roi.top-roi-6 {
  width: 88%;
  height: 85%;
  top: 12%;
  left: 8.5%;
  background: rgba(66, 13, 242, 0.01);
  border-color: rgba(66, 13, 242, 0.5);
}
.roi-setting-interactive .top-roi.top-roi-6.active, .roi-setting-interactive .top-roi.top-roi-6:hover {
  background: rgba(66, 13, 242, 0.2);
  border-color: rgb(66, 13, 242);
  border-width: 2px;
}
.roi-setting-interactive .top-roi.top-roi-7 {
  width: 80%;
  height: 78%;
  top: 20%;
  left: 14%;
  background: rgba(147, 13, 242, 0.01);
  border-color: rgba(66, 13, 242, 0.5);
}
.roi-setting-interactive .top-roi.top-roi-7.active, .roi-setting-interactive .top-roi.top-roi-7:hover {
  background: rgba(147, 13, 242, 0.2);
  border-color: rgb(66, 13, 242);
  border-width: 2px;
}
.roi-setting-interactive .top-roi.top-roi-8 {
  width: 62%;
  height: 62.5%;
  top: 36%;
  left: 25%;
  background: rgba(228, 13, 242, 0.01);
  border-color: rgba(228, 13, 242, 0.5);
}
.roi-setting-interactive .top-roi.top-roi-8.active, .roi-setting-interactive .top-roi.top-roi-8:hover {
  background: rgba(228, 13, 242, 0.2);
  border-color: rgb(228, 13, 242);
  border-width: 2px;
}
.roi-setting-interactive .top-roi.top-roi-9 {
  width: 51%;
  height: 52%;
  top: 47%;
  left: 33%;
  background: rgba(242, 13, 175, 0.01);
  border-color: rgba(228, 13, 242, 0.5);
}
.roi-setting-interactive .top-roi.top-roi-9.active, .roi-setting-interactive .top-roi.top-roi-9:hover {
  background: rgba(242, 13, 175, 0.2);
  border-color: rgb(228, 13, 242);
  border-width: 2px;
}
.roi-setting-interactive .top-roi.top-roi-10 {
  width: 40%;
  height: 39%;
  top: 61%;
  left: 41%;
  background: rgba(242, 13, 94, 0.01);
  border-color: rgba(228, 13, 242, 0.5);
}
.roi-setting-interactive .top-roi.top-roi-10.active, .roi-setting-interactive .top-roi.top-roi-10:hover {
  background: rgba(242, 13, 94, 0.2);
  border-color: rgb(228, 13, 242);
  border-width: 2px;
}
.roi-setting-interactive .top-roi.top-roi-11 {
  width: 85%;
  height: 85%;
  top: 7%;
  left: 8%;
  background: rgba(229, 242, 13, 0.01);
  border-color: rgba(229, 242, 13, 0.5);
}
.roi-setting-interactive .top-roi.top-roi-11.active, .roi-setting-interactive .top-roi.top-roi-11:hover {
  background: rgba(229, 242, 13, 0.2);
  border-color: rgb(229, 242, 13);
  border-width: 2px;
}
.roi-setting-interactive .top-roi.top-roi-12 {
  width: 78%;
  height: 78%;
  top: 11%;
  left: 14%;
  background: rgba(242, 175, 13, 0.01);
  border-color: rgba(242, 175, 13, 0.5);
}
.roi-setting-interactive .top-roi.top-roi-12.active, .roi-setting-interactive .top-roi.top-roi-12:hover {
  background: rgba(242, 175, 13, 0.2);
  border-color: rgb(242, 175, 13);
  border-width: 2px;
}
.roi-setting-interactive .top-roi.top-roi-13 {
  width: 62%;
  height: 62%;
  top: 19%;
  left: 25%;
  background: rgba(242, 94, 13, 0.01);
  border-color: rgba(242, 94, 13, 0.5);
}
.roi-setting-interactive .top-roi.top-roi-13.active, .roi-setting-interactive .top-roi.top-roi-13:hover {
  background: rgba(242, 94, 13, 0.2);
  border-color: rgb(242, 94, 13);
  border-width: 2px;
}
.roi-setting-interactive .top-roi.top-roi-14 {
  width: 51%;
  height: 51%;
  top: 24%;
  left: 33%;
  background: rgba(242, 13, 13, 0.01);
  border-color: rgba(242, 13, 13, 0.5);
}
.roi-setting-interactive .top-roi.top-roi-14.active, .roi-setting-interactive .top-roi.top-roi-14:hover {
  background: rgba(242, 13, 13, 0.2);
  border-color: rgb(242, 13, 13);
  border-width: 2px;
}

/* -------------- 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% - 5px);
  background-position-y: -6px;
  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;
  animation-fill-mode: both;
  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;
  user-select: none;
  will-change: opacity;
  z-index: 1000;
}

/* Dimmer Content */
.dimmer > .dimmer-content {
  -webkit-user-select: text;
  -moz-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;
}

/* GENERAL */
.tiny.feedback {
  display: inline-block;
  line-height: 15px;
}

/* 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;
  animation: none;
  letter-spacing: 0.5px;
  width: 50px;
  right: 170px;
  color: #1B8C63;
}
.admin-traffic-scout .page-header .notifications.messages.block.animation-show {
  animation-name: showMe;
  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;
}

@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 {
  /* calibration */
  /* intersection*/
}
.traffic-scout .icon {
  background-image: url(/images/icons/traffic-scout/tools-connect.svg);
  background-repeat: no-repeat;
  width: 26px;
  padding-top: 26px;
  background-size: 26px 26px;
}
.traffic-scout .tool-closeRoad .icon {
  background-image: url(/images/icons/traffic-scout/tools-deconnect.svg);
}
.traffic-scout .tool-closeRoadCarOnly .icon {
  background-image: url(/images/icons/traffic-scout/tools-deconnect-car-only.svg);
}
.traffic-scout .tool-openRoad .icon {
  background-image: url(/images/icons/traffic-scout/tools-connect.svg);
}
.traffic-scout .tool-speed30 .icon {
  background-image: url(/images/icons/traffic-scout/tools-speed30.svg);
}
.traffic-scout .tool-speed50 .icon {
  background-image: url(/images/icons/traffic-scout/tools-speed50.svg);
}
.traffic-scout .tool-speed70 .icon {
  background-image: url(/images/icons/traffic-scout/tools-speed70.svg);
}
.traffic-scout .tool-erase .icon {
  background-image: url(/images/icons/traffic-scout/tools-erase.svg);
}
.traffic-scout .tool-upOnly .icon {
  background-image: url(/images/icons/traffic-scout/tools-up-only.svg);
}
.traffic-scout .tool-downOnly .icon {
  background-image: url(/images/icons/traffic-scout/tools-down-only.svg);
}
.traffic-scout .tool-UpAndDown .icon {
  background-image: url(/images/icons/traffic-scout/tools-up-down.svg);
}
.traffic-scout .tool-car-average .icon {
  background-image: url(/images/icons/traffic-scout/average.svg);
}
.traffic-scout .tool-car-morning .icon {
  background-image: url(/images/icons/traffic-scout/car-morning.svg);
}
.traffic-scout .tool-car-evening .icon {
  background-image: url(/images/icons/traffic-scout/car-evening.svg);
}
.traffic-scout .tool-heavy-morning .icon {
  background-image: url(/images/icons/traffic-scout/heavy-morning.svg);
}
.traffic-scout .tool-heavy-evening .icon {
  background-image: url(/images/icons/traffic-scout/heavy-evening.svg);
}
.traffic-scout .tool-bike-morning .icon {
  background-image: url(/images/icons/traffic-scout/bike-morning.svg);
}
.traffic-scout .tool-bike-evening .icon {
  background-image: url(/images/icons/traffic-scout/bike-evening.svg);
}
.traffic-scout .tool-show-text-path-numbers .icon {
  background-image: url(/images/icons/traffic-scout/show-text-path-numbers.svg);
}
.traffic-scout .tool-hide-text-path-numbers .icon {
  background-image: url(/images/icons/traffic-scout/hide-text-path-numbers.svg);
}
.traffic-scout .tool-addStreet .icon {
  background-image: url(/images/icons/traffic-scout/edit-street.svg);
}
.traffic-scout .tool-createNewStreet .icon {
  background-image: url(/images/icons/traffic-scout/add-street.svg);
}
.traffic-scout .tool-add-volume .icon {
  background: url(/images/icons/traffic-scout/add-volume.svg);
}
.traffic-scout .tool-volume .icon {
  background-image: url(/images/icons/traffic-scout/new-counts.svg);
}
.traffic-scout .tool-speed .icon {
  background-image: url(/images/icons/traffic-scout/tools-speed50.svg);
}
.traffic-scout .tool-accessibility .icon {
  background-image: url(/images/icons/traffic-scout/tools-deconnect.svg);
}
.traffic-scout .tool-intersection .icon {
  background-image: url(/images/icons/traffic-scout/intersection.svg);
}
.traffic-scout .tool-infrastructure .icon {
  background: url(/images/icons/traffic-scout/bike.svg);
}
.traffic-scout .tool-free-comment .icon {
  background: url(/images/icons/traffic-scout/free-comment.svg);
}
.traffic-scout .icon-roundabout {
  background-image: url(/images/icons/traffic-scout/tools-cross-roundabout.svg);
}
.traffic-scout .icon-priority {
  background-image: url(/images/icons/traffic-scout/tools-cross-priority.svg);
}
.traffic-scout .icon-trafficlights {
  background-image: url(/images/icons/traffic-scout/tools-cross-trafficlights.svg);
}
.traffic-scout .icon-rightofway {
  background-image: url(/images/icons/traffic-scout/tools-cross-rightofway.svg);
}

/* version for calibration */
.traffic-scout .tool-box.tool-box-big {
  position: fixed;
  top: 60px;
  left: 50px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  display: flex;
  width: calc(100% - 50px);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
}
.traffic-scout .tool-box.tool-box-big .tool {
  cursor: pointer;
  position: relative;
  width: 16.7%;
  height: 50px;
  border: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 12px 20px 10px 30px;
  cursor: pointer;
  z-index: 9999;
}
.traffic-scout .tool-box.tool-box-big .tool .text {
  display: inline-block;
  font-size: 13px;
}
.traffic-scout .tool-box.tool-box-big .tool:last-child {
  border: 0;
}
.traffic-scout .tool-box.tool-box-big .detailed-tools {
  position: absolute;
  opacity: 0.9;
  top: 60px;
  left: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  width: 100%;
}
.traffic-scout .tool-box.tool-box-big .detailed-tools .detailed-tool {
  display: block;
  font-size: 11px;
  cursor: pointer;
  padding: 3px 10px 3px 20px;
  font-size: 11px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.traffic-scout .tool-box.tool-box-big .detailed-tools .detailed-tool:hover {
  background: #f5f5f5;
}
.traffic-scout .tool-box.tool-box-big .detailed-tools .detailed-tool.active {
  background-color: #A0D5D8;
}
.traffic-scout .tool-box.tool-box-big .detailed-tools .detailed-tool:last-child {
  border: 0;
}

.quick-feedback-button {
  display: inline-block;
  padding: 10px 10px;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  margin-right: 5px;
  margin-bottom: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
  cursor: pointer;
}
.quick-feedback-button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.quick-feedback-button.active {
  background-color: #A0D5D8;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px;
}

.calibration-content-block.one-line-buttons {
  display: block;
}
.calibration-content-block.one-line-buttons .quick-feedback-button {
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 0;
}
.calibration-content-block.one-line-buttons .quick-feedback-button:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.calibration-content-block.one-line-buttons .quick-feedback-button:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #e2e2e2;
}
.calibration-content-block.checkboxes label {
  margin-bottom: 5px;
  font-weight: 400;
}
.calibration-content-block.intersections .quick-feedback-button {
  padding: 7px 14px;
}
.calibration-content-block.intersections .quick-feedback-button .icon {
  padding-top: 26px;
}

/* 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;
}

.maxspeed-icon {
  display: inline-block;
  width: 35px;
  position: relative;
  top: 10px;
}

.sla-id {
  opacity: 0.5;
}

.page-header-traffic-scout .zoom-box.label {
  letter-spacing: 0.5px;
  position: relative;
  top: -3px;
  padding-bottom: 2px;
  letter-spacing: 0;
}
.page-header-traffic-scout .header-viz-type {
  background: #f5f5f5;
  border-radius: 0;
  font-size: 12px;
  display: inline-block;
  align-items: center;
  padding: 0px 10px 0px 10px;
}
.page-header-traffic-scout .header-viz-type label {
  margin-left: 5px;
  font-weight: 400;
}
.page-header-traffic-scout .header-viz-type input {
  position: relative;
  top: 4px;
  opacity: 0.2;
}

.traffic-scout-legend.legend {
  font-size: 11px;
  line-height: 14px;
}

/* SCENARIO */
.traffic-scout-scenario-box .header {
  margin-bottom: 10px;
}

.match-file-list .item {
  padding: 5px 2px;
  position: relative;
  border-bottom: 1px solid #e2e2e2;
  cursor: pointer;
}
.match-file-list .item:hover {
  background: #f1f1f1;
}
.match-file-list .item.selected {
  background: #e2e2e2;
}
.match-file-list .item.selected:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(226, 226, 226, 0);
  border-left-color: #e2e2e2;
  border-width: 10px;
  margin-top: -10px;
}
.match-file-list .column {
  display: inline-block;
}

.accordion {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(234, 234, 234, 0.5);
  padding: 0px;
}
.accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordion-label {
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 0 10px;
  margin-bottom: 5px;
  cursor: pointer;
  /* Icon */
}
.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%;
}

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

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

/* status label from an instance is_counting,...*/
.status-container {
  overflow: hidden;
}

.version-label {
  position: relative;
  padding-left: 4px;
  padding-right: 2px;
  font-size: 13px;
  letter-spacing: -1px;
  margin-right: 0;
  background: #1B8C63;
  color: #FFF;
  height: 24px;
  width: 23px;
  display: inline-block;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-right: 0;
}
.version-label.to-start, .version-label.installing, .version-label.installed-but-no-counts {
  background-color: #393939;
  border-color: #b5b5b5;
}
.version-label.is-counting {
  background-color: #1B8C63;
  border-color: #add4c5;
}
.version-label.counted-before {
  background-color: #F2845C;
  border-color: #fad1c4;
}
.version-label.stopped {
  background-color: #393939;
  border-color: #b5b5b5;
}

.status-label {
  position: relative;
  font-size: 12px;
  line-height: 25px;
  display: inline-block;
  align-items: center;
  padding: 0px 10px 0px 5px;
  height: 24px;
  letter-spacing: 0px;
  border: 1px solid #e2e2e2;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 10;
  margin-left: 0;
  left: -5px;
}
.status-label.to-start, .status-label.installing, .status-label.installed-but-no-counts {
  background: #ebebeb;
  color: #393939;
  border-color: #b5b5b5;
}
.status-label.is-counting {
  background: #e9f3ef;
  color: #1B8C63;
  border-color: #add4c5;
}
.status-label.counted-before {
  background: #fef2ef;
  color: #F2845C;
  border-color: #fad1c4;
}
.status-label.stopped {
  background: #ebebeb;
  color: #393939;
  border-color: #b5b5b5;
}
.status-label .heroicon {
  font-size: 10px;
  left: 2px;
}

.status-label.status-label-detailed {
  font-weight: 200;
  display: inline-block;
  left: -13px;
  padding-left: 15px;
  z-index: 9;
  font-size: 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: inset 11px 0px 7px -4px rgba(0, 0, 0, 0.09);
}
.status-label.status-label-detailed.to-start, .status-label.status-label-detailed.installing, .status-label.status-label-detailed.installed-but-no-counts {
  background: #e6e6e6;
  color: #393939;
  border-color: #b5b5b5;
}
.status-label.status-label-detailed.is-counting {
  background: #e2efea;
  color: #393939;
  border-color: #add4c5;
}
.status-label.status-label-detailed.counted-before {
  background: #fdeae5;
  color: #393939;
}
.status-label.status-label-detailed.stopped {
  background: #e6e6e6;
  color: #393939;
  border-color: #b5b5b5;
}

/* progres label from an instance is_counting,...*/
.setup-status {
  position: relative;
  min-width: 100px;
}
.setup-status .setup-status-version {
  font-family: "Euclid Square", sans-serif;
  padding-right: 5px;
}
.setup-status .setup-status-progress {
  height: 2px;
  background: #e8e8e8;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.setup-status .setup-status-progress .setup-status-progress-percent {
  position: absolute;
  left: 0;
  height: 2px;
  display: inline-block;
  background: #1B8C63;
}

.qritem {
  margin-bottom: 5px;
}
.qritem input {
  padding: 3px 4px;
  font-size: 11px;
  display: inline-block;
  width: 90%;
  height: 35px;
}
.qritem .heroicon {
  display: inline-block;
  margin: 10px 0 0 10px;
}

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

.bg-green {
  color: #fff;
  background: #1B8C63;
}

.blue {
  color: #3E9CBA;
}

.dark-blue {
  color: #005993;
}

.black {
  color: #000;
}

.grey-border {
  border: 1px solid #6c6c6c;
}

.white-border {
  border: 2px solid #fff;
}

.legend-box {
  display: inline-block;
  height: 10px;
  width: 25px;
  border-radius: 2px;
}
.legend-box.pedestrian {
  background-color: rgb(242, 132, 92);
}
.legend-box.stroller {
  background-color: rgb(163, 66, 46);
}
.legend-box.bicycle {
  background-color: rgb(27, 140, 99);
}
.legend-box.motorcycle {
  background-color: rgb(15, 105, 82);
}
.legend-box.car {
  background-color: rgb(62, 156, 186);
}
.legend-box.light-truck {
  background-color: rgb(62, 126, 176);
}
.legend-box.tractor {
  background-color: rgb(103, 132, 147);
}
.legend-box.bus {
  background-color: rgb(2, 50, 82);
}
.legend-box.trailer {
  background-color: rgb(3, 62, 103);
}
.legend-box.truck {
  background-color: rgb(0, 89, 147);
}

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

.size-70 {
  width: 70%;
}

.size-30 {
  width: 30%;
}

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

.talk-balloons {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 100px;
}

.balloon {
  position: relative;
  border: 3px solid #000;
  background: #FFF;
  padding: 30px 30px 30px 50px;
  border-radius: 20px;
  font-size: 22px;
}
.balloon .author {
  font-size: 12px;
  color: #fff;
  padding: 10px;
  border: 2px solid #1B8C63;
  background: #1B8C63;
  border-radius: 15px;
  position: absolute;
  left: -10px;
  top: -10px;
  font-weight: bold;
}
.balloon .author .company {
  font-weight: bold;
  color: #6c6c6c;
}
.balloon.balloon-1 {
  position: relative;
  top: -50px;
  width: 80%;
  margin-left: 20%;
}
.balloon.balloon-2 {
  position: relative;
  width: 80%;
  margin-left: 0;
  top: 0px;
  padding-left: 30px;
}
.balloon.balloon-2 .author {
  left: auto;
  top: auto;
  right: -10px;
  bottom: -10px;
}

.quote {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 20px;
  height: 100%;
}
.quote.white-bg {
  background: #fff;
}
.quote .author {
  font-weight: 800;
}
.quote .function {
  color: #6c6c6c;
  font-weight: 800;
}

.meth-number {
  font-size: 40px;
  color: #1B8C63;
  font-weight: 800;
  padding-bottom: 15px;
}

table.categories {
  width: 100%;
  margin-top: 20px;
}
table.categories h4, table.categories thead td {
  font-size: 14px;
  line-height: 20px;
  color: #A0D5D8;
  letter-spacing: 2px;
  text-transform: uppercase;
}
table.categories h4 {
  margin: 0;
}
table.categories td {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px;
  font-size: 14px;
}

.features-more h2 {
  margin-bottom: 3px;
}
.features-more h4.grey {
  margin-top: 25px;
  margin-bottom: 5px;
  color: #6c6c6c;
}
.features-more h4.country {
  margin-top: 0px;
  margin-bottom: 5px;
}
.features-more .content-focus {
  margin-top: 25px;
  border-right: 1px solid rgba(57, 57, 57, 0.1);
  padding-right: 5%;
}
.features-more a {
  color: #000;
  text-decoration: none;
}
.features-more a:hover {
  color: #1B8C63;
}
.features-more .content-more h4.grey {
  margin-bottom: -10px;
}
.features-more .content-more h4.country {
  margin-top: 3px;
  margin-bottom: 3px;
}
.features-more .content-more .item {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(57, 57, 57, 0.1);
}

.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: #6c6c6c;
  opacity: 0.5;
  font-weight: 200;
  text-align: center;
}

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

.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: #e8f5f6;
}
.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,
.location-camera-instances .mob-mode .icon.icon-lorry {
  width: 28px;
  padding-top: 28px;
  background-size: 28px 28px;
}

.location-camera-instances.sla-detail .mob-mode {
  margin-right: 0px;
}
.location-camera-instances.sla-detail .mob-mode .check {
  color: #aaa;
  position: relative;
  left: -5px;
}

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

body.shop {
  background: #000;
}
body.shop h1 {
  color: #FFF;
}
body.shop hr {
  margin-top: 80px;
  opacity: 0.3;
}
body.shop .intro-text a:hover {
  color: #ccc;
}
body.shop .PriceColumn-image {
  height: 180px;
  width: auto;
  border-radius: 5px;
}
body.shop h3 {
  color: #FFF;
}
body.shop .content-item {
  min-height: 300px;
}
body.shop .big-number {
  color: #FFF;
  padding: 0;
  width: 100%;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
}
body.shop .grid .button {
  margin-top: 20px;
  color: #FFF !important;
  border: 0;
  width: 150px;
  margin: 0 auto;
  text-align: center;
}
body.shop a.grey {
  color: #6c6c6c;
}
body.shop .warnings strong {
  font-weight: 800;
}

.grid-with-feature-list {
  padding-bottom: 0;
}
.grid-with-feature-list .col-desk-3 {
  margin-bottom: 5px !important;
}
.grid-with-feature-list .heroicon {
  position: relative;
  float: left;
  width: 25px;
  top: 4px;
}
.grid-with-feature-list .feature-item-text {
  display: inline-block;
  width: calc(95% - 25px);
}

/*--------------------
        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);
  animation: dot 2.8s infinite;
}

#gooey .dots {
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  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;
}
@keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@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: #6c6c6c;
  border-radius: 100%;
  display: inline-block;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}
.sk-three-bounce .bounce1 {
  animation-delay: -0.32s;
}
.sk-three-bounce .bounce2 {
  animation-delay: -0.16/2;
}

@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;
  padding-bottom: 3px;
  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 ul li.separator-left a {
  padding-left: 30px;
}
.website .main-nav ul li.separator-left a::before {
  content: " ";
  display: block;
  border-left: 1px solid #ccc;
  width: 20px;
  height: 22px;
  position: absolute;
  left: 8px;
  top: 18px;
  z-index: 999;
}
.website .main-nav ul li.separator-right a {
  padding-right: 30px;
}
.website .main-nav ul li.separator-right a::after {
  content: " ";
  display: block;
  border-right: 1px solid #ccc;
  width: 20px;
  height: 22px;
  position: absolute;
  right: 5px;
  top: 18px;
  z-index: 999;
}
.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 ul li.separator-left.active:after {
  padding-left: 15px;
}
.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 -------------------------  */
.traffic-scout-sla .modal,
.website:not(.s2page) .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;
}
.traffic-scout-sla .modal .button,
.website:not(.s2page) .modal .button {
  font-size: 14px;
  margin: 5px 0;
}
.traffic-scout-sla .modal .close-icon,
.website:not(.s2page) .modal .close-icon {
  position: absolute;
  left: -2px;
  top: 0px;
  z-index: 91;
  opacity: 1;
}
.traffic-scout-sla .modal.close-icon:hover,
.website:not(.s2page) .modal.close-icon:hover {
  opacity: 1;
  background: red;
}
.traffic-scout-sla .modal .side-title-container,
.website:not(.s2page) .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;
}
.traffic-scout-sla .modal .side-title-container:hover,
.website:not(.s2page) .modal .side-title-container:hover {
  background: rgb(45, 51, 59);
}
.traffic-scout-sla .modal .side-title-container .side-title,
.website:not(.s2page) .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;
}
.traffic-scout-sla .modal-content,
.website:not(.s2page) .modal-content {
  position: relative;
  height: 100%;
  overflow-y: auto;
  max-width: 290px; /* 320px - 30 */
  float: right;
  padding: 25px 15px 25px 25px;
  z-index: 89;
}

.traffic-scout-sla .modal {
  top: 65px;
}

/* webpage marketing */
.block-wide.headerpic-s2-container {
  position: relative;
  margin-top: -120px;
  height: 800px;
  background-color: #000;
  padding: 0;
}
.block-wide.headerpic-s2-container .headerpic.headerpic-s2 {
  height: 100%;
  background-image: url(/images/s2/telraam_s2_front-black_bg.jpg);
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
.block-wide.headerpic-s2-container .headerpic.headerpic-s2 .grid {
  /* headerpic */
  padding: 0;
  width: 100%;
}
.block-wide.headerpic-s2-container .headerpic.headerpic-s2 .headerpic-text-block {
  text-align: left;
  padding-top: 20px;
  height: 250px;
}
.block-wide.headerpic-s2-container .headerpic.headerpic-s2 .headerpic-text-block h1 {
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}
.block-wide.headerpic-s2-container .headerpic.headerpic-s2 .headerpic-text-block h3 {
  color: #fff;
}

.s2-features-list {
  margin-left: 20px;
}

.telraam-s2-side-by-side {
  height: 600px;
  background: transparent center center no-repeat;
  background-color: #ffd992;
  background-image: url(/images/s2/telraam_s2_side_by_side.jpg);
  background-size: cover;
  text-align: center;
  position: relative;
}

/* ------ slider ------ */
.telraam-s2-all-screens-slider {
  background-color: #0195ff;
  background-image: url(/images/s2/Telraam_AllScreens_web_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100vw 100vh;
}
.telraam-s2-all-screens-slider .slick-next,
.telraam-s2-all-screens-slider .slick-prev {
  color: #FFF;
  position: absolute;
  top: 45%;
  border: 0;
  box-shadow: none;
  padding-bottom: 15px;
  font-size: 50px;
  line-height: 50px;
  z-index: 999;
}
.telraam-s2-all-screens-slider .slick-disabled {
  opacity: 0.2;
  cursor: default;
}
.telraam-s2-all-screens-slider .slick-prev {
  left: 20px;
}
.telraam-s2-all-screens-slider .slick-next {
  right: 20px;
}

/* ----- S2 PAGE: spec table */
.exploded-views {
  min-height: 550px;
  padding: 0px 20px 30px 20px;
  /*  background-image: url(/images/s2/telraam_exploded_left.png), url(/images/s2/telraam_exploded_right.png);
    background-position: left top, right top;
    background-repeat: no-repeat;
    background-size: 250px auto, 380px auto; */
}

.spec-table-container-fancy {
  padding-right: 0;
  border-radius: 0px;
}

.telraam-s2-exploded-slider {
  position: relative;
  top: -30px;
}
.telraam-s2-exploded-slider div.slick-slide {
  text-align: center;
}
.telraam-s2-exploded-slider div.slick-slide img {
  text-align: center;
  margin: 0 auto;
  width: 75%;
}

.telraam-s2-exploded-big {
  height: 600px;
  background: transparent center center no-repeat;
  background-color: #ffdbff;
  background-image: url(/images/s2/Telraam_exploded_view.jpg);
  background-size: cover;
  text-align: center;
  position: relative;
}

.spec-table {
  margin-top: 35px;
  margin-bottom: 15px;
  width: 100%;
}
.spec-table td {
  padding: 10px;
  margin: 0;
  text-align: left;
}
.spec-table td.spec-title {
  color: #aaa;
  text-align: right;
}
.spec-table td .icon-s2 {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  position: relative;
  top: 3px;
  left: 4px;
  opacity: 0.8;
}
.spec-table td .icon-s2.icon-chip {
  background-image: url("/images/s2/icon-chip.svg");
}
.spec-table td .icon-s2.icon-power {
  background-image: url("/images/s2/icon-power.svg");
}
.spec-table td .icon-s2.icon-connection {
  background-image: url("/images/s2/icon-connection.svg");
}
.spec-table td .icon-s2.icon-camera {
  background-image: url("/images/s2/icon-camera.svg");
}
.spec-table td .icon-s2.icon-size {
  background-image: url("/images/s2/icon-size.svg");
}
.spec-table td .icon-s2.icon-privacy {
  background-image: url("/images/s2/icon-privacy.svg");
}
.spec-table td .icon-s2.icon-security {
  background-image: url("/images/s2/icon-security.svg");
}
.spec-table td .icon-s2.icon-includes {
  background-image: url("/images/s2/icon-includes.svg");
}

.s2-contact-modal iframe {
  background: #f5f5f5;
  border-radius: 20px;
  font-size: 12px;
}
.tab-icon {
  margin-left: 20px;
  margin-right: 20px;
  min-width: 100px;
}
.tab-icon a {
  height: 110px;
}
.tab-icon a:before {
  position: absolute;
  margin: -70px 0 0 -24px;
  vertical-align: middle;
  display: inline-block;
  width: 70px;
  height: 80px;
  content: "";
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
}
.tab-icon.tab-icon-s2 a:before {
  background-image: url("/images/icons/device-s2.svg");
}
.tab-icon.tab-icon-v1 a:before {
  background-image: url("/images/icons/device-raspberry.svg");
  margin-left: -30px;
}
.tab-icon.tab-icon-outdoor a:before {
  background-image: url("/images/icons/device-outdoor.svg");
  margin-left: 20px;
}

/* ============================================== */
/* 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;
}

/* ============================================== */
/* RESPONSIVE HEADER PIC
/* ============================================== */
/* superlarge only */
@media screen and (min-width: 1400px) {
  .headerpic.headerpic-s2 {
    max-width: 1400px;
  }
}
/* tablet */
@media screen and (min-width: 840px) and (max-width: 1020px) {
  .block-wide.headerpic-s2-container .headerpic-text-block {
    padding-left: 20px;
  }
}
/* mobile */
@media only screen and (max-width: 840px) {
  .block-wide.headerpic-s2-container .grid {
    width: 100%;
  }
  .block-wide.headerpic-s2-container .headerpic-text-block {
    padding: 20px;
    bottom: auto;
    top: 50px;
  }
  .block-wide.headerpic-s2-container .headerpic-text-block h1, .block-wide.headerpic-s2-container .headerpic-text-block h3, .block-wide.headerpic-s2-container .headerpic-text-block .button, .block-wide.headerpic-s2-container .headerpic-text-block .col-desk-5 {
    text-align: center !important;
  }
  .block-wide.headerpic-s2-container .headerpic.headerpic-s2 {
    background-position: bottom center;
    background-image: url(/images/s2/telraam_s2_front-black_bg_mobile.jpg);
  }
}
/* ============================================== */
/* RESPONSIVE
/* ============================================== */
/* tablet */
/* superlarge only */
/* mobile */
@media only screen and (max-width: 840px) {
  .block.block-precision-privacy {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .block.block-precision-privacy .grid {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .block-wide.exploded-views h2 {
    text-align: left;
    margin-bottom: 0;
  }
  .block-wide.exploded-views .grid {
    margin-top: 0;
  }
  .block-wide.exploded-views .spec-table-container-fancy {
    margin-top: 0;
    font-size: 14px;
  }
  .block-wide.exploded-views .spec-table-container-fancy tr:first-child td {
    border-top: 1px solid #efefef;
  }
  .block-wide.exploded-views .spec-table-container-fancy tr td {
    border-bottom: 1px solid #efefef;
  }
  /* devices tabs */
  .tab-icon.tab-icon-outdoor a:before {
    margin-left: 0px;
  }
}
/* PRICING FIRST BLOCK */
.pricing-checklist {
  list-style: none;
  padding-left: 6px;
}
.pricing-checklist li:before {
  font-family: heroicons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px;
  vertical-align: top;
  content: "\f114";
  color: #1B8C63;
  position: relative;
  left: -8px;
}

.pricing-simple {
  background: rgba(255, 255, 255, 0.2);
  padding: 20px;
  border-radius: 20px;
}
.pricing-simple .col-desk-3.device-block {
  width: 28%;
}
.pricing-simple .col-desk-1.plus-sign-container {
  width: 10%;
  padding-right: 0;
}
.pricing-simple .col-desk-8.plan-block-container {
  width: 62%;
}
.pricing-simple .grid-with-shop-blocks {
  margin-bottom: 0;
}
.pricing-simple .device-block {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #2e2e2e;
  padding: 20px;
  border-radius: 20px;
  min-height: 440px;
  box-shadow: 9px 9px 10px 1px rgba(0, 0, 0, 0.05);
}
.pricing-simple .plan-block-container {
  padding-right: 0;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 440px;
  box-shadow: 0px 9px 10px 1px rgba(0, 0, 0, 0.05);
}
.pricing-simple .plan-block-container .grid {
  margin-bottom: 0;
}
.pricing-simple .plan-block-container .plan-block {
  background: rgba(0, 0, 0, 0.2);
  min-height: 460px;
  padding: 20px;
}
.pricing-simple .plan-block-container .plan-block.plan-block-active {
  background: #2e2e2e;
}
.pricing-simple .plan-block-container .plan-block-left {
  border-radius: 20px 0px 0px 20px;
}
.pricing-simple .plan-block-container .plan-block-right {
  border-radius: 0px 20px 20px 0px;
}
.pricing-simple .pricing-titles {
  border-bottom: 1px solid rgba(226, 226, 226, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.pricing-simple .pricing-titles h2 {
  margin-top: 5px;
  margin-bottom: 0;
}
.pricing-simple .plus-sign.big-number {
  margin-top: 180px;
  font-size: 60px;
  opacity: 0.3;
  color: #e2e2e2;
  text-align: center;
}
.pricing-simple .pricing-device-info {
  text-align: center;
  min-height: 70px;
  padding: 5px 0px 5px 0px;
  margin-bottom: 20px;
}
.pricing-simple .pricing-device-info .per-device-title {
  text-align: center;
  font-weight: 600;
}
.pricing-simple .pricing-device-info h3 {
  font-size: 28px;
}
.pricing-simple .pricing-device-info .price-note {
  position: relative;
  top: -5px;
  line-height: 12px;
  color: #6c6c6c;
}
.pricing-simple .pricing-device-info .month {
  font-size: 18px;
}
.pricing-simple .pricing-content {
  min-height: 250px;
  padding: 10px 0 5px 0;
  text-align: left;
  font-size: 14px;
  line-height: 17px;
  color: #acacac;
  padding-left: 25px;
}
.pricing-simple .pricing-content .device-in-pricing {
  position: relative;
  top: -20px;
  left: -20px;
  text-align: center;
  height: 220px;
  margin: 0 auto;
}
.pricing-simple .pricing-content .pricing-checklist {
  line-height: 22px;
}
.pricing-simple .pricing-content .pricing-checklist li:before {
  color: #6c6c6c;
}
.pricing-simple .a-plan {
  min-height: 350px;
}
.pricing-simple .most-popular {
  background-color: #e2e2e2;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.pricing-simple .most-popular-footer {
  text-align: center;
  color: grey;
  position: relative;
  top: -25px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 15px;
}

/* ============================================== */
/* RESPONSIVE
/* ============================================== */
/* small desktop */
@media screen and (min-width: 1020px) and (max-width: 1300px) {
  .pricing-simple .enhanced .pricing-titles {
    margin-top: 31px;
    min-height: 170px;
  }
  .pricing-simple .pricing-device-info {
    min-height: 220px;
  }
  .pricing-simple .pricing-includes {
    font-size: 11px;
  }
  .pricing-simple .pricing-device-info h3 {
    font-size: 22px;
  }
}
/* mobile & tablet */
@media only screen and (max-width: 1020px) {
  .pricing-simple .col-desk-3.device-block,
  .pricing-simple .col-desk-1.plus-sign-container,
  .pricing-simple .col-desk-8.plan-block-container {
    width: 100%;
  }
  .pricing-simple .plus-sign.big-number {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .pricing-simple .pricing-device-info,
  .pricing-simple .pricing-content {
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .pricing-simple .pricing-titles {
    margin-bottom: 10px;
  }
  .pricing-simple .device-block {
    min-height: auto;
  }
  .pricing-simple .plan-block-container .plan-block {
    min-height: auto;
  }
  .pricing-simple .plan-block-container .plan-block-left {
    border-radius: 20px 20px 0px 0px;
  }
  .pricing-simple .plan-block-container .plan-block-right {
    border-radius: 0px 0px 20px 20px;
  }
}
@media screen and (min-width: 840px) and (max-width: 1020px) {
  .website .main-nav {
    background: #fff;
  }
  .website .main-nav ul li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .website .main-nav ul li:last-child {
    padding-right: 5px;
  }
  .talk-balloons {
    height: auto;
  }
  .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 .talk-balloons {
    height: auto;
  }
  .website .quote {
    margin-bottom: 15px;
  }
  .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;
  }
  tr.show-on-mobile-only {
    display: table-row !important;
  }
  .hide-on-mobile-only {
    display: none !important;
  }
  .show-on-desktop-only {
    display: none !important;
  }
}
