/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*BEKIJKEN OF DEZE GECOMBINEERD KUNNEN WORDEN ALS IE FALLBACK*/
/*-----------------------------*/
/*             INIT            */
/*-----------------------------*/
/*-----------------------------*/
/*        SCROLL TO TOP        */
/*-----------------------------*/
/*-----------------------------*/
/*           HEADER            */
/*-----------------------------*/
/*-----------------------------*/
/*           ASIDE             */
/*-----------------------------*/
.ms-parent {
  width: auto !important;
  position: relative;
}
button.ms-choice {
  display: block;
  padding: 0.786em;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #f0f0f0;
  border-width: 1px;
  text-align: left;
  white-space: nowrap;
  line-height: 1;
  color: #002f2f;
  background: #f0f0f0;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
button:focus.ms-choice {
  color: #002f2f;
  border: 1px solid #0083c0;
  border-width: 1px;
  background: white;
}
.ms-choice .placeholder,
.ms-choice > span {
  color: #4c4c4c;
  padding-right: 20px;
}
.ms-choice > div {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 10px;
  width: 8px;
  height: 4px;
  border: 8px solid #1f1f21;
  border-width: 4px 4px 0 4px;
  border-color: #1f1f21 transparent;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ms-choice > div.open {
  -webkit-transform: perspective(1px) rotate(180deg);
  -moz-transform: perspective(1px) rotate(180deg);
  -o-transform: perspective(1px) rotate(180deg);
  -ms-transform: perspective(1px) rotate(180deg);
  transform: perspective(1px) rotate(180deg);
}
.ms-drop {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1000001;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
.ms-drop.bottom {
  top: 100%;
}
.ms-drop.top {
  bottom: 100%;
}
.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 0;
  background: #f0f0f0;
}
.ms-drop ul > li {
  list-style: none;
  display: list-item;
  position: static;
  padding: 0;
}
.ms-drop ul > li label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding: 0.786em;
  background: #f0f0f0;
  border-top: 1px solid white;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ms-drop ul > li label:hover {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding: 0.786em;
  background: white;
}
.ms-drop ul > li label.disabled {
  display: none;
}
.ms-drop input[type="checkbox"] {
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.ms-drop input[type="radio"] {
  vertical-align: middle;
  display: none;
  width: 16px;
  height: 16px;
}
.ms-drop .ms-no-results {
  display: none;
}
/*--------------------------------------------------------------------------------*/

/*                                    ALGEMEEN                                    */

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  *behavior: url(/Assets/Styles/boxsizing.htc);
}
.no-scroll {
  overflow: hidden;
}
.scroll {
  overflow: auto;
}
html.no-scroll body {
  overflow: hidden;
}
html.scroll body {
  overflow: auto;
}
@media only screen and (max-width: 1023px) {
  .no-scroll-mobile {
    overflow: hidden;
  }
  .scroll-mobile {
    overflow: auto;
  }
  html.no-scroll-mobile body {
    overflow: hidden;
  }
  html.scroll-mobile body {
    overflow: auto;
  }
}
a,
input,
textarea,
select {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  outline: 0;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: 0;
  outline: 0;
}
img {
  -ms-interpolation-mode: bicubic;
}
table {
  table-layout: fixed;
}
/*IE fix voor fluid images in tabellen*/

html,
body,
form {
  height: 100%;
}
/*CUSTOM SELECTION COLOR*/

::selection {
  background: #0083c0 !important;
  color: white;
}
::-moz-selection {
  background: #0083c0 !important;
  color: white;
}
:active,
:focus {
  outline-style: none;
  -moz-outline-style: none;
}
/*CUSTOM PLACEHOLDER COLOR*/

::-webkit-input-placeholder {
  color: #4c4c4c;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
:-moz-placeholder {
  color: #4c4c4c;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
::-moz-placeholder {
  color: #4c4c4c;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
:-ms-input-placeholder {
  color: #4c4c4c;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
select:invalid {
  color: #4c4c4c;
}
.hidden {
  display: none;
}
/*--------------------------------------------------------------------------------*/

/*                                       TEXT                                     */

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

a,
input,
textarea {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  outline: 0;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: 0;
  outline: 0;
}
img {
  -ms-interpolation-mode: bicubic;
}
table {
  table-layout: fixed;
}
/*IE fix voor fluid images in tabellen*/

html,
body,
form {
  height: 100%;
}
html {
  font: normal 13px Noto Sans;
  line-height: 1.375;
  color: #002f2f;
}
h1 {
  font: normal 215.384615385% Noto Sans;
  line-height: 1;
  color: #474c55;
  margin: 0 0 1em 0;
}
h2 {
  font: normal 215.384615385% Noto Sans;
  line-height: 1;
  color: #474c55;
  margin: 0 0 1em 0;
}
h3 {
  font: normal 184.615384615% Noto Sans;
  line-height: 1;
  color: #474c55;
  margin: 0 0 1em 0;
}
h4 {
  font: normal 184.615384615% Noto Sans;
  line-height: 1;
  color: #474c55;
  margin: 0 0 1em 0;
}
h5 {
  font: normal 153.846153846% Noto Sans;
  line-height: 1;
  color: #474c55;
  margin: 0 0 1em 0;
}
h6 {
  font: normal 153.846153846% Noto Sans;
  line-height: 1;
  color: #474c55;
  margin: 0 0 1em 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}
a {
  font-weight: normal;
  color: #0083c0;
  text-decoration: underline;
}
a:hover,
a:active,
a.active {
  color: #002f2f;
  text-decoration: underline;
}
hr {
  background: rgba(255, 255, 255, 0.4);
  border: 0;
  height: 1px;
  width: 100%;
  display: block;
}
p,
ul,
ol {
  margin: 1em 0 0 0;
  padding: 0;
}
p:first-child,
ul:first-child,
ol:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
ol {
  margin-left: 20px;
}
ol > li {
  padding: 0;
  list-style-type: decimal;
}
ul > li {
  position: relative;
  padding: 0 0 0 1em;
  list-style-type: none;
}
ul > li {
  *list-style-type: disc;
  *margin: 0 0 0 15px;
  *padding: 0;
  *position: static;
  *box-sizing: content-box;
}
/*IE7*/

ul > li {
  position: relative;
}
ul > li:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  top: 6px;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #0083c0;
}
ul > li > ul > li:before {
  width: 4px;
  height: 4px;
  top: 8px;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #0094da;
}
input,
input[type=text],
input[type=file],
input[type=password],
input[type=date],
select,
textarea,
select option {
  font-family: Noto Sans;
  color: #002f2f;
  width: 100%;
  padding: 0.786em;
  border: 1px solid #f0f0f0;
  border-width: 1px;
  background: #f0f0f0;
  line-height: 1;
  font-size: 13px;
}
input:focus,
input[type=text]:focus,
input[type=file]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  color: #002f2f;
  border: 1px solid #0083c0;
  border-width: 1px;
  background: white;
}
input[type=checkbox],
input[type=radio] {
  background: transparent;
  border: 0;
}
/*CUSTOM IOS STYLING SELECT, input*/

/*input, input[type=text],input[type=file], input[type=password], input[type=date], select, textarea{.gradient(@inputBackground, @inputBackground, @inputBackground); .rounded(0);  height: 42px;} */

/*Nieuwere aanpak. Alle Browser opmaak weghalen. Werkt op chrome als Safari*/

/*input, */

input[type=text],
input[type=file],
input[type=password],
input[type=date],
select,
textarea,
select option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
select {
  background: #f0f0f0 url("/Assets/Images/dropdownListIcon.png") right center no-repeat;
}
select:focus {
  background: #f0f0f0 url("/Assets/Images/dropdownListIcon-up.png") right center no-repeat;
}
/*--------------------------------------------------------------------------------*/

/*                                  Scroll to top                                 */

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

.scrollToTop {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  *behavior: url(/Assets/Styles/boxsizing.htc);
  position: fixed;
  z-index: 10000;
  bottom: 36px;
  left: 20px;
  right: inherit;
  width: 40px;
  height: 40px;
  background: #0083c0 url("/Assets/Images/scrollToTopIcon.png") center center no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
.scrollToTop:hover {
  background-color: #0083c0;
}
@media only screen and (min-width: 1024px) {
  .scrollToTop {
    left: 30px;
  }
}
/*--------------------------------------------------------------------------------*/

/*                                  STICKY FOOTER                                 */

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

@media only screen and (min-width: 1024px) {
  body {
    position: relative;
    height: auto;
    min-height: 100%;
  }
  body:after {
    content: '';
    height: 55px;
    width: 100%;
    display: block;
  }
}
/*--------------------------------------------------------------------------------*/

/*                                      BASICS                                    */

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

.refIcon {
  background: #f0f0f0;
  border: 1px solid #1f1f21;
  text-transform: uppercase;
  font-size: 75%;
  padding: 0 3px;
}
.versionIcon {
  background: url("/Assets/Images/versionIcon.png") center center no-repeat;
  font-size: 0;
  width: 26px;
  height: 19px;
  display: block;
}
body {
  background: white;
  position: relative;
  /*IOS FIX OM BODY NIET TE LATEN MEESCROLLEN BIJ OVERFLOW:HIDDEN*/

}
/*--------------------------------------------------------------------------------*/

/*                                       TOP                                      */

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

header {
  height: 60px;
  line-height: 0;
  position: relative;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.45);
  background: #0081c9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  display: inline-block;
  padding: 10px 20px 10px 10px;
  text-align: left;
}
.logo a {
  display: block;
}
.logo img {
  max-height: 40px;
}
.cultureOptions {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cultureOptions .ms-choice {
  background-color: transparent;
  border-color: transparent;
}
.cultureOptions select {
  height: 30px;
  padding: 0 25px 0 15px;
  background: transparent;
  border-color: transparent;
  color: rgba(255, 255, 255, 0.8);
}
.cultureOptions .countryLink.disabled,
.cultureOptions .languageLink.disabled {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  cursor: not-allowed;
}
.cultureOptions .countryLink .ms-choice.disabled,
.cultureOptions .languageLink .ms-choice.disabled {
  cursor: not-allowed;
}
.cultureOptions .countryLink {
  position: relative;
}
.cultureOptions .countryLink > span {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
  border: 0 solid transparent;
  border-width: 4px 4px 0 4px;
  border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
}
.cultureOptions .countryLink:after {
  content: '';
  position: absolute;
  left: 0;
  right: 10px;
  bottom: 0;
  border: 1px dashed rgba(255, 255, 255, 0.8);
  border-width: 0 0 1px 0;
}
.cultureOptions .countryLink:before {
  content: '\f0ac';
  font-family: 'FontAwesome';
  color: rgba(255, 255, 255, 0.8);
  line-height: 1;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-top: -6.5px;
  position: absolute;
  left: 0;
  top: 50%;
}
.cultureOptions .languageLink {
  position: relative;
}
.cultureOptions .languageLink > span {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
  border: 0 solid transparent;
  border-width: 4px 4px 0 4px;
  border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
}
.cultureOptions .languageLink:before {
  content: 'A';
  line-height: 1.3;
  font-family: Arial;
  font-weight: bold;
  text-align: center;
  font-size: 9px;
  color: #0081c9;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 13px;
  height: 10px;
  margin-top: -6.5px;
  position: absolute;
  left: 0;
  top: 50%;
}
.cultureOptions .languageLink:after {
  content: '';
  position: absolute;
  left: 9px;
  top: 50%;
  margin-top: 2px;
  border: 0 solid transparent;
  border-width: 0 5px 5px 0px;
  border-color: transparent rgba(255, 255, 255, 0.8);
  -webkit-transform: perspective(1px) rotate(-35deg);
  -moz-transform: perspective(1px) rotate(-35deg);
  -o-transform: perspective(1px) rotate(-35deg);
  -ms-transform: perspective(1px) rotate(-35deg);
  transform: perspective(1px) rotate(-35deg);
}
.cultureOptions .homeLink {
  display: none;
}
@media only screen and (min-width: 400px) {
  .cultureOptions {
    flex-direction: row;
    align-items: center;
  }
  .cultureOptions .countryLink {
    flex-basis: 130px;
    padding-right: 20px;
  }
  .cultureOptions .countryLink > span {
    right: 30px;
  }
  .cultureOptions .countryLink:after {
    border-width: 0 1px 0 0;
    left: inherit;
    bottom: inherit;
    top: 50%;
    height: 20px;
    margin-top: -10px;
  }
  .cultureOptions .languageLink {
    flex-basis: 110px;
  }
  .cultureOptions .homeLink {
    font-size: 0;
    display: block;
    padding-right: 15px;
    position: relative;
  }
  .cultureOptions .homeLink a {
    display: block;
    width: 30px;
    height: 30px;
    /*background: url("/Assets/Images/homeIcon_black.png") center center no-repeat;*/
    position: relative;
  }
  .cultureOptions .homeLink a:before {
    content: '\f015';
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    font-family: 'FontAwesome';
    color: rgba(255, 255, 255, 0.8);
  }
  .cultureOptions .homeLink:after {
    content: '';
    position: absolute;
    border-right: 1px dashed rgba(255, 255, 255, 0.8);
    right: 10px;
    top: 50%;
    height: 20px;
    margin-top: -10px;
  }
}
@media only screen and (min-width: 640px) {
  .cultureOptions .countryLink {
    flex-basis: 170px;
  }
  .cultureOptions .languageLink {
    flex-basis: inherit;
  }
}
@media only screen and (min-width: 768px) {
  .no-touch .cultureOptions .ms-parent {
    min-width: 180px;
    padding: 0 0 0 15px;
  }
  .no-touch .cultureOptions .ms-choice {
    background-color: transparent;
    border-color: transparent;
  }
  .no-touch .cultureOptions .ms-choice > span {
    color: white;
  }
  .no-touch .cultureOptions .ms-choice > div {
    border-color: white transparent;
  }
  .no-touch .cultureOptions .countryLink > span,
  .no-touch .cultureOptions .languageLink > span {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  header {
    height: 100px;
  }
  .logo {
    padding: 20px 30px;
  }
  .logo img {
    max-height: 60px;
  }
  .cultureOptions {
    padding-right: 30px;
  }
}
/*Geen flexbox > IE9*/

.no-flexbox .cultureOptions {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 11px;
}
.no-flexbox .cultureOptions .countryLink,
.no-flexbox .cultureOptions .languageLink,
.no-flexbox .cultureOptions .homeLink {
  display: inline-block;
  vertical-align: middle;
}
.no-flexbox .cultureOptions .languageLink:after {
  -ms-transform: rotate(-35deg);
}
@media only screen and (min-width: 1024px) {
  .no-flexbox .cultureOptions {
    top: 31px;
  }
}
/*--------------------------------------------------------------------------------*/

/*                                     ASIDE                                     */

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

article {
  padding: 20px;
  position: relative;
}
article:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: white;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
}
article.imgOnly {
  padding: 0;
  line-height: 0;
}
article.imgOnly:before {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
@media only screen and (min-width: 768px) {
  aside {
    font-size: 0;
    display: inline;
    position: relative;
  }
  aside section {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
  }
  aside section.empty {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  aside {
    display: block;
    width: 20%;
    max-width: 380px;
    position: absolute;
    top: 100px;
  }
  aside section {
    width: 100%;
  }
  article {
    padding: 30px;
    margin: 30px 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside.left {
    left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  aside.right {
    right: 0;
  }
}
/*--------------------------------------------------------------------------------*/

/*                                    MAIN                                        */

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

main {
  padding-top: 20px;
}
@media only screen and (max-width: 1023px) {
  main {
    height: auto !important;
  }
}
@media only screen and (min-width: 1024px) {
  main {
    width: 60%;
    margin: 0 auto;
    padding: 30px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  .fullscreen main {
    width: 100%;
    height: auto !important;
  }
}
.tabs {
  font-size: 0;
  border-bottom: 5.2px solid #474c55;
}
.tabs .tab {
  display: inline-block;
  width: 50%;
  vertical-align: bottom;
}
.tabs .tab a {
  display: block;
  border: 1px solid #bbbbbb;
  border-width: 1px 1px 0 1px;
  font-size: 13px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #002f2f;
  background: white;
}
.tabs .tab:hover a {
  border-color: #474c55;
  color: #474c55;
}
.tabs .tab.active a {
  z-index: 1;
  background: #474c55;
  color: white;
  border-color: #474c55;
}
.tabs .tab.extended a {
  margin-left: 1px;
}
@media only screen and (min-width: 768px) {
  .tabs .tab {
    width: auto;
  }
  .tabs .tab a {
    padding: 10px 30px;
    font-size: 16px;
  }
}
section.intro {
  padding: 0 20px 20px 20px;
}
@media only screen and (min-width: 1024px) {
  section.intro {
    padding: 0 0 30px 0;
  }
}
section.executor {
  position: relative;
}
.downloadInfo {
  padding: 20px;
  background: #f0f0f0;
}
@media only screen and (min-width: 1024px) {
  .downloadInfo {
    padding: 30px;
    background: white;
  }
}
.fullscreenToggle {
  position: absolute;
  right: 0;
  top: 40px;
  background: url("/Assets/Images/maximizeIcon.png") right center no-repeat;
  width: 40px;
  height: 40px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.fullscreen .fullscreenToggle {
  background: url("/Assets/Images/minimizeIcon.png") right center no-repeat;
}
@media only screen and (min-width: 1024px) {
  .extended-search .fullscreenToggle {
    display: block;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    top: 0;
  }
}
.content {
  padding: 20px;
  position: relative;
  background: white;
  border: 1px solid #bbbbbb;
  border-width: 0px 0px 5px 0px;
  border-color: #474c55 #bbbbbb;
}
@media only screen and (min-width: 1024px) {
  .content {
    padding: 30px;
    border-width: 0 1px 5px 1px;
  }
}
section.footnote {
  padding: 20px;
  background: #f0f0f0;
  text-align: center;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
}
@media only screen and (min-width: 1024px) {
  section.footnote {
    padding: 0 30px 30px 30px;
    background: transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
  }
}
/*--------------------------------------------------------------------------------*/

/*                                   SEARCH                                       */

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

.searchblock.simple {
  display: none;
}
.searchblock.extended {
  display: none;
}
.noManual {
  display: block;
  border: 1px solid #bbbbbb;
  padding: 10px;
  position: relative;
  line-height: 1;
  margin: 10px 0;
  color: #d82424;
}
.noManual:after {
  content: 'i';
  font-family: trebuchet;
  font-weight: bold;
  font-size: 11px;
  position: absolute;
  right: -8px;
  top: -8px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #d82424;
  color: white;
}
.simple-search .searchblock.simple {
  display: block;
}
.searchblock.simple .search {
  padding-right: 41px;
  margin: 0 0 20px 0;
  font-size: 0;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.searchblock.simple .search input {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
}
.searchblock.simple .search .searchButton {
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  background: #f0f0f0 url("/Assets/Images/searchIcon.png") right center no-repeat;
}
.searchblock.simple .search .searchButton:hover {
  background: #4c4c4c url("/Assets/Images/searchIcon-hover.png") right center no-repeat;
  color: white;
}
@media only screen and (min-width: 768px) {
  .searchblock.simple .search {
    max-width: 75%;
    padding-right: 121px;
  }
  .searchblock.simple .search .searchButton {
    line-height: 40px;
    padding: 0 40px 0 15px;
    width: 120px;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #1f1f21;
  }
  .searchblock.simple .noManual {
    max-width: 75%;
  }
}
.extended-search .searchblock.extended {
  display: block;
}
.searchblock.extended {
  background: white;
}
.searchblock.extended .defaultFields .form-item {
  margin-top: 10px;
}
.searchblock.extended .defaultFields .form-item:first-child {
  margin-top: 0;
}
.searchblock.extended .customFields {
  font-size: 0;
  position: relative;
  margin: 30px 0 0 0;
  padding: 10px 0;
  border-top: 1px dashed #bbbbbb;
  /*&:before{ content:''; position: absolute; top:0; left:0;  right:0;margin:0 auto; width: 24px; height: 12px; border:8px solid @defaultMidGrey; border-width: 12px 12px 0 12px; border-color: @defaultMidGrey transparent;}
		&:after{ content:''; position: absolute; top:-1.5px; left:0;  right:0;margin:0 auto; width: 24px; height: 12px; border:8px solid @defaultWhite; border-width: 12px 12px 0 12px; border-color: @defaultWhite transparent;}*/

}
.searchblock.extended .customFields .form-items {
  margin: 0 -10px;
}
.searchblock.extended .customFields .form-items .form-item {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  padding: 10px;
  vertical-align: top;
  position: relative;
}
.searchblock.extended .customFields .form-items .form-item .checkbox {
  padding: 10px 20px 10px 0;
  display: inline-block;
}
.searchblock.extended .customFields .form-items .form-item .checkbox label {
  vertical-align: middle;
  padding-left: 10px;
}
.searchblock.extended .customFields .form-items .form-item input {
  margin-top: 0;
}
.searchblock.extended .customFields .form-items .form-item input[type="checkbox"] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.searchblock.extended .customFields .form-items .form-item .range-group {
  font-size: 0;
}
.searchblock.extended .customFields .form-items .form-item .range-group input {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
}
.searchblock.extended .customFields .form-items .form-item .range-group input {
  width: 45%;
}
.searchblock.extended .customFields .form-items .form-item .range-group input:invalid:before {
  content: attr(placeholder) !important;
}
.searchblock.extended .customFields .form-items .form-item .range-group input[type="checkbox"] {
  width: 10%;
  min-height: auto;
}
.searchblock.extended .customFields .form-items .form-item .range-group input[disabled] {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
.searchblock.extended .searchButton {
  margin-top: 10px;
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  background: #4c4c4c;
}
.searchblock.extended .searchButton:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: url("/Assets/Images/searchIcon-hover.png") right center no-repeat;
}
.searchblock.extended .searchButton:hover {
  background: #3b3e3d;
}
.searchblock.extended .resetButton {
  text-align: center;
  margin-top: 10px;
}
.touch .range-group input {
  position: relative;
}
.touch .range-group input:invalid:before {
  content: attr(placeholder) !important;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  background: #f0f0f0;
  width: 100%;
  line-height: 45px;
}
@media only screen and (min-width: 768px) {
  .searchblock.extended .customFields .form-items .form-item {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .searchblock.extended .customFields .form-items .form-item {
    width: 100%;
  }
}
@media only screen and (min-width: 1366px) {
  .searchblock.extended .customFields .form-items .form-item {
    width: 50%;
  }
}
body.extended-search .searchblock.extended {
  position: relative;
  width: 100%;
  z-index: 1;
}
body.extended-search .searchblock.extended .heading {
  position: fixed;
  top: 0;
  left: 0;
  background: #4c4c4c;
  z-index: 10002;
  height: 50px;
}
body.extended-search .searchblock.extended .heading .refine {
  font-size: 16px;
  position: absolute;
  left: 10px;
  top: 0;
  line-height: 1;
  cursor: pointer;
}
body.extended-search .searchblock.extended .heading .refine span {
  display: none;
}
body.extended-search .searchblock.extended .heading .refine a {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  background: #4c4c4c;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body.extended-search .searchblock.extended .heading .refine a:after {
  content: '';
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  background: url("/Assets/Images/upIcon-white.png") center center no-repeat;
}
body.extended-search .searchblock.extended .mobile-heading {
  display: none;
}
@media only screen and (min-width: 1024px) {
  body.extended-search .searchblock.extended .heading {
    position: static;
    height: 0;
    background: transparent;
    left: inherit;
  }
  body.extended-search .searchblock.extended .heading .refine {
    right: 10px;
    left: inherit;
    top: 0;
    margin-top: 0;
  }
  body.extended-search .searchblock.extended .heading .refine span {
    display: block;
    position: absolute;
    right: 60px;
    top: 15px;
    white-space: nowrap;
  }
  body.extended-search .searchblock.extended .heading .refine a {
    width: 50px;
    height: 50px;
    background: #0083c0;
  }
  body.extended-search .searchblock.extended .heading .refine a:after {
    background: url("/Assets/Images/upIcon-black.png") center center no-repeat;
  }
}
@media only screen and (max-width: 1023px) {
  body.extended-search .searchblock.extended {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
  }
  body.extended-search .searchblock.extended .searchfields-container {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    padding: 70px 20px 20px 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    /*fix voor vlot scrollen op iphone*/
    touch-action: pan-y;
    /*fix voor stock browser bij diagonaal scrollen*/
    -ms-touch-action: pan-y;
    /*fix voor stock browser bij diagonaal scrollen*/
  
  }
  body.extended-search .searchblock.extended .mobile-heading {
    display: block;
    background: #0083c0;
    line-height: 1;
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    right: 0;
    padding: 17px 20px;
  }
  body.extended-search .searchblock.extended .mobile-heading .mobile-title {
    color: white;
    font-size: 16px;
  }
  body.extended-search .searchblock.extended .mobile-heading .closeIcon {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background: url("/Assets/Images/closeIcon.png") center center no-repeat;
    font-size: 0;
    cursor: pointer;
  }
}
@media only screen and (min-width: 1024px) {
  body.extended-search.on-resultpage .searchblock.extended {
    padding-top: 60px;
    position: absolute;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 1023px) {
  body.extended-search.on-resultpage .searchblock.extended .mobile-heading {
    padding-left: 60px;
  }
}
/*--------------------------------------------------------------------------------*/

/*                                  RESULTS LIST                                  */

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

/*.resultlist{ display: none; }
.extended-search .resultlist{ display: block; }*/

.resultlist {
  background: white;
  padding: 0;
}
.resultlist .heading {
  position: relative;
}
.resultlist .heading .at-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
  background: #4c4c4c;
}
.resultlist .heading .at-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0;
  background: #4c4c4c;
}
.resultlist .heading .resultsTitle {
  font-size: 16px;
  color: white;
  padding: 17px 20px;
  padding-left: 60px;
  line-height: 1;
}
.resultlist .heading .closeIcon {
  display: none;
}
.resultlist .heading .refine {
  font-size: 16px;
  color: white;
  position: absolute;
  left: 10px;
  top: 0;
  line-height: 1;
  cursor: pointer;
}
.resultlist .heading .refine span {
  display: none;
}
.resultlist .heading .refine a {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  background: #0083c0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.resultlist .heading .refine a:after {
  content: '';
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  background: url("/Assets/Images/downIcon-black.png") center center no-repeat;
}
.resultlist .heading .refine.open a:after {
  -webkit-transform: perspective(1px) rotate(90deg);
  -moz-transform: perspective(1px) rotate(90deg);
  -o-transform: perspective(1px) rotate(90deg);
  -ms-transform: perspective(1px) rotate(90deg);
  transform: perspective(1px) rotate(90deg);
}
.resultlist .heading .paging {
  text-align: center;
  color: white;
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.resultlist .heading .paging a,
.resultlist .heading .paging span {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
}
.resultlist .heading .paging a {
  color: white;
}
.resultlist .heading .paging a.active,
.resultlist .heading .paging a:hover {
  background: #0083c0;
  color: #1f1f21;
}
.resultlist .heading .paging span {
  background: #0083c0;
  color: white;
  cursor: not-allowed;
}
.resultlist .heading .paging span.first,
.resultlist .heading .paging span.prev,
.resultlist .heading .paging span.next,
.resultlist .heading .paging span.last {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
.resultlist .heading .paging .first {
  background: url("/Assets/Images/firstIcon-white.png") center center no-repeat;
}
.resultlist .heading .paging .prev {
  background: url("/Assets/Images/leftIcon-white.png") center center no-repeat;
}
.resultlist .heading .paging .next {
  background: url("/Assets/Images/rightIcon-white.png") center center no-repeat;
}
.resultlist .heading .paging .last {
  background: url("/Assets/Images/lastIcon-white.png") center center no-repeat;
}
.resultlist .heading .paging a.first:hover {
  background: url("/Assets/Images/firstIcon-black.png") center center no-repeat;
}
.resultlist .heading .paging a.prev:hover {
  background: url("/Assets/Images/leftIcon-black.png") center center no-repeat;
}
.resultlist .heading .paging a.next:hover {
  background: url("/Assets/Images/rightIcon-black.png") center center no-repeat;
}
.resultlist .heading .paging a.last:hover {
  background: url("/Assets/Images/lastIcon-black.png") center center no-repeat;
}
.resultlist .heading .sorting {
  font-size: 13px;
  text-align: center;
  padding: 0 20px 10px 20px;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.resultlist .heading .sorting .title {
  display: inline-block;
  width: auto;
  color: white;
}
.resultlist .heading .sorting select,
.resultlist .heading .sorting .ms-parent {
  display: inline-block;
  width: auto;
  padding: 5px;
}
.resultlist .list-container {
  position: relative;
}
.resultlist .list-container .list-items {
  border: 1px solid #bbbbbb;
  border-width: 0 0 1px 0;
  padding: 10px;
  font-size: 0;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.resultlist .list-container .list-items:hover {
  background: #f0f0f0;
}
.resultlist .list-container .list-items a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.resultlist .list-container .list-items a:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  background: url("/Assets/Images/rightIcon-black.png") center center no-repeat;
}
.resultlist .list-container .list-items .list-item {
  padding: 10px;
  line-height: 1;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.resultlist .list-container .list-items .list-title,
.resultlist .list-container .list-items .list-value {
  font-size: 13px;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.resultlist .list-container .list-items .list-title {
  font-weight: 700;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .resultlist .heading .paging {
    width: 50%;
    text-align: left;
  }
  .resultlist .heading .sorting {
    width: 50%;
    padding: 10px 20px;
    text-align: right;
  }
  .resultlist .list-container .list-items .list-item {
    width: 50%;
  }
  .resultlist .list-container .list-items .list-item .list-title,
  .resultlist .list-container .list-items .list-item .list-value {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .resultlist .heading .resultsTitle {
    font-size: 16px;
    color: white;
    padding: 20px;
    line-height: 1;
  }
  .resultlist .heading .refine {
    right: 10px;
    left: inherit;
    top: 0;
    margin-top: 0;
  }
  .resultlist .heading .refine span {
    display: block;
    position: absolute;
    right: 60px;
    top: 15px;
    white-space: nowrap;
  }
  .resultlist .heading .refine a {
    width: 50px;
    height: 50px;
  }
  .resultlist .list-container .list-items .list-item {
    width: 33.333%;
  }
}
@media only screen and (min-width: 1366px) {
  .fullscreen .resultlist .list-container .list-items .list-item {
    width: 25%;
  }
}
@media only screen and (max-width: 1023px) {
  .resultlist {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
  }
  .resultlist .heading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
  }
  .resultlist .heading .at-top {
    position: relative;
    z-index: 1;
  }
  .resultlist .heading .at-top .closeIcon {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background: url("/Assets/Images/closeIcon-white.png") center center no-repeat;
    font-size: 0;
    cursor: pointer;
  }
  .resultlist .heading .at-bottom {
    position: relative;
    top: 0px;
    left: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .resultlist .heading .at-bottom.slideUp {
    top: -100px;
  }
  .resultlist .list-container {
    position: fixed;
    left: 0;
    top: 51px;
    bottom: 0;
    z-index: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    /*fix voor vlot scrollen op iphone*/
    touch-action: pan-y;
    /*fix voor stock browser bij diagonaal scrollen*/
    -ms-touch-action: pan-y;
    /*fix voor stock browser bij diagonaal scrollen*/
  
  }
}
@media only screen and (max-width: 767px) {
  .resultlist .list-container {
    padding-top: 81px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .resultlist .list-container {
    padding-top: 51px;
  }
}
/*--------------------------------------------------------------------------------*/

/*                                  MANUALS                                       */

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

.summary {
  display: inline-block;
  vertical-align: top;
}
.summary.primary {
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .summary {
    width: auto;
  }
}
.infoBox {
  display: block;
  background-color: #fcff85;
  border: 1px solid #474c55;
  padding: 10px;
  position: relative;
  line-height: 1;
  margin: 10px 0;
}
.infoBox:after {
  content: 'i';
  color: white;
  font-family: trebuchet;
  font-weight: bold;
  font-size: 11px;
  position: absolute;
  right: -8px;
  top: -8px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #474c55;
}
.downloadManual {
  background: white;
}
.downloadManual .captchaCode {
  text-align: center;
  border: 1px solid #bbbbbb;
  border-width: 0 0 1px 0;
  line-height: 0;
  background: #f9f9f9;
}
.downloadManual .captchaInput input {
  height: 50px;
}
.downloadManual .downloadButton a {
  display: block;
  color: white;
  text-decoration: none;
  background: #0083c0;
  padding: 18px;
  line-height: 1;
  position: relative;
}
.downloadManual .downloadButton a:after {
  content: '\f019';
  font-family: 'FontAwesome';
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  /* background: url("/Assets/Images/downloadIcon.png") center center no-repeat; */

}
.downloadManual .downloadButton a:hover {
  background: #0072a7;
}
@media only screen and (min-width: 480px) {
  .downloadManual {
    font-size: 0;
  }
  .downloadManual div {
    display: inline-block;
    width: 50%;
    font-size: 13px;
    vertical-align: middle;
  }
  .downloadManual .captchaCode {
    border-width: 0 1px 0 0;
  }
  .downloadManual .downloadButton {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .downloadManual .captchaCode {
    width: 33.333%;
  }
  .downloadManual .captchaInput {
    width: 33.333%;
  }
  .downloadManual .downloadButton {
    width: 33.333%;
  }
}
@media only screen and (min-width: 1024px) {
  .downloadManual .captchaCode {
    width: 50%;
  }
  .downloadManual .captchaInput {
    width: 50%;
  }
  .downloadManual .downloadButton {
    width: 100%;
  }
}
@media only screen and (min-width: 1366px) {
  .downloadManual .captchaCode {
    width: 33.333%;
  }
  .downloadManual .captchaInput {
    width: 33.333%;
  }
  .downloadManual .downloadButton {
    width: 33.333%;
  }
}
.pdfNote {
  font-size: 12px;
}
.documents {
  margin: 20px 0;
}
.documents .downloadTitle {
  margin: 0 0 5px 0;
}
.documents .downloadTitle.otherManuals {
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
}
.documents .downloadTitle.otherManuals:before {
  content: '';
  position: absolute;
  left: -20px;
  right: -20px;
  top: -10px;
  height: 10px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.documents .documents-title {
  background: #3b3e3d url("/Assets/Images/pdfIcon.png") 10px center no-repeat;
  padding: 10px 10px 10px 40px;
  color: white;
  display: flex;
  justify-content: space-between;
}
.documents .documents-title .documents-number {
  text-align: right;
  padding-right: 8px;
}
.documents .version .version-title {
  background: #bbbbbb;
  padding: 10px 120px 10px 10px;
  color: white;
  position: relative;
  border-top: 1px solid white;
  word-wrap: break-word;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.documents .version .version-title:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  background: url("/Assets/Images/plusIcon.png") center center no-repeat;
}
.documents .version .version-title:hover {
  background: #4c4c4c;
}
.documents .version .version-title .date {
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -10px;
  font-size: 12px;
}
.documents .version.latest .version-title {
  border-top-width: 0;
}
.documents .version .document-languages {
  font-size: 0;
  background: white;
  color: #002f2f;
  padding: 5px 0;
  border: 1px solid #bbbbbb;
  border-top: 0;
}
.documents .version .document-languages .document-language {
  color: #002f2f;
  font-size: 13px;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-decoration: none;
  padding: 6.666666667px 40px 6.666666667px 10px;
  position: relative;
  word-wrap: break-word;
}
.documents .version .document-languages .document-language:after {
  content: '';
  width: 7px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  background: url("/Assets/Images/arrowIcon-right.png") center center no-repeat;
}
.documents .version .document-languages .document-language:hover {
  background: #f0f0f0;
}
.documents .version.open .version-title {
  background: #4c4c4c;
}
.documents .version.open .version-title:hover {
  background: #595959;
}
.documents .version.open .version-title:after {
  background: url("/Assets/Images/minIcon.png") center center no-repeat;
}
@media only screen and (min-width: 640px) {
  .documents .version .version-title {
    padding: 10px 140px 10px 10px;
  }
  .documents .version .document-languages .document-language {
    width: 50%;
    padding: 6.666666667px 40px 6.666666667px 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .documents {
    margin: 30px 0;
  }
  .documents .downloadTitle.otherManuals {
    margin-top: 30px;
    padding-top: 30px;
  }
  .documents .downloadTitle.otherManuals:before {
    left: -30px;
    right: -30px;
  }
}
@media only screen and (min-width: 1600px) {
  .documents .version .document-languages .document-language {
    width: 33.333333333%;
    padding: 6.666666667px 40px 6.666666667px 20px;
  }
}
/*--------------------------------------------------------------------------------*/

/*                                     FOOTER                                     */

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

footer {
  background: #0081c9;
  padding: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  position: relative;
}
footer a {
  color: rgba(255, 255, 255, 0.7);
}
footer a:hover {
  color: white;
}
footer .logIcon {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  font-size: 0;
  width: 20px;
  height: 20px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
footer .logIcon:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
footer .logIcon.loggedOut:before {
  content: '\f023';
  font-family: 'FontAwesome';
  color: white;
  font-size: 14px;
  position: absolute;
  line-height: 20px;
  text-align: center;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}
footer .logIcon.loggedIn {
  display: none;
}
@media only screen and (min-width: 480px) {
  footer .logIcon {
    right: 13px;
  }
}
@media only screen and (min-width: 1024px) {
  footer {
    padding: 20px 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  footer .logIcon {
    right: 23px;
  }
}
/*--------------------------------------------------------------------------------*/

/*                                     POPUP                                      */

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

.lightbox {
  position: fixed;
  z-index: 10001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow: auto;
}
.lightbox .backdrop {
  position: fixed;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1f1f21;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.lightbox .box {
  position: absolute;
  z-index: 1;
  width: 90%;
  max-width: 400px;
  background: white;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  padding: 20px;
}
.lightbox .box .closeIcon {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  background: #0083c0;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.lightbox .box .closeIcon:hover {
  background: #00a6f3;
}
.lightbox .box .closeIcon:before {
  content: '\2715';
  font-size: 30px;
  display: block;
  text-align: center;
  color: white;
}
.lightbox .box .boxTitle {
  padding-right: 30px;
  margin: 0;
}
.lightbox .box label {
  display: block;
}
.lightbox .box input {
  background: #f0f0f0;
}
/*--------------------------------------------------------------------------------*/

/*                                  LOGIN POPUP                                   */

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

.lightbox.loginPopup .box .form-item {
  margin-top: 10px;
}
.lightbox.loginPopup .box .form-submit {
  font-size: 0;
}
.lightbox.loginPopup .box .form-submit a {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  font-size: 13px;
}
.lightbox.loginPopup .box .form-submit a.loginButton {
  text-align: center;
  color: white;
  text-decoration: none;
  background: #0083c0;
  padding: 10px;
  position: relative;
}
.lightbox.loginPopup .box .form-submit a.loginButton:hover {
  background: #00a6f3;
}
.lightbox.loginPopup .box .form-submit a.password-forgotten {
  padding-left: 20px;
}
/*--------------------------------------------------------------------------------*/

/*                                DOWNLOAD POPUP                                  */

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

.lightbox.downloadPopup .box .downloadStep {
  display: none;
}
.lightbox.downloadPopup .box .Step0 {
  display: block;
}
.lightbox.downloadPopup .box .downloadQuestions {
  font-size: 0;
  margin: 0 -5px;
  padding-top: 20px;
  text-align: center;
}
.lightbox.downloadPopup .box .downloadQuestions .downloadQuestion {
  display: inline-block;
  width: 50%;
  padding: 0 5px;
  font-size: 13px;
  text-align: center;
}
.lightbox.downloadPopup .box .downloadQuestions .downloadQuestion a {
  display: block;
  background: #f0f0f0;
  padding: 10px 20px;
  color: #1f1f21;
  text-decoration: none;
}
.lightbox.downloadPopup .box .downloadQuestions .downloadQuestion a.accept {
  background: #4c4c4c;
  color: white;
}
.lightbox.downloadPopup .box .downloadQuestions .downloadQuestion a.finalDownload {
  background: #0083c0;
  color: white;
}
/*--------------------------------------------------------------------------------*/

/*                                     ADMIN                                      */

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

.adminSet {
  position: fixed;
  right: 20px;
  bottom: -100px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 10002;
  font-size: 13px;
}
.adminSet.slideIn {
  bottom: 20px;
}
.adminSet .manageButton {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #0083c0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
.adminSet .manageButton:before {
  content: '\f013';
  font-family: 'FontAwesome';
  display: block;
  height: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  color: white;
}
.adminSet .manageButton:hover {
  background-color: #00a6f3;
}
.adminSet .manageButton.rotate {
  -webkit-transform: perspective(1px) rotate(180deg);
  -moz-transform: perspective(1px) rotate(180deg);
  -o-transform: perspective(1px) rotate(180deg);
  -ms-transform: perspective(1px) rotate(180deg);
  transform: perspective(1px) rotate(180deg);
}
.adminSet .manageWrapper {
  display: none;
  position: absolute;
  bottom: 80px;
  right: 0px;
  background: white;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.35);
  text-align: center;
  white-space: nowrap;
}
.adminSet .manageWrapper:before {
  content: '';
  position: absolute;
  right: 20px;
  bottom: -10px;
  border: 10px solid white;
  border-width: 10px 10px 0 10px;
  border-color: white transparent transparent transparent;
}
.adminSet .manageWrapper .user {
  background: #bbbbbb;
  color: #4c4c4c;
  padding: 10px 20px;
  font-size: 12px;
}
.adminSet .manageWrapper .user .user-name {
  display: block;
  font-size: 16px;
  color: #1f1f21;
}
.adminSet .manageWrapper .manageItems {
  padding: 10px 20px;
}
.adminSet .manageWrapper a {
  color: #1f1f21;
  text-decoration: none;
  border-top: 1px solid #bbbbbb;
  display: block;
  padding: 10px 0;
}
.adminSet .manageWrapper a:hover {
  color: #0083c0;
}
.adminSet .manageWrapper a:first-child {
  border-top-width: 0;
}
.adminSet .manageWrapper a.logoff {
  border-top: 2px solid #bbbbbb;
  color: #d82424;
}
/*--------------------------------------------------------------------------------*/

/*                                EDIT ICONS                                      */

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

.edit {
  position: relative;
  top: 0;
  z-index: 10001;
}
.edit a {
  font-size: 0;
  width: 30px;
  height: 30px;
  background: #0083c0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  text-decoration: none;
}
.edit a:before {
  content: '\f040';
  font-family: 'FontAwesome';
  display: block;
  height: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  color: white;
}
.edit a:hover {
  background-color: #00a6f3;
}
aside .edit {
  top: 30px;
}
/*--------------------------------------------------------------------------------*/

/*                     HIDE PREVIOUS VERSIONS DURING PAGE LOAD                    */

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

.previousversion .document-languages {
  display: none;
}
