/* Minification failed. Returning unminified contents.
(4932,16): run-time error CSS1036: Expected expression, found '['
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
    text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a,
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  outline: 0;
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * iOS forces rounded corners and glare on inputs
 */

input {
  -webkit-appearance: none;
  -webkit-border-radius: 0; 
          border-radius: 0;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Firefox's placeholder appears to be defaulting with a reduced opacity, 
 * so needs to use opacity: 1 here.
 */

input:-moz-placeholder,
input::-moz-placeholder {
  /*opacity: 1;*/
}

input:-webkit-autofill {
    color: #fff !important;
}

/**
 * Clear input ms
 */

input::-ms-clear {
    display: none !important;
}

input::-ms-reveal {
   display: none !important;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

button {
  cursor: pointer;
  border: 0;
  outline: 0;
}

input {
  outline: 0;
  border: 0;
}

/**
 * Reset outline <a> in forms.
 */

form a {
  outline: none;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Hide spinner (input type number)
   ========================================================================== */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh7USSwiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
}


/* ------------------------------------
  BASE
--------------------------------------- */

body {
  line-height: 1.6;
  color: #000;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: optimizeLegibility;
}

p {
  margin: 0;
  margin-bottom: 0.75em; 
}

p:last-child {
  /*margin-bottom: 0;*/
}

h1, h2, h3, h4, h5, h6 {
  color: #1c1c1c;
  font-weight: 700;
}

h1 a:link,    h2 a:link    { color: #1c1c1c; }
h1 a:visited, h2 a:visited { color: #1c1c1c; }
h1 a:hover,   h2 a:hover   { color: #1c1c1c; }
h1 a:active,  h2 a:active  { color: #1c1c1c; }

ul, ol {
  padding: 0;
  margin: 0;
}

ul {
  list-style-type: none;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder { 
  color: #a4a4a4;
}

input:-ms-input-placeholder { 
  color: #a4a4a4;
}

input:disabled::-webkit-input-placeholder,
input:disabled:-moz-placeholder,
input:disabled::-moz-placeholder,
input:disabled:-ms-input-placeholder { 
  color: #a4a4a4;
  background: white;
}

/* ------------------------------------
  MODULES
--------------------------------------- */

/*-- HEADING --*/
.heading, .heading-history {
  color: #1c1c1c;
  font-weight: 300;
  width: 100%;
  float: left;
}

.heading__status {
  color: #aaaaaa;
}

.heading__code {
  font-weight: 400;
}

.heading.h1,
.heading-history.h1 {
  display: inline-block;
  font-size: 2em;
  margin-top: 2.5em;
  margin-bottom: 1em;
}

.heading-history.h1 {
  margin-top: 1em;
  margin-left: 0.75em;
}

.heading.h1:first-child {
  margin: 0;
  margin-bottom: 0.5em;
}

/* MOVE TO A NEW SECTION */
.layout__content.layout__content--text .heading.h1 {
  width: 100%;
}

.layout__content.layout__content--text ul,
.layout__content.layout__content--text ol,
.layout__content.layout__content--text table {
  margin-bottom: 0.75em;
}

.layout__content.layout__content--text table {
  font-size: 14px;
}

.layout__content.layout__content--text td {
  padding: 0.5em;
}

.layout__content.layout__content--text td:first-child {
  padding-left: 0;
}

.layout__content.layout__content--text td:last-child {
  padding-right: 0;
}

/* MOVE TO A NEW SECTION */

.heading.h1 + .heading.h2 {
  margin-top: -2em;
}

.heading.h1 + .rubric .rubric__title {
  margin-top: 0.25em;
}

.heading.h1 {
    width: calc(100% - 3.25em);
}

.heading-buttons + .heading.h1 {
  margin-top: 0;
}

.heading.h1 a {
  text-decoration: none;
  border-bottom: 1px solid black;
}

.heading.h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.75em;
}

/*-- HEADING BUTTONS --*/
.heading-buttons { 
  float: right;
  width: 6.5em; /* telt raar op */
}

.heading-buttons__close-page, 
.heading-buttons__open-page { 
  border-bottom: 0; 
  float: right;
  height: 2em;
  width: 2.5em;
  margin-top: 0.36em;
  line-height: 2em;
  font-size: 1.25em; 
}

.heading-buttons__close-page { 
  color: #969696;
  text-align: center;
  text-decoration: none;
}

.heading-buttons__open-page.heading-buttons__open-page--task {
  background: url(/Content/images/heading__open-page--task.png) no-repeat center center;
}

.heading-buttons a:last-child {
  border-right: 1px solid #e9e9e9;
}

.heading-buttons a:first-child {
  border-right: none;
}

/*-- HEADING SUB --*/
.heading-sub {
  float: left;    
  color: #1c1c1c;
  width: 100%;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.25em;
  margin-top: -1.75em;
  min-height: 2em;
}

/*-- HEADING DASHBOARD --*/
.heading-dashboard.h1 {
  margin-top: -1em;
  margin-bottom: 1.25em;
  padding-left: 0.25em;
  color: #a3a3a3;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.0625em;
}

/*-- HEADING ASIDE --*/
.heading-aside {
  margin: 0;
  margin-bottom: 0.75em;
  padding: 0 1em; 
  width: 100%; 
  font-weight: 700;
  text-align: center;
}

.heading-aside.h1,
.heading-aside.h2 {
  font-size: 16px;
  line-height: 1.4; 
}

.heading-aside__service-type {
  display: block;
  margin-top: 0.5em;
  color: #707070;
  font-size: 12px;
  line-height: 12px;
}

.layout__aside.layout__aside--expand .heading-aside__service-type {
  font-size: 14px;
  line-height: 14px;
  margin-top: 0.75em;
}

.heading-aside.h3 {
  display: none;
  font-size: 18px; 
}

.layout__aside.layout__aside--expand .heading-aside.h1,
.layout__aside.layout__aside--expand .heading-aside.h2 {
  font-size: 24px;
}

.layout__aside.layout__aside--expand .heading-aside.h3 {
  display: block;
}

/*-- LINKS --*/
.link {
  position: relative;  
  margin: 0 0.25em;
  cursor: pointer;
  font-size: 0.8125em;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: uppercase;   
}

.link.link--calculate {
  margin-right: 0;
  margin-left: 0;
}

.link.link--claim {
  color: #e44b7d;
}

.link.link--add-item {
  margin: 0;
  font-size: 1em;
  margin-left: 1.5em;
  text-decoration: none;
}

.link.link--add-item::before {
  position: absolute;
  content: '+';
  width: 1em;
  height: 1em;
  padding-top: 0.1em;
  line-height: 1em;
  left: -1em;
  font-size: 1.5em;
  font-weight: 300;
}


.link.link--product-information,
.link.link--product-conditions { 
  float: left;
  margin-top: 0;
  margin-left: 0.25em;
  margin-right: 0.25em;
  text-transform: lowercase;
  font-size: 16px; /* aanpassen naar EM */
  font-weight: 400;
}

.link.link--product-information {
  margin-left: 0;
}

.heading.h1 a.link.link--change-package { /* ff binnen codepen testen */
  color: #a3a3a3;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  text-decoration: underline;
  border-bottom: none; 
}

.link.link--modify {
  float: right;
  font-size: 13px;
}

.list-line__item.list-line__item--action-products .link {
  margin: 0;
  line-height: 2.1;
}

/*-- RUBRIC --*/
.rubric { 
  display: inline-block;
  width: 100%;
}

.rubric__title {
  color: #585858;
  font-size: 0.80em;
  font-weight: 700;
  margin-top: 2em;
  margin-right: 0;
  margin-bottom: 0.75em;
  margin-left: 0;
  text-transform: uppercase;
}

/* ------------------------------------
  RESPONSIVE MODULES
--------------------------------------- */

/* Tablet (Landscape) ----------- */
@media only screen and (min-width: 1025px) {

  /*-- HEADING ASIDE --*/
  .heading-aside.h1,
  .heading-aside.h2 {
    font-size: 24px;
    line-height: 24px; 
  }

  .heading-aside__service-type {
    font-size: 14px;
    line-height: 14px;
    margin-top: 0.75em;
  }  

  .heading-aside.h3 {
    display: block;
  } 
}

/* ------------------------------------
  BASE
--------------------------------------- */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #f5f5f5;
}

/* ------------------------------------
  LAYOUT
--------------------------------------- */

/* Small screens ----------- */

/*-- LAYOUT PAGE --*/
.layout-page {
    padding-left: 5.25em;
}

/*-- LAYOUT NAVIGATION --*/
.layout-nav {
    position: fixed;
    z-index: 400;
    top: 0;
    left: 0;
    height: 100%;
    width: 5.25em;
}

/*-- LAYOUT --*/
.layout {
    position: fixed;
    height: 100%;
    width: calc(100% - 5.25em);
    /* i - prevents search from scrolling away */
    overflow: hidden;
}

    .layout.layout--login {
        background-image: radial-gradient( circle closest-side, #f8f8f8, #e0e0e0 );
        position: absolute;
        margin-left: -5.25em;
        height: 100%;
        width: 100%;
    }

.layout__main {
    float: left;
    position: relative;
    margin-top: 5em;
    height: 100%;
    width: 80%;
}

.layout__aside {
    float: right;
    padding: 0;
    position: relative;
    border-left: 1px solid #a7a7a7;
    height: 100%;
    width: 20%;
}

    .layout__aside.layout__aside--expand {
        position: absolute;
        right: 0;
        z-index: 2100;
        width: 21em;
    }

.layout__aside-content {
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    height: 100%;
    height: calc(100% - 5em);
    background-color: white;
}

.layout__top {
    z-index: 50;
    position: absolute;
    margin-top: -5em;
    min-height: 5em;
    width: 100%;
}

.layout__search-result {
    position: absolute;
    height: calc(100% - 5em);
    width: 100%;
    z-index: 300;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; /* iOS */
    background-color: white;
    transition: height ease 0.25s;
}

.layout__scroll-content {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; /* iOS */
    overflow-x: hidden;
    height: calc(100% - 5em);
}

.layout__scroll-menu {
    position: absolute;
    top: 3em;
    right: 0;
    width: 20%;
    z-index: 100;
    right: 1em;
}

.layout__content {
    position: relative;
    height: 100%;
    padding-top: 2em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5em;
    padding-right: 1.5em;
    max-width: 1035px;
}

    .layout__content.layout__content--text {
        max-width: 800px;
    }

    .layout__content.layout__content--dashboard {
        padding-left: 0;
        padding-right: 0;
        max-width: 410px;
    }

.layout__scrolldown {
    display: inline-block;
    height: 10em;
    width: 100%;
}

@media only screen and (min-width: 925px) {

    /*-- LAYOUT --*/
    .layout__content.layout__content--dashboard {
        max-width: 616px;
    }
}

/* Tablet (Landscape) ----------- */
@media only screen and (min-width: 1025px) {

    /*-- LAYOUT PAGE --*/
    .layout-page {
        padding-left: 6.25em;
    }

    /*-- LAYOUT NAVIGATION --*/
    .layout-nav {
        width: 6.25em;
    }

    /*-- LAYOUT --*/
    .layout {
        width: calc(100% - 6.25em);
    }

        .layout.layout--login {
            margin-left: -6.25em;
        }

    .layout__main {
        width: 72%;
    }

    .layout__aside,
    .layout__aside.layout__aside--expand {
        width: 28%;
    }
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {

    /*-- LAYOUT --*/
    .layout__main {
        width: 75%;
    }

    .layout__aside,
    .layout__aside.layout__aside--expand {
        position: static;
        width: 25%;
    }
}

@media only screen and (min-width : 1300px) {

    /*-- LAYOUT --*/
    .layout__content.layout__content--dashboard {
        max-width: 822px;
    }
}

@media only screen and (min-width : 1600px) {

    /*-- LAYOUT --*/
    .layout__content.layout__content--dashboard {
        max-width: 1028px;
    }
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {

    /*-- LAYOUT --*/
    .layout__main {
        width: 79%;
    }

    .layout__aside,
    .layout__aside.layout__aside--expand {
        position: static;
        width: 21%;
    }
}

/* ------------------------------------
  MODULES
--------------------------------------- */

/*-- LOGO --*/
.logo {
    background-color: white;
    border-bottom: 1px solid #cdcdcd;
    height: 5em;
    text-align: center;
    /* i - +1% ipad fix */
    width: 101%;
}

.logo__heading {
    margin: 0;
    height: 100%;
    width: 100%;
}

.logo__heading-img {
    padding: 20px 10px;
    height: 80px;
}

/*-- NAVIGATION --*/
.nav {
    position: relative;
    height: 100%;
    width: 100%;
}

.nav__menu {
    width: 100%;
    margin-top: 1em;
}

.nav__menu-item {
    width: 100%;
    padding: 1em 1.25em;
}

.nav__menu-link {
    display: inline-block;
    position: relative;
    height: 2em;
    width: 100%;
    padding-bottom: 3.75em;
    border-bottom: 5px solid #E8E8E8;
    opacity: 0.8;
}

    .nav__menu-link:hover {
        border-bottom: 5px solid #F8F8F8;
        opacity: 1;
    }

    .nav__menu-link.nav__menu-link--home {
        background: url(/Content/images/nav__menu-link--home.png) no-repeat top center;
    }

    .nav__menu-link.nav__menu-link--mi {
        background: url(/Content/images/nav__menu-link--mi.png) no-repeat top center;
    }

    .nav__menu-link.nav__menu-link--taken {
        background: url(/Content/images/nav__menu-link--taken.png) no-repeat top center;
    }

.nav__menu-badge {
    position: absolute;
    top: -0.5em;
    right: -0.5em;
    display: block;
    height: 27px;
    width: 27px;
    text-align: center;
    line-height: 2em;
    border-radius: 1em;
    font-size: 14px;
    font-weight: 700;
    background-color: white;
    color: black;
}

    .nav__menu-badge.nav__menu-badge--hidden {
        display: none;
    }

    .nav__btn {
        position: absolute;
        display: block;
        width: 100%;
        opacity: 0.8;
        background-color: transparent;
        border-top: 1px solid black;
    }

    .nav__btn:hover,
    .nav__btn.nav__btn--service:hover {
        opacity: 1;
    }

    .nav__btn.nav__btn--service {
        bottom: 10.625em;
        height: 5em;
        opacity: 0.6;
    }

    .nav__btn.nav__btn--settings {
        bottom: 5.625em;
        height: 5em;
    }

    .nav__btn.nav__btn--logout {
        bottom: 0;
        height: 5.625em;
    }

.nav__service {
    position: absolute;
    left: 5.25em;
    bottom: 13.1em;
    width: 17.5em;
    padding: 1em;
    border-left: 0;
    background: white;
    border: 3px;
    border-left: 0;
    border-style: solid;
}

    .nav__service::before {
        position: absolute;
        content: '';
        bottom: 0;
        left: -1.5em;
        height: 0px;
        width: 0px;
        border-left: 1.5em solid transparent;
        border-bottom: 1.5em solid white;
    }

/*-- CALENDER NAV --*/
.calender-nav {
    margin-left: 1em;
}

.calender-nav__list {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
}

.calender-nav__sublist {
    padding-top: 1.5em;
}

.calender-nav__item {
    margin-bottom: 1.5em;
}

.calender-nav__text {
    padding-left: 1em;
    color: #bebebe;
    border-left: 3px solid #d8d8d8;
    text-decoration: none;
}

.calender-nav__item.calender-nav__item--active > .calender-nav__text {
    color: #545454;
}

/*-- MENU --*/
.menu {
    list-style: none;
    padding: 0;
    /*flex*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*direction: row*/
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    /*wrap*/
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menu__item {
    display: inline-block;
    position: relative;
    min-height: 205px;
    width: 196px;
    padding: 16px;
    padding-top: 14px;
    margin: 0 3px 10px 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .menu__item > a {
        color: white;
        text-decoration: none;
    }

.menu__label {
    font-size: 14px;
    font-weight: 700;
    padding-top: 18px;
    text-align: center;
    margin: 0;
}

/*-- UPDATED (hightligt) --*/
[class*="--updated"] {
    -webkit-animation: newItem 8s;
    animation: newItem 8s;
}

@-webkit-keyframes newItem {
    0% {
        background: white;
        color: black;
    }

    15% {
        background: #fbfdcb;
        color: black;
    }

    60% {
        background: #fbfdcb;
        color: black;
    }

    100% {
        background: white;
        color: black;
    }
}

@keyframes newItem {
    0% {
        background: white;
        color: black;
    }

    15% {
        background: #fbfdcb;
        color: black;
    }

    60% {
        background: #fbfdcb;
        color: black;
    }

    100% {
        background: white;
        color: black;
    }
}

/*-- CONTAINER --*/
.container {
    float: left;
    margin-bottom: 1em;
    width: 100%;
}

/* SUPERFLY */

.container-superfly {
    float: left;
    margin-bottom: 1em;
    width: 100%;
    background-color: #FFF;
    border-radius: 0.25em;
    border: solid 1px #D2D2D2;
    padding: 0.25em;
}

.container-superfly-transparent {
    float: left;
    margin-bottom: 1em;
    width: 100%;
    background-color: #F5F5F5;
    padding: 0em 0.25em;
}

.container.white {
    float: left;
    background-color: #FFF;
    width: 100%;
}

.filter-padding {
    padding-top: 0.25em;
    padding-right: 0.75em;
    padding-bottom: 0.5em;
    padding-left: 0.75em;
}

.container.soft-border {
    border: solid 1px #E2E2E2;
    border-radius: 0.25em;
    padding: 0.25em 0em;
}

.bottom-margin-one {
    margin-bottom: 1em;
}

.container-superfly-transparent.borderline {
    border-radius: 0.25em;
    border: solid 1px #D2D2D2;
}

.container-calculationcomment {
    width: 100%;
}

.container-reviewcomment {
    width: 100%;
}

.container-comment-header {
    color: #989898;
    font-size: smaller;
    /*margin-bottom: 0.75em;*/
}

.container-reviewcomment.for-reviewer {
}

.container-reviewcomment.from-reviewer {
    float: right;
}

.container-comment-header.from-reviewer,
.container-reviewcomment-content.from-reviewer {
    text-align: right;
}

.container-comment-content {
    color: #000;
    background-color: #FFF;
    border: solid 1px #D2D2D2;
    border-radius: 0.25em;
    padding: 0.5em;
}

/* .container-reviewcomment-content + before : SEE THEME.CSS */
.col-2 {
    width: 2%;
}

.col-24 {
    width: 24%;
}

.col-25 {
    width: 25%;
}

.col-50 {
    width: 50%;
}

.xtra-padding-05 {
    padding-left: 0.5em;
}

.top-border {
    border-top: solid 1px #D2D2D2;
}

.list-line-superfly {
    float: left;
    padding-left: 1em;
    padding-top: 0.25em;
    width: 100%;
    background-color: white;
}

.list-line-superfly-product {
    float: left;
    width: 98%;
    padding-top: 0.9em;
    padding-bottom: 0.9em;
    background-color: #FFF;
    margin-left: 0.5em;
    border-bottom: solid 1px #D2D2D2;
}

.list-line-superfly-product:last-child {
    border: none !important;
}

    .list-line-superfly-product.disabled,
    .list-line-superfly-product.disabled:last-child {
        background-color: #f5f5f5;
    }
        .list-line-superfly-product.disabled .list-line__item--state-products span {
            padding: 0.5em 0.75em;
            font-size: 10px;
            text-transform: uppercase;
            text-align: center;
            border: solid 1px #d2d2d2;
            color: #57656D;
            white-space: normal;
            -webkit-border-radius: 0.25em;
            -moz-border-radius: 0.25em;
            border-radius: 0.25em;
        }

.list-line-no-border {
    float: left;
    margin-left: 1em;
    padding: 1em 1em 1em 0em;
    min-height: 2em;
    width: 95%;
    background-color: white;
}

list-line__item-header {
    float: left;
    min-height: 0.5em;
    padding-right: 0.5em;
}

.list-line-superfly-transparent {
    float: left;
    padding-left: 1em;
    padding-top: 0.25em;
    width: 100%;
    background-color: #F5F5F5;
}

.list-line__item-superfly {
    display: table-cell;
}

.list-line__label--sublabel {
    color: #a5a5a5;
}

.list-line__item--premium-superfly {
    width: 6.75em;
}

.list-line__item--statusinfo-superfly {
    width: 13em;
    text-transform: uppercase;
    font-size: small;
}

.list-line__item--toolbar-superfly {
    width: 2.25em;
}

.list-line__item--royale-withcheese {
    position: relative;
    width: 1.5em;
    float: right;
}

.btn-i-np {
    /* because no padding on buttons */
}

.btn-i--trash {
    background: url(/Content/images/trash.png) no-repeat center center;
    float: right;
    height: 1.55em;
}

.btn-i--editproduct {
    background: url(/Content/images/muteer.png) no-repeat center center;
    float: right;
    height: 1.55em;
    width: 1em;
}

.btn-i--claim {
    background: url(/Content/images/schade.png) no-repeat center center;
    float: right;
    height: 1.55em;
    width: 1em;
}

.btn-i--royale-withcheese {
    background: url(/Content/images/hamburger.png) no-repeat center center;
    float: right;
    height: 1.55em;
    width: 1em;
}

.btn-i--calc {
    background: url(/Content/images/calc.png) no-repeat center center;
    float: right;
    height: 1.55em;
    width: 1em;
}

.btn-i--calc:disabled {
    background: url(/Content/images/calc-disabled.png) no-repeat center center;
}

.needsmoregrey {
    color: #a5a5a5;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.saved-calculation {
    border-bottom: solid 1px #E2E2E2;
}

    .saved-calculation:nth-child(even) {
        background-color: #FBFBFB;
    }

    .saved-calculation:last-child {
        margin-bottom: 1em;
    }

a.accepted,
a.requested {
    color: #000 !important;
}

.top-margin {
    margin-top: 0.25em;
}

.select-filter__default {
    height: 100%;
    padding-left: 0.5em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    margin-left: 0.25em;
    border: solid 1px #D2D2D2;
    background-color: #F5F5F5;
    text-transform: lowercase;
}

.container-tax-rebate-header {
    width: 100%;
    font-size: smaller;
    color: #989898;
    float: left;
    padding: 0.3em 1em;
}

.container-tax-rebate-header-item {
    width: 50%;
}

.container-tax-rebate-content {
    width: 100%;
    border-top: solid 1px #D2D2D2;
    font-size: smaller;
    float: left;
}

    .container-tax-rebate-content .rebate-list {
        width: 50%;
        float: left;
        border-right: solid 1px #D2D2D2;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

    .container-tax-rebate-content .tax-list {
        width: 50%;
        float: left;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

.rebate-label {
    width: 50%;
    float: left;
    color: #989898;
    padding: 0.5em 1em;
}

.tax-label {
    width: 50%;
    float: left;
    color: #989898;
    padding: 0.5em 1em;
}

.rebate-amount {
    width: 50%;
    float: left;
    color: #989898;
    text-align: right;
    padding: 0.5em 1em;
}

.tax-amount {
    width: 50%;
    float: left;
    color: #989898;
    text-align: right;
    padding: 0.5em 1em;
}

span.policynumber {
    font-size: 70%;
    color: #A5A5A5;
}

div.accepted {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: small;
    color: #000;
    padding: 0.2em 0.4em;
    border: solid 1px #000;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clip {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

.rubric_header {
    text-transform: uppercase;
    font-size: 80%;
    font-weight: 500;
}

span.modified-label,
span.new-label {
    padding: 0.5em 0.75em;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    border: solid 1px #EEE;
    border-radius: 3px;
    color: #57656D;
    background-color: #EEE;
    font-weight: 600;
}

span.accepted-label,
span.reviewed-label {
    padding: 0.5em 0.75em;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #d3d3d3;
    color: #626262;
    white-space: normal;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
}

span.controleren-label {
    padding: 0.5em 0.75em;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    border: solid 1px #626262;
    border-radius: 3px;
    color: #626262;
    font-weight: 600;
}

.heading-sub-title {
    width: 85%;
    float: left;
}

.header-sub-toolbar {
    width: 15%;
    float: right;
}

.heading-sub-toolbar__close-page,
.heading-sub-toolbar__open-page {
    border-bottom: 0;
    float: right;
    height: 2em;
    width: 2.5em;
    margin-top: 0.36em;
    line-height: 2em;
    font-size: 1.25em;
}

.heading-sub-toolbar__close-page {
    color: #969696;
    text-align: center;
    text-decoration: none;
}

.heading-sub-toolbar__open-page.heading-buttons__open-page--task {
    background: url(/Content/images/heading__open-page--task.png) center center no-repeat;
}

.header-sub-toolbar a:last-child {
    border-right: 1px solid #e9e9e9;
}

.header-sub-toolbar a:first-child {
    border-right: none;
}

/* NO MORE SUPERFLY */
.container.no-content {
    border-radius: 0.25em;
    border: 1px solid #D2D2D2;
    background-color: #EAEAEA;
    width: 100%;
    padding: 2.5em
}

.container.unchanged-products {
    border-radius: 0.25em;
    border: 1px solid #D2D2D2;
    width: 100%;
    padding: 1em;
}

.container.no-content div {
    float: left;
    width: 100%;
    margin: 1em;
    text-align: center;
}

/*-- COLUMN CONTAINER --*/
.column-container {
    display: inline-table;
    width: 100%;
}

.column-container__column {
    display: table-cell;
    width: 1%;
}

/*-- CONTAINER LABEL & INPUT --*/
.container-label {
    float: left;
    width: 18%;
}

.container-inp {
    position: relative;
    float: left;
    width: 82%;
}

    .container-inp.container-inp--upload {
        margin-bottom: 2em;
    }

/*-- TABS --*/
.tabs {
    display: inline-block;
    width: 100%;
}

.tabs__item {
    display: inline-block;
    margin-bottom: -7px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

    .tabs__item.tabs__item--active {
        background-color: white;
    }

.tabs__link {
    display: inline-block;
    padding: 1.75em 4em;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: #bdbdbd;
}

.tabs__item.tabs__item--active > .tabs__link {
    color: #000000;
    border-left: 1px solid #F0F0F0;
}

/*-- ARTICLE --*/
.article {
    font-style: italic;
}

    .article.article--comment {
    }

    .article h1 {
        display: block;
        margin: 0;
        margin-bottom: 0.75em;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0.0625em;
        text-transform: uppercase;
    }

    .article p {
        color: #a5a5a5;
        font-size: 15px;
    }

/*-- MSG --*/
.msg {
    display: inline-block;
    width: 100%;
    margin: 2em 0;
    text-align: center;
}

    .msg.msg--aside {
        margin: 1em 0;
    }

/*-- NOTE --*/
.note {
    display: inline-block;
    padding: 1.75em;
    margin-bottom: 2em;
    background-color: #f1f1f1;
}

.note__text {
    overflow: hidden;
}

.note__icon {
    float: left;
    width: 3.75em;
    height: 4em;
    margin-right: 1.75em;
    background: url(/Content/images/icon-note--no-naw.png) no-repeat center center;
}

/*-- FIELDSET --*/
.fieldset {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 2em;
    padding-bottom: 0;
    background-color: white;
    border: transparent;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #F0F0F0;
}

.fieldset-no-border {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 2em;
    padding-bottom: 0;
    background-color: white;
    border: none !important;
}

/*-- LABEL, LABEL CHECKBOX --*/
.label, .label-checkbox {
    display: block;
}

/*-- LABEL --*/
.label {
    margin: 0;
    margin-bottom: 0.5em;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
}

    .label.label--same-line {
        margin-bottom: 0;
        height: 60px;
        line-height: 60px;
    }

.label__sublabel {
    color: #b4b4b4;
}

/*-- LABEL CHECKBOX --*/
.label-checkbox {
}

/*-- INPUT, TEXTAREA, SELECT --*/
.inp, .select, .textarea {
    height: 60px;
    width: 100%;
    padding: 1em;
    border: 1px solid #6f6f6f;
    color: black;
}

/*-- INPUT, SELECT, LABEL CHECKBOX, TEXTAREA --*/
.inp, .select, .label-checkbox, .textarea {
    margin-bottom: 1.5em;
}

    /*-- INPUT + SELECT + TEXTAREA DISABLED --*/
    html input[disabled],
    html input[readonly],
    .inp.inp--disabled,
    .inp.inp--unit-disabled,
    .inp.inp--unit-after-disabled,
    .inp.inp--checkbox-disabled,
    .form__inp.form__inp--disabled,
    .form__inp.form__inp--unit-disabled,
    .form__inp.form__inp--unit-after-disabled,
    .select.select--disabled,
    .textarea.textarea--disabled {
        cursor: default;
        color: #a4a4a4;
        background-color: white;
        border: 1px solid #d4d4d4;
        opacity: 1;
    }

    /*-- INPUT --*/
    .inp.inp--checkbox,
    .inp.inp--checkbox-disabled {
        margin: 0;
        margin-right: 0.5em;
        padding: 0;
        height: auto;
        width: 13px;
        vertical-align: middle;
    }

    .inp.inp--unit {
        padding-left: 7.25em;
    }

        .inp.inp--unit:focus {
            outline: none;
        }

    .inp.inp--search {
        box-sizing: border-box;
        margin-top: 0.4em;
        margin-bottom: 0.4em;
        padding: 0;
        padding-left: 0.75em;
        border: none;
        height: 1.8em;
        font-size: 1.85em;
        font-weight: 300;
        border-left: 1px solid #cfcfcf;
        border-radius: 0; /* iOS */
        -webkit-appearance: none; /* iOS */
    }

        .inp.inp--search:focus {
            border: none; /* iOS */
            border-left: 1px solid #cfcfcf; /* iOS */
        }

        .inp.inp--search::-ms-clear {
            /* i - IE10 fix */
            display: block;
            height: 4em;
            width: 4em;
        }

    .inp.inp--file {
        padding: 0;
        width: 55%;
        height: 34px;
        margin-top: 10px;
        margin-bottom: 10px;
        border: 0;
        background-color: white; /* IE */
    }

        .inp.inp--file:focus {
            border: none;
        }

/*-- TEXTAREA --*/
.textarea {
    outline: 0;
    resize: vertical;
}

    .textarea:focus {
        outline: none;
    }

    .textarea.textarea--multiline {
        height: 10em;
    }

/*-- INP ADDON --*/
.inp-addon {
    display: block;
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    height: 58px;
    line-height: 58px;
    padding: 0 1em;
    border-right: none;
    background: #f4f4f4;
    color: #818181;
    font-size: 14px;
}

/*-- FORM INPUT ERROR --*/
.form-inp-error {
    position: relative;
    display: block;
    width: 100%;
    margin-top: -1em;
    margin-left: 1em;
    text-align: left;
}

.form-inp-error {
    bottom: 0;
    left: 0.5em;
}

    .form-inp-error.form-inp-error--addon {
        left: 5.75em;
    }

    .form-inp-error.form-inp-error--radio,
    .form-inp-error.form-inp-error--checkbox {
        left: -0.15em;
        bottom: -0.75em;
        margin-bottom: 0.75em;
    }

    .form-inp-error.form-inp-error--form {
        bottom: -1.5em;
        left: 0.25em;
        margin-top: -1.5em;
        margin-bottom: 1em;
    }

        .form-inp-error.form-inp-error--form .form-inp-error__text::before {
            top: -0.5em;
        }

    .form-inp-error.form-inp-error--form-radio,
    .form-inp-error.form-inp-error--form-checkbox {
        display: inline-block;
        position: inherit;
        top: initial;
        bottom: -0.75em;
        left: 0;
        margin-top: 0;
    }

        .form-inp-error.form-inp-error--form-radio .form-inp-error__text,
        .form-inp-error.form-inp-error--form-checkbox .form-inp-error__text {
            margin-top: 0;
        }

    .form-inp-error.form-inp-error--form-radio-yes-no {
        position: inherit;
        display: inline-block;
        margin-top: 0;
        left: 0;
        margin-left: 0;
        bottom: 0;
    }

        .form-inp-error.form-inp-error--form-radio-yes-no .form-inp-error__text {
            display: inline-block;
            margin-top: 0;
            margin-left: 0.5em;
        }

    .form-inp-error.form-inp-error--form-search {
        margin-top: -0.5em;
        left: 1.25em;
    }

    .form-inp-error.form-inp-error--form-objectselector {
        margin-left: 1.5em;
        display: inline-block;
        margin-top: 1.5em;
    }

    .form-inp-error.form-inp-error--form-textarea {
        margin-top: -0.5em;
    }

        .form-inp-error.form-inp-error--form-textarea .form-inp-error__text {
            margin-top: 0;
        }

    .form-inp-error.form-inp-error--form-aside {
        margin-left: 0;
        margin-top: 0;
    }

        .form-inp-error.form-inp-error--form-aside .form-inp-error__text {
            top: initial;
            max-width: calc(100% - 0.75em);
            width: 100%;
            margin-left: 0.25em;
            margin-top: 0.5em;
            position: initial;
            margin-bottom: 0.25em;
        }

    .form-inp-error.form-inp-error--form-radio-aside {
        position: absolute;
        bottom: -3.5em;
        left: 0;
        z-index: 300;
    }

    .form-inp-error.form-inp-error--form-aside .form-inp-error__text {
        display: block;
        margin-top: 0.5em;
    }

    .form-inp-error.form-inp-error--form-header {
        position: absolute;
        top: -1em;
        left: -0.2em;
    }

    .form-inp-error.form-inp-error--search-bar {
        left: 1em;
        top: 1em;
    }

    .form-inp-error.form-inp-error--search {
        left: 1.75em;
        top: 6.5em;
    }

    .form-inp-error.form-inp-error--premium-inp {
        position: absolute;
        font-weight: 400;
        top: 4.5em;
        left: initial;
        right: 2.7em;
        width: inherit;
    }

        .form-inp-error.form-inp-error--premium-inp .form-inp-error__text::before {
            border-right: 1.5em solid #ee5959;
            border-left: none;
            right: 0;
            top: -0.5em;
        }

.form-inp-error__text {
    display: inline-block;
    top: -1.5em;
    z-index: 20;
    color: white;
    background-color: #ee5959;
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-top: 0.3em;
    padding-bottom: 0.5em;
    margin-left: -0.5em;
}

    .form-inp-error__text:empty {
        display: none;
    }

    .form-inp-error__text::before {
        content: "";
        width: 0px;
        height: 0px;
        border-top: 1em solid transparent;
        border-left: 1.5em solid #ee5959;
        padding: 0.25em;
        margin-left: -0.5em;
        position: absolute;
        top: -1em;
    }

.form-inp-error.form-inp-error--form-header .form-inp-error__text::before {
    border-top: 0;
    border-bottom: 1em solid transparent;
    border-left: 1.5em solid #ee5959;
    top: 1.75em;
}

/*-- PAGINATION --*/
.pagination {
    display: inline-table;
    margin-bottom: 1em;
    width: 100%;
}

.pagination__container {
    display: table-row;
}

.pagination__item {
    display: table-cell;
}

    .pagination__item > a {
        display: block;
        margin: auto;
        height: 0.75em;
        width: 0.75em;
        text-align: center;
        text-decoration: none;
        background-color: #A8A8A8;
        color: white;
        -webkit-border-radius: 1em;
        -moz-border-radius: 1em;
        border-radius: 1em;
    }

/*-- SELECT FILTER --*/
.select-filter {
    width: 100%;
    height: 3.25em;
    background-color: white;
    border-bottom: 1px solid #dadada;
}

.select-filter__control {
    display: inline-block;
    height: 100%;
    margin-right: 0.25em;
}

.select-filter__label {
    margin-right: 0.75em;
    margin-left: 1.25em;
    line-height: 4.4em;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #989898;
}

.select-filter__select {
    height: 100%;
    padding-left: 0.5em;
    margin-left: 0.25em;
    border: #ededed;
    border-right: 1px solid #f5f5f5;
    color: #989898;
    background-color: #fafafa;
    text-transform: lowercase;
}

.select-filter__btn {
    display: block;
    float: right;
    width: 4em;
    height: 100%;
    border-left: 1px solid #f5f5f5;
    background-color: pink;
}

    .select-filter__btn.select-filter__btn--tasks {
        background: url(/Content/images/select-filter__btn--tasks.png) no-repeat center center;
    }

/*-- FILTER (BTN) --*/
.filter {
}

    .filter.filter--body {
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 1.25em;
        /*margin-bottom: 1em;*/
    }

.filter__btn {
    padding: 1em;
    border: 1px solid transparent;
    font-size: 12px;
    letter-spacing: 0.1em;
    background: transparent;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

    .filter__btn:first-child {
        margin-left: 0;
    }

    .filter__btn:last-child {
        margin-right: 0;
    }

    .filter__btn.filter__btn--active {
        cursor: default;
        color: #535353;
        border: 1px solid #8c8c8c;
    }

.filter__text {
    color: #a8a8a8;
    text-transform: uppercase;
}

.filter__btn.filter__btn--active .filter__text {
    color: #535353;
}

.filter__count {
    color: #a8a8a8;
    font-weight: 400;
}

/*-- HEADER FILTER --*/
.header-filter,
.header-filter__control { /* ! - .header-filter__control depricated */
    position: absolute;
    top: 0;
    right: 0;
    height: calc(4em - 1px);
    width: 12.3em;
}

.header-filter__label {
    margin-right: 0.5em;
    line-height: 4.4em;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #989898;
}

.header-filter__select {
    height: 2.5em;
    margin-top: 0.75em;
    padding: 0 0.5em;
    color: #989898;
    border: #ededed;
    background-color: #fafafa;
    text-transform: lowercase;
    width: 6em;
}

.header-filter__checkbox-label {
    display: inline-block;
    margin-top: 1.55em;
    color: #a0a0a0;
    float: right;
    margin-right: 0.25em;
    line-height: 1em;
}

    .header-filter__checkbox-label .form__inp {
        display: inline-block;
        vertical-align: top;
        height: 1em;
        margin-right: 0.25em;
    }

/*-- LOGIN --*/
.login {
    color: #eeeeee;
}

.login__box {
    border: 1px solid #d0d0d0;
    margin: auto;
    margin-top: 7em;
    margin-bottom: 0;
    background-color: #f2f2f2;
    width: 18.75em;
}

.login__logo {
    position: relative;
    height: 125px;
    width: 100%;
    background-color: white;
}

.login__logo-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100px;
    max-width: 250px;
}

.login__sitename {
    margin: 0.5em 0;
    height: 3em;
    line-height: 3em;
    color: #6a6a6a;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 0.0625em;
    text-align: center;
}

.login__loginwaitmessage {
    font-weight: 700;
    color: #444;
    padding: 2em 1em;
    text-align: center;
}

.login__footer {
    color: #a2a2a2;
    margin: auto;
    padding: 0.25em 1em;
    text-align: center;
    width: 18.75em;
}

.login__footer-text {
    margin: 0;
    padding: 0.5em 0;
    display: block;
    font-size: 15px;
    line-height: 38px;
}

.login__form {
    padding: 0 1.5em 1.5em 1.5em;
    margin: 0;
    width: 100%;
}

.login__form-line {
    height: 3.5em;
    padding-bottom: 4.75em;
}

    .login__form-line:first-child {
        border-bottom: none;
    }

.login__inp {
    border: none;
    height: 4em;
    width: 100%;
    margin-bottom: 1em;
    padding: 1em;
    color: black;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.0625em;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
}

.login__form-line.login__form-line--error .login__inp {
    border: 1px solid #f13244;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

.login__form-error {
    color: #f13244;
    font-size: 0.85em;
    font-weight: 700;
    margin: 0 0 1em 0;
}

    .login__form-error p {
        border: 1px solid red;
        font-weight: 400;
        margin-bottom: 1em;
        padding: 0.75em;
    }

    .login__form-error.login__form-error--saml p {
        margin-top: 1em;
    }

/*-- SEARCH --*/
.search {
    background-color: white;
    position: relative;
    height: 5em;
    width: 100%;
    border-bottom: 1px solid #cdcdcd;
    z-index: 20;
}

.search__form {
    position: relative;
    width: 50%;
    margin-left: 50%;
}

.search__inp-container {
    position: relative;
    height: 5em;
}

/*-- RESULT --*/
.result {
    height: 6.25em;
    width: 100%;
    padding-top: 1em;
    background-color: white;
    border-bottom: 1px solid #e6e6e6;
}

    .result:hover {
        background-color: #f8f8f8;
        transition: background-color 1s ease;
    }

.result__container {
    display: inline-block;
}

    .result__container.result__container--customer {
        width: 7em;
        cursor: pointer;
    }

    .result__container.result__container--data {
        width: calc(100% - 25em);
        line-height: 1.4;
        color: #888888;
        cursor: pointer;
    }

        .result__container.result__container--data li {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .result__container.result__container--icons {
        float: right;
        width: 17.75em;
    }

.result__icon-list-item {
    display: inline-block;
    width: 4.25em;
    padding: 0.75em;
    border-right: 1px solid #e1e1e1;
}

    .result__icon-list-item:last-child {
        border-right: none;
    }

.result__loader {
    display: block;
    width: 100%;
    height: 8em;
}

.result__none {
    padding: 1em;
}

.result__relatienummer {
    display: inline-block;
    padding-right: 0.4em;
}

.result__name-title {
    margin: 0;
    font-size: 1.05em;
}

/*-- FORM --*/
.form {
    width: 100%;
}

    .form.form--aside {
        margin: 0;
        width: 100%;
    }

/*-- FORM (fieldset) --*/
.form__fieldset {
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-bottom: 1em;
    padding: 0;
    border: 1px solid #e5e5e5;
    background: white;
}

    .form__fieldset.form__fieldset--total {
        background-color: #eeeeee;
    }

    .form__fieldset.form__fieldset--aside {
        padding: 0.75em 0;
        border: none;
        -webkit-border-radius: 0.25em;
        -moz-border-radius: 0.25em;
        border-radius: 0.25em;
    }

    .form__fieldset .form__fieldset {
        /* i - goudse bug ... */
        margin-bottom: 0;
    }

/*-- FORM (text) --*/
.form__text,
.form__container p { /* i - fallback */
    margin-bottom: 0.75em;
}

    .form__text:first-child,
    .form__container p:first-child { /* i - fallback */
        margin-top: 0.5em;
    }

    .form__text.form__text--input {
        margin-bottom: 0;
        display: inline-block;
        padding: 0.5em;
        min-height: 2.75em;
        min-width: 100%;
        border: 1px solid #d4d4d4;
        color: #a4a4a4;
    }

        .form__text.form__text--input:first-child {
            margin-top: 0;
        }

/*-- FORM (info & button info) --*/
.form__info {
    background-color: #666;
    color: white;
    padding: 1.5em 3em 1em 2.5em;
    position: relative;
    width: calc(100% + 2em);
    margin-left: -1em;
}

.form__info-close {
    position: absolute;
    right: 0.25em;
    height: 1em;
    width: 2em;
    text-align: center;
    font-weight: 700;
    top: 0.75em;
    font-size: 1.5em;
    cursor: pointer;
}

.form__info-arrow {
    position: absolute;
    bottom: -1em;
    right: 0.75em;
    height: 0;
    width: 0;
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    border-top: 1em solid #666;
}

.form__btn-info {
    position: absolute;
    top: 0.6em;
    right: -0.74em;
    height: 3em;
    width: 3em;
    line-height: 3em;
    border: none;
    background: url(/Content/images/icon--form-info.png) center center no-repeat;
}

    .form__btn-info.form__btn-info--tabs {
        top: inherit;
        bottom: 0.3em;
    }

.form__line.form__line--header .form__container.form__container--extra {
    padding-top: 0;
}

.form__line.form__line--header .form__btn-info {
    top: -2.75em;
}

/*-- FORM (line) --*/
.form__line {
    background-color: white;
    border-left: 1em solid white;
    border-right: 1em solid white;
    border-top: 1px solid #f5f5f5;
    min-height: 4.1em;
    width: 100%;
}

    .form__line:first-child, [style="display:none"] + .form__line {
        /* i - remove first border, within fieldset */
        border-top: 0;
    }

.form.form--aside .form__line {
    border: 0;
    margin-bottom: 1px;
    background-color: white;
    min-height: 4.8em;
    width: 100%;
}

.form__line.form__line--header,
.form__line.form__line--header-mandatory,
.form__line.form__line--header-error,
.form__line.form__line--header-complete {
    position: relative;
    min-height: 4em;
}

    .form__line.form__line--header:after,
    .form__line.form__line--header-mandatory:after,
    .form__line.form__line--header-error:after,
    .form__line.form__line--header-complete:after {
        display: block;
        min-height: 0.9em;
        width: 100%;
        content: '';
        border-bottom: 1px solid #ddd; /* #c5c5c5 */
    }

    .form__line.form__line--header + .form__line,
    .form__line.form__line--header-mandatory + .form__line,
    .form__line.form__line--header-error + .form__line,
    .form__line.form__line--header-complete + .form__line {
        /* i - remove first border, within form__line after header */
        border-top: 0;
    }

.form__line.form__line--header-error {
    position: relative;
    background-color: #ffefef;
    border-left: 1.25em solid #ffefef;
    border-right: 1.25em solid #ffefef;
}

.form__line.form__line--toggle {
    border-bottom-color: #e1e1e1;
}

.form__line.form__line--total-premium {
    background-color: #f5f5f5;
    font-size: 1.05em;
    border-top: 1px solid #e5e5e5;
    border-right: 0;
    border-left: 0;
    padding-right: 0.55em;
    padding-left: 1em;
    position: relative;
    z-index: 10;
}

    .form__line.form__line--total-premium::after {
        content: '';
        height: 4.1em;
        width: 106%;
        padding-bottom: 4em;
        position: absolute;
        border-right: 3em solid #f5f5f5;
        border-left: 3em solid #f5f5f5;
        border-bottom: 0.25em solid #f5f5f5;
        border-bottom-color: rgb(245, 245, 245);
        left: -3%;
    }

.form__line.form__line--header-bin {
    min-height: 0;
    height: 2.55em;
    margin-top: -2.55em;
}

.form__line.form__line--img {
    position: relative;
    height: 8.2em;
    margin-bottom: -8.2em;
}

.form__line.form__line--mandatory .form__label::before {
    content: "*";
    color: #000000;
    font-weight: 300;
}

.form__line.form__line--error {
    position: relative;
    background-color: #ffefef;
    border-left-color: #ffefef;
    border-right-color: #ffefef;
    border-top: none;
}

    .form__line.form__line--error + .form__line {
        border-top: 0;
    }

    .form__line.form__line--error .form__label::before {
        content: "*";
        color: #eb3939;
    }

.form.form--aside .form__line.form__line--error .form__label::before {
    content: "";
}

.form__line.form__line--complete .form__label::before {
    content: "*";
    color: #4b9800;
}

.form__line.form__line--discount .form__premium {
    color: #4b9800;
}

.form__line.form__line--markup .form__premium {
    color: #e44040;
}

.form__line.form__line--math {
    border-bottom: 1px solid transparent;
    min-height: 0.25em;
    margin-bottom: 1px;
}

.form__line.form__line--list {
    border-bottom: none;
    position: relative;
    padding: 1em 0;
}

.form__line.form__line--tabs {
    position: relative;
}

/*-- FORM TILES --*/
.form__line.form__line--comparator-tiles,
.form__line.form__line--main-coverage-tiles {
    padding: 1em 0;
    border-left: 12px solid white;
    border-right: 12px solid white;
    display: flex;
    flex-wrap: wrap;
}

.form__line.form__line--compare-detail-logo {
    border-bottom: 1px solid white;
}

    .form__line.form__line--compare-detail-logo + .form__line {
        border-top: 1px solid white;
    }

.form__line--comparator-tiles .icon.icon--loader {
    width: 100%;
    height: 60px;
    background-position: center center;
}

/*-- FORM (container) --*/
.form__container {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding-top: 0.65em;
    width: 100%;
    padding-left: 1.5em;
}

    .form__container.form__container--label {
        width: calc(50% - 5.25em);
    }

    .form__container.form__container--wide {
        width: calc(100% - 5.25em);
    }

.form__line.form__line--markup .form__container.form__container--label,
.form__line.form__line--discount .form__container.form__container--label {
    width: 50%;
}

.form__line.form__line--total-premium .form__container.form__container--label {
    width: calc(100% - 10.25em);
}

.form__container.form__container--input {
    position: relative;
    padding-left: 0;
    padding-bottom: 0.7em;
    width: calc(50% - 5.25em);
    max-width: 16.5em;
}

.form__container.form__container--buttons {
    padding-left: 0;
    padding-bottom: 0.7em;
    width: 100%;
}

.form__container.form__container--extra {
    float: right;
    padding-left: 0;
    width: 10em;
}

.form__container.form__container--discount {
    padding-top: 0.6em;
    float: right;
    padding-left: 0;
    width: 2em;
}

.form__container.form__container--add,
.form__container.form__container--subtract {
    float: right;
    display: block;
    background-color: #828282;
    height: 0.25em;
    padding: 0;
    margin-right: 2.25em;
    width: 7.5em;
}

.form__container.form__container--summary {
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
}

.form__container.form__container--comparator {
    width: calc(100% - 10em);
}

.form__container.form__container--comparator-logo {
    float: right;
    width: 10em;
    padding-left: 0.5em;
}

.form__container.form__container--add-item {
    width: calc(100% - 10em);
    padding-top: 1.1em;
}

.form__container.form__container--yes-no {
    width: calc(100% - 10em);
}

.form__container.form__container--checkbox-list-item {
    width: 49%;
}

    .form__container.form__container--checkbox-list-item:last-child {
        margin-bottom: 1.25em;
    }

.form__container.form__container--comparator-detail-label {
    width: calc(40% - 5.25em);
}

.form__container.form__container--comparator-detail {
    padding-left: 0;
    width: calc(60% + 3em);
}

.form__container.form__container--comparator-detail-toggle {
    float: right;
    padding-top: 1.25em;
    width: 2em;
}

/*-- FORM (legend) --*/
.form__legend {
    font-size: 0.9em;
    font-weight: 700;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
    width: 100%;
}

    .form__legend.form__legend--aside {
        position: relative;
        width: auto;
        color: #404040;
        font-size: 12px;
        text-align: center;
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

/*-- FORM (header) --*/
.form__header {
    position: relative;
    margin: 0;
    padding: 1.5em 0 0.4em 1.6em;
    font-size: 0.9em;
    font-weight: 700;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
    width: 100%;
}

    .form__header::before {
        position: absolute;
        top: 0.7em;
        left: 0;
        display: block;
        width: 1em;
        content: " ";
        background-color: transparent;
        font-size: 1.6em;
        font-size: 26px;
    }

.form__line.form__line--header-mandatory .form__header::before,
.form__line.form__line--header-error .form__header::before,
.form__line.form__line--header-complete .form__header::before {
    content: "*";
}

.form__line.form__line--header-mandatory .form__header::before {
    color: #000000;
    font-weight: 300;
}

.form__line.form__line--header-error .form__header::before {
    color: #eb3939;
    font-weight: 700;
}

.form__line.form__line--header-complete .form__header::before {
    color: #4b9800;
    font-weight: 700;
}

.form__header.form__header--filter {
    width: calc( 100% - 11.6em);
}

/*-- FORM (label) --*/
.form__label {
    color: #333333;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 0.55em 0 0.7em 0;
    position: relative;
    width: 100%;
}

.form__container.form__container--label .form__label {
    padding-right: 1em;
}

.form__label::before {
    background-color: transparent;
    content: " ";
    display: block;
    font-size: 1.6em;
    left: -0.9em;
    position: absolute;
    width: 1em;
}

.form__label a {
    color: #333;
}

.form__label.form__label--discount,
.form__label.form__label--markup,
.form__label.form__label--add-tax {
    padding-left: 1.5em;
}

    .form__label.form__label--discount::before,
    .form__label.form__label--markup::before,
    .form__label.form__label--add-tax::before {
        font-size: 20px;
        font-weight: 700;
        padding-top: 0;
        min-width: 1em;
        display: block;
        float: left;
        text-align: center;
        width: 1em;
        padding-left: 1em;
        height: 20px;
        line-height: 20px;
    }

    .form__label.form__label--discount::before {
        content: "-";
        color: #4b9800;
    }

    .form__label.form__label--markup::before,
    .form__label.form__label--add-tax::before {
        content: "+";
        color: #e44040;
        font-weight: 400;
        margin-top: 0.15em;
    }

.form__label.form__label--aside {
    padding: 0;
    font-weight: 400;
    margin-bottom: 0.25em;
}

.form__label.form__label--compare-detail-sublabel {
    font-size: 14px;
    font-weight: 700;
}

.form__label.form__label--compare-detail-description {
    font-size: 14px;
    font-weight: 400;
    padding: 0.35em 0 0.35em 0.75em;
    border-left: 1px solid #d8d8d8;
}

/*-- FORM (label radio & label checkbox) --*/
.form__label-radio,
.form__label-checkbox {
    float: left;
    display: inline-block;
    width: auto;
    max-width: calc(100% - 4em);
    padding-top: 0.55em;
    margin-bottom: 0.5em;
}

.form__container.form__container--input .form__label-radio,
.form__container.form__container--input .form__label-checkbox {
    width: auto;
    clear: both;
}

.form__label-checkbox + .form__label-menu,
.form__label-radio + .form__label-menu {
    padding-top: 0.55em;
}

.form__label-radio:only-child,
.form__label-checkbox:only-child {
    max-width: 100%;
}

.form__label-checkbox .form__inp.form__inp--checkbox {
    margin: 0;
    margin-right: 0.5em;
    padding: 0;
    height: 16px;
    width: 16px; /* i - scales in a weird way, when declared in em  */
    vertical-align: middle;
}

.form__label-checkbox.form__label-checkbox--list-item-all {
    font-weight: 700;
}

.form__label-radio.form__label-radio--yes-no {
    margin-right: 1em;
    width: auto;
    margin-bottom: 1.3em;
    padding-top: 0.5em;
}

.form__label-radio.form__label-radio--aside {
    padding: 0.5em 0;
    width: 50%;
}

.form__label-radio-premium {
    font-weight: 700;
    margin-right: 1em;
}

.form__label.form__label--summary,
.form__label.form__label--summary-total {
    font-size: 18px;
    font-weight: 400;
}

    .form__label.form__label--summary > a {
        color: #333333;
        font-weight: 400;
    }

.form__label.form__label--summary-total {
    border-top: 1px solid black;
    font-weight: 700;
}

.form__label-sublabel {
    font-weight: 400;
    color: #a5a5a5;
}

.form__label-premium {
    width: 6.75em;
    float: right;
}

/*-- FORM (label link) --*/
a.form__label-link {
    color: #bbbbbb;
    margin-left: 0.5em;
    font-weight: 400;
}

/*-- FORM (input) --*/
.form__inp {
    height: 2.75em;
    width: 100%;
    padding: 0.75em;
    border: 1px solid #6f6f6f;
}

    .form__inp:focus {
        outline: none;
    }

    .form__inp.form__inp--checkbox,
    .form__inp.form__inp--disabled-checkbox {
        width: 1em;
        border: none;
    }

    .form__inp.form__inp--disabled-checkbox {
        opacity: 0.5;
    }

    .form__inp.form__inp--radio {
        margin-right: 0.5em;
        margin-top: 0.37em;
        vertical-align: top;
        height: 1em;
        width: 1em;
        border: none;
        -webkit-appearance: radio;
    }

    .form__inp.form__inp--unit {
        text-align: right;
    }

    .form__inp.form__inp--unit-after {
        padding-right: 2.625em;
        text-align: right;
    }

    .form__inp.form__inp--unit,
    .form__inp.form__inp--unit-disabled {
        text-align: right;
        padding-left: 2.875em;
    }

    .form__inp.form__inp--unit-after-disabled {
        padding-right: 2.625em;
        text-align: right;
    }

    .form__inp.form__inp--licenseplate,
    .form__inp.form__inp--licenseplate:focus {
        padding-left: 2em;
        width: 10.75em;
        font-weight: 700;
        letter-spacing: 0.1em;
        background-color: #ffba00;
        border: 2px solid black;
        box-shadow: inset 0 2px 0 1px rgba(0,0,0,0.2);
        text-align: center;
        text-transform: uppercase;
        -webkit-border-radius: 0.25em;
        -moz-border-radius: 0.25em;
        border-radius: 0.25em;
    }

    .form__inp.form__inp--search {
        height: 4.1em;
    }

    .form__inp.form__inp--button,
    .form__inp.form__inp--button:focus {
        padding: 0;
        margin: 0;
        margin-bottom: 0.75em;
        width: 100%;
        height: 44px;
        line-height: 44px;
        color: #757575;
        background-color: #fdfdfd;
        border: 1px solid #cbcbcb;
        font-size: 0.8em;
        font-weight: 700;
        letter-spacing: 0.125em;
        text-transform: uppercase;
        -webkit-border-radius: 0.25em;
        -moz-border-radius: 0.25em;
        border-radius: 0.25em;
    }

    /*-- (!) RESERVED --*/
    .form__inp.form__inp--zipcode {
    }

    .form__inp.form__inp--time {
    }

    .form__inp.form__inp--email {
    }

    .form__inp.form__inp--telephone {
    }

    .form__inp.form__inp--mobilephone {
    }

    .form__inp.form__inp--firstupper {
    }

    .form__inp.form__inp--allupper {
    }

    .form__inp.form__inp--postbank {
    }

    .form__inp.form__inp--bank {
    }

    .form__inp.form__inp--futuredate {
    }

    .form__inp.form__inp--iban {
    }

    .form__inp.form__inp--bsn {
    }

    .form__inp.form__inp--rekeningnummer {
    }

.form__inp--posnegnumber {
}

.form__inp--housenumber {
}

.form__inp--posnumber {
}

.form__inp--float {
}

.form__inp--meldcode {
}

.form__inp--bouwjaar {
}

/*-- FORM (input add-on) --*/
.form__inp-addon {
    position: absolute;
    height: 44px;
    line-height: 44px;
    width: 2.875em;
    text-align: center;
}

    .form__inp-addon.form__inp-addon--after {
        right: 0;
        color: #757575;
    }

    .form__inp-addon.form__inp-addon--after-disabled {
        right: 0;
        color: #757575;
    }

    .form__inp-addon.form__inp-addon--licenceplate {
        background-color: #006ae0;
        width: 1.75em;
        border: 2px solid black;
        border-right: none;
        box-shadow: inset 0 2px 0 1px rgba(0,0,0,0.2);
        -webkit-border-top-left-radius: 0.25em;
        -webkit-border-bottom-left-radius: 0.25em;
        -moz-border-radius-topleft: 0.25em;
        -moz-border-radius-bottomleft: 0.25em;
        border-top-left-radius: 0.25em;
        border-bottom-left-radius: 0.25em;
    }

/*-- FORM (select) --*/
.form__select {
    border: 1px solid black;
    padding: 0.5em;
    height: 2.75em;
    width: 100%;
}

.form__select {
    outline: none;
}

/*-- FORM (textarea) --*/
.form__textarea {
    padding: 1em;
    border: 1px solid #6f6f6f;
    height: 7.25em;
    margin-bottom: 0.7em;
    width: 100%;
}

    .form__textarea:focus {
        outline: none;
    }

/*-- FORM (msg) --*/
.form__msg {
    margin-top: 0;
    text-align: center;
    margin-bottom: 1em;
}

/*-- FORM (change) --*/
.form__change {
    padding: 0.25em 0;
}

.form__change-btn {
    background-color: transparent;
    color: #969696;
    font-weight: 400;
}

/*-- FORM (navigation) --*/
.form__nav {
    display: inline-block;
    width: 100%;
    margin-bottom: 1.5em;
    background: url(/Content/images/form-nav--tabs.png) repeat-x center bottom;
}

.form__nav-item {
    display: inline;
    font-size: 16px;
    letter-spacing: 0.04125em;
}

.form__nav-link {
    display: inline-block;
    padding: 0 0.75em;
    height: 3.5em;
    line-height: 3.5em;
    color: #bdbdbd;
    text-decoration: none;
    white-space: nowrap;
}

.form__nav-item.form__nav-item--active .form__nav-link {
    border-bottom: 6px solid;
    color: #000000;
    font-weight: 700;
}

/*-- FORM (tabs) --*/
.form__tabs {
    width: calc(100% - 2em);
    margin: auto;
    margin-top: 2em;
    margin-bottom: 1em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border-bottom: 1px solid #e5e5e5;
    background-color: white;
}

.form__tab {
    display: inline-block;
    margin-bottom: -1px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

    .form__tab.form__tab--active {
        background-color: white;
        border-right: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
        border-top: 1px solid #dddddd;
        border-bottom: 1px solid white;
    }

        .form__tab.form__tab--active > a,
        .form__tab.form__tab--active > .form__tab-link {
            color: #000000;
        }

.form__tab-link {
    display: inline-block;
    padding: 1.5em 2em;
    height: 100%;
    width: 100%;
    color: #bdbdbd;
    text-decoration: none;
}

/*-- FORM (list) --*/
.form__list {
    margin-bottom: 1em;
    max-height: 22.55em;
    overflow: auto;
    width: 100%;
}

    .form__list.form__list--scrolled {
        border-top: 1px solid #cdcdcd;
        border-bottom: 1px solid #cdcdcd;
    }

.form__list-item {
    border-top: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    cursor: pointer;
}

    .form__list-item:hover + .form__list-item,
    .form__list-item.form__list-item--active + .form__list-item {
        border-top: none;
    }

    .form__list-item:last-child,
    .form__list-item.-last-visible {
        border-bottom: 1px solid #cdcdcd;
    }

    .form__list-item.form__list-item--active {
        background: url(/Content/images/icon--list-item-selected.png) right 1.5em center no-repeat;
    }

.form__list-link {
    display: block;
    min-height: 4em;
    padding: 1.25em 3.25em 1em 1em;
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.form__list-link--label-sublabel {
    padding: 0.5em 3.25em 1em 1em;
}

.form__list-link-sublabel {
    width: 100%;
    float: left;
    font-weight: 400;
    color: #888888;
}

.form__list-item__description {
    display: block;
    font-weight: 700;
    padding: 1em 3.25em 0 1em;
}

.form__list-item__type-code {
    display: block;
    color: #888888;
    font-weight: 700;
    padding: 0 3.25em 1em 1em;
}

/*-- FORM (label menu) --*/
.form__label-menu {
    float: right;
    width: 4em;
}

    .form__label-menu .btn-i.btn-i--edit {
        float: left;
    }

        .form__label-menu .btn-i.btn-i--edit:only-child {
            float: right;
        }

    .form__label-menu .btn-i.btn-i--bin {
        float: left;
    }

        .form__label-menu .btn-i.btn-i--bin:only-child {
            float: right;
        }

.form__label-menu-no_width {
    float: right;
}

/*-- FORM (premium) --*/
.form__premium {
    height: 4.125em;
    width: 7.75em;
    margin-top: -0.7em;
    padding: 1.3em 0.5em 0.25em 0.5em;
    color: #333;
    font-size: 16px;
    font-weight: 700;
}

    .form__premium.form__premium--inp {
        border: 1px solid #333;
        height: 3em;
        margin-top: -0.1em;
        padding-top: 0.75em;
        background-color: white; /* i - when error, show white bg */
    }

    .form__premium.form__premium--add {
        color: #4b9800;
    }

    .form__premium.form__premium--subtract {
        color: #e44040;
    }

.form__premium-inp {
    height: 1.55em;
    width: 5.75em;
    text-align: right;
    color: #333;
}

.form__premium-valuta {
    float: left;
}

    .form__premium-valuta.form__premium-valuta--inp {
        color: #333;
    }

.form__premium-euro {
    float: right;
}

/*-- FORM (discount procent) --*/
.form__discount-procent {
    color: #161616;
    font-weight: 700;
    padding-right: 1em;
    text-align: right;
}

.form__container p.form__discount-procent:first-child {
    margin-top: 0.59em;
}

/*-- FORM (buttons) --*/
.form__buttons {
    width: 100%;
    margin-top: 1em;
}

.form__buttons-left {
    float: left;
    margin-right: 10px;
    display: inline-block;
}

.form__buttons-right {
    float: right;
    margin-left: 0.5em;
    margin-left: 10px;
}

    .form__buttons-right button {
        margin-right: 0.75em;
    }

        .form__buttons-right button:last-child {
            margin-right: 0;
        }

/*-- FORM (img) --*/
.form__img-container {
    position: absolute;
    right: 0;
    top: 0;
    width: 12em;
    width: 100%;
    padding-top: 1.55em;
    padding-right: 9em;
    height: 8.2em;
}

.form__img {
    max-width: 7em;
    max-height: 5em;
}

/*-- FORM (comparator logo) --*/
.form__comparator-logo {
    display: inline-block;
    height: 3.25em;
    width: 7em;
    margin-top: -0.25em;
    background-position: center center;
    background-repeat: no-repeat;
}

.form__comparator-logo {
    background-image: url(/Content/images/vergelijker/blanco.png);
}

    /*-------------------

max-width  : 80px
max-height : 30px

-------------------*/

    .form__comparator-logo.form__comparator-logo--A043,
    .form__comparator-logo.form__comparator-logo--A107,
    .form__comparator-logo.form__comparator-logo--A043 {
        background-image: url(/Content/images/vergelijker/abnamro.png);
    }

    .form__comparator-logo.form__comparator-logo--A009,
    .form__comparator-logo.form__comparator-logo--A014,
    .form__comparator-logo.form__comparator-logo--A015,
    .form__comparator-logo.form__comparator-logo--A016,
    .form__comparator-logo.form__comparator-logo--A025,
    .form__comparator-logo.form__comparator-logo--N016 {
        background-image: url(/Content/images/vergelijker/aegon.png);
    }

    .form__comparator-logo.form__comparator-logo--R020,
    .form__comparator-logo.form__comparator-logo--N137,
    .form__comparator-logo.form__comparator-logo--R021,
    .form__comparator-logo.form__comparator-logo--Z053,
    .form__comparator-logo.form__comparator-logo--Z05 {
        background-image: url(/Content/images/vergelijker/allianz.png);
    }

    .form__comparator-logo.form__comparator-logo--A051,
    .form__comparator-logo.form__comparator-logo--A053,
    .form__comparator-logo.form__comparator-logo--A054,
    .form__comparator-logo.form__comparator-logo--U004 {
        background-image: url(/Content/images/vergelijker/amersfoortse.png);
    }

    .form__comparator-logo.form__comparator-logo--A123 {
        background-image: url(/Content/images/vergelijker/arag.png);
    }

    .form__comparator-logo.form__comparator-logo--A055,
    .form__comparator-logo.form__comparator-logo--A057,
    .form__comparator-logo.form__comparator-logo--A059,
    .form__comparator-logo.form__comparator-logo--A061,
    .form__comparator-logo.form__comparator-logo--K015 {
        background-image: url(/Content/images/vergelijker/asr.png);
    }

    .form__comparator-logo.form__comparator-logo--A135,
    .form__comparator-logo.form__comparator-logo--A136,
    .form__comparator-logo.form__comparator-logo--O109,
    .form__comparator-logo.form__comparator-logo--C003 {
        background-image: url(/Content/images/vergelijker/avero.png);
    }

    .form__comparator-logo.form__comparator-logo--F003 {
        background-image: url(/Content/images/vergelijker/fbto.png);
    }

    .form__comparator-logo.form__comparator-logo--B033 {
        background-image: url(/Content/images/vergelijker/bovemij.png);
    }

    .form__comparator-logo.form__comparator-logo--B711,
    .form__comparator-logo.form__comparator-logo--B809 {
        background-image: url(/Content/images/vergelijker/brunstenbrink.png);
    }

    .form__comparator-logo.form__comparator-logo--D003 {
        background-image: url(/Content/images/vergelijker/das.png);
    }

    .form__comparator-logo.form__comparator-logo--D009,
    .form__comparator-logo.form__comparator-logo--D016,
    .form__comparator-logo.form__comparator-logo--N137 {
        background-image: url(/Content/images/vergelijker/deltalloyd.png);
    }

    .form__comparator-logo.form__comparator-logo--E085 {
        background-image: url(/Content/images/vergelijker/europeesche.png);
    }

    .form__comparator-logo.form__comparator-logo--S725,
    .form__comparator-logo.form__comparator-logo--E084,
    .form__comparator-logo.form__comparator-logo--E086 {
        background-image: url(/Content/images/vergelijker/erasmus.png);
    }

    .form__comparator-logo.form__comparator-logo--E505,
    .form__comparator-logo.form__comparator-logo--N043,
    .form__comparator-logo.form__comparator-logo--N045 {
        background-image: url(/Content/images/vergelijker/generali.png);
    }

    .form__comparator-logo.form__comparator-logo--G025,
    .form__comparator-logo.form__comparator-logo--G027,
    .form__comparator-logo.form__comparator-logo--N017 {
        background-image: url(/Content/images/vergelijker/goudse.png);
    }

    .form__comparator-logo.form__comparator-logo--H004 {
        background-image: url(/Content/images/vergelijker/hdi.png);
    }

    .form__comparator-logo.form__comparator-logo--I007,
    .form__comparator-logo.form__comparator-logo--I009,
    .form__comparator-logo.form__comparator-logo--A021 {
        background-image: url(/Content/images/vergelijker/interpolis.png);
    }

    .form__comparator-logo.form__comparator-logo--K011,
    .form__comparator-logo.form__comparator-logo--K009 {
        background-image: url(/Content/images/vergelijker/klaverblad.png);
    }

    .form__comparator-logo.form__comparator-logo--L517,
    .form__comparator-logo.form__comparator-logo--R010 {
        background-image: url(/Content/images/vergelijker/london.png);
    }

    .form__comparator-logo.form__comparator-logo--N013 {
        background-image: url(/Content/images/vergelijker/natned.png);
    }

    .form__comparator-logo.form__comparator-logo--N013 {
        background-image: url(/Content/images/vergelijker/natned.png);
    }

    .form__comparator-logo.form__comparator-logo--C703 {
        background-image: url(/Content/images/vergelijker/nationalacademic.png);
    }

    .form__comparator-logo.form__comparator-logo--N705 {
        background-image: url(/Content/images/vergelijker/nedasco.png);
    }

    .form__comparator-logo.form__comparator-logo--N119 {
        background-image: url(/Content/images/vergelijker/noordhollandsche.png);
    }

    .form__comparator-logo.form__comparator-logo--O004 {
        background-image: url(/Content/images/vergelijker/ohra.png);
    }

    .form__comparator-logo.form__comparator-logo--A137,
    .form__comparator-logo.form__comparator-logo--A139,
    .form__comparator-logo.form__comparator-logo--H040,
    .form__comparator-logo.form__comparator-logo--H041,
    .form__comparator-logo.form__comparator-logo--H043,
    .form__comparator-logo.form__comparator-logo--P021,
    .form__comparator-logo.form__comparator-logo--P023,
    .form__comparator-logo.form__comparator-logo--W505,
    .form__comparator-logo.form__comparator-logo--W507 {
        background-image: url(/Content/images/vergelijker/reaal.png);
    }

    .form__comparator-logo.form__comparator-logo--T741 {
        background-image: url(/Content/images/vergelijker/turien.png);
    }

    .form__comparator-logo.form__comparator-logo--U705,
    .form__comparator-logo.form__comparator-logo--A139,
    .form__comparator-logo.form__comparator-logo--H040 {
        background-image: url(/Content/images/vergelijker/unigarant.png);
    }

    .form__comparator-logo.form__comparator-logo--V055 {
        background-image: url(/Content/images/vergelijker/unive.png);
    }

    .form__comparator-logo.form__comparator-logo--P022 {
        background-image: url(/Content/images/vergelijker/zelf.png);
    }

    .form__comparator-logo.form__comparator-logo--V102 {
        background-image: url(/Content/images/vergelijker/vvaa.png);
    }

    .form__comparator-logo.form__comparator-logo--Z033 {
        background-image: url(/Content/images/vergelijker/zlm.png);
    }

    .form__comparator-logo.form__comparator-logo--M730 {
        background-image: url(/Content/images/vergelijker/mercuriusnv.png);
    }

    .form__comparator-logo.form__comparator-logo--A752 {
        background-image: url(/Content/images/vergelijker/allsecur.png);
    }

    .form__comparator-logo.form__comparator-logo--Z999.form__comparator-logo--budgio {
        background-image: url(/Content/images/vergelijker/budgio.png);
    }

    .form__comparator-logo.form__comparator-logo--Z999.form__comparator-logo--fbto {
        background-image: url(/Content/images/vergelijker/fbto.png);
    }

    .form__comparator-logo.form__comparator-logo--Z999.form__comparator-logo--gio {
        background-image: url(/Content/images/vergelijker/gio.png);
    }

    .form__comparator-logo.form__comparator-logo--Z999.form__comparator-logo--licent {
        background-image: url(/Content/images/vergelijker/licent.png);
    }

    .form__comparator-logo.form__comparator-logo--Z999.form__comparator-logo--A002,
    .form__comparator-logo.form__comparator-logo--Z999.form__comparator-logo--A406 {
        background-image: url(/Content/images/vergelijker/assugilde.png);
    }

    .form__comparator-logo.form__comparator-logo--Z999.form__comparator-logo--anwb {
        background-image: url(/Content/images/vergelijker/anwb.png);
    }

    .form__comparator-logo.form__comparator-logo--Z999.form__comparator-logo--B,
    .form__comparator-logo.form__comparator-logo--Z999.form__comparator-logo--AB,
    .form__comparator-logo.form__comparator-logo--Z999.form__comparator-logo--BC,
    .form__comparator-logo.form__comparator-logo--Z999.form__comparator-logo--BD,
    .form__comparator-logo.form__comparator-logo--Z999.form__comparator-logo--ABC,
    .form__comparator-logo.form__comparator-logo--Z999.form__comparator-logo--ABD,
    .form__comparator-logo.form__comparator-logo--Z999.form__comparator-logo--BCD,
    .form__comparator-logo.form__comparator-logo--Z999.form__comparator-logo--ABCD, {
        background-image: url(/Content/images/vergelijker/Zicht.png);
    }

/*-- MAIN COVERAGE TILE --*/
.main-coverage-tile {
    display: inline-block;
    width: calc(50% - 1em);
    vertical-align: top;
    margin-left: 0.5em;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
    text-decoration: none;
    border: 1px solid #d4d4d4;
    border-radius: 0.25em;
    background-color: #f6f6f6;
}

    .main-coverage-tile:first-child {
        width: 100%;
    }

@media only screen and (min-width: 1025px) {
    .main-coverage-tile,
    .main-coverage-tile:first-child {
        width: calc(33.33% - 1em);
    }
}

.main-coverage-tile.-active {
    border-width: 1px;
    border-style: solid;
}

.main-coverage-tile__top {
    position: relative;
    padding: 1em 1em 0;
}

    .main-coverage-tile__top .form__inp--radio {
        position: absolute;
        top: 0.85em;
        left: 1.12em;
    }

.main-coverage-tile__middle {
    padding: 0 1em 2em;
}

.main-coverage-tile__title {
    margin: 0;
    padding: 0 2em;
    height: 3.25em;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.main-coverage-tile__list li {
    color: #1c1c1c;
}

    .main-coverage-tile__list li:before {
        content: '\002714';
        margin-right: 1em;
    }

/*-- COMPARATOR TILE --*/
.comparator-tile {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 16px;
    text-decoration: none;
    border: 1px solid #d4d4d4;
    border-radius: 0.25em;
    background-color: #f6f6f6;
}

    .comparator-tile.comparator-tile--active {
        border-width: 1px;
        border-style: solid;
    }

    .comparator-tile.comparator-tile--disabled {
        /*cursor: default;*/
        opacity: 0.5;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }

    .comparator-tile.comparator-tile--no-premium .comparator-tile__top {
        opacity: 0.75;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }

    .comparator-tile,
    .comparator-tile:nth-child(1):nth-last-child(1) {
        width: calc(100% - 14px);
    }

@media only screen and (min-width: 698px) {
    /* two & all */
    .comparator-tile,
    .comparator-tile:nth-child(1):nth-last-child(2),
    .comparator-tile:nth-child(2):nth-last-child(1) {
        width: calc(50% - 14px);
    }
}

@media only screen and (min-width: 972px) {
    /* three & all */
    .comparator-tile,
    .comparator-tile:nth-child(1):nth-last-child(3),
    .comparator-tile:nth-child(2):nth-last-child(2),
    .comparator-tile:nth-child(3):nth-last-child(1) {
        width: calc(33.333% - 14px);
    }
}

@media only screen and (min-width: 1246px) {
    /* four & all */
    .comparator-tile,
    .comparator-tile:nth-child(1):nth-last-child(4),
    .comparator-tile:nth-child(2):nth-last-child(3),
    .comparator-tile:nth-child(3):nth-last-child(2),
    .comparator-tile:nth-child(4):nth-last-child(1) {
        width: calc(25% - 14px);
    }
}

.comparator-tile__title {
    margin: 0;
    height: 3.25em;
    padding: 0 1.5em;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.comparator-tile__logo {
    display: inline-block;
    width: 100%;
}

    .comparator-tile__logo .form__comparator-logo {
        margin: auto;
        width: 100%;
    }

.comparator-tile__top {
    /*height: 8.375em;*/
    padding: 1em 0.5em;
    position: relative;
    background-color: #ffffff;
}

    .comparator-tile__top .form__inp--checkbox {
        position: absolute;
        height: 1em;
    }

.comparator-tile__bottom {
    /*height: 6.5em;*/
    padding: 1em 0.75em;
    background-color: #f6f6f6;
    border-top: 1px solid #eeeeee;
}

.comparator-tile__info {
    display: inline-block;
    width: 100%;
    /*margin-top: 1em;*/
}

.comparator-tile__info-item {
    color: #9b9b9b;
    font-size: 12px;
    text-align: center;
}

.comparator-tile__price-info {
    display: inline-block;
    width: 100%;
}

.comparator-tile__coverage,
.comparator-tile__coverage-price {
    display: inline-block;
    color: #1c1c1c;
    font-size: 14px;
}

.comparator-tile__coverage {
    width: 60%;
}

.comparator-tile__coverage-price {
    width: 40%;
    text-align: right;
}

.comparator-tile__total {
    display: inline-block;
    width: 100%;
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 700;
}

.comparator-tile__total-price {
    float: right;
}

.comparator-tile__price-and-rating {
    display: inline-block;
    width: 100%;
}

.comparator-tile__label {
    display: inline-block;
    width: 100%;
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
}

    .comparator-tile__label .form__inp {
        display: inline-block;
        vertical-align: bottom;
        height: 1em;
        margin-right: 0.25em;
    }

.comparator-tile__rating {
    width: 100%;
    text-align: center;
    margin-top: 1em;
}

    .comparator-tile__rating .rating {
        display: inline-block;
    }

/*-- COMPARE DETAIL --*/
.comparator-detail, .comparator-detail--disabled {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 0.5em;
    min-height: 2.75em;
    text-align: center;
}

.comparator-detail--disabled {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

    .comparator-detail:nth-child(1):nth-last-child(2),
    .comparator-detail:nth-child(2):nth-last-child(1),
    .comparator-detail--disabled:nth-child(1):nth-last-child(2),
    .comparator-detail--disabled:nth-child(2):nth-last-child(1) {
        /* i - two provisions */
        width: 50%;
        margin-right: -4px;
    }

    .comparator-detail:nth-child(1):nth-last-child(3),
    .comparator-detail:nth-child(2):nth-last-child(2),
    .comparator-detail:nth-child(3):nth-last-child(1),
    .comparator-detail--disabled:nth-child(1):nth-last-child(3),
    .comparator-detail--disabled:nth-child(2):nth-last-child(2),
    .comparator-detail--disabled:nth-child(3):nth-last-child(1) {
        /* i - three provisions */
        width: 33.333%;
        margin-right: -4px;
    }

    .comparator-detail--disabled .comparator-detail__button {
        display: none;
    }

.comparator-detail__title {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 14px;
    /* color: #19bfa6; */
    height: 4.875em;
    line-height: 4.875em;
    overflow-x: hidden;
    overflow-y: hidden;
}

.comparator-detail__title--bottom-aligned {
    display: inline-block;
    vertical-align: bottom;
    line-height: normal;
}

.comparator-detail__logo {
    margin: auto;
    padding-bottom: 1em;
    border-bottom: 1px solid #d4d4d4;
}

    .comparator-detail__logo .form__comparator-logo {
        width: 100%;
    }

.comparator-detail__price {
    color: #333;
    display: block;
    text-align: center;
    margin-top: -0.75em;
    padding-top: 1.25em;
    font-weight: bold;
}

    .comparator-detail__price.comparator-detail__price--small {
        border-top: 0;
        font-size: 14px;
    }

.comparator-detail__no-info {
    font-size: 12px;
    font-weight: normal;
}

.comparator-detail__rating .rating {
    margin: auto;
    margin-top: 0.38em;
    width: 4.3em;
    display: block;
    height: 2em;
}

    .comparator-detail__rating .rating.rating--small {
        margin-top: 0.65em;
        width: 4.5em;
    }

.comparator-detail__url {
    display: block;
    text-align: center;
    margin-top: 0.6em;
    margin-bottom: 2em;
}

.comparator-detail__text {
    font-size: 12px;
    white-space: pre-line;
}

.comparator-detail__text__bm {
    background-color: rgb(255, 247, 96);
    background-color: rgba(255, 247, 96, 0.5);
    display: block;
    font-family: monospace;
    font-size: 12px;
    overflow: auto;
    white-space: pre;
}

.comparator-detail__text_notavailable {
    font-size: 10px;
    color: #dcdcdc;
}

.comparator-detail__button {
    margin-bottom: 0.75em;
}

    .comparator-detail__button .btn-action,
    .comparator-detail__button .btn-disabled {
        width: 100%;
        padding: 0;
    }

/*-- CUSTOM CONTENT --*/
.custom-content {
    margin-bottom: 1em;
    margin-right: 0.5em;
}

    .custom-content h1 {
        font-size: 24px;
    }

    .custom-content h2 {
        font-size: 20px;
    }

    .custom-content ul {
        padding-left: 2em;
        list-style-type: disc;
        margin-bottom: 0.75em;
    }

    .custom-content b, .custom-content strong {
        font-weight: 700;
    }

    .custom-content em {
        font-style: italic;
    }

    .custom-content.custom-content--small {
        font-size: 14px;
    }

        .custom-content.custom-content--small h1 {
            font-size: 20px;
        }

        .custom-content.custom-content--small h2 {
            font-size: 16px;
        }

/*-- NOTICE --*/
.notice {
    margin-bottom: 1em;
}

    .notice + .heading.h1 {
        margin-top: 0.25em;
    }

.notice__title {
    margin: 0;
    min-height: 5em;
    padding: 1.5em;
    padding-top: 1.75em;
    padding-bottom: 1.25em;
    color: white;
    font-size: 1em;
    width: 100%;
}

.notice__subtitle {
    font-weight: 400;
    margin-left: 1em;
}

.notice__text {
    padding: 2em;
}

    .notice__text h2 {
        display: block;
        margin: 1.5em 0 1.25em 0;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0.0625em;
        text-transform: uppercase;
    }

    .notice__text ol {
        padding-left: 1.5em;
        margin-bottom: 1em;
        font-weight: 700;
    }

.notice__author {
    opacity: 0.5;
}

/*-- NEW CLIENT --*/
.new-client {
    width: 100%;
}

/*-- ADD CLIENT INFO --*/
.add-client-info {
    width: 100%;
}

/*-- MENU PANEL --*/
.menu-panel {
    position: absolute;
    right: 0;
    top: 5em;
    margin-top: -1px;
    padding: 1em;
    width: 23em;
    z-index: 300;
    background-color: white;
    border: 1px solid #a5a5a5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1), 6px -6px 6px rgba(0, 0, 0, 0.1), -6px 6px 6px rgba(0, 0, 0, 0.1), -6px -6px 6px rgba(0, 0, 0, 0.1);
    overflow: auto;
    overflow-x: hidden;
    max-height: 80vh;
}

/* menu panel zonder padding ('np': 'no padding' :P). gebruikt voor winkelmandje klein styling */
.menu-panel-np {
    position: absolute;
    right: 0;
    top: 5em;
    margin-top: -1px;
    width: 23em;
    z-index: 300;
    background-color: #FFF;
    border: 1px solid #A5A5A5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1), 6px -6px 6px rgba(0, 0, 0, 0.1), -6px 6px 6px rgba(0, 0, 0, 0.1), -6px -6px 6px rgba(0, 0, 0, 0.1);
    overflow: auto;
    overflow-x: hidden;
    max-height: 80vh;
}

.menu-panel__list {
    float: left;
    padding: 0.75em 0 0.75em 0.5em;
    width: 100%;
    line-height: 1.2;
    background-color: white;
    transition: background-color ease 5s;
}

    .menu-panel__list.menu-panel__list--added {
        background-color: #fbfdcb;
        margin-bottom: 0.5em;
        transition: background-color ease 5s;
    }

.menu-panel__label {
    position: relative;
    padding-top: 0.25em;
}

    .menu-panel__label,
    .menu-panel__label a {
        display: inline-block;
        width: 100%;
        color: #333;
        font-weight: 700;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

/* .menu-panel__label--heading moved to fabriek specifieke styling */

.menu-panel_label--centered {
    text-align: center;
    word-wrap: break-word;
    display: inline-block;
    width: 100%;
    color: #333;
    font-weight: 700;
}

.menu-panel__item.menu-panel__item--review .menu-panel__label,
.menu-panel__item.menu-panel__item--offered .menu-panel__label,
.menu-panel__item.menu-panel__item--reviewed .menu-panel__label {
    width: 100%;
}

.menu-panel__label-code {
    font-weight: 400;
}

.menu-panel__sublabel {
    color: #a5a5a5;
}

.menu-panel__label-description {
    float: left;
    margin: 0.25em 0;
    width: 100%;
    color: #a5a5a5;
    font-size: 0.85em;
    font-weight: 400;
    font-style: italic;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.menu-panel__item {
    float: left;
    width: 100%;
}

    .menu-panel__item.menu-panel__item--label {
        width: 10.25em;
    }

    .menu-panel__item.menu-panel__item--icon {
        width: 2.3em;
        min-height: 1em;
    }

    .menu-panel__item.menu-panel__item--premium {
        width: 6.75em;
    }

    .menu-panel__item.menu-panel__item--bin {
        float: right;
        padding-right: 0;
        width: 1em;
    }

.menu-panel__list.menu-panel__list--total {
    padding-top: 0;
    padding-bottom: 0;
}

    .menu-panel__list.menu-panel__list--total .menu-panel__item.menu-panel__item--premium {
        border-top: 2px solid black;
        padding: 1em 0;
    }

.menu-panel__footer {
    color: #a5a5a5;
    float: left;
    font-size: 0.85em;
    padding: 0 0.5em;
    padding-bottom: 0.5em;
    margin-top: 0;
}

.layout__aside.layout__aside--expand .recent-clients {
    display: block;
}

.layout__aside.layout__aside--expand .scroll-buttons {
    display: block;
}

/*-- BUTTON GLOBAL --*/
.btn,
.btn-action,
.btn-disabled,
.btn-cancel {
    display: inline-block;
    position: relative;
    padding: 0 1.75em;
    height: 54px;
    line-height: 54px;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.1em;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
}

.link-regular {
    text-decoration: none;
    cursor: pointer !important;
    font-weight: 500;
}

/* active */
.btn:active,
.btn-action:active,
.btn-cancel:active {
    position: relative;
    top: 1px
}

/* icon */
.btn__icon,
.btn-action__icon,
.btn-disabled__icon,
.btn-cancel__icon {
    padding-left: 3em;
    padding-top: 1em;
    padding-bottom: 1em;
}

/* login */
.btn-action.btn-action--login {
    width: 100%;
    font-size: 20px;
    font-size: 1.2em;
    letter-spacing: 0.0625em;
    height: 3em;
    line-height: 3em;
    -webkit-border-radius: 0.35em;
    -moz-border-radius: 0.35em;
    border-radius: 0.35em;
}

/* popup */
.btn.btn--popup,
.btn-action.btn-action--popup,
.btn-action.btn-action--link-popup,
.btn-disabled.btn-disabled--popup,
.btn-cancel.btn-cancel--popup {
    height: 60px;
    width: 100%;
    line-height: 60px;
    margin-bottom: 0.5em;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.15em;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
}

/* form container */
.form__container.form__container--buttons .btn,
.form__container.form__container--buttons .btn-action,
.form__container.form__container--buttons .btn-disabled,
.form__container.form__container--buttons .btn-cancel {
    margin-right: 1em;
}

    .form__container.form__container--buttons .btn:last-child,
    .form__container.form__container--buttons .btn-action:last-child,
    .form__container.form__container--buttons .btn-disabled:last-child,
    .form__container.form__container--buttons .btn-cancel:last-child {
        margin-right: 0;
    }

/*-- BUTTON GLOBAL --*/
.btn {
    color: #757575;
    background-color: #fdfdfd;
    border: 1px solid #cbcbcb;
    text-transform: lowercase;
}

.btn__icon.btn__icon--calculation-save {
    background: url(/Content/images/icon--btn-calculation-save.png) no-repeat left center;
}

.btn__icon.btn__icon--offerte {
    background: url(/Content/images/icon--btn-offerte.png) no-repeat left center;
}

.btn-control__item button {
    float: none;
    min-width: 20px; /* i - keeps from breaking in IE9 */
    width: 100%;
    white-space: nowrap;
}

/*-- BUTTON CALL TO ACTION --*/
.btn-action {
    color: #ffffff;
    text-transform: lowercase;
}

    .btn-action.btn-action--upload {
        float: right;
    }

    .btn-action.btn-action--form-upload {
        position: absolute;
        right: 0;
        top: 0.6em;
        height: 3.75em;
        line-height: 3.75em;
    }

    .btn-action.btn-action--form-select-add {
        margin-top: -0.2em;
        height: 50px;
        line-height: 50px;
        border-radius: 0.5em;
    }

    .btn-action.btn-action--link-popup {
        background-color: transparent;
        border: 0;
        text-decoration: underline;
    }

    .btn-action.btn-action--link-popup {
        color: [color];
    }

.btn-action__icon.btn-action__icon--add-to-calculation,
.btn__icon.btn__icon--add-to-calculation {
    background: url(/Content/images/btn--add-calculation.png) no-repeat left center;
}

.btn-action__icon.btn-action__icon--offerte {
    background: url(/Content/images/icon--direct-afsluiten.png) no-repeat left center;
}

.btn-action__icon.btn-action__icon--review {
    background: url(/Content/images/icon--review-wit.png) no-repeat left center;
}

.btn-action__icon.btn-action__icon--offered {
    background: url(/Content/images/icon--offered-wit.png) no-repeat left center;
}

.btn-action__icon.btn-action__icon--reviewed {
    background: url(/Content/images/icon--reviewed-wit.png) no-repeat left center;
}

.popup.popup--content .btn-action.btn-action--popup:active {
    top: initial;
}

/*-- BUTTON DISABLED --*/
.btn-disabled,
.btn-action.btn-disabled {
    top: 0;
    background-color: #c5c5c5;
    border: 1px solid #c5c5c5;
    color: white;
    text-transform: lowercase;
}

.btn-disabled__icon.btn__icon--calculation-save-disabled {
    background: url(/Content/images/icon--btn-calculation-save-disabled.png) no-repeat left center;
}

.btn-disabled__icon.btn__icon--offerte-disabled {
    background: url(/Content/images/icon--btn-offerte-disabled.png) no-repeat left center;
}

.btn-disabled__icon.btn-disabled__icon--offered {
    background: url(/Content/images/icon--offered-wit.png) no-repeat left center;
}

/*-- BUTTON CANCEL --*/
.btn-cancel {
    background-color: #f8f8f8;
    border: 1px solid #cbcbcb;
    color: #757575;
    text-transform: lowercase;
}

    .btn-cancel.btn-cancel--popup {
        background-color: transparent;
        border: 0;
        text-decoration: underline;
    }

/*-- BUTTON CONTROL --*/
.btn-control {
    display: inline-table;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    width: 100%;
    text-transform: lowercase;
}

.menu-panel .btn-control {
    margin-bottom: 0;
}

.btn-control__item {
    display: table-cell;
    padding-right: 0.5em; /* i - prevents button from scalling */
    width: 1%;
}

    .btn-control__item:last-child {
        padding-right: 0;
    }

/*-- BUTTON CONTROL (popup) --*/
.btn-control.btn-control--popup {
    float: none;
    display: inline-block;
}

    .btn-control.btn-control--popup .btn-control__item {
        display: block;
        width: 100%;
        padding-right: 0;
    }

.btn-control.btn-control--aside {
    margin-bottom: 0;
}

/*-- BTN SEARCH & SEARCH RESET --*/
.btn-search {
    position: absolute;
    right: 1.75em;
    top: 0;
    height: 100%;
    width: 32px;
    background: url(/Content/images/btn--search.png) center center no-repeat;
    text-transform: lowercase;
}

    .btn-search:hover {
        background: url(/Content/images/btn--search-hover.png) no-repeat center center;
    }

.btn-search-reset {
    right: 2.5em;
    top: -0.1em;
    position: absolute;
    height: 100%;
    width: 1.5em;
    background-color: transparent;
    font-size: 1.5em;
}

/*-- ICON BUTTON --*/
.btn-i {
    padding-right: 1em;
    padding-left: 1em;
}

    .btn-i.btn-i--menu,
    .btn-i.btn-i--menu-products {
        background: url(/Content/images/btn--menu.png) no-repeat center center;
        text-transform: lowercase;
    }

    .btn-i.btn-i--menu {
        float: right;
        height: 1.55em;
        width: 1em;
    }

    .btn-i.btn-i--menu-products {
        float: left;
        height: 1.7em;
        width: 1em;
        margin-left: 0.35em;
    }

    .btn-i.btn-i--edit {
        background: url(/Content/images/icon--muteer.png) no-repeat center center;
        float: right;
        height: 1.55em;
        width: 1em;
    }

    .btn-i.btn-i--bin {
        background: url(/Content/images/icon--verwijder.png) no-repeat center center;
        float: right;
        height: 1.55em;
        width: 1em;
    }

    .btn-i.btn-i--pdf { /* small */
        background: url(/Content/images/btn-i--pdf.png) no-repeat center center;
        float: left;
        height: 1.55em;
        width: 1em;
    }

    .btn-i.btn-i--pdf-heading {
        background: url(/Content/images/btn-i--pdf.png) no-repeat;
        height: 1.1em;
        width: 1em;
        margin-right: 0.3em;
        margin-left: 0.3em;
        position: absolute;
        bottom: 1em;
    }

    .btn-i.btn-i--pdf-normal {
        background: url(/Content/images/btn-i--pdf-normal.png) no-repeat center center;
        float: left;
        height: 2.5em;
        width: 1em;
        margin-right: 0.75em;
    }

.form__label .btn-i.btn-i--pdf-normal {
    margin-top: -0.5em;
}

.btn-i.btn-i--pdf-compare-polis {
    float: right;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0.6em;
    margin-right: 0.5em;
    background: url(/Content/images/btn-i--pdf.png) no-repeat center center;
    height: 1.55em;
    width: 1em;
}

/*-- BUTTON TOGGLE ASIDE --*/
.btn-toggle-aside {
    height: 5em;
    width: 2em;
    position: absolute;
    left: 0;
    text-transform: lowercase;
}

    .btn-toggle-aside.btn-toggle-aside--closed {
        background: url(/Content/images/icon-btn-toggle-aside--closed.png) left center no-repeat;
        top: 4.9em;
    }

    .btn-toggle-aside.btn-toggle-aside--open {
        background: url(/Content/images/icon-btn-toggle-aside--open.png) center no-repeat;
        top: 6.8em;
    }

/*-- BUTTON TOGGLE --*/
.toggle-btn {
    background-color: transparent;
    height: 1em;
    width: 1.5em;
    float: right;
}

.toggle-btn__open,
.toggle-btn__close {
    padding: 0;
    background-color: transparent;
    height: 12px;
    width: 12px;
    margin: auto;
    display: block;
    border-bottom: 1px solid #444444;
    border-right: 1px solid #444444;
    margin-top: 2px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toggle-btn__open {
    margin-top: 10px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/*-- STATE --*/
.state {
    border: 1px solid #d3d3d3;
    color: #626262;
    font-size: 10px;
    padding: 0.5em 0.75em;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
}

    .state.state--aanvraag {
    }

    .state.state--opschorting {
    }

    .state.state--dekking-opschorting,
    .state.state--dekkingopschorting {
        border: none;
        color: #FF2D0C;
        background-color: #FFE1E1;
        font-weight: 600;
    }

    .state.state--toekomst {
    }

    .state.state--active {
        /* i - hidden, due to not being used */
        display: none;
    }

    /*-- LIST --*/
    .list {
        /* i - widget  template adv_adviseurnieuws_next.html */
        display: inline-block;
        width: 100%;
        border-top: 1px solid #a0a0a0;
        list-style: none;
        padding: 0;
        margin-top: 0;
        font-weight: 400;
    }

.list__item {
    min-height: 44px;
    padding: 0.5em 0;
    float: left;
    width: 100%;
    background: url(/Content/images/form-nav--tabs_2.png) repeat-x center bottom;
}

.list__date {
    color: #777777;
    font-size: 12px;
    font-weight: 700;
    line-height: 2.2;
    padding-right: 0.5em;
    text-transform: uppercase;
    float: left;
    width: 100%;
}

.list__title {
    display: inline-block;
    margin: 0;
    width: 100%;
    font-size: 1em;
}

.list__title-link {
    /* i - CSS zit in software */
}

.list__text {
    float: left;
    margin-top: 0.5em;
    width: 100%;
    color: #000;
}

/*-- LIST LINE --*/
.list-line {
    float: left;
    padding: 1em;
    min-height: 2em;
    width: 100%;
    background-color: white;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #F0F0F0;
}

.list-line-np {
    float: left;
    min-height: 2em;
    width: 100%;
    background-color: #FFF;
}

.list-line-no-bottom-border {
    float: left;
    padding: 1em 0.5em 0.5em 1em;
    min-height: 2em;
    width: 97%;
    background-color: white;
}

.list-line.list-line--table,
.list-line.list-line--table-header {
    font-size: 14px;
    display: table-row;
}

    .list-line.list-line--table .list-line__item,
    .list-line.list-line--table-header .list-line__item {
        display: table-cell;
    }

.list-line.list-line--header,
.list-line.list-line--table-header {
    min-height: 2.75em;
    padding-bottom: 0;
}

.left-right-border {
    border-left: solid 1px #E2E2E2;
    border-right: solid 1px #E2E2E2;
}

.bottom-border-dark {
    border-bottom: solid 1px #999;
}

.bottom-border-light {
    border-bottom: solid 1px #D2D2D2;
}

.list-line.list-line--disabled {
    opacity: 0.5;
}

    .list-line.list-line--disabled a {
        cursor: default;
        text-decoration: none;
    }

.list-line.list-line--total {
    padding-top: 0;
    background-color: transparent;
    border-bottom: none;
    color: #000;
    border-left: 0;
    font-weight: 700;
}

.rubric + .list-line.list-line--total {
    /* ! - rewrite selector asap (.container filtering issue) */
    margin-top: 1em;
}

.list-line.list-line--total-description {
    padding-top: 0;
    padding-left: 1.25em;
    margin-top: -1em;
    margin-bottom: 0;
    min-height: 1em;
    background-color: transparent;
    border-bottom: none;
    border-left: 0;
    color: #a8a7a7;
    font-size: 0.85em;
}

.list-line.list-line--filter {
    min-height: 4.75em;
}

    .list-line.list-line--filter.rounded-top {
        border: solid 1px #E2E2E2;
        border-top-left-radius: 0.25em;
        border-top-right-radius: 0.25em;
    }

/*-- LIST LINE LABEL --*/
.list-line__label {
    position: relative;
    width: 40%;
}

/* .list-line__label--small moved to fabriek specifieke styling */

.list-line__label,
.list-line__label a {
    color: #333;
    font-weight: 700;
}

    .list-line__label.list-line__label--conditions {
        line-height: 2.5em;
    }

/*-- LIST LINE OTHER LABELS --*/
.list-line__label-code {
    font-weight: 400;
}

/* ? - sublabel vs. label-sub */
.list-line__sublabel {
    color: #a5a5a5;
}

.list-line__label-sub {
    color: #a5a5a5;
    font-weight: 400;
    margin-left: 0.25em;
}

.list-line__label-subsub {
    color: #a5a5a5;
    font-weight: 400;
    font-size: 70%;
    margin-left: 0.25em;
}

.list-line__label-description {
    float: left;
    width: 100%;
    font-style: italic;
    color: #a5a5a5;
    font-size: 0.85em;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list-line__label-city,
.list-line__label-client,
.list-line__label-tpoffice,
.list-line__label-advisor {
    float: right;
    width: calc(100% - 66px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.list-line__label-description.list-line__label-description--icon-link {
    width: 100%;
    margin-left: 1.75em;
    text-overflow: initial;
    white-space: normal;
    overflow: initial;
}

.list-line__label-client {
}

.list-line__label-city {
    color: #000;
    font-style: normal;
    font-size: 0.85em;
    font-weight: 400;
    text-transform: uppercase;
}

.list-line__label-tpoffice {
    font-size: 12px;
    font-weight: 700;
    color: #999;
}

.list-line__label-advisor {
    font-size: 12px;
    color: #999;
}

.list-line__label-sub-bottom {
    color: #969696;
    float: left;
    font-size: 0.75em;
    font-weight: 700;
    width: 100%;
}

.list-line__date,
.list-line__date-description {
    float: left;
}

.list-line__date {
    color: #a5a5a5;
}

.list-line__date-description {
    color: #f85f61;
    font-style: italic;
    width: 100%;
}

/*-- LIST LINE ITEM --*/
.list-line__item {
    float: left;
    min-height: 0.5em;
    padding-right: 0.5em;
}

    .list-line__item:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
    }

    .list-line__item.list-line__item--file {
        width: 100%;
    }

    /*-- PRODUCTEN OVERZICHT --*/
    .list-line__item--label-products {
        float:left;
        width: 48%;
        padding-left: 0.5em;
    }

    .list-line__item--state-products {
        float: left;
        width: 30%;
        text-align: right;
    }

    .list-line__item--premium-products {
        float: left;
        width: 12%;
    }

    .list-line__item--claim-products {
        float: left;
        width: 3%;
    }

    .list-line__item--action-products {
        float: left;
        width: 5%;
        padding-right: 0.5em;
    }

    .list-line__item--menu-products {
        position: relative;
        float: right;
        width: 2%;
    }

    .list-line__item.list-line__item--state-calculation {
        float: right;
        padding-right: 1em;
        text-align: center;
        margin-top: -5px;
    }

    /*-- ALGEMENEEN --*/
    .list-line__item.list-line__item--label {
        width: 40%;
    }

    .list-line__item.list-line__item--premium {
        float: right;
        width: 7em;
    }

    .list-line__item.list-line__item-name {
        width: 55%;
    }

    .list-line__item.list-line__item-status {
        width: 4em;
        text-align: center;
        padding-right: 0.5em;
        padding-left: 0.5em;
    }

    .list-line__item.list-line__item-status-wide {
        width: 24%;
        text-align: center;
        padding-right: 0.5em;
        padding-left: 0.5em;
    }

    .list-line__item.list-line__item-date {
        width: 19%;
        padding-left: 1em;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: clip;
    }

.list-line__label.list-line__label--discount,
.list-line__label.list-line__label--cost {
    padding-left: 1.5em;
}

.list-line__label.list-line__label--insurance-tax {
    padding-left: 2.75em;
}

.list-line__label.list-line__label--discount::before {
    margin-top: 2px;
    content: "-";
    color: #4b9800;
    font-size: 20px;
    line-height: 20px;
    min-width: 1em;
    display: block;
    float: left;
    text-align: center;
    width: 1em;
    padding-left: 1em;
}

.list-line__label.list-line__label--cost::before {
    margin-top: 2px;
    content: "+";
    color: #535353;
    font-size: 18px;
    line-height: 23px;
    min-width: 1em;
    display: block;
    float: left;
    text-align: center;
    width: 1em;
    padding-left: 1em;
}

.list-line__item.list-line__item--premium-old {
    float: right;
    margin-right: 1em;
    width: 7em;
    color: #a5a5a5;
}

.list-line__item.list-line__item--premium-old-sub {
    float: right;
    margin-right: 1.3em;
    width: 7em;
    color: #a5a5a5;
    font-size: 13px;
}

.list-line__item.list-line__item--premium-sub {
    float: right;
    width: 7em;
    font-size: 13px;
}

.list-line__item.list-line__item-label-sub-item {
    font-size: 13px;
}

.list-line__item.list-line__item--discount,
.list-line__item.list-line__item--insurance-tax {
    float: right;
    width: 7em;
    color: #4b9800;
    font-weight: 700;
    margin-right: 1em;
}

.list-line__item.list-line__item--insurance-tax {
    color: black;
}

.list-line__item.list-line__item--discount-percent {
    float: right;
    width: 3.5em;
    margin-right: 0.5em;
    color: black;
    font-weight: 700;
}

.list-line__item.list-line__item--progress {
    float: right;
    padding-right: 0;
}

.list-line__item.list-line__item--menu {
    position: relative;
    float: right;
    padding-right: 0;
    min-width: 4em;
}

.list-line__item.list-line__item--menu-slim {
    position: relative;
    float: right;
    padding-right: 0;
    width: 2%;
}

/*-- PRODUCT --*/
.list-line__item.list-line__item--product-label {
    width: calc(100% - 23em);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-line__item.list-line__item--product-status {
    padding-right: 0;
    width: 6em;
}

.list-line__item.list-line__item--product-status-icon {
    float: right;
    padding-right: 0;
    width: 3em;
}

/*-- ARCHIVE --*/
.list-line__item.list-line__item--archiveitem-name {
    position: relative;
    width: 55%;
}

.list-line__item.list-line__item--archiveitem-type {
    width: 15%;
}

.list-line__item.list-line__item--archiveitem-date {
    width: 15%;
}

.list-line__item.list-line__item--archiveitem-download {
    width: 15%;
    text-align: right;
}

.list-line__item--archiveitem-sub {
    font-size: 0.7em;
    position: relative;
    display: block;
    text-align: left;
    color: #969696;
}


/*-- TASK --*/
.list-line__item.list-line__item--task-name {
    width: 29%;
}

.list-line__item.list-line__item--task-type {
    width: 14%;
}

.list-line__item.list-line__item--task-subject {
    width: 29%;
}

.list-line__item.list-line__item--task-date {
    width: 15%;
}

.list-line__item.list-line__item--task-link {
    width: 13%;
}

.list-line__item.list-line__item--saved-calc-client,
.list-line__item.list-line__item--mutation-client,
.list-line__item.list-line__item--review-client,
.list-line__item.list-line__item--claim-client {
    width: 30%;
}

.list-line__item.list-line__item--saved-calc-name,
.list-line__item.list-line__item--mutation-name,
.list-line__item.list-line__item--review-name,
.list-line__item.list-line__item--claim-name {
    width: 44%;
}


.list-line__item.list-line__item--saved-calc-date,
.list-line__item.list-line__item--mutation-date,
.list-line__item.list-line__item--review-date,
.list-line__item.list-line__item--claim-date {
    max-width: 8em;
    padding-right: 0;
}

/* alternative widths for new styling */
.list-line__item--saved-calc-client-alt {
    width: 25%;
}

.list-line__item--saved-calc-name-alt {
    width: 40%;
}

.list-line__item-status-wide-alt {
    width: 15%;
}

.list-line__item--saved-calc-date-alt {
    width: 18%;
}
/* /alternative widths for new styling */

.list-line__item.list-line__item--definition {
    width: 50%;
}

.list-line__item.list-line__item--description {
    width: 50%;
}

.list-line.list-line--total .list-line__label {
    color: #000;
}

.fieldset .list-line {
    border-left: 0;
}

/* Facturen */
.list-line__item.list-line__item--invoice-number {
    position: relative;
    width: 12%;
}

.list-line__item.list-line__item--invoice-type {
    position: relative;
    width: 18%;
}

.list-line__item.list-line__item--invoice-date {
    position: relative;
    width: 14%;
}

.list-line__item.list-line__item--invoice-from-till {
    width: 23%;
}

.list-line__item.list-line__item--invoice-premium {
    width: 15%;
    padding-right: 16px;
    text-align: left;
}

.list-line__item.list-line__item--invoice-premium-open {
    position: relative;
    width: 15%;
    padding-right: 16px;
    text-align: left;
}

.list-line__item.list-line__item--invoice-menu {
    width: 3%;
}

/* Schades */
.list-line__item.list-line__item--claim-number {
    width: 15%;
}

.list-line__item.list-line__item--claim-polis {
    position: relative;
    width: calc(85% - 24em);
}

.list-line__item.list-line__item--claim-date {
    width: 8em;
}

.list-line__item.list-line__item--claim-paid {
    position: relative;
    width: 8em;
    padding-right: 2em;
    text-align: left;
}

.list-line__item.list-line__item--claim-status {
    position: relative;
    width: 8em;
}

/*-- OTHERADVISOR --*/
.otherperson {
    position: relative;
}

.otherperson__btn {
    float: left;
    height: 16px;
    width: 16px;
    margin-top: 0.3em;
    margin-right: 0.3em;
}

    .otherperson__btn.otherperson__btn--isadvisorsaved {
        display: none;
    }

    .otherperson__btn.otherperson__btn--isotheradvisorsaved {
        background: url(/Content/images/otherperson__btn--isotheradvisorsaved.png) no-repeat;
    }

    .otherperson__btn.otherperson__btn--iscustomersaved {
        background: url(/Content/images/otherperson__btn--client.png) no-repeat;
        cursor: default;
    }

.history__header.history__header--lvl-a .otherperson__btn.otherperson__btn--isadvisorsaved {
    display: none;
}

.history__header.history__header--lvl-a .otherperson__btn.otherperson__btn--isotheradvisorsaved {
    background: url(/Content/images/otherperson__btn--isotheradvisorsaved-a.png) no-repeat;
    cursor: default;
}

.history__header.history__header--lvl-a .otherperson__btn.otherperson__btn--iscustomersaved {
    background: url(/Content/images/otherperson__btn--history-client-a.png) no-repeat;
}

/*-- TOOLTIP --*/
.tooltip {
    position: absolute;
    z-index: 10;
    top: 2em;
    background-color: #474747;
    font-weight: 400;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .tooltip.tooltip--left {
        left: -0.5em;
    }

    .tooltip.tooltip--right {
        right: 0.5em;
    }

    .tooltip::after {
        position: absolute;
        top: -0.3em;
        content: "";
        width: 0.75em;
        height: 0.75em;
        background-color: #474747;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .tooltip.tooltip--left::after {
        left: 0.5em;
    }

    .tooltip.tooltip--right::after {
        right: 0.5em;
    }

.tooltip__label {
    float: left;
    width: 100%;
    padding: 0.5em 0.75em;
    border-bottom: 1px solid #e5e5e5;
    color: white;
    white-space: nowrap;
}

    .tooltip__label:empty, .tooltip.tooltip--left .tooltip__label:empty {
        display: none;
    }

    .tooltip__label:last-child {
        border-bottom: none;
    }

/*-- INFO MENU --*/
.info-menu {
    position: absolute;
    z-index: 10;
    top: 2em;
    right: 0em;
    background-color: white;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1), 3px -3px 3px rgba(0, 0, 0, 0.1), -3px 3px 3px rgba(0, 0, 0, 0.1), -3px -3px 3px rgba(0, 0, 0, 0.1);
}

.list-line__item.list-line__item--menu-products .info-menu {
    right: -0.8em;
}

.info-menu::after {
    position: absolute;
    top: -0.45em;
    right: 0.6em;
    content: "";
    width: 0.75em;
    height: 0.75em;
    background-color: white;
    border-left: 1px solid #a9a9a9;
    border-top: 1px solid #a9a9a9;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.1);
}

.info-menu__item {
    float: left;
    width: 100%;
    padding: 0.5em 2em;
    line-height: 2em;
    border-bottom: 1px solid #e5e5e5;
    color: black;
}

    .info-menu__item:last-child {
        border-bottom: none;
    }

/*-- ICON --*/
.icon {
    display: block;
    float: left;
    height: 100%;
    width: 100%;
}

.icon__badge {
    background-color: white;
    border-radius: 58px;
    display: block;
    font-weight: 700;
    font-size: 36px;
    position: absolute;
    top: -15px;
    right: -9px;
    height: 58px;
    width: 58px;
    line-height: 58px;
    text-align: center;
}

    .icon__badge.icon__badge--hidden {
        display: none;
    }

    .icon__badge.icon__badge--recent-clients-particulier,
    .icon__badge.icon__badge--recent-clients-zakelijk {
        border: 1px solid #dadada;
        border-radius: 20px;
        color: black;
        background-color: white;
        display: block;
        font-size: 14px;
        position: absolute;
        top: 0px;
        right: -8px;
        height: 20px;
        width: 20px;
        line-height: 20px;
        text-align: center;
    }

        .icon__badge.icon__badge--recent-clients-particulier::before {
            font-weight: 300;
            content: "P";
        }

        .icon__badge.icon__badge--recent-clients-zakelijk::before {
            font-weight: 300;
            content: "Z";
        }

.icon.icon--relatie-particulier,
.icon.icon--relatie-zakelijk {
    position: relative;
    padding: 5px;
    height: 48px;
    width: 48px;
    border-radius: 4em;
}

.icon.icon--relatie-particulier {
    background: url(/Content/images/icon--relatie-particulier-48px.png) no-repeat center center;
    background-color: #d7d7d7;
}

.icon.icon--relatie-zakelijk {
    background: url(/Content/images/icon--relatie-zakelijk-48px.png) no-repeat center center;
    background-color: #d7d7d7;
}

.icon.icon--secure {
    background: url(/Content/images/icon--secure.png) no-repeat center center;
    height: 2em;
    width: 1.5em;
    margin-right: 0.25em;
}

.icon.icon--logout {
    background: url(/Content/images/icon--logout.png) no-repeat center center;
}

.icon.icon--settings {
    background: url(/Content/images/icon--settings.png) no-repeat center center;
}

.icon.icon--service {
    background: url(/Content/images/icon--service.png) no-repeat center center;
}

.icon.icon--loader {
    background: url(/Content/images/animation/icon--loader.gif) no-repeat center 3em;
}

.icon.icon--has-polis-yes,
.icon.icon--has-polis-no {
    background: url(/Content/images/icon--has-polis.png) no-repeat center bottom;
    height: 2.5em;
}

    .icon.icon--has-polis-no .badge {
        display: none;
    }

.icon.icon--has-offer-yes,
.icon.icon--has-offer-no {
    background: url(/Content/images/icon--has-offer.png) no-repeat center bottom;
    height: 2.5em;
}

    .icon.icon--has-offer-no .badge {
        display: none;
    }

.icon.icon--has-claim-yes,
.icon.icon--has-claim-no {
    background: url(/Content/images/icon--schade.png) no-repeat center bottom;
    height: 2.5em;
}

    .icon.icon--has-claim-no .badge {
        display: none;
    }

.icon.icon--has-invoice-yes,
.icon.icon--has-invoice-no {
    background: url(/Content/images/icon--facturen.png) no-repeat center bottom;
    height: 2.5em;
}

.icon.icon--has-polis-no,
.icon.icon--has-offer-no,
.icon.icon--has-claim-no,
.icon.icon--has-invoice-no {
    opacity: 0.3;
}

    .icon.icon--has-invoice-no .badge {
        display: none;
    }

.icon.icon--polis-menu {
    background: url(/Content/images/icon--logo.png) no-repeat center center;
}

.icon.icon--customer-type-particulier,
.icon.icon--customer-type-zakelijk {
    position: relative;
    float: none;
    margin: auto;
    font-size: 2.75em;
    padding: 0.8em;
    width: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.icon.icon--customer-type-particulier {
    background: url(/Content/images/icon--relatie-particulier.png) no-repeat center center;
    background-color: #d7d7d7;
}

.icon.icon--customer-type-zakelijk {
    background: url(/Content/images/icon--relatie-zakelijk.png) no-repeat center center;
    background-color: #d7d7d7;
}

.icon.icon--btn-calculation-save {
    position: absolute;
    top: 0.5em;
    background: url(/Content/images/icon--btn-calculation-save.png) no-repeat center center;
    height: 2em;
    width: 2em;
}

.icon.icon--btn-omgeving-klant {
    position: absolute;
    top: 0.5em;
    background: url(/Content/images/icon--omgeving-klant.png) no-repeat center center;
    height: 2em;
    width: 2em;
}

.icon.icon--btn-per-post {
    position: absolute;
    top: 0.5em;
    background: url(/Content/images/icon--per-post.png) no-repeat center center;
    height: 2em;
    width: 2em;
}

.icon.icon--btn-per-mail {
    position: absolute;
    top: 0.5em;
    background: url(/Content/images/icon--per-mail.png) no-repeat center center;
    height: 2em;
    width: 2.1em;
}

.icon.icon--partner-sex {
    background: url(/Content/images/icon--partner-sex.png) no-repeat center center;
}

.icon.icon--children-count {
    background: url(/Content/images/icon--children-count.png) no-repeat center center;
}


/*-- ICON (menu panel => calc, calc saved, quatation) --*/
.icon.icon--menu-panel-calc-closed,
.icon.icon--menu-panel-calc-open,
.icon.icon--menu-panel-calc-saved-closed,
.icon.icon--menu-panel-calc-saved-open,
.icon.icon--menu-panel-quotation-closed,
.icon.icon--menu-panel-quotation-open {
    font-size: 2.75em;
    font-weight: 300;
    height: 100%;
    position: relative;
    text-align: center;
}

.icon.icon--menu-panel-calc-closed,
.icon.icon--menu-panel-calc-open {
    background: url(/Content/images/icon--calculation.png) no-repeat center center;
}


.icon.icon--menu-panel-calc-saved-closed,
.icon.icon--menu-panel-calc-saved-open {
    background: url(/Content/images/icon--client-calculations-saved.png) no-repeat center center;
}

.icon.icon--menu-panel-quotation-closed,
.icon.icon--menu-panel-quotation-open {
    background: url(/Content/images/icon--client-offer.png) no-repeat center center;
}

.icon.icon--menu-panel-calc-closed,
.icon.icon--menu-panel-calc-saved-closed,
.icon.icon--menu-panel-quotation-closed {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.icon.icon--menu-panel-calc-open,
.icon.icon--menu-panel-calc-saved-open,
.icon.icon--menu-panel-quotation-open {
    border-left: 1px solid #a5a5a5;
    border-right: 1px solid #a5a5a5;
    background-color: white;
    z-index: 310;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), 6px -6px 6px rgba(0, 0, 0, 0.1), -6px -2px 6px rgba(0, 0, 0, 0.1), -6px -6px 6px rgba(0, 0, 0, 0.1);
}

.layout__aside.layout__aside--expand .icon.icon--menu-panel-calc-open,
.layout__aside.layout__aside--expand .icon.icon--menu-panel-calc-saved-open,
.layout__aside.layout__aside--expand .icon.icon--menu-panel-quotation-open {
    width: calc(100% - 1px);
}

.icon.icon--menu-panel-calc-open::after,
.icon.icon--menu-panel-calc-saved-open::after,
.icon.icon--menu-panel-quotation-open::after {
    content: '';
    background-color: white;
    position: absolute;
    left: 0;
    bottom: -0.25em;
    height: 0.5em;
    width: 100%;
}

/*-- ICON (attachment) --*/
.icon.icon--attachment {
    height: 1.75em;
    width: 1.5em;
    background: url(/Content/images/icon--attachment.png) no-repeat left center;
}

/*-- ICONS (review, offered, reviewed) --*/
.icon.icon--review,
.icon.icon--offered,
.icon.icon--reviewed {
    float: right;
    width: 3em;
}

.icon.icon--review {
    height: 1.6em;
    background: url(/Content/images/icon--review.png) no-repeat center center;
}

.icon.icon--offered {
    height: 1.6em;
    background: url(/Content/images/icon--offered.png) no-repeat center center;
}

.icon.icon--reviewed {
    height: 1.8em;
    background: url(/Content/images/icon--reviewed.png) no-repeat center center;
}

/*-- ICONS (notice) --*/
.icon.icon--notice-review {
    height: 1.6em;
    width: 3em;
    float: left;
    background: url(/Content/images/icon--review-wit.png) no-repeat center center;
    margin-bottom: 0.5em;
}

.icon.icon--notice-reviewed {
    height: 1.6em;
    width: 3em;
    float: left;
    background: url(/Content/images/icon--reviewed-wit.png) no-repeat center center;
    margin-bottom: 0.5em;
}

/*-- ICONS (products) --*/
.icon.icon--products-review,
.icon.icon--products-reviewed {
    float: left;
    width: 3em;
    height: 1.7em;
}

.icon.icon--products-review {
    background: url(/Content/images/icon--review.png) no-repeat center left;
}

.icon.icon--products-reviewed {
    background: url(/Content/images/icon--reviewed.png) no-repeat center left;
}

/*-- ICONS (menu panel) --*/
.icon.icon--menu-panel-review,
.icon.icon--menu-panel-offered,
.icon.icon--menu-panel-reviewed {
    position: absolute;
    top: 0;
    right: 0;
    width: 2em;
    height: 1.8em;
    margin-bottom: 0;
    margin-top: -0.15em;
}

.icon.icon--menu-panel-review {
    background: url(/Content/images/icon--review.png) no-repeat center center;
}

.icon.icon--menu-panel-offered {
    background: url(/Content/images/icon--offered.png) no-repeat center center;
}

.icon.icon--menu-panel-reviewed {
    background: url(/Content/images/icon--reviewed.png) no-repeat center center;
}

.menu-panel__item.menu-panel__item--review .icon.icon--review,
.menu-panel__item.menu-panel__item--offered .icon.icon--offered,
.menu-panel__item.menu-panel__item--reviewed .icon.icon--reviewed {
    width: 20%;
}

/*-- ICON (iscusutomersaved + isotheradvisorsaved) --*/
.icon.icon--iscustomersaved,
.icon.icon--isotheradvisorsaved {
    height: 24px;
    width: 24px;
    margin-right: 8px;
}

.icon.icon--iscustomersaved {
    background: url(/Content/images/icon--iscustomersaved.png) no-repeat center center;
}

.icon.icon--isadvisorsaved {
    display: none;
}

.icon.icon--isotheradvisorsaved {
    background: url(/Content/images/icon--isadvisorsaved.png) no-repeat center center;
}

/*-- ICON (mutation small) --*/
.icon.icon--mutation-small {
    background: url(/Content/images/icon--mutation-small.png) no-repeat;
    float: left;
    height: 1em;
    width: 1em;
    margin-top: 0.4em;
    margin-right: 0.3em;
}

/*-- ICON MENU --*/
.icon__menu {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    height: 8em;
    width: 8em;
    float: none;
}

    .icon__menu.icon__menu--opgeslagen-berekeningen {
        background: url(/Content/images/icon__menu--opgeslagen-berekeningen.png) no-repeat center center;
    }

    .icon__menu.icon__menu--premie-berekenen {
        background: url(/Content/images/icon__menu--premie-berekenen.png) no-repeat center center;
    }

    .icon__menu.icon__menu--add-particuliere-relatie {
        background: url(/Content/images/icon__menu--add-particuliere-relatie.png) no-repeat center center;
    }

    .icon__menu.icon__menu--add-zakelijk-relatie {
        background: url(/Content/images/icon__menu--add-zakelijk-relatie.png) no-repeat center center;
    }

    .icon__menu.icon__menu--taken {
        background: url(/Content/images/icon__menu--taken.png) no-repeat center center;
    }

    .icon__menu.icon__menu--berekeningen {
        background: url(/Content/images/icon__menu--berekeningen.png) no-repeat center center;
    }

    .icon__menu.icon__menu--ter-acceptatie {
        background: url(/Content/images/icon__menu--ter-acceptatie.png) no-repeat center center;
    }

    .icon__menu.icon__menu--producten-overzicht {
        background: url(/Content/images/icon__menu--producten-overzicht.png) no-repeat center center;
    }

    .icon__menu.icon__menu--wijzig-gegevens {
        background: url(/Content/images/icon__menu--wijzig-gegevens.png) no-repeat center center;
    }

    .icon__menu.icon__menu--facturen {
        background: url(/Content/images/icon__menu--facturen.png) no-repeat center center;
    }

    .icon__menu.icon__menu--openstaande-offertes {
        background: url(/Content/images/icon__menu--openstaande-offertes.png) no-repeat center center;
    }

    .icon__menu.icon__menu--schades {
        background: url(/Content/images/icon__menu--schades.png) no-repeat center center;
    }

    .icon__menu.icon__menu--opgeslagen-schades {
        background: url(/Content/images/icon__menu--opgeslagen-schades.png) no-repeat center center;
    }

    .icon__menu.icon__menu--relatie-beheer {
        background: url(/Content/images/icon__menu--relatie-beheer.png) no-repeat center center;
    }

    .icon__menu.icon__menu--tussenpersoon-wisselen {
        background: url(/Content/images/icon__menu--tussenpersoon-wisselen.png) no-repeat center center;
    }

    .icon__menu.icon__menu--archief {
        background: url(/Content/images/icon__menu-archief.png) no-repeat center center;
    }

    .icon__menu.icon__menu--ter-beoordeling {
        background: url(/Content/images/icon__menu--ter-beoordeling.png) no-repeat center center;
    }

    .icon__menu.icon__menu--ter-beoordeling-particulier {
        background: url(/Content/images/icon__menu--ter-beoordeling-particulier.png) no-repeat center center;
    }

    .icon__menu.icon__menu--ter-beoordeling-zakelijk {
        background: url(/Content/images/icon__menu--ter-beoordeling-zakelijk.png) no-repeat center center;
    }

    .icon__menu.icon__menu--opgeslagen-mutaties {
        background: url(/Content/images/icon__menu--opgeslagen-mutaties.png) no-repeat center center;
    }

    .icon__menu.icon__menu--historie {
        background: url(/Content/images/icon__menu--historie.png) no-repeat center center;
    }

    .icon__menu.icon__menu--papieren-polis {
        background: url(/Content/images/icon__menu--papieren-polis.png) no-repeat center center;
    }

    .icon__menu.icon__menu--rekening-courant {
        background: url(/Content/images/icon__menu--rekening-courant.png) no-repeat center center;
    }

    .icon__menu.icon__menu--galery-1 {
        background: url(/Content/images/icon__menu--galery-1.png) no-repeat center center;
    }

    .icon__menu.icon__menu--galery-2 {
        background: url(/Content/images/icon__menu--galery-2.png) no-repeat center center;
    }

    .icon__menu.icon__menu--galery-3 {
        background: url(/Content/images/icon__menu--galery-3.png) no-repeat center center;
    }

    .icon__menu.icon__menu--galery-4 {
        background: url(/Content/images/icon__menu--galery-4.png) no-repeat center center;
    }

    .icon__menu.icon__menu--galery-5 {
        background: url(/Content/images/icon__menu--galery-5.png) no-repeat center center;
    }

    .icon__menu.icon__menu--galery-6 {
        background: url(/Content/images/icon__menu--galery-6.png) no-repeat center center;
    }

    .icon__menu.icon__menu--galery-7 {
        background: url(/Content/images/icon__menu--galery-7.png) no-repeat center center;
    }

    .icon__menu.icon__menu--galery-8 {
        background: url(/Content/images/icon__menu--galery-8.png) no-repeat center center;
    }

    .icon__menu.icon__menu--galery-9 {
        background: url(/Content/images/icon__menu--galery-9.png) no-repeat center center;
    }

    .icon__menu.icon__menu--galery-10 {
        background: url(/Content/images/icon__menu--galery-10.png) no-repeat center center;
    }

    .icon__menu.icon__menu--galery-11 {
        background: url(/Content/images/icon__menu--galery-11.png) no-repeat center center;
    }

    .icon__menu.icon__menu--galery-12 {
        background: url(/Content/images/icon__menu--galery-12.png) no-repeat center center;
    }

    .icon__menu.icon__menu--galery-13 {
        background: url(/Content/images/icon__menu--galery-13.png) no-repeat center center;
    }

    .icon__menu.icon__menu--galery-14 {
        background: url(/Content/images/icon__menu--galery-14.png) no-repeat center center;
    }

    .icon__menu.icon__menu--galery-15 {
        background: url(/Content/images/icon__menu--galery-15.png) no-repeat center center;
    }

    .icon__menu.icon__menu--galery-16 {
        background: url(/Content/images/icon__menu--galery-16.png) no-repeat center center;
    }

    .icon__menu.icon__menu--galery-17 {
        background: url(/Content/images/icon__menu--galery-17.png) no-repeat center center;
    }

    .icon__menu.icon__menu--galery-18 {
        background: url(/Content/images/icon__menu--galery-18.png) no-repeat center center;
    }

    .icon__menu.icon__menu--galery-19 {
        background: url(/Content/images/icon__menu--galery-19.png) no-repeat center center;
    }

    .icon__menu.icon__menu--galery-20 {
        background: url(/Content/images/icon__menu--galery-20.png) no-repeat center center;
    }

    .icon__menu.icon__menu--galery-21 {
        background: url(/Content/images/icon__menu--galery-21.png) no-repeat center center;
    }

    .icon__menu.icon__menu--galery-22 {
        background: url(/Content/images/icon__menu--galery-22.png) no-repeat center center;
    }

    .icon__menu.icon__menu--galery-23 {
        background: url(/Content/images/icon__menu--galery-23.png) no-repeat center center;
    }

    .icon__menu.icon__menu--galery-24 {
        background: url(/Content/images/icon__menu--galery-24.png) no-repeat center center;
    }

    .icon__menu.icon__menu--galery-25 {
        background: url(/Content/images/icon__menu--galery-25.png) no-repeat center center;
    }

    .icon__menu.icon__menu--galery-26 {
        background: url(/Content/images/icon__menu--galery-26.png) no-repeat center center;
    }

    .icon__menu.icon__menu--galery-27 {
        background: url(/Content/images/icon__menu--galery-27.png) no-repeat center center;
    }

    .icon__menu.icon__menu--galery-28 {
        background: url(/Content/images/icon__menu--galery-28.png) no-repeat center center;
    }

    .icon__menu.icon__menu--galery-29 {
        background: url(/Content/images/icon__menu--galery-29.png) no-repeat center center;
    }

    .icon__menu.icon__menu--example {
        /*background: url(/Content/images/icon__menu--example.png) no-repeat center center;*/
    }

/*-- BADGE --*/
.badge {
}
    .badge.badge--hidden{
        display:none;
    }

    .badge.badge--particulier,
    .badge.badge--zakelijk {
        position: absolute;
        height: 0.65em;
        width: 0.65em;
        line-height: 0.65em;
        margin-left: 0.3em;
        margin-top: -0.83em;
        font-weight: 700;
        text-align: center;
        color: #444;
        background-color: white;
        border: 1px solid #dadada;
        -webkit-border-radius: 1em;
        -moz-border-radius: 1em;
        border-radius: 1em;
    }

        .badge.badge--particulier:after {
            content: "P";
            font-size: 0.4em;
            font-weight: 300;
            position: absolute;
            left: 0.45em;
        }

        .badge.badge--zakelijk:after {
            content: "Z";
            font-size: 0.4em;
            font-weight: 300;
            position: absolute;
            left: 0.45em;
        }

    .badge.badge--search-icon {
        position: absolute;
        height: 20px;
        width: 20px;
        line-height: 18px;
        border: 1px solid #444;
        background-color: white;
        color: #444;
        font-size: 10px;
        margin-left: 2.2em;
        margin-top: -0.3em;
        text-align: center;
        -webkit-border-radius: 1.05em;
        -moz-border-radius: 1.05em;
        border-radius: 1.05em;
    }

    .badge.badge--client-menu {
        color: white;
        font-size: 0.31em;
        font-weight: 400;
        left: 50%;
        top: 1em;
        position: absolute;
        text-align: center;
        height: 1.7em;
        width: 1.75em;
        line-height: 1.7em;
        -webkit-border-radius: 1em;
        -moz-border-radius: 1em;
        border-radius: 1em;
    }

.client__menu-item.client__menu-item--active .badge.badge--client-menu {
    margin-top: 1px;
}

.layout__aside.layout__aside--expand .badge.badge--client-menu {
    top: 0;
}

.layout__aside.layout__aside--expand .icon.icon--menu-panel-calc-open .badge.badge--client-menu,
.layout__aside.layout__aside--expand .icon.icon--menu-panel-calc-saved-open .badge.badge--client-menu,
.layout__aside.layout__aside--expand .icon.icon--menu-panel-quotation-open .badge.badge--client-menu {
    top: 1em;
    margin-top: 2px;
    margin-left: 0;
}

/*-- RATING --*/
.rating {
    font-size: 1.2em;
}

    .rating.rating--small {
        font-size: 0.85em;
    }

.rating__notavailable {
    color: #dcdcdc;
    font-size: 10px;
    display: table;
    margin: 15px auto;
}

.rating__star {
    float: left;
    width: 0.75em;
    margin-left: 1px;
    margin-right: 1px;
}

    .rating__star::before {
        content: "\2605";
    }

    .rating__star.rating__star--yes {
        color: #f2bc00;
    }

    .rating__star.rating__star--no {
        color: #dcdcdc;
    }

/*-- OVERLAY --*/
.overlay {
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3070;
    position: fixed;
    margin: 0 -6.25em auto;
}

.overlay__container {
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: fixed;
    overflow-y: scroll;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    -webkit-overflow-scrolling: touch; /* iOS */
    background-color: rgba(0, 0, 0, 0.5);
}

/*-- LOADER --*/
.loader {
}

.loader__text {
    color: white;
    font-size: 1em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.loader__btn {
    padding: 1em 2em;
    border: 2px solid white;
    background-color: transparent;
    color: white;
    font-weight: 700;
    margin: 0 38%;
    width: 24%;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
}

    .loader__btn:active {
        position: relative;
        top: 1px;
    }

.loader__animation-load-client {
    background: url(/Content/images/animation/customer-loading.gif) no-repeat center center;
    height: 23em;
    z-index: 1000;
}

/*-- POPUP --*/
.popup {
    position: relative;
    margin: auto;
    margin-top: 2em;
    margin-bottom: 5em;
    height: 100%;
    width: 100%;
    padding: 3.75em;
    padding-bottom: 1em;
    background-color: white;
    overflow-y: auto;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.popup__heading {
    color: #1c1c1c;
    font-size: 36px;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 1em;
    text-align: center;
}

.popup__heading-sub {
    text-align: center;
    font-size: 1.5em;
    font-weight: 300;
}

.popup__text {
    margin-top: 0;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.popup__btn-close {
    position: absolute;
    top: 0;
    right: 0.4em;
    background: transparent;
    color: #c6c6c6;
    font-size: 32px;
    font-weight: 300;
}

.popup__container {
    width: 100%;
    margin-bottom: 1em;
}

    .popup__container.popup__container--task-info {
        float: left; /* naar basis verhuizen */
        width: 50%;
        padding-right: 1em;
        margin-bottom: 1.5em;
    }

        .popup__container.popup__container--task-info:last-child {
            padding-right: 0;
        }

.popup__select {
    height: 2.75em;
    width: 100%;
    padding: 0.5em;
    margin: 0.5em 0;
    border: 1px solid black;
}

.popup .inp,
.popup .select,
.popup .label-checkbox,
.popup .textarea {
    margin-bottom: 1em;
}

.label-checkbox.label-checkbox--popup-warning {
    padding: 1.25em;
    background-color: #ffefc0;
    float: left;
    width: 100%;
}

    .label-checkbox.label-checkbox--popup-warning > .inp {
        margin-bottom: 0;
    }

.popup__custom-content h1,
.popup__custom-content h2,
.popup__custom-content h3 {
    float: left;
    text-align: left;
    width: 100%;
}

.popup.popup--alert h1,
.popup.popup--alert h2,
.popup.popup--alert h3 {
    text-align: center;
}

.popup__custom-content table {
    width: 100%;
    margin-bottom: 1em;
}

.popup__custom-content h3 {
    margin-bottom: 0;
}

.popup__custom-content ul {
    padding-left: 2em;
    list-style-type: disc;
    margin-bottom: 0.75em;
}

.popup__custom-content tfoot {
    font-weight: 700;
}

.popup__dowload-item {
    float: left;
    color: #333333;
    height: 6em;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    padding: 0.5em 0;
    line-height: 5em;
    font-weight: 700;
}

.popup__dowload-img {
    background: url(/Content/images/popup__dowload-img.png) no-repeat center center;
    float: left;
    height: 5em;
    width: 5em;
    margin-left: -0.5em;
}

    .popup__dowload-img.popup__dowload-img-pdf {
        background: url(/Content/images/popup__dowload-img-pdf.png) no-repeat center center;
    }

    .popup__dowload-img.popup__dowload-img-html {
    }

/*-- POPUP (alert) --*/
.popup.popup--alert {
    width: 29em;
    margin-top: 6em;
}

/*-- POPUP (task) --*/
.popup.popup--task {
    width: 35.875em;
}

/*-- POPUP (email) --*/
.popup.popup--email {
    width: 50em;
}

/*-- POPUP (content) --*/
.popup.popup--content {
    width: 85%;
    text-align: left;
}

    .popup.popup--content .popup__heading {
        margin-top: 0;
        text-align: left;
    }

/*-- POPUP TABS --*/
.popup-tabs {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 2em;
}

.popup-tabs__item {
    display: inline-block;
    margin-bottom: -1px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

    .popup-tabs__item.popup-tabs__item--active {
        background-color: white;
        border: 1px solid #dddddd;
        border-bottom: 1px solid white;
    }

.popup-tabs__link {
    display: inline-block;
    padding: 1.25em 2.5em;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: #757575;
}

.popup-tabs__item.popup-tabs__item--active .popup-tabs__link {
    color: #333;
}

/*-- POPUP LINE --*/
.popup-line {
    display: inline-block;
    width: 100%;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #e3e3e3;
}

    .popup-line:last-child {
        margin-bottom: 0;
        border-bottom: 0;
    }

    .popup-line ul {
        font-size: 14px;
    }

.popup-line__link {
    color: #333;
    font-weight: 700;
}

/*-- TABLE --*/
.table--aow-entrepreneur {
    width: 30em;
}

.thead {
}

.th {
    text-align: left;
}

    .th.th--aow-entrepreneur-age {
        width: auto;
    }

    .th.th--aow-entrepreneur-premium {
        width: 7em;
    }

.td.td--table__calc-line {
    text-align: right;
}

.table__premium-valuta {
    float: left;
}

.table__premium-amount {
    float: right;
}

/*-- PRODUCTS --*/
.products {
}

    .products span.termswitch {
        float: right;
        padding-top: 12px;
        display: inline-block;
    }

    .products h1.heading.h1 {
        width: auto;
    }

    .products .list-line__item.list-line__item--menu {
        min-width: 2em;
    }

/*-- PRODUCT --*/
.product {
}

.product__text {
    float: left;
    width: 100%;
}

/*-- PREMIUM --*/
.premium {
    position: relative;
    display: block;
    float: right;
    width: 6.75em;
    font-size: 1em;
    font-weight: 700;
}

.premium__euro {
    float: right;
}

    .premium__euro.premium__euro--past {
        text-decoration: line-through;
    }

.premium__past {
    color: #a5a5a5;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    margin-top: -0.75em;
    font-size: 10px;
    text-align: right;
    text-decoration: line-through;
}

.premium__valuta {
    float: left;
}

.premium__percent {
    float: right;
    min-width: 4em;
    display: block;
    text-align: right;
}

.premium__payterm {
    color: #969696;
    font-size: 12px;
    float: right;
    margin-top: -0.4em;
    width: 100%;
    text-align: right;
}

/*-- PROGRESS --*/
.progress {
    display: block;
    border: 2px solid #f2f2f2;
    width: 3.5em;
    height: 0.5em;
    background-color: white;
    border-radius: 5px;
    margin-top: 0.5em;
}

.progress__percent {
    display: block;
    height: 100%;
    background-color: #3da11b;
}

/*-- CLIENT MENU --*/
.client__menu {
    position: relative;
    height: 5em;
    width: 100%;
}

.layout__aside.layout__aside--expand .client__menu::after {
    position: absolute;
    content: '';
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 2.5em);
    border-bottom: 1px solid #cdcdcd;
}

.client__menu-item {
    position: relative;
    float: left;
    height: 100%;
    width: 100%;
    background-color: white;
    border-top: 0;
    border-right: 1em solid white;
    border-bottom: 1px solid #cfcfcf;
    border-left: 1em solid white;
}

    .client__menu-item.client__menu-item--active {
        border-top: 0;
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
    }

.layout__aside.layout__aside--expand .client__menu-item {
    width: 33.333%;
    border-top: 1em solid white;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1em solid white;
    border-left: 0;
}

    .layout__aside.layout__aside--expand .client__menu-item:last-child {
        border-right: 0;
    }

    .layout__aside.layout__aside--expand .client__menu-item.client__menu-item--active {
        border-top: 0;
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
    }

/*-- CLIENT --*/
.client {
    width: 100%;
}

.client__container {
    border-bottom: 0;
}

.layout__aside.layout__aside--expand .client__container {
    border-bottom: 1px solid #cfcfcf;
}

.client__container.client__container--company {
    margin-top: 1.5em;
    border-bottom: 0;
}

.layout__aside.layout__aside--expand .client__container.client__container--company {
    margin-top: 1.75em;
}

.client__list {
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
    color: #888888;
    font-size: 0.875em;
}

.client__gender {
    text-transform: lowercase;
}

.client__list-item {
    padding: 0 1em;
}

.client__list a {
    color: #888888;
}

.client__family {
    color: #888888;
    font-size: 0.9em;
    font-weight: 700;
}

.layout__aside.layout__aside--expand .client__family-m {
    display: none;
}

.client__family dt {
    text-transform: uppercase;
    font-size: 0.65em;
    font-weight: 700;
    border-top: 1px solid #dadada;
    padding-top: 1.5em;
    margin-top: 1.5em;
    letter-spacing: 0.125em;
    padding-left: 1.5em;
    padding-right: 1em;
}

    .client__family dt:first-child {
        border-top: none;
    }

.client__family dd {
    color: #5b5b5b;
    margin: 0;
    font-size: 1em;
    font-weight: 700;
    padding-left: 1em;
    padding-right: 1em;
}

.client__family-m {
    /* i - voorlopig dicht totdat het dynamish gemaakt is */
    display: none;
    float: left;
    padding: 2em 0;
    width: 100%;
}

.client__family-m-item {
    float: left;
    height: 2em;
    width: 50%;
}

.client__photo {
    margin: 1.75em 0;
}

.client__list,
.client__family {
    display: none;
}

.layout__aside.layout__aside--expand .client__list,
.layout__aside.layout__aside--expand .client__family {
    display: block;
}

/*-- CLIENT UPDATE --*/
.client-update {
    display: none;
    padding: 1em;
    padding-top: 2em;
}

.layout__aside.layout__aside--expand .client-update {
    display: block;
}

/*-- RECENT CLIENT --*/
.recent-clients {
    display: none;
    padding: 1em;
    padding-top: 2em;
    width: 100%;
}

    .recent-clients.recent-clients--scrolled {
        border-top: 1px solid #cfcfcf;
    }

.recent-clients__list {
    height: 284px;
    overflow: hidden;
    width: 100%;
}

.recent-clients__no-clients {
    text-align: center;
}

.recent-clients__client {
    font-size: 14px;
    line-height: 1.45;
    height: 71px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}

.recent-clients__link {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 11px;
}

.recent-clients__info {
    display: inline-block;
    width: calc(100% - 70px);
    margin-left: 18px;
}

.recent-clients__name {
    color: black;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recent-clients__city {
    color: #000;
    text-transform: uppercase;
}

.recent-clients__account {
    color: #000;
}

/*-- TP CHOSEN --*/
.tp-chosen {
    width: calc(100% - 1.3em);
    line-height: 3.5em;
    height: 3.5em;
    margin: auto;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid #cfcfcf;
}

.layout__aside.layout__aside--expand .tp-chosen {
    width: calc(100% - 2.5em);
    height: 4em;
    line-height: 4em;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*-- SCROLL BUTTONS --*/
.scroll-buttons {
    display: none;
    width: 118px;
    margin: auto;
    padding: 16px 0;
}

.scroll-buttons__container {
    display: inline-block;
    margin-top: 1em;
}

.scroll-buttons__button {
    background-color: transparent;
    border: 1px solid #bbbbbb;
    height: 44px;
    width: 52px;
    border-radius: 24px;
    float: left;
    margin-right: 12px;
}

    .scroll-buttons__button:last-child {
        margin-right: 0;
    }

    .scroll-buttons__button:active,
    .scroll-buttons__button:hover {
        border: 1px solid #aaaaaa;
    }

    .scroll-buttons__button.scroll-buttons__button--disabled {
        border: 1px solid #cccccc;
    }

    .scroll-buttons__button.scroll-buttons__button:active .scroll-buttons__arrow.scroll-buttons__arrow--up,
    .scroll-buttons__button.scroll-buttons__button:hover .scroll-buttons__arrow.scroll-buttons__arrow--up {
        border-top: 1px solid #222;
        border-left: 1px solid #222;
    }

    .scroll-buttons__button.scroll-buttons__button:active .scroll-buttons__arrow.scroll-buttons__arrow--down,
    .scroll-buttons__button.scroll-buttons__button:hover .scroll-buttons__arrow.scroll-buttons__arrow--down {
        border-bottom: 1px solid #222;
        border-right: 1px solid #222;
    }

    .scroll-buttons__button.scroll-buttons__button--disabled .scroll-buttons__arrow.scroll-buttons__arrow--up,
    .scroll-buttons__button.scroll-buttons__button--disabled:hover .scroll-buttons__arrow.scroll-buttons__arrow--up,
    .scroll-buttons__button.scroll-buttons__button--disabled:active .scroll-buttons__arrow.scroll-buttons__arrow--up {
        border-top: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
    }

    .scroll-buttons__button.scroll-buttons__button--disabled .scroll-buttons__arrow.scroll-buttons__arrow--down,
    .scroll-buttons__button.scroll-buttons__button--disabled:hover .scroll-buttons__arrow.scroll-buttons__arrow--down,
    .scroll-buttons__button.scroll-buttons__button--disabled:active .scroll-buttons__arrow.scroll-buttons__arrow--down {
        border-bottom: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
    }

.scroll-buttons__arrow {
    height: 12px;
    width: 12px;
    margin: auto;
    display: block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

    .scroll-buttons__arrow.scroll-buttons__arrow--up {
        border-top: 1px solid #444444;
        border-left: 1px solid #444444;
        margin-top: 8px;
    }

    .scroll-buttons__arrow.scroll-buttons__arrow--down {
        border-bottom: 1px solid #444444;
        border-right: 1px solid #444444;
        margin-top: -6px;
    }

    .scroll-buttons__arrow.scroll-buttons__arrow--up {
        border-top: 1px solid #444444;
        border-left: 1px solid #444444;
        margin-top: 8px;
    }

    .scroll-buttons__arrow.scroll-buttons__arrow--down {
        border-bottom: 1px solid #444444;
        border-right: 1px solid #444444;
        margin-top: -6px;
    }

/*-- WYSIWYG --*/
.hswysiwyg_buttons {
    width: 100%;
    padding: 2px 0;
    background: #f9f9f9;
    border: 1px solid #6f6f6f;
    border-bottom: 0;
}

.hswysiwyg_buttons_container {
}

.hswysiwyg_bold, .hswysiwyg_italic, .hswysiwyg_underline {
    display: inline-block;
    width: 33px;
    height: 23px;
    text-decoration: none;
    cursor: pointer;
    text-indent: -9999px;
}

.hswysiwyg_bold {
    background: url(/Content/images/editor_bold.png) no-repeat right center transparent;
}

.hswysiwyg_italic {
    background: url(/Content/images/editor_italic.png) no-repeat right center transparent;
}

.hswysiwyg_underline {
    background: url(/Content/images/editor_underline.png) no-repeat right center transparent;
}

.hswysiwyg_editor {
    margin-bottom: 2em;
}

    .hswysiwyg_editor iframe {
        border: 1px solid #6f6f6f;
        border-top: 0;
    }

/*-- HISTORY --*/
:not(html) .history {
    width: 80%;
    padding-top: 2em;
    position: relative;
    margin-bottom: 6em;
}

.history__line {
    position: absolute;
    width: 2.625em; /* 42px */
    height: 100%;
    left: 45%;
}

    .history__line:after {
        content: "";
        position: absolute;
        border-left: 2px solid #c3c3c3;
        height: 100%;
    }

.history__item {
    position: relative;
    z-index: 90;
    width: 100%;
}

.history__item--lvl-a,
.history__item--lvl-b {
    margin-left: calc(45% + 17px); /* 21 + 12 - 16 = 17px */
    width: calc(55% - 17px);
}

.history__container {
    position: relative;
    padding: 1em;
    padding-top: 0;
}

.history__item.history__item--lvl-c .history__container,
.history__item.history__item--lvl-d .history__container {
    width: calc(45% - 17px); /* 21 + 12 - 16 = 17px */
    padding-bottom: 6em;
}

.history__index {
    position: absolute;
    width: 1em;
    height: 1em;
    top: 0.67em;
    left: calc(45% - 7px);
    border: 2px solid #c3c3c3;
    outline-style: solid;
    outline-width: 4px;
    outline-color: #f5f5f5;
    background-color: #f5f5f5;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.history__item--lvl-a .history__index,
.history__item--lvl-b .history__index {
    left: -24px;
}

.history__date {
    display: block;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.0625em;
    padding: 0.5em 0 0.25em 0;
    height: 2.5em;
}

.history__time {
    font-weight: 400;
}

.history__item--lvl-a .history__date,
.history__item--lvl-b .history__date {
    text-align: left;
}

.history__header {
    position: relative;
    padding: 0;
    height: auto;
    margin-bottom: 0.25em;
    background-color: white;
}

    .history__header.history__header--lvl-a {
        height: auto;
    }

.history__heading {
    display: inline-block;
    width: calc(100% - 4em);
    color: #727272;
    margin: 0;
    margin-left: 4em;
    padding: 0.75em;
    padding-right: 0.25em;
    font-size: 12px;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 0.0625em;
}

.history__header.history__header--lvl-a .history__heading {
    padding: 1.35em 0.25em;
    font-size: 14px;
    line-height: 1.8;
    color: white;
}

.history__header-icon {
    position: absolute;
    height: 100%;
    width: 3em;
    border-right: 1px solid #f5f5f5;
}

    /*-- HISTORY HEADER ICON (B, C, D) --*/
    /* 
      1.  AdvisorQuotationEmail
      2.  AdvisorQuotationDownload
      3.  AdvisorQuotationExpired
      31. AdvisorQuotationSaved
      61. RelationQuotationExpired
      62. RelationQuotationSaved  
      100.AdvisorQuotationDeleted
    */
    .history__header-icon.history__header-icon--1,
    .history__header-icon.history__header-icon--2,
    .history__header-icon.history__header-icon--3,
    .history__header-icon.history__header-icon--31,
    .history__header-icon.history__header-icon--61,
    .history__header-icon.history__header-icon--62,
    .history__header-icon.history__header-icon--100 {
        background: url(/Content/images/history__header-icon--offerte.png) no-repeat center center;
    }

    /*
      5.  AdvisorPolicyMutationSaved
      6.  AdvisorPolicyMutationExpired
      7.  AdvisorFutureMutationSaved
      8.  AdvisorFutureMutationRequest
      17. AdvisorPackageMutationRequest
      18. AdvisorPolicyMutationRequest
      19. AdvisorBusinessRelationMutation
      30. AdvisorFutureMutationExpired
      41. RelationPolicyMutationSaved
      42. RelationPolicyMutationExpired
      43. RelationFutureMutationSaved
      48. RelationPolicyMutation
      49. RelationPackageMutationRequest
      60. RelationFutureMutationExpired
      63. RelationPolicyMutationRequest
    */
    .history__header-icon.history__header-icon--5,
    .history__header-icon.history__header-icon--6,
    .history__header-icon.history__header-icon--7,
    .history__header-icon.history__header-icon--8,
    .history__header-icon.history__header-icon--17,
    .history__header-icon.history__header-icon--18,
    .history__header-icon.history__header-icon--19,
    .history__header-icon.history__header-icon--30,
    .history__header-icon.history__header-icon--41,
    .history__header-icon.history__header-icon--42,
    .history__header-icon.history__header-icon--43,
    .history__header-icon.history__header-icon--48,
    .history__header-icon.history__header-icon--49,
    .history__header-icon.history__header-icon--60,
    .history__header-icon.history__header-icon--63 {
        background: url(/Content/images/history__header-icon--mutatie.png) no-repeat center center;
    }

    /*
      9.  AdvisorSavedCalculationSaved
      10. AdvisorSavedCalculationExpired
      101.AdvisorSavedCalculationDeleted
    */
    .history__header-icon.history__header-icon--9,
    .history__header-icon.history__header-icon--10,
    .history__header-icon.history__header-icon--101 {
        background: url(/Content/images/history__header-icon--opgeslagen-berekening.png) no-repeat center center;
    }

    /*
      4.  AdvisorQuotationRequest
      11. AdvisorSavedCalculationRequest
      12. AdvisorPolicyRequest
      40. RelationQuotationRequest  
      44. RelationPolicyRequest
    */
    .history__header-icon.history__header-icon--4,
    .history__header-icon.history__header-icon--11,
    .history__header-icon.history__header-icon--12,
    .history__header-icon.history__header-icon--40,
    .history__header-icon.history__header-icon--44 {
        background: url(/Content/images/history__header-icon--polis.png) no-repeat center center;
    }

    /*
      20. AdvisorPrivateRelationMutation (relatie wordt gemuteerd)
      21. AdvisorSendUsername
      22. AdvisorSendPassword
      23. AdvisorChangeEmail
      24. AdvisorChangeDoelgroep
      25. AdvisorChangeSite
      27. AdvisorChangeServiceType
      28. AdvisorChangeUsername
      29. AdvisorCustomerCreated
      45. RelationSendPassword
      46. RelationSendUsername
      47. RelationCreateAccount
      50. RelationBusinessRelationMutationRequest
      51. RelationPrivateRelationMutationRequest  
      58. RelationChangePassword
      59. RelationChangeUsername
      102. DisableAccount
    */
    .history__header-icon.history__header-icon--20,
    .history__header-icon.history__header-icon--21,
    .history__header-icon.history__header-icon--22,
    .history__header-icon.history__header-icon--23,
    .history__header-icon.history__header-icon--24,
    .history__header-icon.history__header-icon--25,
    .history__header-icon.history__header-icon--27,
    .history__header-icon.history__header-icon--28,
    .history__header-icon.history__header-icon--29,
    .history__header-icon.history__header-icon--35,
    .history__header-icon.history__header-icon--45,
    .history__header-icon.history__header-icon--46,
    .history__header-icon.history__header-icon--47,
    .history__header-icon.history__header-icon--50,
    .history__header-icon.history__header-icon--51,
    .history__header-icon.history__header-icon--58,
    .history__header-icon.history__header-icon--59,
    .history__header-icon.history__header-icon--102 {
        background: url(/Content/images/history__header-icon--gebruikers-gegevens.png) no-repeat center center;
    }

    /*
      26. AdvisorChangeTussenpersoon
    */
    .history__header-icon.history__header-icon--26 {
        background: url(/Content/images/history__header-icon--tp.png) no-repeat center center;
    }

    /*
      13. AdvisorClaimRequest
      14. AdvisorClaimSaved
      15. AdvisorClaimSavedRequest
      16. AdvisorClaimSavedExpired
      52. RelationClaimRequest
      53. RelationClaimSaved
      54. RelationClaimSavedExpired
    */
    .history__header-icon.history__header-icon--13,
    .history__header-icon.history__header-icon--14,
    .history__header-icon.history__header-icon--15,
    .history__header-icon.history__header-icon--16,
    .history__header-icon.history__header-icon--52,
    .history__header-icon.history__header-icon--53,
    .history__header-icon.history__header-icon--54 {
        background: url(/Content/images/history__header-icon--schade.png) no-repeat center center;
    }

    /*
      80. ForReviewOffer
    */
    .history__header-icon.history__header-icon--80 {
        background: url(/Content/images/history__header-icon--aangeboden.png) no-repeat center center;
    }

    /*
      81. ForReviewAssessed
    */
    .history__header-icon.history__header-icon--81 {
        background: url(/Content/images/history__header-icon--beoordeeld.png) no-repeat center center;
    }

    /*
      82. ForReviewToAdvisor
    */
    .history__header-icon.history__header-icon--82 {
        background: url(/Content/images/history__header-icon--beoordeeld.png) no-repeat center center;
    }

    /*
      32. Afgeronde taak
      33. Afgeronde flow taak
    */
    .history__header-icon.history__header-icon--32,
    .history__header-icon.history__header-icon--33 {
        background: url(/Content/images/history__header-icon--taken.png) no-repeat center center;
    }

/*-- HISTORY HEADER ICON (A) --*/

/* 
  1.  AdvisorQuotationEmail
  2.  AdvisorQuotationDownload
  3.  AdvisorQuotationExpired
  31. AdvisorQuotationSaved
  40. RelationQuotationRequest
  61. RelationQuotationExpired
  62. RelationQuotationSaved  
*/
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--1,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--2,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--3,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--31,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--61,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--62 {
    background: url(/Content/images/history__header-icon--offerte-a.png) no-repeat center center;
}

/*
  5.  AdvisorPolicyMutationSaved
  6.  AdvisorPolicyMutationExpired
  7.  AdvisorFutureMutationSaved
  8.  AdvisorFutureMutationRequest
  17. AdvisorPackageMutationRequest
  18. AdvisorPolicyMutationRequest
  19. AdvisorBusinessRelationMutation
  30. AdvisorFutureMutationExpired
  41. RelationPolicyMutationSaved
  42. RelationPolicyMutationExpired
  43. RelationFutureMutationSaved
  48. RelationPolicyMutation
  49. RelationPackageMutationRequest
  60. RelationFutureMutationExpired
  63. RelationPolicyMutationRequest
*/
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--5,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--6,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--7,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--8,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--17,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--18,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--19,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--30,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--41,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--42,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--43,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--48,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--49,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--60,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--63 {
    background: url(/Content/images/history__header-icon--mutatie-a.png) no-repeat center center;
}

/*
  9.  AdvisorSavedCalculationSaved
  10. AdvisorSavedCalculationExpired
*/
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--9,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--10 {
    background: url(/Content/images/history__header-icon--opgeslagen-berekening-a.png) no-repeat center center;
}

/*
  4.  AdvisorQuotationRequest
  11. AdvisorSavedCalculationRequest
  12. AdvisorPolicyRequest
  40. RelationQuotationRequest  
  44. RelationPolicyRequest
*/
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--4,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--11,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--12,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--40,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--44 {
    background: url(/Content/images/history__header-icon--polis-a.png) no-repeat center center;
}

/*
  20. AdvisorPrivateRelationMutation
  21. AdvisorSendUsername
  22. AdvisorSendPassword
  23. AdvisorChangeEmail
  24. AdvisorChangeDoelgroep
  25. AdvisorChangeSite
  27. AdvisorChangeServiceType
  28. AdvisorChangeUsername
  29. AdvisorCustomerCreated
  45. RelationSendPassword
  46. RelationSendUsername
  47. RelationCreateAccount
  50. RelationBusinessRelationMutationRequest
  51. RelationPrivateRelationMutationRequest  
  58. RelationChangePassword
  59. RelationChangeUsername
  200. AdvisorBusinessRelationMutationProspect
  201. AdvisorPrivateRelationMutationProspect
  202. RelationBusinessRelationMutationProspect
  203. RelationPrivateRelationMutationProspect
*/
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--20,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--21,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--22,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--23,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--24,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--25,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--27,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--28,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--29,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--35,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--45,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--46,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--47,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--50,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--51,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--58,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--59,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--200,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--201,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--202,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--203 {
    background: url(/Content/images/history__header-icon--gebruikers-gegevens-a.png) no-repeat center center;
}

/*
  26. AdvisorChangeTussenpersoon
*/
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--26 {
    background: url(/Content/images/history__header-icon--tp-a.png) no-repeat center center;
}

/*
  13. AdvisorClaimRequest
  14. AdvisorClaimSaved
  15. AdvisorClaimSavedRequest
  16. AdvisorClaimSavedExpired
  52. RelationClaimRequest
  53. RelationClaimSaved
  54. RelationClaimSavedExpired
*/
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--13,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--14,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--15,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--16,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--52,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--53,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--54 {
    background: url(/Content/images/history__header-icon--schade-a.png) no-repeat center center;
}

/*
  80. ForReviewOffer
*/
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--80 {
    background: url(/Content/images/history__header-icon--aangeboden-a.png) no-repeat center center;
}

/*
  81. ForReviewAssessed
*/
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--81 {
    background: url(/Content/images/history__header-icon--beoordeeld-a.png) no-repeat center center;
}

/*
  82. ForReviewToAdvisor
*/
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--82 {
    background: url(/Content/images/history__header-icon--beoordeeld-a.png) no-repeat center center;
}

/*
  32. Afgeronde taak
  33. Afgeronde flow taak
*/
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--32,
.history__header.history__header--lvl-a .history__header-icon.history__header-icon--33 {
    background: url(/Content/images/history__header-icon--taken-a.png) no-repeat center center;
}

.history__content {
    padding: 1em;
    margin-bottom: 0.25em;
    font-size: 13px;
    text-align: left;
    background-color: #fff;
}

    .history__content h3 {
        width: 100%;
        margin: 0;
        font-weight: 400;
        font-size: 15px;
        color: #7c7c7c;
    }

.history__comment {
    width: 100%;
    font-weight: 400;
    color: #b7b7b7;
    font-style: italic;
}

.history__content ul {
    margin-bottom: 0.75em;
    line-height: 1.95;
    color: #7c7c7c;
}

.history__content a {
    color: #a6a6a6;
}

.history__action {
    display: none;
}

    .history__action.history__action--open-yes,
    .history__action.history__action--closed-yes,
    .history__action.history__action--deleted-yes {
        display: block;
    }

        .history__action.history__action--closed-yes.history__action--deleted-yes {
            display: none;
        }

    .history__action.history__action--deleted-yes {
        color: #b7b7b7;
        font-style: italic;
    }

.history__period {
    position: relative;
    left: calc(45% - 40px);
    height: 3.42em;
    margin: 2em 0;
    text-align: center;
}

    .history__period.history__period--day {
        height: 1.71em;
    }

    .history__period p {
        font-weight: bold;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.0625em;
        padding: 0.5em 0;
        position: absolute;
        z-index: 10;
        background: #f5f5f5;
        border-top: 2px solid #c3c3c3;
        border-bottom: 2px solid #c3c3c3;
        width: 82px;
    }

/*-- IFRAME --*/
.iframe {
    display: inline-block;
    width: 100%;
    border: none;
    overflow-x: hidden;
    overflow-y: hidden;
}

    .iframe.iframe--email {
        height: 20em;
        border: 1px solid #888;
        margin-top: 0.5em;
    }

/*-- CC --*/
.cc {
    color: #b7b7b7;
}

/*-- SHAME (tijdelijke oplossingen) --*/

/* door inregeling */
.form__fieldset .form__fieldset + .form__line.form__line--header {
    position: initial;
}

/* SBI Selector --------- */
.sbi_activities {
    margin-left: 20px;
}

    .sbi_activities p {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .sbi_activities ul {
        padding-left: 2em;
        list-style-type: disc;
        margin-bottom: 0.75em;
    }

.sbi_activities__head {
    font-weight: bold;
}

.sbi_activities__content {
}

.sbi_activities_hoofdactiviteit {
    font-weight: 400;
}

.sbi_activities_nevenactiviteiten {
}

.sbi_activities_toelichting {
    min-height: 0px;
}

    .sbi_activities_hoofdactiviteit.form__line,
    .sbi_activities_nevenactiviteiten.form__line,
    .sbi_activities_toelichting.form__line {
        border-top: 0px;
    }

#sbikvkaddresscontainer_companytype .form__line .form__container {
    padding-left: 0;
}


[id^="beroepencontainer"] .form__list-item.form__list-item--active,
[id^="sbiselectorcontainer_"] .form__list-item.form__list-item--active,
#degoudserisicoklassecontainer .form__list-item.form__list-item--active,
#sbikvkselectorcontainer .form__list-item.form__list-item--active,
#sbiselectorcontainer .form__list-item.form__list-item--active,
[id^=kvkcontrolcontainer] .form__list-item.form__list-item--active,
#kvkcontrolcontainer .form__list-item.form__list-item--active {
    background: none;
}

[id^="beroepencontainer"] .form__list-link,
[id^="sbiselectorcontainer_"] .form__list-link,
#degoudserisicoklassecontainer .form__list-link,
#sbikvkselectorcontainer .form__list-link,
#sbiselectorcontainer .form__list-link,
[id^=kvkcontrolcontainer] .form__list-link,
#kvkcontrolcontainer .form__list-link {
    display: inline-block;
}

[id^="beroepencontainer"] .form__list-item:not(.form__list-item--active) .form__list-link.form__change-btn,
[id^="sbiselectorcontainer_"] .form__list-item:not(.form__list-item--active) .form__list-link.form__change-btn,
#degoudserisicoklassecontainer .form__list-item:not(.form__list-item--active) .form__list-link.form__change-btn,
#sbikvkselectorcontainer .form__list-item:not(.form__list-item--active) .form__list-link.form__change-btn,
#sbiselectorcontainer .form__list-item:not(.form__list-item--active) .form__list-link.form__change-btn,
[id^=kvkcontrolcontainer] .form__list-item:not(.form__list-item--active) .form__list-link.form__change-btn,
#kvkcontrolcontainer .form__list-item:not(.form__list-item--active) .form__list-link.form__change-btn {
    display: none;
}

[id^="beroepencontainer"] .form__list-item.form__list-item--active .form__list-link.form__change-btn,
[id^="sbiselectorcontainer_"] .form__list-item.form__list-item--active .form__list-link.form__change-btn,
#degoudserisicoklassecontainer .form__list-item.form__list-item--active .form__list-link.form__change-btn,
#sbikvkselectorcontainer .form__list-item.form__list-item--active .form__list-link.form__change-btn,
#sbiselectorcontainer .form__list-item.form__list-item--active .form__list-link.form__change-btn,
[id^=kvkcontrolcontainer] .form__list-item.form__list-item--active .form__list-link.form__change-btn,
#kvkcontrolcontainer .form__list-item.form__list-item--active .form__list-link.form__change-btn {
    display: inline-block;
    position: absolute;
    right: 0;
    text-decoration: underline;
    padding-right: 1.25em;
    color: #969696;
    font-weight: 400;
}

/* ------------------------------------
  RESPONSIVE MODULES
--------------------------------------- */
@media only screen and (min-width: 925px) {
    /*-- LIST --*/
    .list__date {
        width: 14%;
    }

    .list__title {
        float: right;
        width: 86%;
    }

    .list__text {
        display: inline-block;
        width: 86%;
        float: right;
    }
}

/* Tablet (Landscape) ----------- */
@media only screen and (min-width: 1025px) {

    /*-- LOGIN --*/
    .login__box {
        margin-top: 10em;
    }

    /*-- NAV --*/
    .nav__menu-item {
        padding: 1em 1.5em;
    }

    .nav__menu-badge {
        right: -0.25em;
    }

    .nav__service {
        left: 6.25em;
    }

    /*-- CALENDER NAV --*/
    .calender-nav {
        margin-left: 0.15em;
    }

    /*-- ICON --*/
    .icon.icon--menu-panel-calc-open,
    .icon.icon--menu-panel-calc-saved-open,
    .icon.icon--menu-panel-quotation-open {
        border-top: 1px solid #a5a5a5;
        border-left: 0;
    }

    .icon.icon--menu-panel-quotation-open {
        /* i - prevens icon from moving, when panel is open */
        margin-left: 1px;
        width: calc(100% - 1px);
    }

    /*-- BADGE --*/
    .badge.badge--client-menu {
        top: 0;
    }

    .client__menu-item.client__menu-item--active .badge.badge--client-menu {
        top: 0;
        margin-top: 2px;
        margin-left: 0;
    }

    .icon.icon--menu-panel-calc-open .badge.badge--client-menu,
    .icon.icon--menu-panel-calc-saved-open .badge.badge--client-menu,
    .icon.icon--menu-panel-quotation-open .badge.badge--client-menu {
        top: 1em;
    }

    /*-- CLIENT --*/
    .client__menu::after {
        position: absolute;
        content: '';
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        width: calc(100% - 2.5em);
        border-bottom: 1px solid #cdcdcd;
    }

    .client__menu-item {
        width: 100%;
        border-top: 1em solid white;
        border-right: 1px solid #cfcfcf;
        border-bottom: 1em solid white;
        border-left: 0;
    }

        .client__menu-item:last-child {
            border-right: 0;
        }

    .client__container {
        border-bottom: 1px solid #cfcfcf;
    }

        .client__container.client__container--company {
            margin-top: 1.75em;
        }

    .tp-chosen {
        width: calc(100% - 2.5em);
        height: 4em;
        line-height: 4em;
        font-size: 16px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /*-- BTN TOGGLE ASIDE --*/
    .btn-toggle-aside {
        display: none;
    }

    /*-- CLIENT UPDATE --*/
    .client-update {
        display: block;
    }

    /*-- CLIENT --*/
    .client__menu-item {
        width: 33.333%;
    }

    .client__family-m {
        display: none;
    }

    .client__mi,
    .client__list,
    .client__family,
    .client__mi-item {
        display: block;
    }

    /*-- LIST --*/
    .list__date {
        width: 13%;
    }

    /*-- SHOW MODULES --*/
    .recent-clients,
    .scroll-buttons,
    .new-client,
    .add-client-info {
        display: block;
    }

    /*-- POPUP --*/
    .popup {
        margin-top: 6em;
    }

        .popup.popup--content {
            width: 55em;
        }
}

@media only screen and (min-width : 1200px) {

    /*-- LIST LINE --*/
    .list-line__item.list-line__item--invoice-type {
        width: 19%;
    }

    .list-line__item.list-line__item--invoice-date {
        width: 12%;
    }

    .list-line__item.list-line__item--invoice-description {
        width: 24%;
    }
}

@media only screen and (min-width : 1332px) {

    /*-- LIST LINE --*/
    .list-line__item.list-line__item--invoice-premium {
        width: 13%;
    }

    .list-line__item.list-line__item--invoice-premium-open {
        width: 13%;
    }

    .list-line__item.list-line__item--invoice-description {
        width: 28%;
    }

    /*-- LIST --*/
    .list__date {
        width: 10%;
    }
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {

    /*-- CONTAINER --*/
    .form__container.form__container--label {
        width: calc(48% - 5.25em);
    }

    .form__container.form__container--input {
        width: calc(50% - 5.25em);
    }

    .form__container.form__container--wide {
        width: calc(98% - 5.25em);
    }

    /*-- CONTAINER LABEL & INPUT --*/
    .container-label {
        width: 15%;
    }

    .container-inp {
        width: 85%;
    }

    /*-- LIST --*/
    .list__date {
        width: 8%;
    }
}
/*-- NAVIGATIE #201e1e --*/
.nav {
    background-color: #201e1e;
}

.nav__service {
    border: 3px solid #201e1e;
    border-left: 0;
}

/*-- BUTTONS #19bfa6 --*/
.btn-action {
    background-color: #19bfa6;
    border-color: #19bfa6;
}

    .btn-action.btn-action--link-popup {
        color: #19bfa6;
    }

/*-- LINKS --*/
a {
    color: #19bfa6;
}

h1 a.link, h2 a.link, h3 a.link, h4 a.link, h5 a.link, h6 a.link {
    color: #19bfa6;
}

.link.link--add-item {
    border-bottom: 1px solid #19bfa6;
}

/*-- MENU --*/
.menu__item {
    background-color: #19bfa6;
}

/*-- PAGINATION --*/
.pagination__item.pagination__item--active > a {
    background-color: #19bfa6;
}

/*-- BADGE --*/
.icon__badge {
    color: #19bfa6;
}

.badge {
    background-color: #19bfa6;
    border-color: #19bfa6;
}

/*-- FORMULIER --*/
.form__header {
    color: #19bfa6;
}

.form__legend {
    color: #19bfa6;
}

.form__nav-item.form__nav-item--active .form__nav-link {
    border-bottom-color: #19bfa6;
}

.form__list-item:hover, .form__list-item.form__list-item--active {
    border: 1px solid #19bfa6;
}

    .form__list-item.form__list-item--active .form__list-link {
        color: #19bfa6;
    }

.form__fieldset.form__fieldset--notice {
    border: 1px solid #19bfa6;
}

/*-- NOTICE --*/
.notice {
    background-color: #ffe0cb;
}

.notice__title {
    background-color: #ff6600;
}

.notice__text, .notice__text h2 {
    color: #ff6600;
}

/*-- FOR REVIEW MESSAGE --*/
.list-line.list-line--for-review .list-line__label, .list-line.list-line--for-review .list-line__label a, .list-line.list-line--for-review .premium {
    color: #ff6600;
}

.list-line.list-line--for-review .list-line__label-sub {
    opacity: 0.8;
    color: #ff6600;
}

.menu-panel__list.menu-panel__list--for-review .menu-panel__label, .menu-panel__list.menu-panel__list--for-review .menu-panel__label a, .menu-panel__list.menu-panel__list--for-review .menu-panel__item.menu-panel__item--premium {
    color: #ff6600;
}

.list-line.list-line--for-review .list-line__label-description {
    color: #ff6600;
}

.list-line.list-line--forreviewcomment, .list-line.list-line--fromreviewcomment {
    background-color: #ffe0cb;
}

.list-line.list-line--forreviewcomment, .list-line.list-line--fromreviewcomment {
    border-bottom: 1px solid #ff6600;
}

    .list-line.list-line--forreviewcomment p, .list-line.list-line--fromreviewcomment p {
        color: #ff6600;
    }

    .list-line.list-line--forreviewcomment h1, .list-line.list-line--fromreviewcomment h1 {
        color: #ff6600;
    }

/*-- INPUT & FORM INPUT FOCUS --*/
.inp:focus, .form__inp:focus, .form__select:focus, .textarea:focus, .form__textarea:focus {
    border: 1px solid #19bfa6;
}

/*-- HISTORY --*/

.history__header.history__header--lvl-a {
    background-color: #19bfa6;
}

/*-- COMPORATOR TILE --*/

.comporator-tile.comporator-tile--active {
    border-color: #19bfa6;
}

    .comporator-tile.comporator-tile--active .comporator-tile__title {
        color: #19bfa6;
    }

.comparator-detail__title {
    color: #19bfa6;
}

/*-- FOR REVIEW REST--*/
.ter-beoordeling {
    background-color: #ff6600 !important;
    color: #FFF !important;
}

.ter-beoordeling-text, .for-review-text {
    color: #ff6600 !important;
}

div.for-review {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: small;
    color: #ff6600;
    background-color: #ffe0cb;
    padding: 0.2em 0.4em;
}

a.for-review,
a.review,
a.offered {
    color: #ff6600 !important;
}

li.list-line__item.list-line__item--premium-superfly.for-review {
    color: #ff6600 !important;
}

.container-reviewcomment-content {
    color: #ff6600;
    padding: 0.25em;
    margin-top: 0.5em;
    border-radius: 0.25em;
    background-color: #FFF;
    border: solid 1px #ff6600;
}

    .container-reviewcomment-content:before,
    .container-reviewcomment-content > *:first-child:before {
        width: 0;
        content: '';
        position: relative;
        margin-left: -10px;
        border-style: solid;
        display: inline-flex;
        border-width: 0 9px 10px;
    }

    .container-reviewcomment-content:before {
        border-color: #ff6600 transparent;
    }

    .container-reviewcomment-content.for-reviewer:before {
        left: 20px;
    }

    .container-reviewcomment-content.from-reviewer:before {
        right: 8px;
    }

    .container-reviewcomment-content > *:first-child:before {
        border-color: #fff transparent;
    }

    .container-reviewcomment-content.for-reviewer:before,
    .container-reviewcomment-content.from-reviewer:before {
        top: -14px;
    }

    .container-reviewcomment-content.for-reviewer:before,
    .container-reviewcomment-content.for-reviewer > *:first-child:before {
        float: left;
    }

    .container-reviewcomment-content.from-reviewer:before,
    .container-reviewcomment-content.from-reviewer > *:first-child:before {
        float: right;
    }

    .container-reviewcomment-content.for-reviewer > *:first-child:before,
    .container-reviewcomment-content.from-reviewer > *:first-child:before {
        top: -13px;
    }

    .container-reviewcomment-content.for-reviewer > *:first-child:before {
        left: 12px;
    }

span.for-review-label,
span.review-label,
span.offered-label {
    padding: 0.5em 0.75em;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    color: #ff6600;
    background-color: #ffe0cb;
    font-weight: 600;
}

.list-line__label--small,
.menu-panel__label--heading {
    text-transform: uppercase;
    font-size: smaller;
    font-weight: 600;
    color: #19bfa6;
}
