/******************************************************************
 *
 *	© iWink.nl
 *
 ******************************************************************
 *
 *	1. Variables
 *
 *	2. Imports
 *
 *	3. Default styling
 *
 *	4. Framework
 *
 *	5. Common classnames
 *
 *	6. Modules
 *
 *	7. Functionalities
 *
 *	8. Components
 *
 *	9. Page Exceptions
 *
 *	10. Browser Exceptions
 *
 ******************************************************************/
/*-----------------------------------------

		1. Variables (has own style sheet)

-----------------------------------------*/
/*-----------------------------------------

		2. Imports

-----------------------------------------*/
/* font settings */
/* dimensions settings */
/* color settings */
/* grid settings*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/**
 * 'sup' en 'sub' zijn uit deze lijst verwijderd omdat ze
 * andersniet goed gerenderd worden in de texteditor
 * 
 */
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Deze versie van normalize.css is gestripped omdat er te veel in zat
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*---------------------------------------------------
  LESS Elements 0.9
---------------------------------------------------
  A set of useful LESS mixins
  More info at: http://lesselements.com
---------------------------------------------------*/
.centerX {
  -webkit-transform: translate(-50%, 0, 0);
  -moz-transform: translate(-50%, 0, 0);
  -ms-transform: translate(-50%, 0, 0);
  -o-transform: translate(-50%, 0, 0);
  transform: translate(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  position: absolute;
  left: 50%;
}
.centerY {
  -webkit-transform: translate(0, -50%, 0);
  -moz-transform: translate(0, -50%, 0);
  -ms-transform: translate(0, -50%, 0);
  -o-transform: translate(0, -50%, 0);
  transform: translate(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  top: 50%;
}
.centerXY {
  -webkit-transform: translate(-50%, -50%, 0);
  -moz-transform: translate(-50%, -50%, 0);
  -ms-transform: translate(-50%, -50%, 0);
  -o-transform: translate(-50%, -50%, 0);
  transform: translate(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  top: 50%;
  left: 50%;
}
/* =========================================================================
 *
 * Making the CSS flex box work cross browser
 *
 * - The source can be found here: https://gist.github.com/jayj/4012969
 * - Some custom changes have been made so don't replace the files below with the source above
 *
 * ====================================================================== */
/* Clearfix
-------------------------------------------------------------------*/
.clearfix:after,
.cf:after {
  content: '';
  display: table;
  clear: both;
}
/* Algemene classnames
-------------------------------------------------------------------*/
.nomargin,
.nom {
  margin: 0;
}
.nopadding .nop {
  padding: 0;
}
.nomp {
  margin: 0;
  padding: 0;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.center {
  display: block;
  margin: auto;
}
.hide,
.hidden {
  position: absolute;
  left: -9999px;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clear {
  clear: both;
}
.cleft {
  clear: left;
}
.cright {
  clear: right;
}
.tcenter {
  text-align: center;
}
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.vbottom {
  vertical-align: bottom;
}
.vmiddle {
  vertical-align: middle;
}
.vtop {
  vertical-align: top;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.overflow {
  overflow: hidden;
}
.bold,
.b,
.strong {
  font-weight: bold;
}
.em,
.italic,
.i {
  font-style: italic;
}
.normal {
  font-weight: normal;
}
.u,
.underline {
  text-decoration: underline;
}
.tnone {
  text-decoration: none;
}
.small {
  font-size: 11px;
}
.lower {
  text-transform: lowercase;
}
.upper {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.truncate {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.default {
  cursor: default;
}
.pointer,
.js-hover {
  cursor: pointer;
}
.mobiletext {
  display: none;
}
.prevent-text-breakouts {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Make images behave the right way with responsive */
img {
  max-width: 100%;
  display: block;
  border: 0;
}
/* Twitter AddThis modal box fix */
#stOCWrapper,
#stOCWrapper * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
/* unitip box-modal fix */
body #unitip,
body #unitip * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  cursor: default;
}
/* youtube fixed width and height fix */
.component-youtube {
  width: 100% !important;
  height: auto !important;
}
/* Responsive video */
.video-wrapper {
  position: relative;
}
.video-wrapper .video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-wrapper .video-container iframe,
.video-wrapper .video-container object {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
hr {
  display: block;
  height: 0;
  border: 0;
  padding: 0;
}
::-webkit-input-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #666;
}
:-moz-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
.element-invisible {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
/*-----------------------------------------

      Build by Andre & Michele 08-2012
      
-----------------------------------------*/
/* default form elements */
input,
textarea,
select,
button {
  border: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: 0;
}
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=number],
input[type=date],
textarea,
.style-select {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  height: 32px;
  padding: 0 8px;
  background: #fff;
  border: 1px solid #cacaca;
  line-height: 24px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus,
.style-select:focus,
input[type=text].focus,
input[type=email].focus,
input[type=password].focus,
input[type=search].focus,
input[type=number].focus,
input[type=date].focus,
textarea.focus,
.style-select.focus {
  outline: 0;
  border-color: #0092C7;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input::-ms-clear {
  display: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
textarea {
  height: 160px;
  padding: 8px;
  resize: vertical;
  overflow: auto;
  line-height: 18px;
}
button,
input[type=submit] {
  cursor: pointer;
  background-color: #0092C7;
}
.style-select {
  position: relative;
  padding: 0;
}
.style-select:before {
  content: 'q';
  font-family: 'ophtec';
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  text-align: center;
  line-height: 30px;
  pointer-events: none;
  background: #fff;
  font-size: 12px;
  height: 32px;
  width: 32px;
  border-radius: 0 5px 5px 0;
  background: #cacaca;
  color: #131313;
}
.style-select select {
  border-radius: 3px 0 0 3px;
  width: 100%;
  padding: 0 8px;
  border: 0;
  text-indent: 0.01px;
  background: transparent;
  height: 30px;
}
.style-select select::-ms-expand {
  display: none;
}
form,
form.webbeheer-formulier,
form.customform {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
form li,
form.webbeheer-formulier li,
form.customform li {
  margin-bottom: 0;
  position: relative;
}
form ul.velden > li.width-1-3,
form.webbeheer-formulier ul.velden > li.width-1-3,
form.customform ul.velden > li.width-1-3 {
  width: 33.33333333%;
  float: left;
  padding: 0 8px;
}
form ul.velden > li.width-1-3:not(.last-in-row) .input-value,
form.webbeheer-formulier ul.velden > li.width-1-3:not(.last-in-row) .input-value,
form.customform ul.velden > li.width-1-3:not(.last-in-row) .input-value {
  right: 16px;
}
form ul.velden > li.width-1-2,
form.webbeheer-formulier ul.velden > li.width-1-2,
form.customform ul.velden > li.width-1-2 {
  width: 50%;
  float: left;
  padding: 0 8px;
}
form ul.velden > li.first-in-row,
form.webbeheer-formulier ul.velden > li.first-in-row,
form.customform ul.velden > li.first-in-row {
  padding-left: 0;
  clear: both;
}
form ul.velden > li.last-in-row,
form.webbeheer-formulier ul.velden > li.last-in-row,
form.customform ul.velden > li.last-in-row {
  padding-right: 0;
}
form ul.velden > li.last-in-row + li,
form.webbeheer-formulier ul.velden > li.last-in-row + li,
form.customform ul.velden > li.last-in-row + li {
  clear: both;
}
form ul.velden > li.label-left > label,
form.webbeheer-formulier ul.velden > li.label-left > label,
form.customform ul.velden > li.label-left > label {
  display: inline-block;
  margin-right: 16px;
}
form ul.velden > li.label-left .radio-wrapper,
form.webbeheer-formulier ul.velden > li.label-left .radio-wrapper,
form.customform ul.velden > li.label-left .radio-wrapper {
  display: inline-block;
}
form label,
form.webbeheer-formulier label,
form.customform label {
  display: block;
  font-weight: bold;
}
form label > span,
form.webbeheer-formulier label > span,
form.customform label > span {
  font-weight: normal;
  color: #131313;
}
form span.form-label,
form.webbeheer-formulier span.form-label,
form.customform span.form-label {
  color: #333;
}
form input[type=submit],
form.webbeheer-formulier input[type=submit],
form.customform input[type=submit] {
  background: none;
  background: #ccc;
  margin-bottom: 16px;
  cursor: pointer;
}
form .input-value,
form.webbeheer-formulier .input-value,
form.customform .input-value {
  position: absolute;
  bottom: 0;
  right: 8px;
  line-height: 32px;
  display: inline-block;
}
form .tooltip,
form.webbeheer-formulier .tooltip,
form.customform .tooltip {
  float: right;
  width: 16px;
  height: 16px;
  position: relative;
  margin-top: 8px;
  margin-right: 18px;
  z-index: 10;
}
form .tooltip:before,
form.webbeheer-formulier .tooltip:before,
form.customform .tooltip:before {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: 'p';
  font-size: 16px;
  font-weight: bold;
  font-family: 'ophtec';
  color: #0092C7;
  text-align: center;
  display: block;
  line-height: 10px;
  margin-left: 8px;
}
form .tooltip > span,
form.webbeheer-formulier .tooltip > span,
form.customform .tooltip > span {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 240px;
  display: none;
  margin-bottom: 6px;
}
form .tooltip:hover > span,
form.webbeheer-formulier .tooltip:hover > span,
form.customform .tooltip:hover > span {
  display: block;
}
form .break,
form.webbeheer-formulier .break,
form.customform .break {
  height: 1px;
  background: #ddd;
  margin: 32px -96px;
}
form .form-input-multipleselect li,
form.webbeheer-formulier .form-input-multipleselect li,
form.customform .form-input-multipleselect li,
form .form-input-radio li,
form.webbeheer-formulier .form-input-radio li,
form.customform .form-input-radio li {
  margin-bottom: 0;
}
form .form-input-multipleselect label,
form.webbeheer-formulier .form-input-multipleselect label,
form.customform .form-input-multipleselect label,
form .form-input-radio label,
form.webbeheer-formulier .form-input-radio label,
form.customform .form-input-radio label {
  float: left;
  font-weight: normal;
}
form .form-input-multipleselect input[type=checkbox],
form.webbeheer-formulier .form-input-multipleselect input[type=checkbox],
form.customform .form-input-multipleselect input[type=checkbox],
form .form-input-radio input[type=checkbox],
form.webbeheer-formulier .form-input-radio input[type=checkbox],
form.customform .form-input-radio input[type=checkbox],
form .form-input-multipleselect input[type=radio],
form.webbeheer-formulier .form-input-multipleselect input[type=radio],
form.customform .form-input-multipleselect input[type=radio],
form .form-input-radio input[type=radio],
form.webbeheer-formulier .form-input-radio input[type=radio],
form.customform .form-input-radio input[type=radio] {
  float: left;
}
form .form-input-multipleselect .multiple-title,
form.webbeheer-formulier .form-input-multipleselect .multiple-title,
form.customform .form-input-multipleselect .multiple-title,
form .form-input-radio .multiple-title,
form.webbeheer-formulier .form-input-radio .multiple-title,
form.customform .form-input-radio .multiple-title {
  display: block;
  float: left;
}
form .form-input-date input,
form.webbeheer-formulier .form-input-date input,
form.customform .form-input-date input {
  width: 32%;
  margin-left: 2%;
  max-width: 120px;
}
form .form-input-date input:first-of-type,
form.webbeheer-formulier .form-input-date input:first-of-type,
form.customform .form-input-date input:first-of-type {
  margin-left: 0;
}
form .error,
form.webbeheer-formulier .error,
form.customform .error,
form .input-error p,
form.webbeheer-formulier .input-error p,
form.customform .input-error p {
  color: #f4342f;
}
form .form-error,
form.webbeheer-formulier .form-error,
form.customform .form-error {
  background: url('/img/form_error.png') no-repeat 0 4px;
  padding-left: 24px;
  font-size: 12px;
  color: #f4342f;
}
.required-label {
  font-style: italic;
}
.required-label:before {
  content: '* ';
  font-weight: bold;
  color: red;
  font-style: normal;
}
input[type=checkbox],
input[type=radio] {
  float: left;
  margin: 6px 6px 0 0;
}
.required-field:after {
  content: ' *';
  font-weight: bold;
  color: red;
}
.radio-wrapper input {
  display: inline-block;
  margin-right: 4px;
  float: none;
}
.radio-wrapper .radio-label {
  display: inline-block;
  margin-right: 16px;
  font-weight: normal;
}
input[type=checkbox],
input[type=radio] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.form-control-label {
  position: relative;
  padding-left: 20.8px;
  width: auto !important;
}
.form-control-label::before,
.form-control-label::after {
  transition: 0.25s ease-out;
  content: '';
  display: block;
  position: absolute;
  transform: translateY(-50%);
  padding: 0;
  background-clip: content-box;
}
.form-control-label::before {
  background: #fff;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 0;
  border: 1px solid #cacaca;
  border-radius: 0.125rem;
}
[type='checkbox'] + .form-control-label::before {
  width: 22px;
  height: 22px;
  border-radius: 3px;
}
[type='radio'] + .form-control-label::before {
  border-radius: 50%;
}
[type='radio'] + .form-control-label::after {
  background: #0092C7;
  width: 10px;
  height: 10px;
  top: 12px;
  left: 3px;
  border-radius: 50%;
  opacity: 0;
}
[type='radio']:checked + .form-control-label::before {
  border: 1px solid #0092C7;
}
[type='radio']:checked + .form-control-label::after {
  opacity: 1;
}
[type='checkbox'] + .form-control-label::after {
  content: '';
  width: 18px;
  height: 18px;
  background: url('/img/check.png') no-repeat;
  display: block;
  position: absolute;
  top: 12px;
  left: 2px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
[type='checkbox']:checked + .form-control-label::after {
  opacity: 1;
  visibility: visible;
}
::-webkit-clear-button,
::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}
[type='radio']:focus + .form-control-label::before,
[type='checkbox']:focus + .form-control-label::before {
  border: 1px solid #0092C7;
}
@font-face {
  font-family: "ophtec";
  src: url("/fonts/ophtec.eot?v=2");
  src: url("/fonts/ophtec.woff?v=2") format("woff"), url("/fonts/ophtec.ttf?v=2") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "ophtec" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  display: inline-block;
}
.show-popup .information-popup-container {
  opacity: 1;
  visibility: visible;
}
.information-popup-container {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  top: 0;
}
.information-popup-container .information-popup {
  -webkit-transform: translate(-50%, 0, 0);
  -moz-transform: translate(-50%, 0, 0);
  -ms-transform: translate(-50%, 0, 0);
  -o-transform: translate(-50%, 0, 0);
  transform: translate(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  position: absolute;
  left: 50%;
  top: 125px;
  width: 1055px;
  max-width: 100%;
  background: #fff;
  padding: 16px 40px;
  transition: none;
}
.information-popup-container .close-info-popup {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.information-popup-container .close-info-popup::before {
  font-size: 18px;
}
.information-popup-container .top-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.information-popup-container .top-bar span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: bold;
}
.information-popup-container .top-bar span::before {
  margin-right: 8px;
}
.information-popup-container h2 {
  text-transform: none;
}
.information-popup-container p {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  width: 100%;
  padding-right: 80px;
}
@media (max-width: 480px) {
  .information-popup-container p {
    padding-right: 0;
  }
}
.information-popup-container p a {
  color: #0092C7;
}
.page-breadcrumb {
  padding-left: 36px;
}
.page-breadcrumb ol {
  display: flex;
  font-size: 11px;
  font-family: Verdana, sans-serif;
  color: #787878;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.page-breadcrumb ol li:not(:last-child)::after {
  font-family: 'ophtec';
  content: 'v';
  text-transform: lowercase;
  font-size: 8px;
  margin: 0 8px;
}
.page-breadcrumb ol a {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-decoration: none;
  color: #787878;
}
.page-breadcrumb ol a:hover {
  color: #404040;
}
#footer {
  width: 100%;
  min-width: 1055px;
  font-size: 12px;
  padding-top: 16px;
}
#footer ul:after {
  content: '';
  display: table;
  clear: both;
}
#footer li {
  float: left;
  margin-left: 16px;
  margin-bottom: 0;
}
#footer li:first-child {
  margin-left: 0;
}
#footer .device-identifiers li > * {
  float: none;
}
#footer a {
  display: inline-flex;
  text-decoration: underline;
  color: #333;
}
#footer a:hover {
  color: #0092C7;
}
#footer .sociallinks {
  display: flex;
  padding: 16px;
  background: #460082;
  margin: 0 -16px 16px;
  text-align: center;
}
#footer .sociallinks li {
  margin: 0 50px;
}
#footer .sociallinks li.facebook a:before {
  content: 'a';
}
#footer .sociallinks li.youtube a:before {
  content: 'b';
}
#footer .sociallinks li.twitter a:before {
  content: 'c';
}
#footer .sociallinks li.linkedin a:before {
  content: 'd';
}
#footer .sociallinks li:last-child {
  margin-left: auto;
}
#footer .sociallinks a {
  color: #fff;
  text-decoration: none;
}
#footer .sociallinks a:first-letter {
  text-transform: uppercase;
}
#footer .sociallinks a:before {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: .5;
  background: #fff;
  color: #404040;
  float: left;
  font-family: 'ophtec';
  margin-right: 8px;
  width: 24px;
  line-height: 24px;
  font-size: 14px;
}
#footer .sociallinks a:hover:before {
  opacity: 1;
}
#footer .sociallinks img {
  display: inline-block;
  width: auto;
  height: 20px;
  margin-top: 4px;
}
#footer .subfooterwrapper:after {
  content: '';
  display: table;
  clear: both;
}
#footer .subfooterwrapper ul {
  float: right;
}
#footer .address {
  margin: 0 -16px 0;
}
#footer .device-identifiers {
  margin: 0 -16px 16px;
}
#footer .device-identifiers li {
  display: flex;
  align-items: center;
  float: none;
  margin-left: 0;
}
#footer .icon {
  display: inline-flex;
  align-content: center;
}
#footer .icon::before {
  content: '';
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 4px;
}
#footer .icon-manufacturer::before {
  background-image: url('/img/ico_manufacturer.png');
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
}
#footer .icon-medical-device::before {
  background-image: url('/img/ico_medicaldevice.png');
  background-size: 18px 12px;
  width: 18px;
  height: 12px;
}
#footer .icon-ce-0344::before {
  background-image: url('/img/ico_ce-0344.png');
  background-size: 16px 20px;
  width: 16px;
  height: 20px;
  margin-left: 8px;
}
#footer .icon-book-info::before {
  background-image: url('/img/icon-book-info.png');
  background-size: 18px 13px;
  width: 18px;
  height: 13px;
  margin: 0 8px;
}
/* =========================================================================
 *
 * Callout
 *
 * ====================================================================== */
.callout {
  width: 204%;
  padding: 16px;
  margin: -32px -52px 24px;
}
.browserupgrade-wrapper {
  display: none !important;
  width: 100%;
}
.browserupgrade-wrapper::before {
  content: none !important;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .browserupgrade-wrapper {
    display: flex !important;
  }
}
.callout.browserupgrade {
  background: #f4342f;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding: 16px 32px;
}
.callout.browserupgrade a {
  color: #fff;
}
.callout.browserupgrade .icon {
  margin-right: 8px;
}
.callout.browserupgrade .icon::before {
  font-size: 18px;
}
.component-holladaycalculator .callout.browserupgrade {
  margin-bottom: 0;
}
#js-request_calculator_access {
  float: none;
  margin: 10px 0 20px 0;
  text-decoration: none;
}
#js-access_request_message {
  margin-left: 10px;
}
/*-----------------------------------------

		3. Default styling

-----------------------------------------*/
/* body */
body {
  font: 16px 'Lato', sans-serif;
  line-height: 24px;
  color: #333;
  background: #ddd;
}
/* headings*/
h1,
h2,
h3,
h4 {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin-bottom: 16px;
  font: 32px 'Lato', sans-serif;
  line-height: 24px;
  color: #0092C7;
  text-rendering: optimizelegibility;
  font-weight: 900;
  text-transform: uppercase;
}
h1 {
  font-size: 26px;
  font-weight: 500;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 15px;
}
/* links */
a {
  color: #333;
}
a:hover {
  color: #0092C7;
}
/* editor styles */
p,
address,
blockquote,
dl,
ul,
ol,
table {
  margin-bottom: 16px;
}
#maincontainer {
  position: relative;
}
header {
  background: #fff;
  height: 60px;
  margin: 16px 0 12px;
  position: relative;
  z-index: 1;
  font-size: 12px;
}
header .wrapper {
  max-width: 995px;
  height: 100%;
  display: flex;
  align-items: center;
}
header.pdf_view {
  display: none;
}
.component-classiclogin .form-control-checkbox > span {
  display: block;
  margin-left: 32px;
}
#toptray {
  position: absolute;
  top: 12px;
  right: 0;
  display: flex;
  align-items: center;
}
#toptray .languagetitle {
  float: left;
  margin-right: 8px;
  color: #7B7B7B;
}
#toptray a {
  color: #fff;
  text-decoration: none;
}
#toptray .login,
#toptray .language {
  position: relative;
  margin-right: 16px;
  margin-bottom: 0;
  font-family: verdana, sans-serif;
  font-size: 13px;
}
#toptray .login a.dropdown-toggle,
#toptray .language a.dropdown-toggle {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: block;
  color: #fff;
  text-decoration: none;
  padding-right: 16px;
  position: relative;
}
#toptray .login a.dropdown-toggle:hover,
#toptray .language a.dropdown-toggle:hover {
  text-decoration: underline;
}
#toptray .login a.dropdown-toggle img,
#toptray .language a.dropdown-toggle img {
  width: 20px;
  float: left;
}
#toptray .login {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  font-weight: bold;
  z-index: 10;
}
#toptray .login::before {
  content: 'w';
  font-family: 'ophtec';
  background: #888888;
  border-radius: 3px 0 0 3px;
  padding: 0 12px;
  height: 35px;
  display: flex;
  align-items: center;
}
#toptray .login > li {
  border-radius: 0 3px 3px 0;
  background: #666666;
  padding: 5.33333333px 12px;
}
#toptray .login .dropdown-toggle::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  top: 9px;
  right: 2px;
}
#toptray .language .dropdown {
  margin-bottom: 0;
}
#toptray .dropdown-menu {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  position: absolute;
  right: -24px;
  display: none;
  background: #fff;
}
#toptray .dropdown-menu a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  padding: 5px;
  line-height: 14px;
  min-width: 150px;
  color: #4d4d4d;
  background: #fff;
  text-decoration: none;
  text-transform: capitalize;
}
#toptray .dropdown-menu a:hover {
  background: #E6E6E6;
}
#toptray .dropdown-menu img {
  width: 20px;
  float: left;
  margin-right: 16px;
}
#toptray .language {
  z-index: 20;
}
#toptray .language a.dropdown-toggle {
  text-indent: -9999px;
  width: 35px;
}
#toptray .language a.dropdown-toggle img {
  margin-top: 5px;
}
main div.wrapper {
  padding: 0;
  background: #fff;
}
main div.wrapper .no-breadcrumbs {
  margin-top: 36px;
}
main.pdf_view #middle .innerwrapper.top {
  padding-top: 5px;
}
.blok {
  background: #EFF5F7;
}
.blok li {
  margin-bottom: 16px;
  width: 100%;
  display: inline-block;
}
/*-----------------------------------------

		4. Framework

-----------------------------------------*/
/* logo */
#logo:after {
  content: '';
  display: table;
  clear: both;
}
#logo a {
  float: left;
}
#logo a:after {
  content: '';
  display: table;
  clear: both;
}
#logo .logo-beeldmerk {
  width: 128px;
}
/* wrapper */
#wrapper {
  min-width: 1055px;
}
/* content */
#content.hasleft {
  width: 65.81196581%;
  *width: 65.75854701%;
  margin-left: 0%;
  *margin-left: -0.0534188%;
  margin-right: 0%;
  *margin-right: -0.0534188%;
  float: left;
}
/* sidebar left */
#left {
  width: 31.62393162%;
  *width: 31.57051282%;
  margin-left: 2.56410256%;
  *margin-left: 2.51068376%;
  margin-right: 0%;
  *margin-right: -0.0534188%;
  float: left;
}
/*-----------------------------------------

	5. Common classnames

-----------------------------------------*/
/* default button */
.btn {
  display: inline-block;
  margin-bottom: 16px;
}
/* center div */
.wrapper {
  position: relative;
  width: 100%;
  max-width: 1055px;
  padding: 0 16px;
  margin: auto;
}
.wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.subfooterwrapper {
  position: relative;
  width: 100%;
  max-width: 1055px;
  padding: 0 66px 0 16px;
  margin: auto;
}
.subfooterwrapper:after {
  content: '';
  display: table;
  clear: both;
}
.innerwrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  position: relative;
  padding: 32px 52px 16px;
}
.innerwrapper.calculator-results-inner-wrapper {
  padding-top: 0;
}
.innerwrapper.top {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.innerwrapper.top:after {
  content: '';
  display: table;
  clear: both;
}
.innerwrapper.top::before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #E6E6E6;
  left: 48px;
  right: 48px;
}
.innerwrapper.top h1 {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  text-transform: uppercase;
}
.innerwrapper.top .calculation-logo {
  margin-top: -12px;
  width: 150px;
  margin-left: 16px;
}
.innerwrapper.calculator-results-top {
  flex-wrap: nowrap;
  align-items: baseline;
}
.innerwrapper.calculator-results-top::before {
  content: none;
}
.innerwrapper.calculator-results-top .back-link {
  width: auto;
  flex-grow: 1;
}
.innerwrapper.calculator-results-top .back-link .button::before {
  margin-right: 16px;
  font-size: 18px;
}
.innerwrapper.calculator-results-top .logo_precizon img {
  margin-bottom: -10px;
}
.innerwrapper .column-left {
  padding-right: 32px;
  width: 100%;
}
.innerwrapper .column-right {
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  width: 380px;
}
.back-link {
  width: 100%;
}
.back-link a {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}
.back-link a::before {
  content: 'o';
  font-family: 'ophtec';
  text-transform: none;
  margin-right: 12px;
}
.submenu-bottom {
  margin-bottom: 0;
}
.submenu-top,
.submenu-bottom {
  padding-bottom: 16px;
  font-weight: bold;
}
.submenu-top .new,
.submenu-bottom .new {
  float: right;
}
.submenu-top .prev,
.submenu-bottom .prev {
  float: left;
}
.submenu-top .prev a:before,
.submenu-bottom .prev a:before {
  font-size: 18px;
}
.submenu-top a,
.submenu-bottom a {
  color: #333;
  display: inline-block;
  text-decoration: none;
  line-height: 16px;
  position: relative;
  padding-left: 24px;
}
.submenu-top a:before,
.submenu-bottom a:before {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  color: #0092C7;
  font-size: 14px;
}
.submenu-top a:hover,
.submenu-bottom a:hover {
  color: #0092C7;
}
/*-----------------------------------------

		6. Modules

-----------------------------------------*/
.component-calculator .eye-container-temporal {
  position: relative;
  height: 600px;
}
.component-calculator div.eye-container {
  position: relative;
  width: 100%;
  height: 431px;
  background: #E6E6E6;
  margin-bottom: 10px;
}
.component-calculator div.eye-container .no-support {
  display: none;
}
.component-calculator div.eye-container[data-eye-view="superior"] {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.component-calculator div.eye-container[data-eye-view="temporal"] {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  position: absolute;
  left: -42px;
  top: 86px;
  width: 550px;
  height: 466px;
  margin-bottom: 0;
  overflow: hidden;
}
.component-calculator div.eye-container[data-eye-view="temporal"] .eye-container {
  max-width: 650px;
  top: 89px;
  left: -40px;
  position: absolute;
}
.component-calculator div.eye-container[data-eye-view="temporal"] div.eyeresults {
  position: absolute;
  width: 220px;
  height: 220px;
}
.component-calculator div.eye-container[data-eye-view="temporal"] div.legend {
  left: -28px;
  top: 50px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.component-calculator div.eye-container[data-eye-view="temporal"] div.currenteye {
  right: 5px;
  bottom: 20px;
  top: auto;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.component-calculator div.eye-container[data-eye-view="temporal"] div.eyeresults div.center {
  top: 90px;
}
.component-calculator div.eye-container.od[data-eye-view="temporal"] .eye-container {
  left: -60px;
}
.component-calculator div.eye-container.od[data-eye-view="temporal"] div.eyeresults {
  top: 135px;
  left: 160px;
}
.component-calculator div.eye-container.od[data-eye-view="temporal"] div.eyeresults.back {
  top: 133px;
  left: 163px;
}
.component-calculator div.eye-container.os[data-eye-view="temporal"] .eye-container {
  left: -40px;
}
.component-calculator div.eye-container.os[data-eye-view="temporal"] div.eyeresults {
  top: 137px;
  left: 177px;
}
.component-calculator div.eye-container.os[data-eye-view="temporal"] div.eyeresults.back {
  top: 135px;
  left: 180px;
}
.component-calculator .legenda {
  height: 30px;
}
.component-calculator label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 140px;
  color: #0092C7;
  word-wrap: break-word;
  font-weight: 700;
}
.component-calculator table {
  width: 100%;
  margin-bottom: 10px;
}
.component-calculator table tbody tr {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.component-calculator table tbody tr:nth-child(odd) {
  background: #E4EEF2;
}
.component-calculator table th {
  text-align: left;
  font-weight: bold;
  padding: 6px 12px 6px 8px;
  min-width: 50px;
  vertical-align: bottom;
}
.component-calculator table th.se {
  width: 120px;
}
.component-calculator table th.astigmatisme {
  width: 220px;
}
.component-calculator table td {
  position: relative;
  padding: 8px;
  min-width: 40px;
}
.component-calculator table td.one-line {
  white-space: nowrap;
}
.component-calculator .calculator-version {
  color: #808080;
  float: left;
  text-decoration: none;
}
.ie7 .component-calculator div.eye-container *,
.ie8 .component-calculator div.eye-container *,
.ie9 .component-calculator div.eye-container * {
  display: none !important;
}
.ie7 .component-calculator div.eye-container .no-support,
.ie8 .component-calculator div.eye-container .no-support,
.ie9 .component-calculator div.eye-container .no-support {
  display: block !important;
}
/*-----------------------------------------

		7. Functionalities

-----------------------------------------*/
[data-title] {
  position: relative;
}
[data-title]:after {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  content: attr(data-title);
  background: #000;
  padding: 0 4px;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 10;
  line-height: 1;
  min-height: 16px;
  font-size: 1.3rem;
  opacity: 0;
  visibility: hidden;
}
[data-title]:hover:after {
  opacity: 1;
  visibility: visible;
  margin-bottom: 2.66666667px;
}
/*-----------------------------------------

		8. Components

-----------------------------------------*/
/* alinea */
.component-alinea strong,
.alinea strong,
.component-alinea b,
.alinea b {
  font-weight: bold;
}
.component-alinea em,
.alinea em,
.component-alinea i,
.alinea i {
  font-style: italic;
}
.component-alinea ol,
.alinea ol {
  list-style: decimal;
}
.component-alinea ul,
.alinea ul {
  list-style: disc outside;
  padding: 0 0 0 20px;
}
.component-alinea.intro,
.alinea.intro,
.component-alinea.intro p,
.alinea.intro p {
  font-weight: bold;
}
/* figures */
figure {
  margin: 0 0 8px;
}
figure.intro {
  margin-top: 24px;
}
figure .centerimage {
  width: 360px;
  margin: auto;
  margin-bottom: 8px;
  overflow: hidden;
}
figure img {
  margin: auto;
}
figure.align-left {
  float: left;
  margin-right: 16px;
}
figure.align-right {
  float: right;
  margin-left: 16px;
}
/* Login */
form.component-profile,
form.component-classiclogin {
  padding: 32px 64px;
}
.component-profile .innerwrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.component-profile #content ul,
.component-classiclogin #content ul {
  margin-bottom: 0;
}
.component-profile #content li,
.component-classiclogin #content li {
  margin-bottom: 16px;
  width: 100%;
  display: inline-block;
  word-break: break-word;
  position: relative;
}
.component-profile #content li h2,
.component-classiclogin #content li h2 {
  padding-top: 32px;
  border-top: 1px solid #ccc;
  margin-top: 16px;
}
.component-profile #content .field-phone:after,
.component-classiclogin #content .field-phone:after {
  content: '';
  display: table;
  clear: both;
}
.component-profile #content .field-phone .style-select,
.component-classiclogin #content .field-phone .style-select {
  width: 200px;
  margin-right: 16px;
  float: left;
}
.component-profile #content .field-phone input,
.component-classiclogin #content .field-phone input {
  float: left;
  width: 536px;
}
.component-profile #content .icalendar-button,
.component-classiclogin #content .icalendar-button {
  position: absolute;
  bottom: 8px;
  right: 6px;
  font-size: 0;
  height: 16px;
}
.component-profile #content .help-block,
.component-classiclogin #content .help-block {
  color: #f4342f;
}
.component-profile #content #footer li,
.component-classiclogin #content #footer li {
  width: auto;
}
.component-profile .blok,
.component-customclassiclogin .blok {
  padding: 32px 32px 0;
}
.articalcInputForm button.button-blue,
.articalcInputForm .button.button-blue,
.articalcInputForm .btn.button-blue {
  background: #0577a0;
}
.articalcInputForm button.button-blue:hover,
.articalcInputForm .button.button-blue:hover,
.articalcInputForm .btn.button-blue:hover {
  background: #0092C7;
}
.component-calculatorkeuze #middle {
  padding-top: 64px;
}
.mini-preview {
  float: left;
  overflow: hidden;
  width: calc(50% - 8px);
  margin-bottom: 16px;
  padding: 0;
}
.mini-preview:not(:last-child) {
  margin-right: 16px;
  clear: both;
}
.mini-preview a {
  background: #E6E6E6;
  width: 100%;
  display: table;
  color: #333;
  text-decoration: none;
  min-height: 144px;
}
.mini-preview a:hover {
  background: #404040;
}
.mini-preview a:hover h3 {
  color: #fff;
}
.mini-preview .image {
  width: 144px;
  display: table-cell;
}
.mini-preview .image img {
  width: 144px;
}
.mini-preview h3 {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 16px;
}
.component-calculator .section-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-radius: 5px 5px 0 0;
  width: 100%;
  background-color: #D6E3E7;
  font-weight: bold;
  padding-left: 28px;
  margin-right: 0;
  height: 36px;
}
.component-calculator .section-title h3 {
  color: #333;
  font-size: 18px;
  text-transform: none;
  margin-bottom: 0;
  font-weight: 600;
}
.component-calculator .section-title form {
  width: 300px;
  margin-bottom: 0;
  margin-left: 16px;
}
.component-calculator .section-title form select {
  color: #0092C7;
  font-weight: 900;
}
.component-calculator .section-title .btn {
  margin-bottom: 0;
  padding: 4px 8px !important;
  font-size: 12px;
}
.component-calculator .calculatorform {
  position: relative;
  width: 100%;
}
.component-calculator .calculatorform legend {
  display: none;
}
.component-calculator .calculatorform .velden {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.component-calculator .calculatorform .velden.ooginfo {
  min-height: 280px;
}
.component-calculator .calculatorform .velden li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 16px;
}
.component-calculator .calculatorform .velden > li {
  margin-bottom: 0;
}
.component-calculator .calculatorform .velden .style-select {
  width: 100px;
}
.component-calculator .calculatorform .velden label {
  width: 140px;
}
.component-calculator .calculatorform .velden input[type="text"],
.component-calculator .calculatorform .velden input[type="number"] {
  width: 100px;
}
.component-calculator .calculatorform .velden input[type="text"].warning,
.component-calculator .calculatorform .velden input[type="number"].warning {
  border-color: rgba(255, 112, 0, 0.1);
}
.component-calculator .calculatorform .velden input[type="text"].error,
.component-calculator .calculatorform .velden input[type="number"].error {
  background: rgba(255, 0, 0, 0.1);
  border: 1px solid rgba(255, 0, 0, 0.2);
}
.component-calculator .calculatorform .velden textarea {
  height: 50px;
}
.component-calculator .calculatorform .velden textarea ~ .textarea-maxlength-counter {
  width: 100%;
  line-height: 1;
  margin-top: 8px;
  color: #6F6F6F;
  font-size: 12px;
}
.component-calculator .calculatorform .velden span {
  margin-right: 16px;
}
.component-calculator .calculatorform .velden span.value {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  border-radius: 0 5px 5px 0;
  background: #cacaca;
  color: #131313;
  margin-right: 0;
  margin-left: -32px;
}
.component-calculator .calculatorform .velden span.form-error,
.component-calculator .calculatorform .velden span.form-warning {
  padding-left: 24px;
  font-size: 11px;
  width: 100%;
  display: block;
  margin-left: 140px;
  line-height: 20px;
  margin-top: 2.66666667px;
}
.component-calculator .calculatorform .velden span.form-error {
  background: url('/img/form_error.png') no-repeat scroll 0 4px transparent;
  color: #f4342f;
}
.component-calculator .calculatorform .velden span.form-warning {
  background: url('/img/form_warning.png') no-repeat scroll 0 4px transparent;
  color: #FF7000;
}
.component-calculator .calculatorform .velden .right span.form-error,
.component-calculator .calculatorform .velden .right span.form-warning {
  margin-left: 116px;
}
.component-calculator .calculatorform .velden .notice {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #6F6F6F;
  margin-bottom: 16px;
}
.component-calculator .calculatorform ul.patient li {
  width: 50%;
  margin-bottom: 16px;
}
.component-calculator .calculatorform ul.patient li:last-child {
  width: 100%;
}
.component-calculator .calculatorform ul.patient label {
  width: 100%;
  margin-bottom: 4px;
}
.component-calculator .calculatorform ul.patient textarea.warning,
.component-calculator .calculatorform ul.patient input[type="text"].warning {
  border-color: #FF7000;
}
.component-calculator .calculatorform ul.patient textarea.error,
.component-calculator .calculatorform ul.patient input[type="text"].error {
  background: rgba(255, 0, 0, 0.1);
}
.component-calculator .calculatorform ul.patient .form-error,
.component-calculator .calculatorform ul.patient .form-warning {
  margin-left: 90px;
}
.component-calculator .calculatorform ul.patient span {
  margin-right: 16px;
}
.component-calculator .calculatorform ul.patient .name {
  width: 60%;
}
.component-calculator .calculatorform ul.patient .name input {
  width: calc(100% - 16px);
}
.component-calculator .calculatorform ul.patient .calculation-date {
  width: 40%;
}
.component-calculator .calculatorform ul.patient .calculation-date input {
  width: 100%;
}
.component-calculator .calculatorform .calculation-input {
  border-radius: 5px 5px 0 0;
  background: #F9FBFB;
}
.component-calculator .calculatorform .calculation-input .fields {
  width: 100%;
  padding: 16px 12px 0 12px;
  margin-bottom: 0;
}
.component-calculator .calculatorform .calculation-input .fields > .fields {
  padding: 0;
}
.component-calculator .calculatorform .calculation-input .fields ul {
  margin-bottom: 0;
}
.component-calculator .calculatorform .calculation-input .fields.left-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.component-calculator .calculatorform .calculation-input .fields.left-right li {
  width: 50%;
}
.component-calculator .calculatorform .calculation-input .fields.left-right li:last-child {
  padding-left: 4px;
}
.component-calculator .calculatorform .calculation-method .fields {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding-right: 0;
}
.component-calculator .calculatorform .calculation-method .fields li {
  width: 30%;
}
.component-calculator .calculatorform .calculation-method .fields li:first-child {
  width: 40%;
}
.component-calculator .calculatorform .iol .style-select {
  width: 210px;
}
.component-calculator .calculatorform .oog .fields {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.component-calculator .calculatorform .oog .fields li {
  width: 40%;
}
.component-calculator .calculatorform .oog .fields .full-width {
  width: 100%;
  margin-top: -8px;
}
.component-calculator .calculatorform .oog .fields .full-width .form-error,
.component-calculator .calculatorform .oog .fields .full-width .form-warning {
  margin-left: 0;
}
.component-calculator .calculatorform .keratometry > .fields {
  padding: 0;
}
.component-calculator .calculatorform .keratometry label {
  width: 140px;
}
.component-calculator .calculatorform .keratometry .notice {
  padding-left: 12px;
}
.component-calculator .calculatorform .sia ul li:last-child label {
  width: 150px;
}
.component-calculator .calculatorform .sia ul li:last-child .tooltip {
  margin-right: 14px;
}
.component-calculator .calculatorform .akkoord {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 16px;
  width: 100%;
}
.component-calculator .calculatorform .akkoord input {
  margin-top: 5px;
  margin-right: 10px;
}
.component-calculator .calculatorform .akkoord span {
  display: inline;
  margin-right: 16px;
}
.component-calculator .calculatorform .akkoord span.form-error {
  background: url('/img/form_error.png') no-repeat 0 4px;
  padding-left: 24px;
  font-size: 11px;
  color: #f4342f;
  width: 100%;
}
.component-calculator .calculatorform button,
.component-calculator .calculatorform .button,
.component-calculator .calculatorform .btn {
  margin-top: 16px;
}
.component-calculator .calculator-results .content-wrapper .blok.data li {
  flex-wrap: wrap;
  margin-bottom: 0;
}
.component-calculator .calculator-results .content-wrapper .blok.data li:not(:first-child) h4 {
  margin-top: 16px;
}
.component-calculator .calculator-results .content-wrapper .blok.data h4 {
  width: 100%;
  text-transform: none;
  margin-bottom: 0;
}
.component-calculator .calculator-results .content-wrapper .blok.data label {
  width: 140px;
}
.component-calculator .calculator-results .content-wrapper .blok.data .left > *,
.component-calculator .calculator-results .content-wrapper .blok.data .right > * {
  float: left;
}
.component-calculator .calculator-results .content-wrapper .blok.data .left {
  width: 60%;
}
.component-calculator .calculator-results .content-wrapper .blok.data .right {
  width: 40%;
}
.component-calculator .calculator-results .content-wrapper .blok.data .right label {
  width: 70px;
}
.component-calculator .lens-recommendations.loading {
  color: rgba(0, 0, 0, 0.2);
}
.component-calculator .lens-recommendations.loading .even:hover {
  background: inherit;
}
.component-calculator .lens-recommendations.loading .odd:hover {
  background: #D9D9D9;
}
.component-calculator .lens-recommendations.loading .checkbox,
.component-calculator .lens-recommendations.loading .style-select {
  opacity: 0.2;
}
.component-calculator .lens-recommendations .recommendation-warning {
  background: url("/img/form_warning.png") no-repeat scroll 0 4px transparent;
  padding-left: 24px;
  clear: left;
  float: right;
  font-size: 11px;
  color: #000;
}
.component-calculator .lens-recommendations #reset-recommendations {
  float: right;
  margin-left: 8px;
  padding: 8px;
  margin-top: -5px;
  font-weight: normal;
}
.component-calculator .lens-recommendations .change-warning {
  background: url("/img/form_warning.png") no-repeat scroll 0 4px transparent;
  clear: left;
  float: right;
  font-size: 11px;
  height: 20px;
  width: 16px;
}
.component-calculator .lens-recommendations table tbody tr td:first-child {
  padding-left: 20px;
}
.component-calculator .lens-recommendations table tbody tr td:first-child.no-recommendations {
  text-align: center;
  padding-top: 8px;
}
.component-calculator .lens-recommendations table tbody tr:first-child td {
  padding: 3px 8px;
}
.component-calculator .lens-recommendations table tbody tr:first-child td:first-child {
  padding-left: 20px;
}
.component-calculator .lens-recommendations table tbody tr .form-control-checkbox {
  position: absolute;
  top: 8px;
}
.component-calculator .lens-recommendations .recommended {
  min-width: 180px;
}
.component-calculator .lens-recommendations .top {
  margin-bottom: 0;
}
.component-calculator .lens-recommendations .top h3 {
  width: 30%;
  display: inline;
}
.component-calculator .lens-recommendations tr {
  height: 38px;
}
.component-calculator .lens-recommendations .recommendation-select {
  display: flex;
  width: 220px;
  max-width: inherit;
  overflow: visible;
}
.component-calculator .lens-recommendations .recommendation-select label {
  float: inherit;
  width: inherit;
  height: inherit;
  font-weight: normal;
}
.component-calculator .lens-recommendations .recommendation-select .style-select {
  width: 100px;
}
.component-calculator .lens-recommendations .recommendation-select .style-select:first-child {
  max-width: 75px;
}
.component-calculator .lens-recommendations .recommendation-select span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
}
.component-calculator .lens-recommendations .checked {
  color: #0092C7;
  font-weight: 700;
}
.component-calculator .lens-recommendations .checked .recommendation-select select {
  color: #0092C7;
  font-weight: 700;
}
p.alert-success {
  color: green;
  font-weight: 600;
}
ul.errors {
  display: block;
  overflow: hidden;
}
ul.errors.alert-error li {
  background: url('/img/form_error.png') no-repeat 0 4px;
  padding-left: 24px;
  clear: left;
  float: left;
  font-size: 11px;
  color: #f4342f;
}
.custom {
  padding: 0 15px;
}
.help {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #0092c7;
  color: #fff;
  padding: 5px 10px;
  margin: 0;
}
button,
.button,
.btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  padding: 12px 16px;
  color: #fff;
  margin: 0 16px 16px 0;
  font-weight: 900;
  font-size: 18px;
}
button.blue,
.button.blue,
.btn.blue {
  background: #0092C7;
}
button.blue:hover,
.button.blue:hover,
.btn.blue:hover {
  background: #0577a0;
  color: #fff;
}
button.grey,
.button.grey,
.btn.grey {
  background: #cacaca;
}
button.grey:hover,
.button.grey:hover,
.btn.grey:hover {
  background: #0092C7;
}
.buttons {
  float: left;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.buttons .button {
  font-weight: 700;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.buttons .button::before {
  margin-right: 16px;
  font-size: 18px;
}
.buttons button {
  padding: 13px 16px;
}
.buttons a {
  text-decoration: none;
}
.buttons form {
  display: inline;
  float: left;
  margin: 16px 0 16px 16px;
  width: auto;
  font-weight: normal;
}
.buttons form input[type="submit"] {
  font-weight: normal;
  padding: 6px 16px;
  line-height: 24px;
}
.buttons .blue {
  background: #0092C7;
}
.buttons .blue.disabled {
  color: white;
  background: #6F6F6F;
}
.buttons .blue:hover {
  background: #0577a0;
}
.buttons .blue:hover.disabled {
  background: #404040;
}
.buttons .lightblue {
  background: #0092C7;
}
.buttons .lightblue.disabled {
  color: #fff;
  background: #6F6F6F;
}
.buttons .lightblue:hover {
  background: #0577a0;
}
.buttons .lightblue:hover.disabled {
  background: #404040;
}
.buttons .white {
  color: #0092C7;
  border: 1px solid #0092C7;
  background: #fff;
  padding: 10px 16px;
}
.buttons .white:hover {
  background: #0092C7;
  color: #fff;
}
.buttons .white:hover.disabled {
  color: #0092C7;
  background: #fff;
}
.buttons .disabled {
  cursor: wait;
  text-decoration: none;
}
#stuurdoor {
  float: right;
}
#stuurdoor div {
  float: left;
}
#stuurdoor div.download span.download {
  background: url('/img/ico_pdf.png') no-repeat;
  margin-right: 8px;
  margin-top: 5px;
  width: 14px;
  display: block;
  float: left;
  height: 14px;
}
#stuurdoor div.mail span.mail {
  background: url('/img/ico_mail.png') no-repeat;
  margin-right: 8px;
  margin-top: 5px;
  width: 14px;
  display: block;
  float: left;
  height: 14px;
}
#stuurdoor .mail a {
  margin-right: 0;
}
/* Registreren */
div.noaccount {
  padding: 16px;
  width: 464px;
}
div.noaccount h4 {
  float: left;
  margin-right: 16px;
}
.ie8 .eyeresults {
  position: absolute;
  width: 330px;
  height: 330px;
  top: 50px;
  left: 320px;
}
div.eyepreviewcontainer {
  position: absolute;
  width: 330px;
  height: 330px;
  top: 0;
  right: 0;
}
div.eyepreviewcontainer.back {
  top: 58px;
  left: 316px;
}
div.eyepreviewcontainer div.innercontainer {
  position: relative;
  width: 330px;
  height: 300px;
  overflow: hidden;
}
div.eyepreviewcontainer div.center {
  -webkit-border-radius: 91px;
  -moz-border-radius: 91px;
  border-radius: 91px;
  position: absolute;
  overflow: hidden;
  top: 145px;
  width: 330px;
  left: 5px;
  height: 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
div.eyepreviewcontainer div.center span.degree {
  margin-top: 32px;
  display: block;
}
div.eyepreviewcontainer div.eye {
  -webkit-transition: all 1.1s;
  -moz-transition: all 1.1s;
  -o-transition: all 1.1s;
  transition: all 1.1s;
  position: absolute;
  width: 330px;
  height: 330px;
  top: 0;
  right: 0;
}
div.eyepreviewcontainer div.lens {
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
  position: absolute;
  width: 370px;
  height: 370px;
  top: -30px;
  right: -24px;
}
div.eyepreviewcontainer div.vertical-lines {
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
  position: absolute;
  width: 330px;
  height: 330px;
  top: -8px;
  right: -4px;
}
div.eyepreviewcontainer div.horizontal-lines {
  -webkit-transition: all 1.4s;
  -moz-transition: all 1.4s;
  -o-transition: all 1.4s;
  transition: all 1.4s;
  position: absolute;
  width: 330px;
  height: 330px;
  top: -8px;
  right: -4px;
}
div.eyepreviewcontainer div.incision {
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  position: absolute;
  width: 330px;
  height: 330px;
  top: -8px;
  right: -4px;
}
.component-calculator div.legend {
  width: 160px;
}
.component-calculator div.legend span.title {
  font-weight: 900;
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  color: #0092C7;
  margin-bottom: 12px;
}
.component-calculator div.legend ul li {
  float: left;
  clear: left;
  margin-bottom: 0;
}
.component-calculator div.legend ul li label {
  padding-left: 30px;
  width: auto;
}
.component-calculator div.legend ul li.line-incisie,
.component-calculator div.legend ul li.line-incision {
  background: url("/img/legend_incisie.png") no-repeat 0 11px;
}
.component-calculator div.legend ul li.line-vlak {
  background: url("/img/legend_vlak.png") no-repeat 0 11px;
}
.component-calculator div.legend ul li.line-steil {
  background: url("/img/legend_steil.png") no-repeat 0 11px;
}
.component-calculator div.legend ul li.line-implantation {
  background: url("/img/legend_implantation.png") no-repeat 0 11px;
}
.component-calculator div.eyepreview-container {
  position: absolute;
  width: 376px;
  height: 388px;
  top: 150px;
  right: 30px;
}
.component-calculator div.eyepreview-container .no-support {
  display: none;
}
.component-calculator div.eyepreview-container div#holder {
  width: 272px;
  height: 272px;
}
.component-calculator div.eyepreview-container div.legend {
  margin: 24px 0 24px 150px;
}
.ie7 .component-calculator div.eyepreview-container *,
.ie8 .component-calculator div.eyepreview-container *,
.ie9 .component-calculator div.eyepreview-container * {
  display: none !important;
}
.ie7 .component-calculator div.eyepreview-container .no-support,
.ie8 .component-calculator div.eyepreview-container .no-support,
.ie9 .component-calculator div.eyepreview-container .no-support {
  padding-left: 50px;
  display: block !important;
}
div.eyepreview {
  position: absolute;
  width: 330px;
  height: 330px;
  top: 20px;
  left: 59px;
}
div.eyepreview.back {
  top: 58px;
  left: 316px;
}
div.eyepreview div.innercontainer {
  position: relative;
  width: 272px;
  height: 272px;
  overflow: hidden;
}
div.eyepreview div.center {
  -webkit-border-radius: 91px;
  -moz-border-radius: 91px;
  border-radius: 91px;
  position: absolute;
  overflow: hidden;
  top: 145px;
  width: 330px;
  left: 5px;
  height: 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
div.eyepreview div.center span.degree {
  margin-top: 32px;
  display: block;
}
div.eyepreview div.eye {
  -webkit-transition: all 1.1s;
  -moz-transition: all 1.1s;
  -o-transition: all 1.1s;
  transition: all 1.1s;
  position: absolute;
  width: 272px;
  height: 272px;
  top: 0;
  right: 0;
}
div.eyepreview div.vertical-lines {
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
  position: absolute;
  width: 272px;
  height: 272px;
  top: 0;
  right: 0;
}
div.eyepreview div.horizontal-lines {
  -webkit-transition: all 1.4s;
  -moz-transition: all 1.4s;
  -o-transition: all 1.4s;
  transition: all 1.4s;
  position: absolute;
  width: 272px;
  height: 272px;
  top: 0;
  right: 0;
}
div.eyepreview div.incision {
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  position: absolute;
  width: 272px;
  height: 272px;
  top: 0;
  right: 0;
}
div.eyeresults {
  position: absolute;
  width: 330px;
  height: 330px;
}
div.eyeresults div.innercontainer {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div.eyeresults div.center {
  -webkit-border-radius: 91px;
  -moz-border-radius: 91px;
  border-radius: 91px;
  position: absolute;
  overflow: hidden;
  top: 145px;
  width: 100%;
  left: 5px;
  height: 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
div.eyeresults div.center span.degree {
  margin-top: 32px;
  display: block;
}
div.eyeresults div.eye {
  -webkit-transition: all 1.1s;
  -moz-transition: all 1.1s;
  -o-transition: all 1.1s;
  transition: all 1.1s;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}
div.eyeresults div.lens {
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
  position: absolute;
  height: 100%;
  width: 100%;
  top: -8px;
  right: -4px;
}
div.eyeresults div.vertical-lines {
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
  position: absolute;
  height: 100%;
  width: 100%;
  top: -8px;
  right: -4px;
}
div.eyeresults div.horizontal-lines {
  -webkit-transition: all 1.4s;
  -moz-transition: all 1.4s;
  -o-transition: all 1.4s;
  transition: all 1.4s;
  position: absolute;
  height: 100%;
  width: 100%;
  top: -8px;
  right: -4px;
}
div.eyeresults div.incision {
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  position: absolute;
  height: 100%;
  width: 100%;
  top: -8px;
  right: -4px;
}
.eye-container.od div.eyeresults {
  top: 58px;
  left: 316px;
}
.eye-container.od div.eyeresults.back {
  top: 58px;
}
.eye-container.os div.eyeresults {
  top: 63px;
  left: 312px;
}
.eye-container.os div.eyeresults.back {
  top: 58px;
}
.eye-container.os div.eyeresults div.horizontal-lines {
  top: -13px;
}
.eye-container-temporal .eye-container.os div.eyeresults div.horizontal-lines {
  top: -7px;
}
.component-calculator div.calculator-results span.succes {
  color: green;
  font-weight: bold;
  margin-bottom: 16px;
  display: block;
}
.component-calculator div.calculator-results ul.error li.form-error {
  color: #f4342f;
  font-weight: bold;
  margin-bottom: 16px;
  display: block;
}
.component-calculator div.calculator-results .style-select::before {
  background: none;
  color: #0092C7;
}
.component-calculator div.calculator-results div.result_left {
  position: absolute;
  top: 185px;
  left: 0;
  padding: 10px;
  font-weight: 900;
  font-size: 110%;
  color: black;
  background: #fff;
}
.component-calculator div.calculator-results div.result_right {
  position: absolute;
  top: 185px;
  right: 0;
  padding: 10px;
  font-weight: 900;
  font-size: 110%;
  color: black;
  background: #fff;
}
.component-calculator div.calculator-results .calculation-results label {
  width: 65%;
  display: block;
  float: left;
}
.component-calculator div.calculator-results .calculation-results span {
  float: right;
}
.component-calculator div.calculator-results div.legend {
  position: absolute;
  left: 24px;
  top: 24px;
  background: #fff;
  border-radius: 5px;
  border: 2px solid #0092C7;
  padding: 4px 8px;
}
.component-calculator div.calculator-results div.legend span.title {
  margin-bottom: 0;
}
.component-calculator div.calculator-results div.legend ul li label {
  color: #333;
  font-size: 13px;
}
.component-calculator div.calculator-results div.currenteye {
  position: absolute;
  padding: 5.33333333px 12px;
  top: 24px;
  right: 24px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  border: 2px solid #000000;
  border-radius: 5px;
}
.component-calculator div.calculator-results .content-wrapper {
  margin-left: -8px;
  margin-right: -8px;
}
.component-calculator div.calculator-results .content-wrapper > div {
  width: 50%;
  padding: 0 8px 8px;
  float: left;
}
.component-calculator div.calculator-results .content-wrapper .blok ul {
  padding: 20px 20px 0;
  margin-bottom: 0;
}
.component-calculator div.calculator-results .content-wrapper .blok li > * {
  float: left;
}
.component-calculator div.calculator-results .content-wrapper .blok label {
  width: 160px;
  color: #333;
}
.component-calculator div.calculator-results .content-wrapper .blok.calculation-method {
  margin-bottom: 8px;
}
.component-calculator div.calculator-results .content-wrapper .blok.calculation-method .section-title span {
  color: #0092C7;
  display: inline-block;
  margin-left: 32px;
}
.component-calculator div.calculator-results .content-wrapper .blok.calculation-result {
  padding-bottom: 8px;
}
.component-calculator div.calculator-results .content-wrapper .blok.calculation-result label {
  width: 260px;
}
.component-calculator div.calculator-results .content-wrapper .blok:not(.bg) {
  background: none;
}
.component-calculator div.calculator-results .content-wrapper.temporal .calculation-result {
  margin-top: 8px;
}
.results-bottom-wrapper.innerwrapper {
  display: block;
  padding-top: 8px;
}
.results-bottom-wrapper.innerwrapper .content {
  border-top: 1px solid #E6E6E6;
  padding-top: 24px;
}
/*-----------------------------------------

		9. Presbyopic Toric colors

-----------------------------------------*/
.selected-lens-57.component-calculator h1,
.selected-lens-57.component-calculator h4,
.selected-lens-57.component-calculator label,
.selected-lens-57.component-calculator form .tooltip:before,
.selected-lens-57.component-calculator form.webbeheer-formulier .tooltip::before,
.selected-lens-57.component-calculator form.customform .tooltip::before,
.selected-lens-57.component-calculator div.eyepreview-container div.legend span.title,
.selected-lens-57.component-calculator .section-title form select,
.selected-lens-57.component-calculator .lens-recommendations .checked,
.selected-lens-57.component-calculator .checked .recommendation-select select {
  color: #6B2659;
}
.selected-lens-57.component-calculator .calculator-results .style-select::before,
.selected-lens-57.component-calculator .calculator-results .content-wrapper .blok.calculation-method .section-title span {
  color: #6B2659;
}
.selected-lens-57.component-calculator .blok {
  background: #f8f5f8;
}
.selected-lens-57.component-calculator table tbody tr:nth-child(odd) {
  background: #ece5ea;
}
.selected-lens-57.component-calculator .section-title {
  background: #e3d7e1;
}
.selected-lens-57.component-calculator [type='radio']:checked + .form-control-label::before {
  border: 1px solid #6B2659;
}
.selected-lens-57.component-calculator [type='radio'] + .form-control-label::after {
  background: #6B2659;
}
.selected-lens-57.component-calculator [type='checkbox'] + .form-control-label::after {
  border-color: #6B2659;
}
.selected-lens-57.component-calculator .buttons .blue {
  background: #6B2659;
}
.selected-lens-57.component-calculator .buttons .blue.disabled {
  color: #fff;
  background: #6F6F6F;
}
.selected-lens-57.component-calculator .buttons .blue:hover {
  background: #8a3173;
  color: #fff;
}
.selected-lens-57.component-calculator .buttons .blue:hover.disabled {
  background: #404040;
}
.selected-lens-57.component-calculator .buttons .white {
  border: 1px solid #6B2659;
  color: #6B2659;
}
.selected-lens-57.component-calculator .buttons .white.disabled {
  color: #fff;
  background: #6F6F6F;
}
.selected-lens-57.component-calculator .buttons .white:hover {
  background: #6B2659;
  color: #fff;
}
.selected-lens-57.component-calculator .buttons .white:hover.disabled {
  background: #404040;
}
.selected-lens-58.component-calculator h1,
.selected-lens-58.component-calculator h4,
.selected-lens-58.component-calculator label,
.selected-lens-58.component-calculator form .tooltip:before,
.selected-lens-58.component-calculator form.webbeheer-formulier .tooltip::before,
.selected-lens-58.component-calculator form.customform .tooltip::before,
.selected-lens-58.component-calculator div.eyepreview-container div.legend span.title,
.selected-lens-58.component-calculator .section-title form select,
.selected-lens-58.component-calculator .lens-recommendations .checked,
.selected-lens-58.component-calculator .checked .recommendation-select select {
  color: #266B59;
}
.selected-lens-58.component-calculator .calculator-results .style-select::before,
.selected-lens-58.component-calculator .calculator-results .content-wrapper .blok.calculation-method .section-title span {
  color: #266B59;
}
.selected-lens-58.component-calculator .blok {
  background: #EFF7F5;
}
.selected-lens-58.component-calculator table tbody tr:nth-child(odd) {
  background: #E4F2EE;
}
.selected-lens-58.component-calculator .section-title {
  background: #D6E7E3;
}
.selected-lens-58.component-calculator [type='radio']:checked + .form-control-label::before {
  border: 1px solid #266B59;
}
.selected-lens-58.component-calculator [type='radio'] + .form-control-label::after {
  background: #266B59;
}
.selected-lens-58.component-calculator [type='checkbox'] + .form-control-label::after {
  border-color: #266B59;
}
.selected-lens-58.component-calculator .buttons .blue {
  background: #266B59;
}
.selected-lens-58.component-calculator .buttons .blue.disabled {
  color: #fff;
  background: #6F6F6F;
}
.selected-lens-58.component-calculator .buttons .blue:hover {
  background: #318A73;
  color: #fff;
}
.selected-lens-58.component-calculator .buttons .blue:hover.disabled {
  background: #404040;
}
.selected-lens-58.component-calculator .buttons .white {
  border: 1px solid #266B59;
  color: #266B59;
}
.selected-lens-58.component-calculator .buttons .white.disabled {
  color: #fff;
  background: #6F6F6F;
}
.selected-lens-58.component-calculator .buttons .white:hover {
  background: #266B59;
  color: #fff;
}
.selected-lens-58.component-calculator .buttons .white:hover.disabled {
  background: #404040;
}
.component-manual .innerwrapper {
  flex-wrap: wrap;
}
.component-manual .innerwrapper > * {
  width: 100%;
}
/* =========================================================================
 *
 * Articalc Calculator V2 imports
 *
 * ====================================================================== */
.component-articalccalculatorv2 #toptray .login::before {
  margin-top: -12px;
}
.component-articalccalculatorv2 .innerwrapper.top {
  padding-top: 40px;
}
.component-articalccalculatorv2 .innerwrapper.top h1 {
  text-transform: none;
  font-weight: 700;
  font-size: 28px;
}
.component-articalccalculatorv2 .innerwrapper.top .calculation-logo {
  font-size: 28px;
  font-weight: 700;
  text-align: right;
}
.component-articalccalculatorv2 .innerwrapper.top .calculation-logo .calculator-version {
  font-size: 12px;
  font-weight: normal;
  display: block;
}
.component-articalccalculatorv2 .innerwrapper.top .back-link a {
  font-size: 14px;
}
.component-articalccalculatorv2 .innerwrapper.request-access {
  display: block;
}
.component-articalccalculatorv2 main div.wrapper {
  border-radius: 5px;
}
.component-articalccalculatorv2 .calculator-wrapper {
  width: 100%;
}
.component-articalccalculatorv2 .innerwrapper:not(.top) {
  padding-top: 8px;
}
.component-articalccalculatorv2 li {
  margin-bottom: 12px;
}
.component-articalccalculatorv2 li > * {
  float: left;
}
.component-articalccalculatorv2 .tooltip .extra {
  display: block;
  margin-top: 16px;
}
.component-articalccalculatorv2 .label {
  width: 150px;
  color: #0092C7;
  height: 32px;
  font-weight: 700;
}
.component-articalccalculatorv2 .comment {
  font-size: 14px;
  font-style: italic;
  color: #7B7B7B;
}
.component-articalccalculatorv2 span.value {
  overflow: hidden;
  flex-shrink: 0;
  height: 30px;
  width: 32px;
  border-radius: 0 5px 5px 0;
  background: #fff;
  color: #A0A0A0;
  margin: 1px 0 0 -33px;
  font-size: 14px;
  padding: 2px;
}
.component-articalccalculatorv2 span.value > * {
  float: left;
}
.component-articalccalculatorv2 #k1 ~ span.value,
.component-articalccalculatorv2 #k2 ~ span.value {
  width: 45px;
  margin: 1px 0 0 -46px;
}
.component-articalccalculatorv2 .akkoord {
  position: relative;
  top: 5px;
}
.component-profile .created .blok,
.component-customclassiclogin .created .blok {
  padding: 0;
}
.component-articalccalculatorv2 table {
  width: 100%;
  margin-bottom: 10px;
}
.component-articalccalculatorv2 table tbody tr {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.component-articalccalculatorv2 table th {
  text-align: left;
  font-weight: bold;
  padding: 2px 12px 2px 0;
  vertical-align: bottom;
}
.component-articalccalculatorv2 table tr th:first-child,
.component-articalccalculatorv2 table tr td:first-child {
  max-width: 138px;
}
.component-articalccalculatorv2 table td {
  position: relative;
  padding: 8px 16px 8px 0;
  min-width: 40px;
}
.component-articalccalculatorv2 table td.one-line {
  white-space: nowrap;
}
.component-articalccalculatorv2 .section > ul {
  padding: 16px 24px;
  margin: 0 -12px;
}
.component-articalccalculatorv2 .section > ul li > ul {
  width: 100%;
  padding: 12px;
}
.component-articalccalculatorv2 input::after,
.component-articalccalculatorv2 li::after,
.component-articalccalculatorv2 dl::after,
.component-articalccalculatorv2 .input-wrapper::after,
.component-articalccalculatorv2 .patient-information::after,
.component-articalccalculatorv2 .surgeon-information::after,
.component-articalccalculatorv2 .column-container::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.component-articalccalculatorv2 .section-title {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 100%;
  background: #404040;
  min-height: 46px;
  border-radius: 5px 5px 0 0;
  padding: 11px 16px;
  overflow: hidden;
}
.component-articalccalculatorv2 .section-title h3 {
  float: left;
  color: #fff;
  text-transform: none;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 700;
  position: relative;
}
.component-articalccalculatorv2 .section-title button {
  margin: 0 0 0 16px;
  height: 36px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: normal;
}
.component-articalccalculatorv2 .section-title.has-button h3 {
  top: 5px;
}
.component-articalccalculatorv2 .section-content {
  background: #F9FBFB;
}
.component-articalccalculatorv2 .lens-model-artiflex-401 .section-title,
.component-articalccalculatorv2 .lens-model-artiflex-toric .section-title {
  background: #005F82;
}
.component-articalccalculatorv2 .lens-model-artiplus .section-title,
.component-articalccalculatorv2 .lens-model-artiplus-toric .section-title {
  background: #008263;
}
.component-articalccalculatorv2 .section-input {
  display: none;
}
.component-articalccalculatorv2 .toric-property {
  display: none;
}
.component-articalccalculatorv2 .lens-model-toric {
  width: 100%;
}
.component-articalccalculatorv2 .lens-model-toric .toric-property {
  display: block;
}
.component-articalccalculatorv2 .lens-model-non-toric {
  width: 100%;
}
.component-articalccalculatorv2 .lens-model-toric .section-input,
.component-articalccalculatorv2 .lens-model-non-toric .section-input {
  display: initial;
}
.component-articalccalculatorv2 .calculatorform .form-error,
.component-articalccalculatorv2 .calculatorform .form-warning {
  display: inline-block;
  background: none;
  padding-left: 0;
  line-height: 18px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.component-articalccalculatorv2 .calculatorform .form-error ~ .form-warning,
.component-articalccalculatorv2 .calculatorform .form-warning ~ .form-warning,
.component-articalccalculatorv2 .calculatorform .form-error ~ .form-error,
.component-articalccalculatorv2 .calculatorform .form-warning ~ .form-error {
  margin-top: 0;
}
.component-articalccalculatorv2 .calculatorform input[type=text],
.component-articalccalculatorv2 .calculatorform .style-select,
.component-articalccalculatorv2 .calculatorform textarea {
  width: 270px;
}
.component-articalccalculatorv2 .calculatorform textarea {
  line-height: 20px;
}
.component-articalccalculatorv2 .calculatorform .form-warning {
  font-size: 12px;
  color: darkorange;
}
.component-articalccalculatorv2 .calculatorform textarea {
  height: 78px;
}
.component-articalccalculatorv2 .calculatorform .form-control-label::before,
.component-articalccalculatorv2 .calculatorform [type='radio'] + .form-control-label::after {
  top: 12px;
}
.component-articalccalculatorv2 .calculatorform [type='checkbox'] + .form-control-label::before {
  width: 16px;
  height: 16px;
  border-radius: 4px;
}
.component-articalccalculatorv2 .calculatorform [type='checkbox'] + .form-control-label::after {
  display: inline-block;
  transform: rotate(45deg);
  height: 12px;
  width: 6px;
  border-bottom: 3px solid #0092C7;
  border-right: 3px solid #0092C7;
  background: none;
  top: 5px;
  left: 5px;
}
.component-articalccalculatorv2 .calculatorform ::placeholder {
  color: #cacaca;
  font-size: 14px;
  font-style: italic;
}
.component-articalccalculatorv2 .calculatorform form .tooltip {
  margin-top: 4px;
}
.component-articalccalculatorv2 .calculatorform .tooltip .extra {
  display: block;
  margin-top: 16px;
}
.component-articalccalculatorv2 .calculatorform .akkoord a {
  font-weight: normal;
  margin-left: 2.66666667px;
  text-decoration: underline;
}
.component-articalccalculatorv2 .calculatorform .akkoord a:focus,
.component-articalccalculatorv2 .calculatorform .akkoord a:hover {
  text-decoration: none;
}
.component-articalccalculatorv2 .calculatorform .akkoord label {
  justify-content: flex-start;
}
.component-articalccalculatorv2 .calculatorform .akkoord .form-error {
  margin-left: 18px;
}
.component-articalccalculatorv2 .calculatorform .akkoord label {
  color: #333;
  font-weight: normal;
}
.component-articalccalculatorv2 .surgeon-information {
  margin-bottom: 16px;
  padding: 16px 24px 0.1rem;
  background: #F9FBFB;
  border-radius: 5px;
}
.component-articalccalculatorv2 .surgeon-information div {
  width: 33.33333333%;
  float: left;
}
.component-articalccalculatorv2 .surgeon-information dt {
  color: #0092C7;
  font-weight: 700;
}
.component-articalccalculatorv2 .patient-information ul {
  width: 100%;
}
.component-articalccalculatorv2 .patient-information > li {
  float: left;
  width: 50%;
  max-width: 50%;
  padding: 16px 24px;
  margin-bottom: 0;
}
.component-articalccalculatorv2 .patient-information > li ul {
  float: left;
  margin-bottom: 0;
  width: 100%;
}
.component-articalccalculatorv2 .patient-information > li ul li:last-child {
  margin-bottom: 0;
}
.component-articalccalculatorv2 .patient-information .section-content:first-of-type {
  padding-top: 16px;
}
.component-articalccalculatorv2 .patient-information .label {
  padding-top: 3px;
}
.component-articalccalculatorv2 .lens-model-toric .section-patient-information .section-footer,
.component-articalccalculatorv2 .lens-model-non-toric .section-patient-information .section-footer {
  display: none;
}
.component-articalccalculatorv2 .lens-model ul {
  padding: 0;
  margin-bottom: 0;
  width: 100%;
}
.component-articalccalculatorv2 .lens-model ul li {
  float: left;
  width: 50%;
  padding: 16px 16px 16px 24px;
  margin-bottom: 0;
}
.component-articalccalculatorv2 .lens-model .label {
  padding-top: 3px;
}
.component-articalccalculatorv2 .lens-model .eye-selection label:not(:first-child) {
  width: 100px !important;
  padding-top: 4px;
}
.component-articalccalculatorv2 .lens-model .eye-selection .form-error,
.component-articalccalculatorv2 .lens-model .eye-selection .form-warning {
  margin-left: 0;
}
.component-articalccalculatorv2 .lens-model .form-control-label::before,
.component-articalccalculatorv2 .lens-model [type='radio'] + .form-control-label::after {
  top: 16px;
}
.component-articalccalculatorv2 .section-dioptric-power .section-content {
  padding: 16px;
}
.component-articalccalculatorv2 .section-dioptric-power ul {
  margin: 0 -16px;
}
.component-articalccalculatorv2 .section-dioptric-power ul li {
  float: left;
  width: calc(33.33333333%);
  padding: 0 24px;
  margin-bottom: 0;
}
.component-articalccalculatorv2 .section-dioptric-power dl {
  margin-bottom: 0;
}
.component-articalccalculatorv2 .section-dioptric-power dl > * {
  float: left;
}
.component-articalccalculatorv2 .section-dioptric-power dl > *:last-of-type span {
  width: 100%;
}
.component-articalccalculatorv2 .section-dioptric-power dd {
  margin-left: 8px;
}
.component-articalccalculatorv2 .section-dioptric-power .label {
  height: auto;
  width: auto;
}
.component-articalccalculatorv2 .section-dioptric-power span {
  display: block;
  width: 100%;
}
.component-articalccalculatorv2 .calculatorform .section-result .section-content {
  padding-top: 16px;
}
.component-articalccalculatorv2 .calculatorform .section-result .section-content > .form-warning {
  padding-left: 16px;
}
.component-articalccalculatorv2 .calculatorform .section-result .column {
  float: left;
  width: 50%;
  padding: 0 24px;
}
.component-articalccalculatorv2 .calculatorform .section-result .form-control-label {
  float: left;
  height: 16px;
  width: 40px !important;
}
.component-articalccalculatorv2 .calculatorform .section-result .form-control-label:first-of-type {
  margin-right: 8px;
}
.component-articalccalculatorv2 .calculatorform .section-result .style-select {
  width: 105px;
}
.component-articalccalculatorv2 .calculatorform .section-result .style-select select {
  width: 100%;
}
.component-articalccalculatorv2 .calculatorform .section-result .eye-header .style-select {
  flex-grow: 0;
  width: 240px;
  margin-left: 12px;
}
.component-articalccalculatorv2 .calculatorform .section-result .left-column ul {
  padding-top: 16px;
  position: relative;
}
.component-articalccalculatorv2 .calculatorform .section-result .left-column ul::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: -24px;
  left: -24px;
  height: 1px;
  background: #D6E3E7;
}
.component-articalccalculatorv2 .calculatorform .section-result .left-column ul .label {
  height: 24px !important;
}
.component-articalccalculatorv2 .calculatorform .section-result li {
  margin-bottom: 0;
}
.component-articalccalculatorv2 .calculatorform .section-result li dl {
  margin-bottom: 0;
}
.component-articalccalculatorv2 .calculatorform .section-result li dt,
.component-articalccalculatorv2 .calculatorform .section-result li dd {
  float: left;
  padding-top: 0;
}
.component-articalccalculatorv2 .calculatorform .section-result .section-footer {
  margin-top: 16px;
}
.component-articalccalculatorv2 .calculatorform .section-result .section-footer .button.white {
  margin-right: 12px;
}
.component-articalccalculatorv2 .calculatorform .section-result .section-footer p {
  width: 100%;
  margin-top: 16px;
}
.component-articalccalculatorv2 .calculatorform .section-result tr:last-child .label {
  padding-top: 3px;
}
.component-articalccalculatorv2 .calculatorform .section-result .result-notices .form-warning,
.component-articalccalculatorv2 .calculatorform .section-result .result-notices .form-error {
  font-size: 16px;
}
.component-articalccalculatorv2 .calculatorform .section-result .result-notices .form-error {
  font-weight: bold;
}
.component-articalccalculatorv2 .section-input .velden {
  position: relative;
}
.component-articalccalculatorv2 .section-input .velden > li > ul {
  padding: 16px 24px;
  margin-bottom: 0;
  float: left;
  position: relative;
}
.component-articalccalculatorv2 .section-input .velden > li > ul li:last-child {
  margin-bottom: 0;
}
.component-articalccalculatorv2 .section-input .velden::before,
.component-articalccalculatorv2 .section-input .velden::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #D6E3E7;
  display: block;
  top: 0;
}
.component-articalccalculatorv2 .section-input .velden::before {
  left: 310px;
}
.component-articalccalculatorv2 .section-input .velden::after {
  left: 570px;
}
.component-articalccalculatorv2 .section-input .label {
  padding-top: 3px;
}
.component-articalccalculatorv2 .section-input .radio-fields,
.component-articalccalculatorv2 .section-input .checkbox-field {
  padding-top: 4px;
}
.component-articalccalculatorv2 .section-input ul li ul input[type=text] {
  width: 120px;
}
.component-articalccalculatorv2 .section-input .input-wrapper > * {
  float: left;
}
.component-articalccalculatorv2 .section-input .column-1 {
  width: 33%;
}
.component-articalccalculatorv2 .section-input .column-1 label {
  width: 120px;
}
.component-articalccalculatorv2 .section-input .column-1 input[type=text] {
  width: 140px;
}
.component-articalccalculatorv2 .section-input .column-2 {
  width: 27%;
}
.component-articalccalculatorv2 .section-input .column-2 label {
  width: 85px;
}
.component-articalccalculatorv2 .section-input .column-3 {
  width: 40%;
}
.component-articalccalculatorv2 .section-input .column-3 .input-wrapper label {
  width: 175px;
}
.component-articalccalculatorv2 .section-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.component-articalccalculatorv2 .section-footer .buttons {
  display: flex;
  width: auto;
  align-items: stretch;
}
.component-articalccalculatorv2 .section-footer .button {
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  text-align: center;
}
.component-articalccalculatorv2 .section-footer .button.white {
  margin-right: 0;
}
.component-articalccalculatorv2 .section-footer .buttons-right .button {
  margin-left: 16px;
}
.component-articalccalculatorv2 .eye-header {
  margin-bottom: 16px;
  overflow: hidden;
}
.component-articalccalculatorv2 .eye-header > * {
  float: left;
}
.component-articalccalculatorv2 .eye-header span {
  margin-top: 4px;
}
.component-articalccalculatorv2 .eye-header .style-select {
  width: 240px;
  margin-left: 12px;
}
.component-articalccalculatorv2 .eye-header .currenteye {
  float: right;
  margin-top: 5px;
}
.component-articalccalculatorv2 .eye-container {
  height: 210px;
  background: #E6E6E6;
  padding-top: 8px;
  margin-bottom: 10px;
}
.component-articalccalculatorv2 .eye-container[data-eye-view="superior"] {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.component-articalccalculatorv2 .eye-container .no-support {
  display: none;
}
.component-articalccalculatorv2 .eye-container .eye {
  position: relative;
  width: 420px;
}
.component-articalccalculatorv2 .eye-container .eye .eye-background {
  position: absolute;
  top: 26px;
  width: 332px;
}
.component-articalccalculatorv2 .eye-container .eye .eye-background.mirror {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.component-articalccalculatorv2 .eye-container .eye .holder {
  position: absolute;
  top: -8px;
  width: 210px;
  height: 210px;
  align-items: center;
}
.component-articalccalculatorv2 .eye-container .eye .holder .inner {
  position: relative;
  height: 100%;
}
.component-articalccalculatorv2 .eye-container .eye .holder .inner .center {
  position: absolute;
  width: 100%;
  height: 100%;
}
.component-articalccalculatorv2 .eye-container .eye .holder .inner .pupil {
  top: 50%;
  left: 50%;
  width: 66px;
  height: 66px;
  margin-top: -33px;
  margin-left: -33px;
}
.component-articalccalculatorv2 .eye-container .eye .holder .inner .lens {
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  margin-top: -80px;
  margin-left: -80px;
}
.component-articalccalculatorv2 .eye-container .eye .holder .inner .degree-value {
  top: 50%;
  height: 18px;
  margin-top: -12px;
  text-align: center;
}
.component-articalccalculatorv2 .eye-container .eye.eye-od .eye-background {
  right: 44px;
}
.component-articalccalculatorv2 .eye-container .eye.eye-od .holder {
  right: 105px;
}
.component-articalccalculatorv2 .eye-container .eye.eye-os .eye-background {
  left: 44px;
}
.component-articalccalculatorv2 .eye-container .eye.eye-os .holder {
  left: 105px;
}
.component-articalccalculatorv2 .legend {
  border: 1px solid #0092C7;
  border-radius: 5px;
  height: auto;
  padding: 8px 8px 8px 16px;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.component-articalccalculatorv2 .legend > * {
  float: left;
}
.component-articalccalculatorv2 .legend .title {
  color: #0092C7;
  font-weight: 700;
  margin-right: 8px;
  margin-top: 4px;
}
.component-articalccalculatorv2 .legend label {
  position: relative;
  top: 4px;
}
.component-articalccalculatorv2 .legend ul {
  overflow: hidden;
  margin-bottom: 0;
}
.component-articalccalculatorv2 .legend ul > li {
  float: left;
}
.component-articalccalculatorv2 .legend li:first-child {
  padding-right: 16px;
}
.component-articalccalculatorv2 .legend .line-incision,
.component-articalccalculatorv2 .legend .line-implantation {
  overflow: hidden;
}
.component-articalccalculatorv2 .legend .line-incision > *,
.component-articalccalculatorv2 .legend .line-implantation > * {
  float: left;
}
.component-articalccalculatorv2 .legend .line-incision label,
.component-articalccalculatorv2 .legend .line-implantation label {
  color: #000000;
  width: auto;
}
.component-articalccalculatorv2 .legend .line-incision::before,
.component-articalccalculatorv2 .legend .line-implantation::before {
  content: '';
  width: 16px;
  height: 2px;
  margin-right: 8px;
  margin-top: 15px;
  display: block;
  float: left;
}
.component-articalccalculatorv2 .legend .line-incision::before {
  background: red;
}
.component-articalccalculatorv2 .legend .line-implantation::before {
  background: #000000;
}
.ie7 .component-articalccalculatorv2 div.eye-container *,
.ie8 .component-articalccalculatorv2 div.eye-container *,
.ie9 .component-articalccalculatorv2 div.eye-container * {
  display: none !important;
}
.ie7 .component-articalccalculatorv2 div.eye-container .no-support,
.ie8 .component-articalccalculatorv2 div.eye-container .no-support,
.ie9 .component-articalccalculatorv2 div.eye-container .no-support {
  display: block !important;
}
.button {
  font-weight: normal;
}
.button:hover,
.button:focus {
  background: #007fae;
}
.modal {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 500px;
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 32px;
  opacity: 1;
  border-radius: 5px;
  z-index: 20;
}
.modal.hidden {
  left: 50%;
  top: 25%;
  opacity: 0;
  pointer-events: none;
}
.modal .buttons {
  display: flex;
  justify-content: center;
}
.modal.modal-wait {
  cursor: wait;
}
.modal-background-overlay {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.modal-background-overlay.hidden {
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.modal-background-overlay.modal-wait {
  cursor: wait;
}
.help-page .section-content {
  padding: 24px 24px 16px;
}
.help-page form {
  margin-bottom: 0;
}
.help-page ul {
  width: 100%;
  margin-bottom: 0;
}
.help-page .velden > li {
  margin-bottom: 0;
}
.help-page .calculatorform textarea {
  width: 100%;
  height: 80px;
}
.help-page .remaining-characters {
  width: 100%;
  color: #7B7B7B;
  font-style: italic;
  font-size: 14px;
}
.help-page button {
  font-size: 16px;
}
.help-page .akkoord {
  padding-bottom: 8px;
}
.section-faq .faqquestionselectorlist {
  padding: 24px 24px 16px;
}
.section-faq .faq {
  border-bottom: 1px solid #D8D8D8;
}
.section-faq .faq div {
  margin-bottom: 8px;
}
.section-faq .faq h3 {
  font-size: 16px;
  text-transform: none;
  font-weight: 700;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.section-faq .faq h3::after {
  content: 'q';
  font-family: 'ophtec';
  float: right;
  font-size: 12px;
  margin-right: 4px;
}
/* font settings */
/* color settings */

@media print {
  #header,
  #footer,
  .buttons {
    display: none;
  }
  .component-calculator .blok .top {
    padding: 8px;
  }
  .component-calculator div.eye-container {
    margin-left: 0;
  }
  .innerwrapper:not(.top) {
    padding-left: 0;
    padding-right: 0;
  }
  .component-calculator .blok.bg ul {
    padding: 0;
  }
}
