@charset "UTF-8";
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/* Normalize */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * 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 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   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 font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * 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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/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; }

/* Variables */
/*  ------------------------------------------------------
   Breakpoints
------------------------------------------------------  */
/* ==========================================================================
   Colors
   ========================================================================== */
/* ==========================================================================
   Font Sizes
   ========================================================================== */
/* ==========================================================================
   Paddings en Margins
   ========================================================================== */
/* ==========================================================================
   Lines and Borders
   ========================================================================== */
/* ==========================================================================
   Box Shadow
   ========================================================================== */
/* ==========================================================================
   Forms
   ========================================================================== */
/* Mixins */
/* Helpers */
.ir {
  overflow: hidden;
  border: 0;
  *text-indent: -9999px;
  background-color: transparent; }

.ir:before {
  display: block;
  width: 0;
  height: 150%;
  content: ""; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0); }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  margin: 0;
  clip: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

@media only screen and (min-width: 600px) {
  .mobile-only {
    display: none !important; } }

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

/* External CSS */
/*! jQuery UI - v1.11.2 - 2015-01-12
* http://jqueryui.com
* Includes: core.css, autocomplete.css, datepicker.css, menu.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em;
  display: none;
  width: calc(83.33333% - 20px); }
  @media only screen and (min-width: 1024px) {
    .ui-datepicker {
      width: 17em;
      margin-left: 495px; } }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  /*background-color: $white;*/ }

/*.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}*/
.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  /*left: 1px;*/
  cursor: pointer; }

.ui-datepicker .ui-datepicker-next-hover {
  /*right: 1px;*/
  cursor: pointer; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 18px;
  margin: 0px 2px;
  border: none;
  color: #42145f; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: 16px;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: "Sans", Arial, Verdana;
  font-size: 18px;
  line-height: 24px; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  margin-top: 10px;
  border: 1px solid #01689B;
  background: #FFF;
  color: #42145f; }
  .ui-widget-content.ui-dialog {
    border-color: #B0B0B0; }
  .ui-widget-content table thead {
    border-bottom: none; }

.ui-dialog-content {
  border: none;
  margin: 20px; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #8fcae7;
  background: #8fcae7;
  color: #ffffff;
  font-weight: bold; }

.ui-widget-header a {
  color: #ffffff; }

.ui-dialog-titlebar {
  border: 1px solid #76d2b6;
  background: #76d2b6;
  height: 54px; }

.ui-dialog-titlebar-close {
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  height: 54px;
  font-size: 0; }
  .ui-dialog-titlebar-close .ui-button-text {
    font-size: 0; }
  .ui-dialog-titlebar-close:before {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 20px;
    color: #FFF;
    content: "X"; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #8fcae7;
  background: #8fcae7;
  font-weight: bold;
  color: #FFF; }
  .ui-dialog-titlebar .ui-state-default, .ui-dialog-titlebar
  .ui-widget-content .ui-state-default, .ui-dialog-titlebar
  .ui-widget-header .ui-state-default {
    border: 1px solid #76d2b6;
    background: #76d2b6; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid transparent;
  background: #bcdff1;
  font-weight: bold;
  color: #FFF; }

.ui-dialog-titlebar .ui-state-hover {
  background: #cdefe6; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #FFF;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #8fcae7;
  background: #8fcae7;
  font-weight: bold;
  color: #FFF; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #01689B;
  background: #01689B;
  color: #FFF; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background-color: #b81900;
  color: #ffffff; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url("../images/icon-sheet.png");
  /* background-size: 120px 120px; */ }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (-o-min-device-pixel-ratio: 125/96), only screen and (min-resolution: 125dpi), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 1.3dppx) {
    .ui-icon {
      background-image: url("../images/icon-sheet_2x.png");
      background-size: 500px 500px; } }

/*.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_ffd27a_256x240.png");
}*/
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: 0 0; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -16px 0px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0px; }

/* Overlays */
.ui-widget-overlay {
  background-image: #666666;
  opacity: .5;
  filter: Alpha(Opacity=50);
  /* support: IE8 */ }

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background-image: #000000;
  opacity: .2;
  filter: Alpha(Opacity=20);
  /* support: IE8 */
  border-radius: 5px; }

#CntMain_lblOpenTFABoxText {
  margin-bottom: 20px;
  display: block; }

/* CSS */
.CntMain_ssm_ctl00_ctl01_row {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 0;
  line-height: 0; }
  .CntMain_ssm_ctl00_ctl01_row .empty {
    height: 20px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .CntMain_ssm_ctl00_ctl01_row.dynamic-list-wrapper {
    margin-bottom: -20px; }
  .CntMain_ssm_ctl00_ctl01_row.dynamic-list-wrapper-last {
    margin-bottom: 0; }

.CntMain_ssm_ctl00_ctl01_cell_24 {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  width: 100%; }
  .row-passive .CntMain_ssm_ctl00_ctl01_cell_24 {
    margin-bottom: 0; }
  .row-passive-unanswered-label .CntMain_ssm_ctl00_ctl01_cell_24 {
    margin-bottom: 20px;
    display: none; }
  .row-table-view .CntMain_ssm_ctl00_ctl01_cell_24, .row-line-summary-light .CntMain_ssm_ctl00_ctl01_cell_24, .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_24 {
    margin-bottom: 0; }
  .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_24 {
    line-height: 0; }
  .CntMain_ssm_ctl00_ctl01_cell_24::after {
    clear: both;
    content: "";
    display: table; }
  .CntMain_ssm_ctl00_ctl01_cell_24:last-child input:not(.change-button) {
    margin-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    .CntMain_ssm_ctl00_ctl01_cell_24 {
      width: 960px; } }

.CntMain_ssm_ctl00_ctl01_cell_23 {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  width: 95.83333%; }
  .row-passive .CntMain_ssm_ctl00_ctl01_cell_23 {
    margin-bottom: 0; }
  .row-passive-unanswered-label .CntMain_ssm_ctl00_ctl01_cell_23 {
    margin-bottom: 20px;
    display: none; }
  .row-table-view .CntMain_ssm_ctl00_ctl01_cell_23, .row-line-summary-light .CntMain_ssm_ctl00_ctl01_cell_23, .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_23 {
    margin-bottom: 0; }
  .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_23 {
    line-height: 0; }
  .CntMain_ssm_ctl00_ctl01_cell_23::after {
    clear: both;
    content: "";
    display: table; }
  .CntMain_ssm_ctl00_ctl01_cell_23:last-child input:not(.change-button) {
    margin-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    .CntMain_ssm_ctl00_ctl01_cell_23 {
      width: 920px; } }

.CntMain_ssm_ctl00_ctl01_cell_22 {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  width: 91.66667%; }
  .row-passive .CntMain_ssm_ctl00_ctl01_cell_22 {
    margin-bottom: 0; }
  .row-passive-unanswered-label .CntMain_ssm_ctl00_ctl01_cell_22 {
    margin-bottom: 20px;
    display: none; }
  .row-table-view .CntMain_ssm_ctl00_ctl01_cell_22, .row-line-summary-light .CntMain_ssm_ctl00_ctl01_cell_22, .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_22 {
    margin-bottom: 0; }
  .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_22 {
    line-height: 0; }
  .CntMain_ssm_ctl00_ctl01_cell_22::after {
    clear: both;
    content: "";
    display: table; }
  .CntMain_ssm_ctl00_ctl01_cell_22:last-child input:not(.change-button) {
    margin-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    .CntMain_ssm_ctl00_ctl01_cell_22 {
      width: 880px; } }

.CntMain_ssm_ctl00_ctl01_cell_21 {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  width: 87.5%; }
  .row-passive .CntMain_ssm_ctl00_ctl01_cell_21 {
    margin-bottom: 0; }
  .row-passive-unanswered-label .CntMain_ssm_ctl00_ctl01_cell_21 {
    margin-bottom: 20px;
    display: none; }
  .row-table-view .CntMain_ssm_ctl00_ctl01_cell_21, .row-line-summary-light .CntMain_ssm_ctl00_ctl01_cell_21, .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_21 {
    margin-bottom: 0; }
  .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_21 {
    line-height: 0; }
  .CntMain_ssm_ctl00_ctl01_cell_21::after {
    clear: both;
    content: "";
    display: table; }
  .CntMain_ssm_ctl00_ctl01_cell_21:last-child input:not(.change-button) {
    margin-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    .CntMain_ssm_ctl00_ctl01_cell_21 {
      width: 840px; } }

.CntMain_ssm_ctl00_ctl01_cell_20 {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  width: 83.33333%; }
  .row-passive .CntMain_ssm_ctl00_ctl01_cell_20 {
    margin-bottom: 0; }
  .row-passive-unanswered-label .CntMain_ssm_ctl00_ctl01_cell_20 {
    margin-bottom: 20px;
    display: none; }
  .row-table-view .CntMain_ssm_ctl00_ctl01_cell_20, .row-line-summary-light .CntMain_ssm_ctl00_ctl01_cell_20, .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_20 {
    margin-bottom: 0; }
  .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_20 {
    line-height: 0; }
  .CntMain_ssm_ctl00_ctl01_cell_20::after {
    clear: both;
    content: "";
    display: table; }
  .CntMain_ssm_ctl00_ctl01_cell_20:last-child input:not(.change-button) {
    margin-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    .CntMain_ssm_ctl00_ctl01_cell_20 {
      width: 800px; } }

.CntMain_ssm_ctl00_ctl01_cell_19 {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  width: 79.16667%; }
  .row-passive .CntMain_ssm_ctl00_ctl01_cell_19 {
    margin-bottom: 0; }
  .row-passive-unanswered-label .CntMain_ssm_ctl00_ctl01_cell_19 {
    margin-bottom: 20px;
    display: none; }
  .row-table-view .CntMain_ssm_ctl00_ctl01_cell_19, .row-line-summary-light .CntMain_ssm_ctl00_ctl01_cell_19, .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_19 {
    margin-bottom: 0; }
  .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_19 {
    line-height: 0; }
  .CntMain_ssm_ctl00_ctl01_cell_19::after {
    clear: both;
    content: "";
    display: table; }
  .CntMain_ssm_ctl00_ctl01_cell_19:last-child input:not(.change-button) {
    margin-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    .CntMain_ssm_ctl00_ctl01_cell_19 {
      width: 760px; } }

.CntMain_ssm_ctl00_ctl01_cell_18 {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  width: 75%; }
  .row-passive .CntMain_ssm_ctl00_ctl01_cell_18 {
    margin-bottom: 0; }
  .row-passive-unanswered-label .CntMain_ssm_ctl00_ctl01_cell_18 {
    margin-bottom: 20px;
    display: none; }
  .row-table-view .CntMain_ssm_ctl00_ctl01_cell_18, .row-line-summary-light .CntMain_ssm_ctl00_ctl01_cell_18, .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_18 {
    margin-bottom: 0; }
  .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_18 {
    line-height: 0; }
  .CntMain_ssm_ctl00_ctl01_cell_18::after {
    clear: both;
    content: "";
    display: table; }
  .CntMain_ssm_ctl00_ctl01_cell_18:last-child input:not(.change-button) {
    margin-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    .CntMain_ssm_ctl00_ctl01_cell_18 {
      width: 720px; } }

.CntMain_ssm_ctl00_ctl01_cell_17 {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  width: 70.83333%; }
  .row-passive .CntMain_ssm_ctl00_ctl01_cell_17 {
    margin-bottom: 0; }
  .row-passive-unanswered-label .CntMain_ssm_ctl00_ctl01_cell_17 {
    margin-bottom: 20px;
    display: none; }
  .row-table-view .CntMain_ssm_ctl00_ctl01_cell_17, .row-line-summary-light .CntMain_ssm_ctl00_ctl01_cell_17, .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_17 {
    margin-bottom: 0; }
  .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_17 {
    line-height: 0; }
  .CntMain_ssm_ctl00_ctl01_cell_17::after {
    clear: both;
    content: "";
    display: table; }
  .CntMain_ssm_ctl00_ctl01_cell_17:last-child input:not(.change-button) {
    margin-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    .CntMain_ssm_ctl00_ctl01_cell_17 {
      width: 680px; } }

.CntMain_ssm_ctl00_ctl01_cell_16 {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  width: 66.66667%; }
  .row-passive .CntMain_ssm_ctl00_ctl01_cell_16 {
    margin-bottom: 0; }
  .row-passive-unanswered-label .CntMain_ssm_ctl00_ctl01_cell_16 {
    margin-bottom: 20px;
    display: none; }
  .row-table-view .CntMain_ssm_ctl00_ctl01_cell_16, .row-line-summary-light .CntMain_ssm_ctl00_ctl01_cell_16, .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_16 {
    margin-bottom: 0; }
  .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_16 {
    line-height: 0; }
  .CntMain_ssm_ctl00_ctl01_cell_16::after {
    clear: both;
    content: "";
    display: table; }
  .CntMain_ssm_ctl00_ctl01_cell_16:last-child input:not(.change-button) {
    margin-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    .CntMain_ssm_ctl00_ctl01_cell_16 {
      width: 640px; } }

.CntMain_ssm_ctl00_ctl01_cell_15 {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  width: 62.5%; }
  .row-passive .CntMain_ssm_ctl00_ctl01_cell_15 {
    margin-bottom: 0; }
  .row-passive-unanswered-label .CntMain_ssm_ctl00_ctl01_cell_15 {
    margin-bottom: 20px;
    display: none; }
  .row-table-view .CntMain_ssm_ctl00_ctl01_cell_15, .row-line-summary-light .CntMain_ssm_ctl00_ctl01_cell_15, .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_15 {
    margin-bottom: 0; }
  .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_15 {
    line-height: 0; }
  .CntMain_ssm_ctl00_ctl01_cell_15::after {
    clear: both;
    content: "";
    display: table; }
  .CntMain_ssm_ctl00_ctl01_cell_15:last-child input:not(.change-button) {
    margin-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    .CntMain_ssm_ctl00_ctl01_cell_15 {
      width: 600px; } }

.CntMain_ssm_ctl00_ctl01_cell_14 {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  width: 58.33333%; }
  .row-passive .CntMain_ssm_ctl00_ctl01_cell_14 {
    margin-bottom: 0; }
  .row-passive-unanswered-label .CntMain_ssm_ctl00_ctl01_cell_14 {
    margin-bottom: 20px;
    display: none; }
  .row-table-view .CntMain_ssm_ctl00_ctl01_cell_14, .row-line-summary-light .CntMain_ssm_ctl00_ctl01_cell_14, .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_14 {
    margin-bottom: 0; }
  .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_14 {
    line-height: 0; }
  .CntMain_ssm_ctl00_ctl01_cell_14::after {
    clear: both;
    content: "";
    display: table; }
  .CntMain_ssm_ctl00_ctl01_cell_14:last-child input:not(.change-button) {
    margin-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    .CntMain_ssm_ctl00_ctl01_cell_14 {
      width: 560px; } }

.CntMain_ssm_ctl00_ctl01_cell_13 {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  width: 54.16667%; }
  .row-passive .CntMain_ssm_ctl00_ctl01_cell_13 {
    margin-bottom: 0; }
  .row-passive-unanswered-label .CntMain_ssm_ctl00_ctl01_cell_13 {
    margin-bottom: 20px;
    display: none; }
  .row-table-view .CntMain_ssm_ctl00_ctl01_cell_13, .row-line-summary-light .CntMain_ssm_ctl00_ctl01_cell_13, .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_13 {
    margin-bottom: 0; }
  .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_13 {
    line-height: 0; }
  .CntMain_ssm_ctl00_ctl01_cell_13::after {
    clear: both;
    content: "";
    display: table; }
  .CntMain_ssm_ctl00_ctl01_cell_13:last-child input:not(.change-button) {
    margin-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    .CntMain_ssm_ctl00_ctl01_cell_13 {
      width: 520px; } }

.CntMain_ssm_ctl00_ctl01_cell_12 {
  width: 50%; }
  @media only screen and (min-width: 1024px) {
    .CntMain_ssm_ctl00_ctl01_cell_12 {
      width: 480px; } }

.CntMain_ssm_ctl00_ctl01_cell_11 {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  width: 45.83333%; }
  .row-passive .CntMain_ssm_ctl00_ctl01_cell_11 {
    margin-bottom: 0; }
  .row-passive-unanswered-label .CntMain_ssm_ctl00_ctl01_cell_11 {
    margin-bottom: 20px;
    display: none; }
  .row-table-view .CntMain_ssm_ctl00_ctl01_cell_11, .row-line-summary-light .CntMain_ssm_ctl00_ctl01_cell_11, .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_11 {
    margin-bottom: 0; }
  .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_11 {
    line-height: 0; }
  .CntMain_ssm_ctl00_ctl01_cell_11::after {
    clear: both;
    content: "";
    display: table; }
  .CntMain_ssm_ctl00_ctl01_cell_11:last-child input:not(.change-button) {
    margin-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    .CntMain_ssm_ctl00_ctl01_cell_11 {
      width: 440px; } }

.CntMain_ssm_ctl00_ctl01_cell_10 {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  width: 41.66667%; }
  .row-passive .CntMain_ssm_ctl00_ctl01_cell_10 {
    margin-bottom: 0; }
  .row-passive-unanswered-label .CntMain_ssm_ctl00_ctl01_cell_10 {
    margin-bottom: 20px;
    display: none; }
  .row-table-view .CntMain_ssm_ctl00_ctl01_cell_10, .row-line-summary-light .CntMain_ssm_ctl00_ctl01_cell_10, .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_10 {
    margin-bottom: 0; }
  .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_10 {
    line-height: 0; }
  .CntMain_ssm_ctl00_ctl01_cell_10::after {
    clear: both;
    content: "";
    display: table; }
  .CntMain_ssm_ctl00_ctl01_cell_10:last-child input:not(.change-button) {
    margin-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    .CntMain_ssm_ctl00_ctl01_cell_10 {
      width: 400px; } }

.CntMain_ssm_ctl00_ctl01_cell_9 {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  width: 37.5%; }
  .row-passive .CntMain_ssm_ctl00_ctl01_cell_9 {
    margin-bottom: 0; }
  .row-passive-unanswered-label .CntMain_ssm_ctl00_ctl01_cell_9 {
    margin-bottom: 20px;
    display: none; }
  .row-table-view .CntMain_ssm_ctl00_ctl01_cell_9, .row-line-summary-light .CntMain_ssm_ctl00_ctl01_cell_9, .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_9 {
    margin-bottom: 0; }
  .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_9 {
    line-height: 0; }
  .CntMain_ssm_ctl00_ctl01_cell_9::after {
    clear: both;
    content: "";
    display: table; }
  .CntMain_ssm_ctl00_ctl01_cell_9:last-child input:not(.change-button) {
    margin-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    .CntMain_ssm_ctl00_ctl01_cell_9 {
      width: 360px; } }

.CntMain_ssm_ctl00_ctl01_cell_8 {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  width: 33.33333%; }
  .row-passive .CntMain_ssm_ctl00_ctl01_cell_8 {
    margin-bottom: 0; }
  .row-passive-unanswered-label .CntMain_ssm_ctl00_ctl01_cell_8 {
    margin-bottom: 20px;
    display: none; }
  .row-table-view .CntMain_ssm_ctl00_ctl01_cell_8, .row-line-summary-light .CntMain_ssm_ctl00_ctl01_cell_8, .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_8 {
    margin-bottom: 0; }
  .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_8 {
    line-height: 0; }
  .CntMain_ssm_ctl00_ctl01_cell_8::after {
    clear: both;
    content: "";
    display: table; }
  .CntMain_ssm_ctl00_ctl01_cell_8:last-child input:not(.change-button) {
    margin-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    .CntMain_ssm_ctl00_ctl01_cell_8 {
      width: 320px; } }

.CntMain_ssm_ctl00_ctl01_cell_7 {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  width: 29.16667%; }
  .row-passive .CntMain_ssm_ctl00_ctl01_cell_7 {
    margin-bottom: 0; }
  .row-passive-unanswered-label .CntMain_ssm_ctl00_ctl01_cell_7 {
    margin-bottom: 20px;
    display: none; }
  .row-table-view .CntMain_ssm_ctl00_ctl01_cell_7, .row-line-summary-light .CntMain_ssm_ctl00_ctl01_cell_7, .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_7 {
    margin-bottom: 0; }
  .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_7 {
    line-height: 0; }
  .CntMain_ssm_ctl00_ctl01_cell_7::after {
    clear: both;
    content: "";
    display: table; }
  .CntMain_ssm_ctl00_ctl01_cell_7:last-child input:not(.change-button) {
    margin-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    .CntMain_ssm_ctl00_ctl01_cell_7 {
      width: 280px; } }

.CntMain_ssm_ctl00_ctl01_cell_6 {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  width: 25%; }
  .row-passive .CntMain_ssm_ctl00_ctl01_cell_6 {
    margin-bottom: 0; }
  .row-passive-unanswered-label .CntMain_ssm_ctl00_ctl01_cell_6 {
    margin-bottom: 20px;
    display: none; }
  .row-table-view .CntMain_ssm_ctl00_ctl01_cell_6, .row-line-summary-light .CntMain_ssm_ctl00_ctl01_cell_6, .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_6 {
    margin-bottom: 0; }
  .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_6 {
    line-height: 0; }
  .CntMain_ssm_ctl00_ctl01_cell_6::after {
    clear: both;
    content: "";
    display: table; }
  .CntMain_ssm_ctl00_ctl01_cell_6:last-child input:not(.change-button) {
    margin-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    .CntMain_ssm_ctl00_ctl01_cell_6 {
      width: 240px; } }

.CntMain_ssm_ctl00_ctl01_cell_5 {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  width: 20.83333%; }
  .row-passive .CntMain_ssm_ctl00_ctl01_cell_5 {
    margin-bottom: 0; }
  .row-passive-unanswered-label .CntMain_ssm_ctl00_ctl01_cell_5 {
    margin-bottom: 20px;
    display: none; }
  .row-table-view .CntMain_ssm_ctl00_ctl01_cell_5, .row-line-summary-light .CntMain_ssm_ctl00_ctl01_cell_5, .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_5 {
    margin-bottom: 0; }
  .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_5 {
    line-height: 0; }
  .CntMain_ssm_ctl00_ctl01_cell_5::after {
    clear: both;
    content: "";
    display: table; }
  .CntMain_ssm_ctl00_ctl01_cell_5:last-child input:not(.change-button) {
    margin-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    .CntMain_ssm_ctl00_ctl01_cell_5 {
      width: 200px; } }

.CntMain_ssm_ctl00_ctl01_cell_4 {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  width: 16.66667%; }
  .row-passive .CntMain_ssm_ctl00_ctl01_cell_4 {
    margin-bottom: 0; }
  .row-passive-unanswered-label .CntMain_ssm_ctl00_ctl01_cell_4 {
    margin-bottom: 20px;
    display: none; }
  .row-table-view .CntMain_ssm_ctl00_ctl01_cell_4, .row-line-summary-light .CntMain_ssm_ctl00_ctl01_cell_4, .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_4 {
    margin-bottom: 0; }
  .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_4 {
    line-height: 0; }
  .CntMain_ssm_ctl00_ctl01_cell_4::after {
    clear: both;
    content: "";
    display: table; }
  .CntMain_ssm_ctl00_ctl01_cell_4:last-child input:not(.change-button) {
    margin-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    .CntMain_ssm_ctl00_ctl01_cell_4 {
      width: 160px; } }

.CntMain_ssm_ctl00_ctl01_cell_3 {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  width: 12.5%; }
  .row-passive .CntMain_ssm_ctl00_ctl01_cell_3 {
    margin-bottom: 0; }
  .row-passive-unanswered-label .CntMain_ssm_ctl00_ctl01_cell_3 {
    margin-bottom: 20px;
    display: none; }
  .row-table-view .CntMain_ssm_ctl00_ctl01_cell_3, .row-line-summary-light .CntMain_ssm_ctl00_ctl01_cell_3, .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_3 {
    margin-bottom: 0; }
  .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_3 {
    line-height: 0; }
  .CntMain_ssm_ctl00_ctl01_cell_3::after {
    clear: both;
    content: "";
    display: table; }
  .CntMain_ssm_ctl00_ctl01_cell_3:last-child input:not(.change-button) {
    margin-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    .CntMain_ssm_ctl00_ctl01_cell_3 {
      width: 120px; } }

.CntMain_ssm_ctl00_ctl01_cell_2 {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  width: 8.33333%; }
  .row-passive .CntMain_ssm_ctl00_ctl01_cell_2 {
    margin-bottom: 0; }
  .row-passive-unanswered-label .CntMain_ssm_ctl00_ctl01_cell_2 {
    margin-bottom: 20px;
    display: none; }
  .row-table-view .CntMain_ssm_ctl00_ctl01_cell_2, .row-line-summary-light .CntMain_ssm_ctl00_ctl01_cell_2, .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_2 {
    margin-bottom: 0; }
  .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_2 {
    line-height: 0; }
  .CntMain_ssm_ctl00_ctl01_cell_2::after {
    clear: both;
    content: "";
    display: table; }
  .CntMain_ssm_ctl00_ctl01_cell_2:last-child input:not(.change-button) {
    margin-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    .CntMain_ssm_ctl00_ctl01_cell_2 {
      width: 80px; } }

.CntMain_ssm_ctl00_ctl01_cell_1 {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  width: 4.16667%; }
  .row-passive .CntMain_ssm_ctl00_ctl01_cell_1 {
    margin-bottom: 0; }
  .row-passive-unanswered-label .CntMain_ssm_ctl00_ctl01_cell_1 {
    margin-bottom: 20px;
    display: none; }
  .row-table-view .CntMain_ssm_ctl00_ctl01_cell_1, .row-line-summary-light .CntMain_ssm_ctl00_ctl01_cell_1, .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_1 {
    margin-bottom: 0; }
  .row-line-summary-sum .CntMain_ssm_ctl00_ctl01_cell_1 {
    line-height: 0; }
  .CntMain_ssm_ctl00_ctl01_cell_1::after {
    clear: both;
    content: "";
    display: table; }
  .CntMain_ssm_ctl00_ctl01_cell_1:last-child input:not(.change-button) {
    margin-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    .CntMain_ssm_ctl00_ctl01_cell_1 {
      width: 40px; } }

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 1024px) {
  .CntMain_ssm_ctl00_ctl01_row {
    width: 960px;
    margin: 0 auto; } }

/* ==========================================================================
   Icons
   ========================================================================== */
@font-face {
  font-family: 'indicons';
  src: url("../fonts/indicons.eot");
  src: url("../fonts/indicons.eot?#iefix") format("embedded-opentype"), url("../fonts/indicons.woff") format("woff"), url("../fonts/indicons.ttf") format("truetype"), url("../fonts/indicons.svg#fontawesome-alloy") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="indicon-"], [class*=" indicon-"] {
  font-family: 'indicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 0.87em;
  /* Better Font Rendering =========== */ }

a [class^="indicon-"]:before, a [class*=" indicon-"]:before {
  text-decoration: none; }

.indicon-right-open:before {
  content: "\e801"; }

.indicon-left-open:before {
  content: "\e802"; }

.indicon-up-open:before {
  content: "\e805"; }

.indicon-down-open:before {
  content: "\e804"; }

.indicon-ok:before {
  content: "\e800"; }

.indicon-cancel:before {
  content: "\e803"; }

.indicon-close:before {
  content: "\e832"; }

.indicon-warning:before {
  content: "\e815"; }

.indicon-info:before {
  content: "\e852"; }

.indicon-locatie:before {
  content: "\e82b"; }

.indicon-avatar:before {
  content: "\e813"; }

.indicon-logout:before {
  content: "\e812"; }

.indicon-contact:before {
  content: "\e814"; }

.indicon-hamburger:before {
  content: "\e81D"; }

.indicon-email:before {
  content: "\e816"; }

.indicon-phone:before {
  content: "\e817"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%;
  background-color: #EEEEEE; }

.page {
  background-color: #FFF;
  overflow-x: hidden;
  position: relative; }

div.page {
  opacity: 0; }
  div.page.loaded {
    opacity: 1; }

#CntMain_ssm {
  display: block; }
  @media only screen and (min-width: 1024px) {
    #CntMain_ssm {
      margin-bottom: 60px; } }

#CntMain_ssm > span:first-child {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 8.33333%; }
  #CntMain_ssm > span:first-child input[type="submit"] {
    display: inline-block;
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 8px 20px;
    border: none;
    background-color: #154273;
    text-decoration: none;
    text-align: center;
    color: #FFF;
    /*font-size: $font-size-large;
    line-height: $line-height-large;        
    text-shadow: none;
    text-decoration: none;
    color: $white;
    font-weight: normal;*/
    /*&:last-child {
        margin-bottom: 0;
    }
    
    @include breakpoint(medium) {
        width: auto;
        margin-bottom: 0;
    }
    
    &:before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -2;
       
        width: 100%;
        height: 100%;
        background-color: $blue;
        content: "";
    }
    
    &:after {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: -1;

        width: 100%;
        height: 100%;
        background-color: $blue-dark;
        content: "";

        @include transition (top 200ms ease-out);
    }*/
    /*&:hover {
        background: none;
        box-shadow: none;
        opacity: 1;
        color: $white;
        //color: $blue;
       
        &:after {
            top: 0;
        }
    }*/
    /*[class*="icon-"] {
        margin-left: 36px;
        font-size: $font-size-base;
    
        &:before {
           position: relative;
           top: 1px;
        }
    }*/
    /*&.btn-small {
        padding: 6px 24px;
        font-size: $font-size-small;                 
    }

    &.btn-bold {
        font-weight: bold;
    }

    &.btn-secondary {
        color: $blue;
        border: 1px solid $blue;

        &:before {
            background-color: $white;
        }

        &:after {
            background-color: $blue;
        }

        &:hover, &:active, &:focus {
            color: $white;
        }
    }

    &.btn-inactive {
        color: $gray-extra-dark;
        box-shadow: $gray-light 2px 2px 0;

        &:before {
            background-color: $gray-extra-light;
        }

        &:after {
            background-color: $gray-extra-light;
        }

        &:hover, &:active, &:focus {
            //color: $white;
            cursor: default;
        }
    }*/
    color: #8fcae7; }
    #CntMain_ssm > span:first-child input[type="submit"].button-full {
      width: 100%; }
    #CntMain_ssm > span:first-child input[type="submit"] [class^="indicon-"], #CntMain_ssm > span:first-child input[type="submit"] [class*=" indicon-"] {
      margin-left: 20px; }
    #CntMain_ssm > span:first-child input[type="submit"]:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      background-color: #01689B;
      content: "";
      -webkit-transition: top 100ms ease-out;
      -moz-transition: top 100ms ease-out;
      -o-transition: top 100ms ease-out;
      transition: top 100ms ease-out; }
    #CntMain_ssm > span:first-child input[type="submit"]:hover {
      color: #FFF; }
      #CntMain_ssm > span:first-child input[type="submit"]:hover:before {
        top: -100%; }
    #CntMain_ssm > span:first-child input[type="submit"].close {
      padding: 2px 4px;
      border: 1px solid #01689B;
      cursor: pointer; }
    #CntMain_ssm > span:first-child input[type="submit"]:hover {
      color: #8fcae7; }
  @media only screen and (min-width: 1024px) {
    #CntMain_ssm > span:first-child {
      width: 960px;
      margin: 0 auto;
      padding: 0 80px; } }

dt {
  font-weight: normal; }

dd {
  margin-left: 0;
  margin-bottom: 20px; }

ul {
  margin-left: 0;
  padding-left: 40px;
  margin-bottom: 40px; }

hr {
  width: 100%;
  height: 2px;
  background-color: #B0B0B0;
  border: none; }

h1, h2, h3, h4, p, ul, ol, form, table, img, .error, .warning, .info, .information {
  margin-top: 0;
  margin-bottom: 20px; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, p:last-child, ul:last-child, ol:last-child, form:last-child, table:last-child, img:last-child, .error:last-child, .warning:last-child, .info:last-child, .information:last-child {
    margin-bottom: 0; }

h1, h2, h3, h4, p, ul, ol, label, .label-active, .summary-block, span.text, .tf-error span {
  max-width: 715px;
  word-wrap: break-word; }

.tf-error span, span.text {
  display: inline-block;
  width: 100%; }

ul {
  margin-bottom: 40px; }

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

table {
  width: 100%; }
  table thead {
    border-bottom: 3px solid #76d2b6; }
  table tbody {
    color: #000000; }
  table tfoot {
    color: #000000;
    border-top: 1px solid #01689B; }
    .summarydiv table tfoot {
      border-top: none;
      display: none; }
  table.table-alternating tr:nth-child(even) {
    background-color: #DEDEDE; }
  table th, table td {
    padding: 6px 20px 6px 20px;
    text-align: right; }
    .summarydiv table th, .summarydiv table td {
      padding: 4px 0 4px 0; }
    table th:first-child, table td:first-child {
      text-align: left; }

.warning {
  display: block;
  position: relative;
  margin-left: -80px;
  margin-right: -80px;
  padding: 75px 80px 40px 80px;
  background-color: #FBED78;
  color: #000000; }
  .warning h1, .warning h2, .warning h3, .warning .h1, .warning .h2, .warning .h3 {
    color: #154273; }
  .warning:before {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -20px;
    font-family: 'indicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    font-size: 0.87em;
    /* Better Font Rendering =========== */
    content: "\e815";
    font-size: 35px;
    line-height: 35px;
    color: #154273; }

.info {
  display: block;
  position: relative;
  margin-left: -80px;
  margin-right: -80px;
  padding: 75px 80px 40px 80px;
  background-color: #bcdff1;
  color: #000000; }
  .info h1, .info h2, .info h3, .info .h1, .info .h2, .info .h3 {
    color: #154273; }
  .info:before {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -20px;
    font-family: 'indicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    font-size: 0.87em;
    /* Better Font Rendering =========== */
    content: "\e852";
    font-size: 35px;
    line-height: 35px;
    color: #154273; }

.information {
  display: block;
  position: relative;
  padding: 75px 0px 40px 0px; }
  .information:before {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -20px;
    font-family: 'indicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    font-size: 0.87em;
    /* Better Font Rendering =========== */
    content: "\e815";
    font-size: 35px;
    line-height: 35px;
    color: #d52b1e; }

.error, .tf-error {
  display: block;
  position: relative;
  margin-left: -80px;
  margin-right: -80px;
  padding: 75px 80px 40px 80px;
  background-color: #fae9e8;
  /*&:before {
        display: block;
        margin-bottom: 10px;
        font-size: $font-size-large;
        line-height: $line-height-large;
        font-weight: bold;
        content: attr(label-error-text);
    }*/ }
  .error h1, .error h2, .error h3, .error .h1, .error .h2, .error .h3, .tf-error h1, .tf-error h2, .tf-error h3, .tf-error .h1, .tf-error .h2, .tf-error .h3 {
    color: #d52b1e; }
  .error:before, .tf-error:before {
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -20px;
    font-family: 'indicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    font-size: 0.87em;
    /* Better Font Rendering =========== */
    content: "\e815";
    font-size: 35px;
    line-height: 35px;
    color: #d52b1e; }

.summarydiv table tr {
  width: 100%;
  margin-bottom: 20px;
  font-size: 0; }

.summarydiv table th, .summarydiv table td {
  text-align: left;
  word-wrap: break-word;
  color: #8D8D8D;
  display: inline-block;
  font-size: 18px;
  line-height: 24px; }
  .summarydiv table th:first-child, .summarydiv table td:first-child {
    margin-bottom: 0;
    margin-left: 0;
    padding-right: 10px;
    padding-bottom: 0;
    color: #000000; }

.summarydiv table h3, .summarydiv table .h3 {
  color: #154273; }

.block {
  margin-left: 10px;
  padding: 4px 9px;
  background-color: #76d2b6;
  font-weight: bold;
  color: #FFF; }

.row-summary-block {
  position: relative;
  margin-bottom: 20px;
  padding-top: 20px;
  background-color: #cdefe6;
  color: #000000; }
  .row-summary-block .CntMain_ssm_ctl00_ctl01_cell_20 {
    padding-right: 50px; }
  .row-summary-block .summery-change-wrapper, .row-summary-block .summery-remove-wrapper {
    position: absolute;
    top: 50%;
    height: 40px;
    margin-top: -20px;
    text-align: left;
    line-height: 40px; }
    .row-summary-block .summery-change-wrapper input, .row-summary-block .summery-remove-wrapper input {
      position: relative;
      z-index: 1;
      font-size: 18px;
      font-size: 0;
      text-decoration: none;
      color: #5C5C5C; }
    .row-summary-block .summery-change-wrapper:before, .row-summary-block .summery-remove-wrapper:before {
      -webkit-transition: right 200ms ease-out;
      -moz-transition: right 200ms ease-out;
      -o-transition: right 200ms ease-out;
      transition: right 200ms ease-out;
      position: absolute;
      top: 13px;
      right: 0px;
      margin-top: -12px;
      font-family: 'indicons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      text-decoration: none;
      font-size: 0.87em;
      /* Better Font Rendering =========== */
      font-size: 27px;
      content: "\e80C"; }
    .row-summary-block .summery-change-wrapper .change-button, .row-summary-block .summery-change-wrapper .remove-button, .row-summary-block .summery-change-wrapper .remove-button-smalltext, .row-summary-block .summery-remove-wrapper .change-button, .row-summary-block .summery-remove-wrapper .remove-button, .row-summary-block .summery-remove-wrapper .remove-button-smalltext {
      position: absolute;
      top: 0;
      right: 0px;
      z-index: 1;
      width: 30px;
      height: 100%;
      padding: 0;
      background: url(../images/transparent1x1.gif) repeat;
      font-size: 18px;
      -webkit-transition: opacity 200ms ease-out;
      -moz-transition: opacity 200ms ease-out;
      -o-transition: opacity 200ms ease-out;
      transition: opacity 200ms ease-out;
      opacity: 0;
      text-decoration: none;
      color: #000000; }
    .row-summary-block .summery-change-wrapper .hyperlink:before, .row-summary-block .summery-change-wrapper .change-button:before, .row-summary-block .summery-remove-wrapper .hyperlink:before, .row-summary-block .summery-remove-wrapper .change-button:before {
      display: none; }
  .row-summary-block .summery-remove-wrapper {
    right: 40px;
    text-align: center; }
    .row-summary-block .summery-remove-wrapper:before {
      content: "\e811"; }

.summary-block {
  display: inline-block; }

.matrix {
  margin-bottom: 20px; }

.invisible {
  display: none; }

.error-dev {
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  line-height: 28px;
  color: #d52b1e; }

.table-view {
  display: inline-block;
  width: 100%; }

span.right {
  float: right; }

.orange {
  color: #e17000; }

.underline-double {
  position: relative; }
  .underline-double:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000000; }
  .underline-double:after {
    position: absolute;
    bottom: -13px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000000; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 600px) {
  .row-summary-block .summery-change-wrapper, .row-summary-block .summery-remove-wrapper {
    width: 40px; }
    .row-summary-block .summery-change-wrapper:before, .row-summary-block .summery-remove-wrapper:before {
      right: 20px; }
    .row-summary-block .summery-change-wrapper .change-button, .row-summary-block .summery-change-wrapper .remove-button, .row-summary-block .summery-change-wrapper .remove-button-smalltext, .row-summary-block .summery-remove-wrapper .change-button, .row-summary-block .summery-remove-wrapper .remove-button, .row-summary-block .summery-remove-wrapper .remove-button-smalltext {
      right: 20px; } }

@media only screen and (min-width: 1024px) {
  h1, h2, h3, h4, p, ul, ol, label, .label-active, .summary-block, span.text, .tf-error span {
    word-wrap: normal; }
  .warning, .info {
    padding: 40px 80px; }
    .warning:before, .info:before {
      top: 35px;
      left: 20px;
      margin-left: 0; }
  .information {
    padding: 40px 0px 40px 60px; }
    .information:before {
      top: 35px;
      left: 0px;
      margin-left: 0; }
  .error, .tf-error {
    padding: 40px 80px; }
    .error:before, .tf-error:before {
      top: 35px;
      left: 20px;
      margin-left: 0; }
  .row-summary-block .CntMain_ssm_ctl00_ctl01_cell_20 {
    padding-right: 0; }
  .row-summary-block .summery-remove-wrapper {
    right: auto; }
  .row-summary-block:hover {
    background-color: #76d2b6;
    cursor: pointer;
    /*&:after {
                @include box-sizing(border-box);
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border: 1px solid $black;
                content: "";
            }*/
    /*.summery-change-wrapper, .summery-remove-wrapper {
                .change-button, .remove-button, .remove-button-smalltext {
                    text-decoration: none;
                    color: $black;
                    width: 110px;
                    text-align: right;
                    opacity: 1;
                }
            }*/
    /*.summery-change-wrapper {
                &:before {
                    right: 98px;
                }
                .change-button, .remove-button, .remove-button-smalltext {
                    right: 20px;
                }
            }
            .summery-remove-wrapper {
                &:before {
                    right: 178px;
                }
                .change-button, .remove-button, .remove-button-smalltext {
                    right: 100px;
                }
            }*/ } }

/* ==========================================================================
   Typography settings
   ========================================================================== */
@font-face {
  font-family: "Sans";
  src: url("../fonts/ROsanswebtextregular.eot?") format("embedded-opentype"), url("../fonts/ROsanswebtextregular.woff") format("opentype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Sans";
  src: url("../fonts/ROsanswebtextitalic.eot?") format("embedded-opentype"), url("../fonts/ROsanswebtextitalic.woff") format("opentype");
  font-style: italic;
  font-weight: normal; }

@font-face {
  font-family: "Sans";
  src: url("../fonts/ROsanswebtextbold.eot?") format("embedded-opentype"), url("../fonts/ROsanswebtextbold.woff") format("opentype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Serif";
  src: url("../fonts/ROserifwebregular.eot?") format("embedded-opentype"), url("../fonts/ROserifwebregular.woff") format("opentype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Serif";
  src: url("../fonts/ROserifwebitalic.eot?") format("embedded-opentype"), url("../fonts/ROserifwebitalic.woff") format("opentype");
  font-style: italic;
  font-weight: normal; }

@font-face {
  font-family: "Serif";
  src: url("../fonts/ROserifwebbold.eot?") format("embedded-opentype"), url("../fonts/ROserifwebbold.woff") format("opentype");
  font-weight: bold;
  font-style: normal; }

html,
button,
input,
select,
textarea {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -khtml-font-smoothing: antialiased;
  -apple-font-smoothing: antialiased;
  font-smooth: always;
  text-rendering: optimizelegibility;
  font-family: "Sans", Arial, Verdana;
  font-size: 18px;
  line-height: 24px; }

h1, h2, h3, .h1, .h2, .h3 {
  color: #154273;
  font-weight: bold; }

h1, .h1 {
  font-size: 45px;
  line-height: 45px;
  font-weight: normal;
  margin-bottom: 30px; }

h2, .h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 10px; }

h3, .h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 0px; }

h4, .h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold; }

i, p.intro {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  font-style: italic; }

.big {
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  color: #42145f; }

a {
  color: #01689B; }
  a:hover {
    color: #154273; }

ul {
  margin-left: 0;
  padding-left: 0; }
  ul li {
    margin-left: 20px; }

li {
  margin-bottom: 6px; }

span.checkbox-input, span.radiobutton-input {
  display: block;
  margin-top: -10px;
  line-height: 28px; }
  .error-wrapper span.checkbox-input, .error-wrapper span.radiobutton-input {
    margin-top: 0; }

.tf-error {
  color: #d52b1e; }

/* ==========================================================================
   Honey pot
   ========================================================================== */
.birth-date {
  display: block;
  position: fixed;
  top: -200px;
  outline: -1; }

/* ==========================================================================
   Autofill
   ========================================================================== */
.currency-wrapper {
  position: relative;
  height: 46px; }
  .currency-wrapper:after {
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 1px;
    width: 46px;
    height: 46px;
    background-color: #01689B;
    color: #FFF;
    content: "\20AC";
    text-align: center;
    line-height: 46px; }
    .error-wrapper .currency-wrapper:after {
      background-color: #fae9e8;
      color: #d52b1e;
      top: 2px;
      left: 2px;
      height: 42px;
      line-height: 42px; }
  .currency-wrapper:before {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    content: ""; }
    .error-wrapper .currency-wrapper:before {
      top: 0; }
  .currency-wrapper .input-currency {
    padding-left: 80px;
    position: absolute;
    z-index: 1;
    background: none; }
  .currency-wrapper.error-wrapper {
    height: auto; }
    .currency-wrapper.error-wrapper .input-currency {
      position: relative;
      background-color: #FFF; }
    .currency-wrapper.error-wrapper:after {
      z-index: 1;
      top: auto;
      bottom: 40px;
      left: 80px;
      background-color: #d52b1e; }

/* ==========================================================================
   Autofill
   ========================================================================== */
input:-webkit-autofill {
  -webkit-text-fill-color: #000000 !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

/* ==========================================================================
   Focus
   ========================================================================== */
*:focus {
  outline: 0; }

/* ==========================================================================
   Input
   ========================================================================== */
input, .input-prefill {
  font-family: "Sans", Arial, Verdana;
  font-size: 18px;
  font-weight: normal; }

.tf-label-wrapper {
  margin-bottom: 20px !important; }
  .tf-label-wrapper:before {
    display: none !important; }

label, .label-active, .label-passive, .tf-question-label {
  display: inline-block;
  color: #154273; }
  label p, label li, .label-active p, .label-active li, .label-passive p, .label-passive li, .tf-question-label p, .tf-question-label li {
    color: #000000; }

.label-active-optional:after {
  font-weight: normal;
  margin-left: 20px;
  color: #B0B0B0;
  font-size: 16px; }
  .label-active-optional:after .label-optional-content:after {
    content: attr(data-content); }

.form-control, input.generic-input, input.calendar-input, .ui-autocomplete-input {
  width: 100%; }

.form-control, input.generic-input, input.calendar-input, input[type="text"], .input-prefill {
  display: inline-block;
  height: 46px;
  margin-top: -10px;
  margin-bottom: 20px;
  padding: 0 0 0 20px;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #EEEEEE;
  border-bottom: 2px solid #EEEEEE;
  font-family: "Sans", Arial, Verdana;
  font-size: 18px;
  line-height: 24px;
  color: #000000; }
  .error-wrapper .form-control, .error-wrapper input.generic-input, .error-wrapper input.calendar-input, .error-wrapper input[type="text"], .error-wrapper .input-prefill {
    margin-top: 0;
    border-left: 2px solid #d52b1e;
    border-top: 2px solid #d52b1e; }
    .error-wrapper .form-control:focus, .error-wrapper input.generic-input:focus, .error-wrapper input.calendar-input:focus, .error-wrapper input[type="text"]:focus, .error-wrapper .input-prefill:focus {
      border: 2px solid #d52b1e; }
  .form-control:focus, input.generic-input:focus, input.calendar-input:focus, input[type="text"]:focus, .input-prefill:focus {
    border-color: #8D8D8D; }
  .form-control::-webkit-input-placeholder, input.generic-input::-webkit-input-placeholder, input.calendar-input::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, .input-prefill::-webkit-input-placeholder {
    color: #DEDEDE; }
  .form-control::-moz-placeholder, input.generic-input::-moz-placeholder, input.calendar-input::-moz-placeholder, input[type="text"]::-moz-placeholder, .input-prefill::-moz-placeholder {
    color: #DEDEDE; }
  .form-control:-moz-placeholder, input.generic-input:-moz-placeholder, input.calendar-input:-moz-placeholder, input[type="text"]:-moz-placeholder, .input-prefill:-moz-placeholder {
    color: #DEDEDE; }
  .form-control:-ms-input-placeholder, input.generic-input:-ms-input-placeholder, input.calendar-input:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, .input-prefill:-ms-input-placeholder {
    color: #DEDEDE; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, input.generic-input[disabled], input.generic-input[readonly], fieldset[disabled] input.generic-input, input.calendar-input[disabled], input.calendar-input[readonly], fieldset[disabled] input.calendar-input, input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], .input-prefill[disabled], .input-prefill[readonly], fieldset[disabled] .input-prefill {
    cursor: not-allowed;
    background-color: #DEDEDE;
    opacity: 1; }
  .form-control::-ms-clear, input.generic-input::-ms-clear, input.calendar-input::-ms-clear, input[type="text"]::-ms-clear, .input-prefill::-ms-clear {
    display: none; }

.input-prefill {
  display: block;
  line-height: 46px;
  background-color: #EEEEEE; }

.input-passive {
  color: #8D8D8D; }

/* ==========================================================================
   Text Area
   ========================================================================== */
textarea {
  width: 100%;
  max-width: 100%;
  min-height: 92px;
  margin-top: -10px;
  margin-bottom: 20px;
  padding: 10px 20px 10px 20px !important; }
  .error-wrapper textarea {
    margin-top: 0;
    border-left: 2px solid #d52b1e;
    border-top: 2px solid #d52b1e; }
    .error-wrapper textarea:focus {
      border: 2px solid #d52b1e; }

.charsRemainingCounter {
  display: block;
  margin-top: -10px;
  margin-bottom: 20px; }

/* ==========================================================================
   Button
   ========================================================================== */
button {
  border: none; }

.generic-button {
  display: inline-block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 8px 20px;
  border: none;
  background-color: #154273;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  /*font-size: $font-size-large;
    line-height: $line-height-large;        
    text-shadow: none;
    text-decoration: none;
    color: $white;
    font-weight: normal;*/
  /*&:last-child {
        margin-bottom: 0;
    }
    
    @include breakpoint(medium) {
        width: auto;
        margin-bottom: 0;
    }
    
    &:before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -2;
       
        width: 100%;
        height: 100%;
        background-color: $blue;
        content: "";
    }
    
    &:after {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: -1;

        width: 100%;
        height: 100%;
        background-color: $blue-dark;
        content: "";

        @include transition (top 200ms ease-out);
    }*/
  /*&:hover {
        background: none;
        box-shadow: none;
        opacity: 1;
        color: $white;
        //color: $blue;
       
        &:after {
            top: 0;
        }
    }*/
  /*[class*="icon-"] {
        margin-left: 36px;
        font-size: $font-size-base;
    
        &:before {
           position: relative;
           top: 1px;
        }
    }*/
  /*&.btn-small {
        padding: 6px 24px;
        font-size: $font-size-small;                 
    }

    &.btn-bold {
        font-weight: bold;
    }

    &.btn-secondary {
        color: $blue;
        border: 1px solid $blue;

        &:before {
            background-color: $white;
        }

        &:after {
            background-color: $blue;
        }

        &:hover, &:active, &:focus {
            color: $white;
        }
    }

    &.btn-inactive {
        color: $gray-extra-dark;
        box-shadow: $gray-light 2px 2px 0;

        &:before {
            background-color: $gray-extra-light;
        }

        &:after {
            background-color: $gray-extra-light;
        }

        &:hover, &:active, &:focus {
            //color: $white;
            cursor: default;
        }
    }*/ }
  .generic-button.button-full {
    width: 100%; }
  .generic-button [class^="indicon-"], .generic-button [class*=" indicon-"] {
    margin-left: 20px; }
  .generic-button:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #01689B;
    content: "";
    -webkit-transition: top 100ms ease-out;
    -moz-transition: top 100ms ease-out;
    -o-transition: top 100ms ease-out;
    transition: top 100ms ease-out; }
  .generic-button:hover {
    color: #FFF; }
    .generic-button:hover:before {
      top: -100%; }
  .generic-button.close {
    padding: 2px 4px;
    border: 1px solid #01689B;
    cursor: pointer; }

.next-step-button, .next-question-button {
  display: inline-block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 8px 20px;
  border: none;
  background-color: #154273;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  /*font-size: $font-size-large;
    line-height: $line-height-large;        
    text-shadow: none;
    text-decoration: none;
    color: $white;
    font-weight: normal;*/
  /*&:last-child {
        margin-bottom: 0;
    }
    
    @include breakpoint(medium) {
        width: auto;
        margin-bottom: 0;
    }
    
    &:before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -2;
       
        width: 100%;
        height: 100%;
        background-color: $blue;
        content: "";
    }
    
    &:after {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: -1;

        width: 100%;
        height: 100%;
        background-color: $blue-dark;
        content: "";

        @include transition (top 200ms ease-out);
    }*/
  /*&:hover {
        background: none;
        box-shadow: none;
        opacity: 1;
        color: $white;
        //color: $blue;
       
        &:after {
            top: 0;
        }
    }*/
  /*[class*="icon-"] {
        margin-left: 36px;
        font-size: $font-size-base;
    
        &:before {
           position: relative;
           top: 1px;
        }
    }*/
  /*&.btn-small {
        padding: 6px 24px;
        font-size: $font-size-small;                 
    }

    &.btn-bold {
        font-weight: bold;
    }

    &.btn-secondary {
        color: $blue;
        border: 1px solid $blue;

        &:before {
            background-color: $white;
        }

        &:after {
            background-color: $blue;
        }

        &:hover, &:active, &:focus {
            color: $white;
        }
    }

    &.btn-inactive {
        color: $gray-extra-dark;
        box-shadow: $gray-light 2px 2px 0;

        &:before {
            background-color: $gray-extra-light;
        }

        &:after {
            background-color: $gray-extra-light;
        }

        &:hover, &:active, &:focus {
            //color: $white;
            cursor: default;
        }
    }*/
  float: right; }
  .next-step-button.button-full, .next-question-button.button-full {
    width: 100%; }
  .next-step-button [class^="indicon-"], .next-step-button [class*=" indicon-"], .next-question-button [class^="indicon-"], .next-question-button [class*=" indicon-"] {
    margin-left: 20px; }
  .next-step-button:before, .next-question-button:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #01689B;
    content: "";
    -webkit-transition: top 100ms ease-out;
    -moz-transition: top 100ms ease-out;
    -o-transition: top 100ms ease-out;
    transition: top 100ms ease-out; }
  .next-step-button:hover, .next-question-button:hover {
    color: #FFF; }
    .next-step-button:hover:before, .next-question-button:hover:before {
      top: -100%; }
  .next-step-button.close, .next-question-button.close {
    padding: 2px 4px;
    border: 1px solid #01689B;
    cursor: pointer; }

.previous-step-button, .previous-question-button {
  display: inline-block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 8px 20px;
  border: none;
  background-color: #154273;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  /*font-size: $font-size-large;
    line-height: $line-height-large;        
    text-shadow: none;
    text-decoration: none;
    color: $white;
    font-weight: normal;*/
  /*&:last-child {
        margin-bottom: 0;
    }
    
    @include breakpoint(medium) {
        width: auto;
        margin-bottom: 0;
    }
    
    &:before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -2;
       
        width: 100%;
        height: 100%;
        background-color: $blue;
        content: "";
    }
    
    &:after {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: -1;

        width: 100%;
        height: 100%;
        background-color: $blue-dark;
        content: "";

        @include transition (top 200ms ease-out);
    }*/
  /*&:hover {
        background: none;
        box-shadow: none;
        opacity: 1;
        color: $white;
        //color: $blue;
       
        &:after {
            top: 0;
        }
    }*/
  /*[class*="icon-"] {
        margin-left: 36px;
        font-size: $font-size-base;
    
        &:before {
           position: relative;
           top: 1px;
        }
    }*/
  /*&.btn-small {
        padding: 6px 24px;
        font-size: $font-size-small;                 
    }

    &.btn-bold {
        font-weight: bold;
    }

    &.btn-secondary {
        color: $blue;
        border: 1px solid $blue;

        &:before {
            background-color: $white;
        }

        &:after {
            background-color: $blue;
        }

        &:hover, &:active, &:focus {
            color: $white;
        }
    }

    &.btn-inactive {
        color: $gray-extra-dark;
        box-shadow: $gray-light 2px 2px 0;

        &:before {
            background-color: $gray-extra-light;
        }

        &:after {
            background-color: $gray-extra-light;
        }

        &:hover, &:active, &:focus {
            //color: $white;
            cursor: default;
        }
    }*/ }
  .previous-step-button.button-full, .previous-question-button.button-full {
    width: 100%; }
  .previous-step-button [class^="indicon-"], .previous-step-button [class*=" indicon-"], .previous-question-button [class^="indicon-"], .previous-question-button [class*=" indicon-"] {
    margin-left: 20px; }
  .previous-step-button:before, .previous-question-button:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #01689B;
    content: "";
    -webkit-transition: top 100ms ease-out;
    -moz-transition: top 100ms ease-out;
    -o-transition: top 100ms ease-out;
    transition: top 100ms ease-out; }
  .previous-step-button:hover, .previous-question-button:hover {
    color: #FFF; }
    .previous-step-button:hover:before, .previous-question-button:hover:before {
      top: -100%; }
  .previous-step-button.close, .previous-question-button.close {
    padding: 2px 4px;
    border: 1px solid #01689B;
    cursor: pointer; }

input[type=submit]:not(.hyperlink):not(.change-button) {
  display: inline-block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 8px 20px;
  border: none;
  background-color: #154273;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  /*font-size: $font-size-large;
    line-height: $line-height-large;        
    text-shadow: none;
    text-decoration: none;
    color: $white;
    font-weight: normal;*/
  /*&:last-child {
        margin-bottom: 0;
    }
    
    @include breakpoint(medium) {
        width: auto;
        margin-bottom: 0;
    }
    
    &:before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -2;
       
        width: 100%;
        height: 100%;
        background-color: $blue;
        content: "";
    }
    
    &:after {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: -1;

        width: 100%;
        height: 100%;
        background-color: $blue-dark;
        content: "";

        @include transition (top 200ms ease-out);
    }*/
  /*&:hover {
        background: none;
        box-shadow: none;
        opacity: 1;
        color: $white;
        //color: $blue;
       
        &:after {
            top: 0;
        }
    }*/
  /*[class*="icon-"] {
        margin-left: 36px;
        font-size: $font-size-base;
    
        &:before {
           position: relative;
           top: 1px;
        }
    }*/
  /*&.btn-small {
        padding: 6px 24px;
        font-size: $font-size-small;                 
    }

    &.btn-bold {
        font-weight: bold;
    }

    &.btn-secondary {
        color: $blue;
        border: 1px solid $blue;

        &:before {
            background-color: $white;
        }

        &:after {
            background-color: $blue;
        }

        &:hover, &:active, &:focus {
            color: $white;
        }
    }

    &.btn-inactive {
        color: $gray-extra-dark;
        box-shadow: $gray-light 2px 2px 0;

        &:before {
            background-color: $gray-extra-light;
        }

        &:after {
            background-color: $gray-extra-light;
        }

        &:hover, &:active, &:focus {
            //color: $white;
            cursor: default;
        }
    }*/
  background-color: #01689B; }
  input[type=submit]:not(.hyperlink):not(.change-button).button-full {
    width: 100%; }
  input[type=submit]:not(.hyperlink):not(.change-button) [class^="indicon-"], input[type=submit]:not(.hyperlink):not(.change-button) [class*=" indicon-"] {
    margin-left: 20px; }
  input[type=submit]:not(.hyperlink):not(.change-button):before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #01689B;
    content: "";
    -webkit-transition: top 100ms ease-out;
    -moz-transition: top 100ms ease-out;
    -o-transition: top 100ms ease-out;
    transition: top 100ms ease-out; }
  input[type=submit]:not(.hyperlink):not(.change-button):hover {
    color: #FFF; }
    input[type=submit]:not(.hyperlink):not(.change-button):hover:before {
      top: -100%; }
  input[type=submit]:not(.hyperlink):not(.change-button).close {
    padding: 2px 4px;
    border: 1px solid #01689B;
    cursor: pointer; }
  input[type=submit]:not(.hyperlink):not(.change-button):hover {
    background-color: #154273;
    color: #FFF; }

/* ==========================================================================
   Hyperlink
   ========================================================================== */
.hyperlink, .change-button {
  position: relative;
  text-decoration: underline;
  background: none;
  border: none;
  padding: 0;
  color: #01689B;
  font-size: 0; }
  .hyperlink:before, .change-button:before {
    position: absolute;
    top: 0;
    color: #5C5C5C;
    font-family: 'indicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    font-size: 0.87em;
    /* Better Font Rendering =========== */
    font-size: 16px;
    content: "\e80C"; }
  @media only screen and (min-width: 1024px) {
    .hyperlink, .change-button {
      font-size: 18px; }
      .hyperlink:before, .change-button:before {
        display: none; } }

/* ==========================================================================
   Error Message
   ========================================================================== */
.errormessage {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 10px;
  background-color: #d52b1e;
  border-top-right-radius: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #FFF; }
  .errormessage:empty {
    display: none; }

.error-wrapper {
  display: block;
  position: relative;
  margin-top: -10px; }

/* ==========================================================================
   Help i'tje
   ========================================================================== */
.help {
  text-align: right;
  color: #01689B; }
  .help a {
    text-decoration: none; }
  .help:hover {
    cursor: pointer; }

/* ==========================================================================
   Help Tooltip
   ========================================================================== */
.callout-validator {
  z-index: -1;
  opacity: 0;
  margin: 18px 0 0 7px !important;
  padding: 0 0 0 2px;
  border: 0;
  cursor: pointer;
  height: 25px;
  width: 27px;
  padding-left: 27px !important;
  background: url("../images/warning-white.png") no-repeat;
  background-size: 27px 25px; }

.help-callout, .validate-callout {
  position: absolute;
  z-index: 1010;
  width: 410px !important;
  max-width: 100% !important;
  height: auto;
  margin: 14px 0;
  padding: 40px !important;
  font-size: 90%;
  text-align: left;
  background-color: #cdefe6 !important;
  border: 1px solid #cdefe6 !important;
  color: #42145f; }
  .help-callout img, .validate-callout img {
    max-width: 100%;
    height: auto; }
    .help-callout img:last-child, .validate-callout img:last-child {
      margin-bottom: 0; }

.validate-callout {
  background-color: #eeAAA5 !important;
  border: 1px solid #eeAAA5 !important;
  color: #d52b1e; }

.validate-callout {
  width: 200px;
  margin: 15px 0; }

.help-callout-co-up, .validate-callout-co-up {
  display: block;
  position: absolute;
  top: -10px;
  margin: 0;
  border-top: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #cdefe6 !important;
  border-left: 10px solid transparent; }

.help-callout-co-up2, .validate-callout-co-up2 {
  display: block;
  position: absolute;
  top: -11px;
  margin: 0;
  border-top: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #cdefe6 !important;
  border-left: 10px solid transparent; }

.validate-callout-co-up {
  border-bottom: 10px solid #eeAAA5 !important; }

.validate-callout-co-up2 {
  border-bottom: 10px solid #eeAAA5 !important; }

.help-callout-co-up, .help-callout-co-up2 {
  left: 175px;
  padding: 0;
  width: 0;
  height: 0; }

.validate-callout-co-up, .validate-callout-co-up2 {
  left: 25px;
  padding: 0;
  width: 0;
  height: 0; }

/* ==========================================================================
   File Upload
   ========================================================================== */
.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: -5px; }

.custom-file-upload {
  display: block;
  width: auto;
  margin-top: 30px; }
  .custom-file-upload label, .custom-file-upload tf-question-label {
    display: block;
    margin-bottom: 5px; }

.file-upload-wrapper {
  display: inline-block;
  width: 100%;
  border: 1px dashed #01689B;
  border-bottom: none;
  color: #FFF;
  vertical-align: top;
  position: relative;
  margin-bottom: 0;
  padding: 19px;
  background-color: #01689B;
  /*&.file-upload-wrapper-error{
    	background-color: $red;
    	.file-upload-button {
    		color: $red;
    	}
    }*/ }
  .file-upload-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  .error-wrapper .file-upload-wrapper {
    background-color: #fae9e8;
    border-color: #fae9e8; }
  .file-upload-wrapper .errormessage {
    text-align: center;
    display: none; }
  .module-modal .file-upload-wrapper {
    margin-bottom: 20px; }
    .module-modal .file-upload-wrapper + span {
      margin-top: -20px; }

.file-upload-counter {
  display: block;
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 39px; }
  .error-wrapper .file-upload-counter {
    color: #d52b1e; }
  .module-modal .file-upload-counter {
    display: none; }

/*.file-upload-wrapper ~ span.errormessage{
	display: inline-block;
	width: 100%;
	padding: 19px 19px 0;
	border-left: 1px dashed $blue;
	border-right: 1px dashed $blue;

	&.invisible {
		padding: 0;
		border: none;
		display: none;
		width: auto;
	}

	&.no-files-added {
		.module-modal {
			padding: 19px;
		}
	}
}*/
.file-upload-wrapper ~ div:not(.errormessage) {
  display: block;
  width: 100%;
  border: 1px dashed #01689B;
  border-top: none;
  margin-bottom: 20px;
  padding: 19px;
  padding-top: 0;
  padding-top: 10px; }
  .error-wrapper .file-upload-wrapper ~ div:not(.errormessage) {
    border-color: #fae9e8; }
  .file-upload-wrapper ~ div:not(.errormessage) tr:first-child td:first-child {
    padding-top: 19px; }
  .file-upload-wrapper ~ div:not(.errormessage) tr:last-child td:last-child {
    padding-bottom: 19px; }
  .file-upload-wrapper ~ div:not(.errormessage) tr td:last-child {
    padding-bottom: 30px; }
  .file-upload-wrapper ~ div:not(.errormessage) th {
    display: none; }
  .file-upload-wrapper ~ div:not(.errormessage) td, .file-upload-wrapper ~ div:not(.errormessage) th {
    display: block; }
    .file-upload-wrapper ~ div:not(.errormessage) td:first-child, .file-upload-wrapper ~ div:not(.errormessage) th:first-child {
      padding-left: 0px;
      padding-right: 19px;
      padding-bottom: 0px; }
    .file-upload-wrapper ~ div:not(.errormessage) td:nth-child(2), .file-upload-wrapper ~ div:not(.errormessage) th:nth-child(2) {
      padding-right: 19px;
      padding-left: 0px;
      padding-bottom: 0px;
      text-align: left;
      font-weight: bold; }
    .file-upload-wrapper ~ div:not(.errormessage) td:last-child, .file-upload-wrapper ~ div:not(.errormessage) th:last-child {
      padding-top: 0;
      padding-right: 19px;
      padding-left: 0px;
      text-align: left; }

input.file-upload-input {
  display: none; }
  #openen input.file-upload-input {
    display: block;
    border: none;
    margin: 10px 0 0 0;
    width: calc(100% - 50px);
    font-size: 18px;
    line-height: 24px;
    word-wrap: break-word;
    display: inline;
    margin: 19px 0;
    padding: 0;
    position: absolute;
    top: -20px;
    left: 20px;
    right: 150px;
    height: 40px;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFF; }
    @media only screen and (min-width: 1024px) {
      #openen input.file-upload-input {
        width: 50%; } }

.file-upload-button {
  display: block;
  padding: 0 13px 0 30px;
  background: none;
  border: none;
  font-weight: bold;
  font-size: 0;
  font-family: "Sans", Arial, Verdana;
  line-height: 24px;
  color: #FFF;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: 0; }
  .error-wrapper .file-upload-button {
    color: #d52b1e;
    background: none; }
  .file-upload-button:before {
    content: "+";
    margin-right: 5px;
    font-size: 30px;
    line-height: 39px;
    position: absolute;
    left: 10px;
    top: 0; }

button.upload {
  display: inline-block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 8px 20px;
  border: none;
  background-color: #154273;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  /*font-size: $font-size-large;
    line-height: $line-height-large;        
    text-shadow: none;
    text-decoration: none;
    color: $white;
    font-weight: normal;*/
  /*&:last-child {
        margin-bottom: 0;
    }
    
    @include breakpoint(medium) {
        width: auto;
        margin-bottom: 0;
    }
    
    &:before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -2;
       
        width: 100%;
        height: 100%;
        background-color: $blue;
        content: "";
    }
    
    &:after {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: -1;

        width: 100%;
        height: 100%;
        background-color: $blue-dark;
        content: "";

        @include transition (top 200ms ease-out);
    }*/
  /*&:hover {
        background: none;
        box-shadow: none;
        opacity: 1;
        color: $white;
        //color: $blue;
       
        &:after {
            top: 0;
        }
    }*/
  /*[class*="icon-"] {
        margin-left: 36px;
        font-size: $font-size-base;
    
        &:before {
           position: relative;
           top: 1px;
        }
    }*/
  /*&.btn-small {
        padding: 6px 24px;
        font-size: $font-size-small;                 
    }

    &.btn-bold {
        font-weight: bold;
    }

    &.btn-secondary {
        color: $blue;
        border: 1px solid $blue;

        &:before {
            background-color: $white;
        }

        &:after {
            background-color: $blue;
        }

        &:hover, &:active, &:focus {
            color: $white;
        }
    }

    &.btn-inactive {
        color: $gray-extra-dark;
        box-shadow: $gray-light 2px 2px 0;

        &:before {
            background-color: $gray-extra-light;
        }

        &:after {
            background-color: $gray-extra-light;
        }

        &:hover, &:active, &:focus {
            //color: $white;
            cursor: default;
        }
    }*/ }
  button.upload.button-full {
    width: 100%; }
  button.upload [class^="indicon-"], button.upload [class*=" indicon-"] {
    margin-left: 20px; }
  button.upload:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #01689B;
    content: "";
    -webkit-transition: top 100ms ease-out;
    -moz-transition: top 100ms ease-out;
    -o-transition: top 100ms ease-out;
    transition: top 100ms ease-out; }
  button.upload:hover {
    color: #FFF; }
    button.upload:hover:before {
      top: -100%; }
  button.upload.close {
    padding: 2px 4px;
    border: 1px solid #01689B;
    cursor: pointer; }

span.upload input[type=submit] {
  display: inline-block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 8px 20px;
  border: none;
  background-color: #154273;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  /*font-size: $font-size-large;
    line-height: $line-height-large;        
    text-shadow: none;
    text-decoration: none;
    color: $white;
    font-weight: normal;*/
  /*&:last-child {
        margin-bottom: 0;
    }
    
    @include breakpoint(medium) {
        width: auto;
        margin-bottom: 0;
    }
    
    &:before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -2;
       
        width: 100%;
        height: 100%;
        background-color: $blue;
        content: "";
    }
    
    &:after {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: -1;

        width: 100%;
        height: 100%;
        background-color: $blue-dark;
        content: "";

        @include transition (top 200ms ease-out);
    }*/
  /*&:hover {
        background: none;
        box-shadow: none;
        opacity: 1;
        color: $white;
        //color: $blue;
       
        &:after {
            top: 0;
        }
    }*/
  /*[class*="icon-"] {
        margin-left: 36px;
        font-size: $font-size-base;
    
        &:before {
           position: relative;
           top: 1px;
        }
    }*/
  /*&.btn-small {
        padding: 6px 24px;
        font-size: $font-size-small;                 
    }

    &.btn-bold {
        font-weight: bold;
    }

    &.btn-secondary {
        color: $blue;
        border: 1px solid $blue;

        &:before {
            background-color: $white;
        }

        &:after {
            background-color: $blue;
        }

        &:hover, &:active, &:focus {
            color: $white;
        }
    }

    &.btn-inactive {
        color: $gray-extra-dark;
        box-shadow: $gray-light 2px 2px 0;

        &:before {
            background-color: $gray-extra-light;
        }

        &:after {
            background-color: $gray-extra-light;
        }

        &:hover, &:active, &:focus {
            //color: $white;
            cursor: default;
        }
    }*/
  margin-bottom: 20px; }
  span.upload input[type=submit].button-full {
    width: 100%; }
  span.upload input[type=submit] [class^="indicon-"], span.upload input[type=submit] [class*=" indicon-"] {
    margin-left: 20px; }
  span.upload input[type=submit]:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #01689B;
    content: "";
    -webkit-transition: top 100ms ease-out;
    -moz-transition: top 100ms ease-out;
    -o-transition: top 100ms ease-out;
    transition: top 100ms ease-out; }
  span.upload input[type=submit]:hover {
    color: #FFF; }
    span.upload input[type=submit]:hover:before {
      top: -100%; }
  span.upload input[type=submit].close {
    padding: 2px 4px;
    border: 1px solid #01689B;
    cursor: pointer; }
  span.upload input[type=submit]:hover {
    color: #8fcae7; }

.upload table th, .upload table td {
  padding: 0; }

/* ==========================================================================
   Styled Select
   ========================================================================== */
/*.styled-select {
	display: inline-block;
	vertical-align: middle;

	position: relative;
	overflow: hidden;
	
	width: 100%;
	height: $form-height;
	margin-top: -10px;
	margin-bottom: 20px;
	color: $gray;

	background-color: $white;
	border: 1px solid $gray-extra-light;
		box-shadow: $box-shadow;
    
	

	&:after {
		position: absolute;
		top: 0px;
		right: 0px;
		z-index: 1;

		width: $form-height;
		height: $form-height;

		text-align: center;
		line-height: $form-height;
		color: $blue;

		background-color: $white;
		pointer-events: none;
		line-height: $form-height;
		text-align: center;

		@include icon();
		content: "\e804";
	}

	select {
		position: relative;
		z-index: 1;

		width: 100%;
		height: $form-height;

		padding: 0 0 0 20px;
		border: 0;
		border-radius: 0;

		color: $black;
		//font-weight: bold;
		font-family: "Sans", Arial, Verdana;

		

		//background: transparent;

		cursor: pointer;

		font-size: $font-size-base;
		line-height: $font-size-base;

		-webkit-appearance:none;
		-moz-appearance:none;
		-o-appearance:none;
		appearance:none; 

		&:focus {
			border-color: $gray-dark;
			//border-color: $blue;
			//border: 3px solid $blue;
		}

		.lt-ie9 & {
			width: 150%;
		}
	}

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

	select:focus::-ms-value {
		background-color: white; 
		color:$gray;
	}
}*/
.dropdown-input-wrapper {
  line-height: 0; }
  .dropdown-input-wrapper .tf-label-wrapper, .dropdown-input-wrapper .tf-control-wrapper {
    line-height: 24px; }

.styled-select {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 48px;
  margin-bottom: 20px;
  background-color: #FFF; }
  .error-wrapper .styled-select {
    border-left: 2px solid #d52b1e;
    border-top: 2px solid #d52b1e; }
  .styled-select.full {
    width: 100%; }
  .styled-select:after {
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 1;
    width: 44px;
    height: 44px;
    pointer-events: none;
    line-height: 46px;
    text-align: center;
    font-size: 26px;
    color: #01689B;
    content: "›";
    background-color: #FFF;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; }
    .error-wrapper .styled-select:after {
      color: #d52b1e; }
  .styled-select select {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 46px;
    padding: 4px 0px 4px 20px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    border: 1px solid #EEEEEE;
    border-bottom: 2px solid #EEEEEE;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none; }
    .styled-select select:focus {
      border: 1px solid #8D8D8D; }
    .ie9 .styled-select select {
      width: 150%; }
    .styled-select select:disabled {
      background-color: #F7F7F7;
      cursor: not-allowed; }
    .styled-select select option {
      font-size: 18px; }
  .styled-select select::-ms-expand {
    display: none; }

/* ==========================================================================
   Checkboxes en Radio buttons
   ========================================================================== */
input[type="checkbox"], input[type="radio"] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0; }

input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0;
  padding: 0px 20px 0 30px;
  cursor: pointer;
  color: #000000; }
  input[type="checkbox"] + label:before, input[type="radio"] + label:before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    margin: 0px 4px 0 0;
    background-color: #FFF;
    border: 1px solid #EEEEEE;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    color: #154273;
    content: ""; }

input[type="radio"] + label:before {
  border-radius: 50%; }

input[type="checkbox"]:checked + label:before {
  font-family: 'indicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 0.87em;
  /* Better Font Rendering =========== */
  font-size: 9px;
  text-align: center;
  line-height: 20px;
  content: "\e800";
  text-indent: 2px; }

input[type="checkbox"]:focus + label:before {
  border-color: #8D8D8D; }

input[type="radio"]:checked + label:before {
  border-color: #42145f;
  background-color: #42145f;
  -webkit-box-shadow: 0px 1px 1px 1px black inset;
  box-shadow: 0px 1px 1px 1px black inset; }

input[type="radio"]:checked + label:after {
  position: absolute;
  top: 9px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FFF;
  content: ""; }

input[type="radio"]:focus + label:before {
  border-color: #8D8D8D; }

/* ==========================================================================
   Checkboxes en Radio buttons mpc-item
   ========================================================================== */
.module-mpc {
  margin-bottom: 20px; }

.module-mpc-item {
  margin-bottom: 1px; }
  .module-mpc-item input[type="checkbox"] + label, .module-mpc-item input[type="radio"] + label {
    max-width: none;
    width: 100%;
    height: 100%;
    padding: 10px 30px 10px 35px;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    border-bottom: 1px solid #EEEEEE; }
    .error-wrapper .module-mpc-item input[type="checkbox"] + label, .error-wrapper .module-mpc-item input[type="radio"] + label {
      border-color: #d52b1e; }
    .module-mpc-item input[type="checkbox"] + label:before, .module-mpc-item input[type="radio"] + label:before {
      top: 50%;
      margin-top: -10px; }
  .module-mpc-item:first-child input[type="checkbox"] + label, .module-mpc-item:first-child input[type="radio"] + label {
    border-top: 1px solid #EEEEEE; }
  .module-mpc-item input[type="radio"]:checked + label:after {
    top: 50%;
    margin-top: -3px;
    left: 7px; }

.module-mpc-inline {
  font-size: 0; }
  .error-wrapper .module-mpc-inline .module-mpc-item:first-child input[type="checkbox"] + label, .error-wrapper .module-mpc-inline .module-mpc-item:first-child input[type="radio"] + label {
    border-left: 2px solid #d52b1e; }
  .module-mpc-inline .module-mpc-item {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 4px; }
    .module-mpc-inline .module-mpc-item:last-child {
      margin-bottom: 0; }
    .module-mpc-inline .module-mpc-item:last-child {
      margin-right: 0; }
    .module-mpc-inline .module-mpc-item input[type="checkbox"] + label, .module-mpc-inline .module-mpc-item input[type="radio"] + label {
      border: 1px solid #EEEEEE;
      -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
      padding-left: 55px; }
      .module-mpc-inline .module-mpc-item input[type="checkbox"] + label:before, .module-mpc-inline .module-mpc-item input[type="radio"] + label:before {
        left: 20px; }
    .module-mpc-inline .module-mpc-item input[type="checkbox"]:checked + label, .module-mpc-inline .module-mpc-item input[type="radio"]:checked + label {
      border: 1px solid #42145f; }
    .module-mpc-inline .module-mpc-item input[type="checkbox"]:focus + label, .module-mpc-inline .module-mpc-item input[type="radio"]:focus + label {
      border: 1px solid #8D8D8D; }
    .module-mpc-inline .module-mpc-item input[type="radio"]:checked + label:after {
      left: 27px; }

.dropdown-input {
  position: relative;
  display: block; }
  .dropdown-input:before {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #01689B;
    font-family: 'indicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    font-size: 0.87em;
    /* Better Font Rendering =========== */
    content: "\e806"; }

/* ==========================================================================
   Calendar
   ========================================================================== */
.calendar-input-wrapper2 {
  position: relative; }
  .calendar-input-wrapper2 button {
    position: absolute;
    bottom: 35px;
    right: 20px;
    width: 16px;
    height: 16px;
    z-index: 1;
    line-height: 0;
    opacity: 0;
    cursor: pointer;
    padding: 0; }
  .calendar-input-wrapper2 img {
    width: 16px;
    height: 16px; }
    .mobile .calendar-input-wrapper2 img {
      display: none; }
  .calendar-input-wrapper2:after {
    position: absolute;
    bottom: 31px;
    right: 20px;
    color: #01689B;
    font-family: 'indicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    font-size: 0.87em;
    /* Better Font Rendering =========== */
    content: "\e807"; }
  .calendar-input-wrapper2.error-wrapper:after {
    color: #d52b1e; }

/* ==========================================================================
   Line
   ========================================================================== */
.line {
  display: block;
  position: relative;
  font-size: 0; }
  .line:after {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #01689B;
    content: ""; }

.line-summary-light {
  display: block;
  position: relative;
  font-size: 0; }
  .line-summary-light:after {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #8D8D8D;
    content: ""; }

.line-summary-sum {
  display: block;
  position: relative;
  font-size: 0;
  margin-top: -12px; }
  .line-summary-sum:after {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #000000;
    content: ""; }

.line-summary-double {
  display: block;
  position: relative;
  font-size: 0;
  margin-top: -44px; }
  .line-summary-double:before {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    margin-top: -2px;
    background-color: #000000;
    content: ""; }
  .line-summary-double:after {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    margin-top: 2px;
    background-color: #000000;
    content: ""; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 600px) {
  .file-upload-wrapper ~ div:not(.errormessage) {
    /*th {
			display: table-cell;
		}*/ }
    .file-upload-wrapper ~ div:not(.errormessage) tr:last-child td:last-child {
      padding-bottom: 0; }
    .file-upload-wrapper ~ div:not(.errormessage) tr:first-child td:first-child {
      padding-top: 19px; }
    .file-upload-wrapper ~ div:not(.errormessage) tr:first-child td:nth-child(2) {
      padding-top: 19px; }
    .file-upload-wrapper ~ div:not(.errormessage) tr:first-child td {
      padding-top: 19px; }
    .file-upload-wrapper ~ div:not(.errormessage) tr:first-child td:last-child {
      padding-top: 19px; }
    .file-upload-wrapper ~ div:not(.errormessage) tr td:last-child {
      padding-bottom: 0; }
    .file-upload-wrapper ~ div:not(.errormessage) td, .file-upload-wrapper ~ div:not(.errormessage) th {
      display: table-cell; }
      .file-upload-wrapper ~ div:not(.errormessage) td:nth-child(2), .file-upload-wrapper ~ div:not(.errormessage) th:nth-child(2) {
        padding-right: 0;
        text-align: right; }
      .file-upload-wrapper ~ div:not(.errormessage) td:last-child, .file-upload-wrapper ~ div:not(.errormessage) th:last-child {
        padding-right: 0px;
        text-align: right; }
  .file-upload-wrapper {
    /*.errormessage {
	    	//position: absolute;
	    	top: 6px;
	    	left: 19px;
	    	text-align: left;
	    	//color: $white;
	    	margin-top: -13px;
    		margin-bottom: -13px;
	    }*/ }
  input.file-upload-input {
    margin: 0 6px 20px; }
  /*.file-upload-button {
	    text-align: left;
	    width: auto;
	}*/
  .callout-validator {
    margin: 4px 0 0 16px !important; }
  .file-upload-wrapper ~ span:not(.errormessage) tr:first-child td {
    padding-top: 19px; }
  .file-upload-wrapper ~ span:not(.errormessage) tr:last-child td {
    padding-bottom: 19px; }
  .file-upload-wrapper ~ span:not(.errormessage) tr td {
    display: inline-block;
    vertical-align: top; }
    .file-upload-wrapper ~ span:not(.errormessage) tr td:first-child {
      width: 60%; }
    .file-upload-wrapper ~ span:not(.errormessage) tr td:nth-child(2) {
      width: 20%;
      text-align: right; }
    .file-upload-wrapper ~ span:not(.errormessage) tr td:last-child {
      width: 20%;
      text-align: right; }
  .file-upload-wrapper ~ span:not(.errormessage) tr:first-child td, .file-upload-wrapper ~ span:not(.errormessage) tr:nth-child(2) td, .file-upload-wrapper ~ span:not(.errormessage) tr:last-child td {
    padding-bottom: 19px; } }

@media only screen and (min-width: 1024px) {
  .file-upload-wrapper {
    padding-right: 220px; }
  input.file-upload-input {
    margin: 0 6px 20px; }
  .file-upload-button {
    padding-right: 20px;
    background: #8fcae7;
    width: auto;
    font-size: 18px; } }

.header-wrapper {
  position: relative; }
  .header-wrapper.sticky {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%; }

.module-content {
  padding-top: 40px; }
  .module-content.sticky {
    margin-top: 86px; }

.header {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold; }

.header-nav {
  text-align: center;
  width: 100%;
  height: 86px;
  text-align: center;
  line-height: 24px;
  background-color: #42145f; }

.header-nav-site-name {
  display: none; }

#CntHeaderNav_HeaderTitle {
  font-size: 36px;
  line-height: 42px; }

.header-nav-status {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  padding-left: 15px;
  border-left: 4px solid #5C5C5C;
  font-size: 18px;
  line-height: 42px;
  font-weight: bold; }
  .header-nav-status.status-publieke_beta {
    border-color: #01689B;
    color: #01689B; }

.header-logo {
  text-align: center;
  line-height: 0; }
  .header-logo img {
    width: auto;
    height: 94px;
    margin-bottom: 0; }

.header-steps {
  width: 100%;
  height: 46px;
  margin-bottom: 60px;
  -webkit-box-shadow: #FFF 2px 4px 8px;
  box-shadow: #FFF 2px 4px 8px;
  background-color: #FFF;
  -webkit-transition: background-color 200ms ease-out;
  -moz-transition: background-color 200ms ease-out;
  -o-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out; }
  .header-steps.sticky {
    position: fixed;
    top: 86px;
    left: 50%;
    z-index: 9;
    width: 100%;
    height: 46px;
    border-top: 0;
    background-color: #f7f9f9;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1); }

/* Nav Account */
.nav-account {
  position: absolute;
  top: 0;
  right: 20px;
  height: 100px;
  text-align: right;
  font-size: 16px; }
  .nav-account form {
    margin: 0; }
  .nav-account a {
    color: #FFF; }

.nav-account-button {
  display: inline-block;
  vertical-align: top;
  color: #42145f;
  text-decoration: none;
  height: 86px;
  padding: 23px 10px 10px 10px;
  max-width: 150px;
  font-weight: bold;
  cursor: pointer; }
  .nav-account-button span[class*="indicon-"] {
    display: block;
    text-align: center;
    font-size: 24px;
    margin-bottom: 4px; }
  .nav-account-button span.nav-account-button-text {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    min-height: 24px; }
  .nav-account-button:hover, .nav-account-button:focus, .nav-account-button.active {
    background-color: #5E3776;
    color: #FFF;
    text-decoration: none; }

.nav-contact-button {
  display: inline-block;
  vertical-align: top;
  color: #42145f;
  text-decoration: none;
  height: 86px;
  padding: 23px 10px 10px 10px;
  max-width: 150px;
  font-weight: bold; }
  .nav-contact-button span[class*="indicon-"] {
    display: block;
    text-align: center;
    font-size: 24px;
    margin-bottom: 4px; }
  .nav-contact-button span.nav-contact-button-text {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .nav-contact-button:hover, .nav-contact-button:focus, .nav-contact-button.active {
    background-color: #5E3776;
    color: #FFF;
    text-decoration: none; }

.nav-logout-button {
  display: inline-block;
  vertical-align: top;
  color: #42145f;
  text-decoration: none;
  height: 86px;
  padding: 23px 10px 0 10px;
  max-width: 150px;
  font-weight: bold; }
  .nav-logout-button span[class*="indicon-"] {
    display: block;
    text-align: center;
    font-size: 24px;
    margin-bottom: 4px; }
  .nav-logout-button span.nav-logout-button-text {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .nav-logout-button:hover, .nav-logout-button:focus, .nav-logout-button.active {
    background-color: #5E3776;
    color: #FFF;
    text-decoration: none; }

.nav-menu-button {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 20px;
  color: #FFF;
  text-decoration: none;
  height: 86px;
  padding: 23px 10px 0 10px;
  max-width: 150px;
  font-weight: bold;
  cursor: pointer; }
  .nav-menu-button span[class*="indicon-"] {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 4px; }
  .nav-menu-button span.nav-menu-button-text {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    min-height: 16px;
    font-size: 16px; }
  .nav-menu-button:hover, .nav-menu-button:focus, .nav-menu-button.active {
    background-color: #5E3776;
    color: #FFF;
    text-decoration: none; }

.nav-account-info {
  position: absolute;
  top: 86px;
  right: -280px;
  z-index: 1;
  width: 280px;
  margin: 0;
  text-align: left;
  background-color: #FFF;
  border-left: 1px solid #DEDEDE;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: right 400ms ease-out;
  -moz-transition: right 400ms ease-out;
  -o-transition: right 400ms ease-out;
  transition: right 400ms ease-out; }
  .nav-account-info.active {
    right: 0; }

.nav-account-info-authorised {
  padding: 20px;
  background-color: #f9E11E; }

.nav-account-info-controled {
  padding: 20px;
  background-color: #FBED78; }

.nav-account-info-response {
  font-weight: bold; }

.nav-account-info-data {
  padding: 20px;
  font-size: 18px;
  color: #42145f; }
  .nav-account-info-data ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px; }
    .nav-account-info-data ul:last-child {
      margin-bottom: 0; }
  .nav-account-info-data li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 6px;
    margin-left: 0; }
  .nav-account-info-data .indicon-avatar {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 19px;
    margin-right: 10px; }
  .nav-account-info-data .indicon-email {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    margin-right: 10px; }
  .nav-account-info-data .indicon-phone {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 19px;
    margin-right: 10px; }
  .nav-account-info-data .indicon-locatie {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    margin-right: 10px; }

.nav-account-info-logout {
  padding: 0 20px 20px; }
  .nav-account-info-logout .btn {
    font-size: 24px; }
  .nav-account-info-logout [class*="indicon-"] {
    margin-left: 10px !important;
    font-size: 24px !important; }

.nav-menu {
  position: absolute;
  top: 86px;
  left: -280px;
  z-index: 1;
  width: 280px;
  margin: 0;
  text-align: left;
  background-color: #5E3776;
  /*-webkit-box-shadow: 1px 2px 5px 0px $gray-light;
	-moz-box-shadow: 1px 2px 5px 0px $gray-light;
	box-shadow: 1px 2px 5px 0px $gray-light;*/
  padding: 20px;
  font-size: 18px;
  -webkit-transition: left 400ms ease-out;
  -moz-transition: left 400ms ease-out;
  -o-transition: left 400ms ease-out;
  transition: left 400ms ease-out; }
  .nav-menu.active {
    left: 0; }
  .nav-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .nav-menu li {
    margin-bottom: 4px;
    margin-left: 0; }
  .nav-menu a {
    display: block;
    text-decoration: none;
    color: #FFF;
    font-weight: normal;
    -webkit-transition: background-color 400ms ease-out;
    -moz-transition: background-color 400ms ease-out;
    -o-transition: background-color 400ms ease-out;
    transition: background-color 400ms ease-out;
    padding: 14px 30px; }
    .nav-menu a.active {
      font-weight: bold;
      background-color: #EEEEEE; }
    .nav-menu a:hover {
      color: #FFF;
      text-decoration: none;
      background-color: #42145f; }

@media only screen and (min-width: 500px) {
  .nav-account-info {
    width: 384px;
    right: -384px; }
  .nav-menu {
    width: 384px;
    left: -384px; } }

@media only screen and (min-width: 600px) {
  .header-steps.sticky {
    height: 46px; } }

@media only screen and (min-width: 1024px) {
  .header-nav-site-name {
    display: block;
    padding: 23px 0;
    color: #FFF;
    line-height: 42px;
    font-size: 36px; } }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #FFF;
  color: #000000;
  text-shadow: none; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #000000;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px; }

.fancybox-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  cursor: pointer;
  z-index: 8040;
  overflow: hidden;
  -webkit-transition: width 200ms ease-out, color 200ms ease-out, width 200ms ease-out;
  -moz-transition: width 200ms ease-out, color 200ms ease-out, width 200ms ease-out;
  -o-transition: width 200ms ease-out, color 200ms ease-out, width 200ms ease-out;
  transition: width 200ms ease-out, color 200ms ease-out, width 200ms ease-out;
  text-decoration: none !important;
  color: #8D8D8D !important; }
  .fancybox-close:before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100px;
    margin-top: -18px;
    text-align: center;
    font-family: 'indicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    font-size: 0.87em;
    /* Better Font Rendering =========== */
    content: "\e80E";
    font-size: 36px;
    line-height: 36px; }
  .fancybox-close:after {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 100px;
    width: 90px;
    font-size: 24px;
    line-height: 28px;
    content: attr(close-text); }
  .fancybox-close:hover {
    width: 240px;
    background-color: #000000;
    color: #FFF !important;
    text-decoration: none !important; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/* Modules */
.module-footer {
  position: relative;
  width: 100%;
  padding: 80px 0 40px;
  background-color: #DEDEDE;
  text-align: left; }
  .module-footer p {
    max-width: 100%;
    font-size: 16px !important;
    line-height: 20px !important; }
  .module-footer:after {
    position: absolute;
    top: -10px;
    left: 50%;
    width: 44px;
    height: 10px;
    margin-left: -22px;
    background-color: #154273;
    content: ''; }

.module-footer-version {
  margin-right: 40px;
  text-align: right;
  font-weight: bold;
  color: #01689B; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
.module-form-header {
  margin-bottom: 20px;
  padding-top: 20px;
  background-color: #FFF; }
  .module-form-header.sticky {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 10;
    width: 100%;
    border-top: 0; }
  .module-form-header .generic-button {
    float: right; }

.module-stepmenu {
  max-width: 100%;
  margin: 0px;
  margin-top: 0px;
  padding: 0px;
  @incluse clearfix(); }
  .module-stepmenu li {
    float: left;
    position: relative;
    margin-right: 30px;
    margin-left: 0;
    margin-top: 16px;
    padding: 0;
    font-size: 18px;
    line-height: 16px;
    font-weight: bold;
    color: #B0B0B0;
    list-style-type: none;
    white-space: nowrap;
    counter-increment: customlistcounter; }
    .module-stepmenu li:before {
      content: counter(customlistcounter) " ";
      font-weight: bold;
      float: left; }
    .module-stepmenu li:first-child {
      counter-reset: customlistcounter; }
    .module-stepmenu li:last-child {
      margin-right: 0; }
    .module-stepmenu li span, .module-stepmenu li a {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      color: #B0B0B0;
      font-size: 0;
      text-decoration: none; }
    .module-stepmenu li.module-stepmenu-item-answered {
      color: #01689B;
      text-decoration: underline; }
      .module-stepmenu li.module-stepmenu-item-answered span, .module-stepmenu li.module-stepmenu-item-answered a {
        color: #01689B;
        text-decoration: underline; }
    .module-stepmenu li.module-stepmenu-item-active {
      position: relative;
      color: #42145f;
      text-decoration: underline; }
      .module-stepmenu li.module-stepmenu-item-active:after {
        position: absolute;
        bottom: -8px;
        left: 50%;
        margin-left: -15px;
        width: 30px;
        height: 2px;
        background-color: #42145f;
        content: ""; }
      .module-stepmenu li.module-stepmenu-item-active span, .module-stepmenu li.module-stepmenu-item-active a {
        color: #42145f;
        text-decoration: underline; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 1024px) {
  .module-stepmenu {
    padding-left: 24px;
    padding-top: 7px;
    margin-bottom: 60px !important; }
    .module-stepmenu li {
      list-style-type: decimal;
      margin-right: 40px;
      margin-top: 8px;
      margin-left: 0; }
      .module-stepmenu li:before {
        display: none; }
      .module-stepmenu li.module-stepmenu-item-active:after {
        display: none; }
      .module-stepmenu li span, .module-stepmenu li a {
        position: static;
        width: auto;
        height: auto;
        font-size: 18px; } }

.module-toolbar ul {
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  font-size: 0;
  line-height: 0; }

.module-toolbar li {
  margin-bottom: 10px;
  list-style-type: none;
  line-height: 0; }

.module-toolbar a {
  display: block;
  display: inline-block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 8px 20px;
  border: none;
  background-color: #154273;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  /*font-size: $font-size-large;
    line-height: $line-height-large;        
    text-shadow: none;
    text-decoration: none;
    color: $white;
    font-weight: normal;*/
  /*&:last-child {
        margin-bottom: 0;
    }
    
    @include breakpoint(medium) {
        width: auto;
        margin-bottom: 0;
    }
    
    &:before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -2;
       
        width: 100%;
        height: 100%;
        background-color: $blue;
        content: "";
    }
    
    &:after {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: -1;

        width: 100%;
        height: 100%;
        background-color: $blue-dark;
        content: "";

        @include transition (top 200ms ease-out);
    }*/
  /*&:hover {
        background: none;
        box-shadow: none;
        opacity: 1;
        color: $white;
        //color: $blue;
       
        &:after {
            top: 0;
        }
    }*/
  /*[class*="icon-"] {
        margin-left: 36px;
        font-size: $font-size-base;
    
        &:before {
           position: relative;
           top: 1px;
        }
    }*/
  /*&.btn-small {
        padding: 6px 24px;
        font-size: $font-size-small;                 
    }

    &.btn-bold {
        font-weight: bold;
    }

    &.btn-secondary {
        color: $blue;
        border: 1px solid $blue;

        &:before {
            background-color: $white;
        }

        &:after {
            background-color: $blue;
        }

        &:hover, &:active, &:focus {
            color: $white;
        }
    }

    &.btn-inactive {
        color: $gray-extra-dark;
        box-shadow: $gray-light 2px 2px 0;

        &:before {
            background-color: $gray-extra-light;
        }

        &:after {
            background-color: $gray-extra-light;
        }

        &:hover, &:active, &:focus {
            //color: $white;
            cursor: default;
        }
    }*/
  padding: 4px 30px;
  color: #01689B;
  text-align: center; }
  .module-toolbar a.button-full {
    width: 100%; }
  .module-toolbar a [class^="indicon-"], .module-toolbar a [class*=" indicon-"] {
    margin-left: 20px; }
  .module-toolbar a:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #01689B;
    content: "";
    -webkit-transition: top 100ms ease-out;
    -moz-transition: top 100ms ease-out;
    -o-transition: top 100ms ease-out;
    transition: top 100ms ease-out; }
  .module-toolbar a:hover {
    color: #FFF; }
    .module-toolbar a:hover:before {
      top: -100%; }
  .module-toolbar a.close {
    padding: 2px 4px;
    border: 1px solid #01689B;
    cursor: pointer; }
  .module-toolbar a:before {
    background-color: #FFF; }
  .module-toolbar a:after {
    background-color: #01689B; }
  .module-toolbar a:hover {
    color: #FFF; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 1024px) {
  .module-toolbar a {
    width: 100%; } }

@media only screen and (min-width: 1300px) {
  .module-toolbar {
    position: fixed;
    top: 140px;
    right: 10px; } }

.module-under-header {
  padding-top: 20px; }

.summarydiv {
  /*table {
		td, th {
			display: inline-block;
	        vertical-align: top;
	        width: 100% !important;
		}
	}*/ }
  .summarydiv .summary-column-header {
    display: none; }
  .summarydiv .table-head {
    background-color: #76d2b6;
    font-weight: bold; }
    .summarydiv .table-head td {
      color: #42145f; }
  .summarydiv .table-head-sub {
    background-color: #cdefe6;
    font-weight: bold; }
    .summarydiv .table-head-sub td {
      color: #42145f; }

.row-accordeon-wrapper-input {
  margin-top: -20px; }

.row-accordeon-wrapper-select {
  margin-top: -25px; }

.row-accordeon-wrapper-upload {
  margin-top: -21px; }

.module-accordeon-wrapper {
  display: block;
  -webkit-transition: background-color 200ms ease-out, margin-bottom 200ms ease-out, margin-top 400ms ease-out;
  -moz-transition: background-color 200ms ease-out, margin-bottom 200ms ease-out, margin-top 400ms ease-out;
  -o-transition: background-color 200ms ease-out, margin-bottom 200ms ease-out, margin-top 400ms ease-out;
  transition: background-color 200ms ease-out, margin-bottom 200ms ease-out, margin-top 400ms ease-out;
  -webkit-transition: background-color 200ms ease-out, margin-bottom 200ms ease-out, margin-top 400ms ease-out, padding-top 400ms ease-out;
  -moz-transition: background-color 200ms ease-out, margin-bottom 200ms ease-out, margin-top 400ms ease-out, padding-top 400ms ease-out;
  -o-transition: background-color 200ms ease-out, margin-bottom 200ms ease-out, margin-top 400ms ease-out, padding-top 400ms ease-out;
  transition: background-color 200ms ease-out, margin-bottom 200ms ease-out, margin-top 400ms ease-out, padding-top 400ms ease-out;
  margin-top: -20px;
  margin-bottom: 20px;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 0px; }
  .module-accordeon-wrapper .module-accordeon-wrapper-content {
    display: none; }
    .module-accordeon-wrapper .module-accordeon-wrapper-content h3, .module-accordeon-wrapper .module-accordeon-wrapper-content p {
      margin-left: 24px; }
    .module-accordeon-wrapper .module-accordeon-wrapper-content ul {
      margin-left: 24px; }
  .module-accordeon-wrapper.expanded {
    background-color: #bcdff1;
    padding-top: 40px;
    padding-bottom: 40px; }
    .module-accordeon-wrapper.expanded a:first-child:before {
      opacity: 0; }
    .module-accordeon-wrapper.expanded a:first-child:after {
      opacity: 1; }
  .module-accordeon-wrapper .module-accordeon-wrapper-title {
    display: block;
    position: relative;
    padding-left: 24px;
    line-height: 32px;
    outline: none;
    color: #154273;
    font-weight: bold; }
    .module-accordeon-wrapper .module-accordeon-wrapper-title:focus {
      color: #42145f; }
    .module-accordeon-wrapper .module-accordeon-wrapper-title:before {
      font-family: 'indicons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      text-decoration: none;
      font-size: 0.87em;
      /* Better Font Rendering =========== */
      content: "\E80A";
      width: 22px;
      text-align: center;
      margin-right: 10px;
      font-size: 24px;
      line-height: 32px;
      position: absolute;
      top: 0;
      left: -6px;
      -webkit-transition: opacity 200ms ease-out;
      -moz-transition: opacity 200ms ease-out;
      -o-transition: opacity 200ms ease-out;
      transition: opacity 200ms ease-out;
      text-decoration: none;
      display: inline-block;
      white-space: pre-wrap; }
    .module-accordeon-wrapper .module-accordeon-wrapper-title:after {
      opacity: 0;
      font-family: 'indicons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      text-decoration: none;
      font-size: 0.87em;
      /* Better Font Rendering =========== */
      content: "\E80B";
      width: 22px;
      text-align: center;
      margin-right: 10px;
      font-size: 24px;
      line-height: 32px;
      position: absolute;
      top: 0;
      left: -6px;
      -webkit-transition: opacity 200ms ease-out;
      -moz-transition: opacity 200ms ease-out;
      -o-transition: opacity 200ms ease-out;
      transition: opacity 200ms ease-out; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
.module-modal {
  display: none;
  margin: 120px 80px 100px; }

.module-modal-warning {
  position: relative;
  margin: 0;
  padding: 120px 80px 100px;
  background-color: #fae9e8; }
  .module-modal-warning h1, .module-modal-warning h2, .module-modal-warning h3, .module-modal-warning .h1, .module-modal-warning .h2, .module-modal-warning .h3 {
    color: #d52b1e;
    padding-left: 50px; }
  .module-modal-warning:after {
    position: absolute;
    top: 125px;
    font-family: 'indicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    font-size: 0.87em;
    /* Better Font Rendering =========== */
    content: "\e815";
    font-size: 35px;
    line-height: 35px;
    color: #d52b1e; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
.module-loader-bg {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #EEEEEE; }

.module-loader-popup {
  position: relative;
  width: 400px;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #EEEEEE;
  padding: 40px; }
  .module-loader-popup .module-loader {
    position: absolute;
    left: 50%;
    margin-left: -30px; }

.module-loader-text {
  text-align: center;
  margin-top: 100px; }

.module-loader {
  text-indent: -9999em;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #6a3e83;
  background: -moz-linear-gradient(left, #6a3e83 10%, rgba(106, 62, 131, 0) 42%);
  background: -webkit-linear-gradient(left, #6a3e83 10%, rgba(106, 62, 131, 0) 42%);
  background: -o-linear-gradient(left, #6a3e83 10%, rgba(106, 62, 131, 0) 42%);
  background: -ms-linear-gradient(left, #6a3e83 10%, rgba(106, 62, 131, 0) 42%);
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #6a3e83), color-stop(42%, rgba(106, 62, 131, 0)));
  background: linear-gradient(to right, #6a3e83 10%, rgba(106, 62, 131, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.module-loader:before {
  width: 50%;
  height: 50%;
  background: #6a3e83;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: ''; }

.module-loader:after {
  background: #EEEEEE;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.module-readonly {
  position: relative;
  font-size: 0;
  line-height: 0;
  color: #000000;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #DEDEDE; }
  .module-readonly.irreplaceable {
    color: #B0B0B0; }
  .module-readonly.default-selected:before {
    position: absolute;
    top: 5px;
    left: 0;
    opacity: 0.5;
    width: 20px;
    height: 20px;
    border: 4px solid #39870c;
    content: ""; }
  .module-readonly.default-selected:after {
    position: absolute;
    top: 18px;
    left: 7px;
    opacity: 0.5;
    font-family: 'indicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    font-size: 0.87em;
    /* Better Font Rendering =========== */
    content: "\e800";
    font-size: 20px;
    color: #39870c; }
  .module-readonly.grayed-out {
    color: #B0B0B0; }
    .module-readonly.grayed-out:before {
      position: absolute;
      top: 5px;
      left: 0;
      width: 20px;
      height: 20px;
      border: 4px solid #B0B0B0;
      content: ""; }
    .module-readonly.grayed-out:after {
      position: absolute;
      top: 20px;
      left: 8px;
      font-family: 'indicons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      text-decoration: none;
      font-size: 0.87em;
      /* Better Font Rendering =========== */
      content: "\e803";
      font-size: 21px; }

.module-readonly-resume {
  padding-left: 65px; }

.module-readonly-resume-name {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 20px; }
  .default-selected .module-readonly-resume-name {
    color: #39870c; }
  .checked .module-readonly-resume-name {
    color: #39870c; }
  .irreplaceable .module-readonly-resume-name {
    color: #d52b1e; }

.module-readonly-resume-info {
  font-size: 18px;
  line-height: 24px;
  margin-left: -65px; }

.module-readonly-details-item {
  margin-bottom: 6px; }
  .module-readonly-details-item.red {
    color: #d52b1e;
    font-weight: bold; }
  .module-readonly-details-item.green {
    color: #39870c;
    font-weight: bold; }

.module-readonly-details-item-line {
  margin: 20px 0;
  border-bottom: 1px solid #DEDEDE; }

.module-readonly-details-property {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 18px;
  line-height: 24px;
  padding-right: 20px;
  word-wrap: break-word; }

.module-readonly-details-value {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 18px;
  line-height: 24px; }

.module-readonly-checkbox {
  position: relative;
  display: block; }
  .module-readonly-checkbox label {
    position: absolute !important;
    right: -45px;
    top: 5px;
    z-index: 1;
    height: 45px;
    width: 45px;
    padding: 0 !important;
    font-size: 0; }
    .module-readonly-checkbox label:before {
      background: none !important;
      border: 4px solid #39870c !important;
      font-size: 0 !important;
      width: 20px;
      height: 20px; }
  .module-readonly-checkbox input[type="checkbox"]:checked + label:before {
    border: 4px solid #39870c; }
  .module-readonly-checkbox input[type="checkbox"]:checked + label:after {
    position: absolute;
    top: 4px;
    left: 6px;
    font-family: 'indicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    font-size: 0.87em;
    /* Better Font Rendering =========== */
    content: "\e800";
    font-size: 20px;
    color: #39870c; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 600px) {
  .module-readonly-resume-name {
    margin-bottom: 0; }
  .module-readonly-resume-info {
    margin-left: 0; }
  .module-readonly-details-property {
    word-wrap: normal; }
  .module-readonly-resume {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 65px;
    padding-right: 20px; }
  .module-readonly-details {
    display: inline-block;
    vertical-align: top;
    width: 50%; } }

.module-session-timeout {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background-color: #fae9e8;
  color: #000000;
  border: none;
  text-shadow: none;
  min-height: 100px;
  padding: 26px 80px;
  padding-top: 81px; }
  .module-session-timeout.active {
    display: block; }
  .module-session-timeout:before {
    position: absolute;
    top: 26px;
    left: 50%;
    margin-left: -20px;
    font-family: 'indicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    font-size: 0.87em;
    /* Better Font Rendering =========== */
    content: "\e815";
    font-size: 35px;
    line-height: 35px;
    color: #d52b1e; }
  .module-session-timeout .module-session-timeout-close {
    position: absolute;
    top: 40px;
    right: 20px;
    font-size: 24px;
    text-decoration: none;
    color: #154273; }

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media only screen and (min-width: 600px) {
  .module-session-timeout {
    padding: 38px 80px;
    padding-left: 140px; }
    .module-session-timeout:before {
      top: 50%;
      margin-top: -17px;
      left: 80px;
      margin-left: 0; } }

.module-feedback-button {
  visibility: hidden;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 1;
  margin-top: -65px;
  width: 40px;
  height: 130px; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
