﻿/* global colors */
/* GRID DEFINITION: 

unit:              68px
gutter:            14px
first-column:     +24px ( = 92px)
cells:             12
totalwidth:       (12*68) + (11*14) = 970px + 24px = 994px
       
*/
/* (12*68 + 11*14 + 24) */
/* (2*68 + 14) */
/* (2*68 + 14 + 24) */
/* 8*68 + 7*14 */
/* 680px */
/* 830px */
/* spacing helpers */
/* font-sizes */
/* ======= start logo optimized for print */
.print-logo {
  position: absolute;
  top: 0;
  left: -9999em; }

.user-nav li.active {
  margin-top: 0;
  margin-right: -14px; }
  .user-nav li.active .login-link {
    height: 13px;
    padding: 14px; }
    .user-nav li.active .login-link:hover {
      color: #222; }

.flydown {
  z-index: 100; }

/* ======= start .header ======= */
.header {
  height: 40px;
  position: relative;
  z-index: 24;
  -moz-box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.15); }
  .header .main-logo {
    display: block;
    width: 106px;
    height: 106px;
    top: 92px;
    left: 0;
    z-index: 12;
    background: url(../images/opendata-icons.png) 0 0 no-repeat; }
    .header .main-logo img {
      width: 106px;
      height: 106px; }
  .header .site-heading {
    background: url(../images/opendata-icons.png) -106px 0 no-repeat;
    z-index: 12;
    width: 230px;
    height: 53px;
    top: 92px;
    left: 106px; }
  .header.no-navigator .main-logo, .header.no-navigator .site-heading {
    top: 40px; }
  .header.fixed {
    position: fixed;
    z-index: 16;
    top: 0;
    left: 0; }
  .header li {
    margin-top: 12px; }
    .header li a {
      display: block; }
    .header li a.inline {
      display: inline; }
    .header li.selected a {
      color: #009ae0; }
  .header li + li {
    margin-left: 25px; }

/* ======= start visual ======= */
.visual {
  height: 105px;
  background: url('../images/visual-home.png') center top no-repeat #333;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 0 100%; }
  .visual .visual-content {
    min-width: 994px;
    width: 994px; }

/* ======= end .visual ======= */
.page500 .main-logo {
  bottom: auto; }

/* ======= start .navigator ====== */
.navigator {
  width: 994px;
  margin: 0 auto -14px auto;
  padding: 0 0 14px 0;
  background: url(../images/navigator-shadow.png) bottom center no-repeat;
  position: relative;
  z-index: 10; }
  .navigator.placeholder {
    height: 0;
    background: transparent url(../images/no-navigator-bg.png) center top no-repeat; }
  .navigator .navigator-items {
    height: 106px;
    background: #009ae0;
    margin: 0;
    padding: 0 0 0 106px; }
    .navigator .navigator-items li {
      float: left;
      position: relative;
      background: transparent url(../images/brdr-innerpage-nav.png) 100% 50% no-repeat;
      padding: 5px; }
    .navigator .navigator-items a {
      outline: none;
      display: block;
      position: relative;
      width: 190px;
      height: 86px;
      padding: 5px 10px;
      font-weight: bold;
      font-size: 1.30769em;
      line-height: 1em;
      color: #222;
      text-decoration: none; }
      .navigator .navigator-items a strong {
        color: #fff;
        display: inline-block;
        margin-bottom: 2px;
        padding-right: 20px;
        background: transparent url(../images/arrows.png) 100% -1098px no-repeat; }
      .navigator .navigator-items a:hover, .navigator .navigator-items a.current-selected, .navigator .navigator-items a.current-selected:hover {
        color: #fff;
        background-color: #222; }
        .navigator .navigator-items a:hover strong, .navigator .navigator-items a:hover p, .navigator .navigator-items a.current-selected strong, .navigator .navigator-items a.current-selected p, .navigator .navigator-items a.current-selected:hover strong, .navigator .navigator-items a.current-selected:hover p {
          color: #fff; }
    .navigator .navigator-items.selected a {
      background-position: 190px -25px; }

/* ======= end .navigator ======= */
/* ======= start .content ======= */
.content .no-navigator {
  margin-top: 0px;
  padding-top: 52px; }

.main {
  width: 994px;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

/* clearfix - fix floated elements */
.main:before, .main:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.main:after {
  clear: both; }

/* ======= end .content ======= */
/* ======= start .subnav-list ======= */
.subnav-list {
  background: transparent url(../images/subnav.png) 0 0 no-repeat;
  margin: 0 -5px -5px 0;
  padding: 10px 0 0 0; }
  .subnav-list li {
    background-color: #fff; }
    .subnav-list li:first-child {
      padding-top: 5px; }
    .subnav-list li:last-child {
      padding-bottom: 5px; }
  .subnav-list a {
    display: block;
    color: #222;
    padding: 5px 10px; }
  .subnav-list a:hover {
    color: #009ae0; }

/* ======= end .subnav-list ======= */
/* ======= open data license ====== */
.signature .sign-here {
  height: 50px;
  border-bottom: 1px solid black;
  margin: 14px 0; }

/* ======= Open Data Register Module ========= */
.register .text-field.street, .register .text-field.city {
  width: 270px; }
  .register .text-field.street input, .register .text-field.city input {
    padding-left: 60px;
    width: 77%; }
.register .text-field.base-col, .register .text-field.zip {
  width: 130px; }
  .register .text-field.base-col input, .register .text-field.zip input {
    padding-left: 60px;
    width: 58%; }
.register .text-field.zip {
  width: 160px; }
  .register .text-field.zip input {
    padding-left: 80px;
    width: 48%; }
.register .text-field.city {
  width: 240px; }

/* ======= start .pagination ======= */
.pagination li {
  float: left;
  padding-right: 8px; }
  .pagination li span.current {
    width: 1px; }
  .pagination li + li {
    border-left: 1px solid #e1dcd1;
    padding-left: 8px; }
    .pagination li + li strong {
      line-height: 0; }

/* ======= end .pagination ======= */
.checkboxes {
  padding-left: 0; }
  .checkboxes li {
    margin-top: 10px;
    position: relative;
    padding-left: 40px;
    text-indent: 0;
    color: #222; }
    .checkboxes li span.inline {
      background: url(../images/opendata-icons.png) -524px 0;
      width: 27px;
      height: 27px;
      position: absolute;
      left: 0;
      top: -4px; }
    .checkboxes li:before {
      counter-increment: checkboxes-item;
      content: counter(checkboxes-item);
      top: -15px;
      left: 40px;
      font-family: 'FedraSansBookRegular';
      font-weight: normal;
      font-size: 2.46154em; }
    .checkboxes li p {
      font-size: 13px; }
    .checkboxes li.checked {
      color: #009ae0; }
      .checkboxes li.checked span.inline {
        background-position: -430px 0; }
    .checkboxes li .text.inline {
      margin-left: 25px;
      width: 780px; }

.checkboxes.new {
  counter-reset: checkboxes-item; }

/* ======= start .footer ======= */
.footer {
  background: #222;
  z-index: 8;
  /*.level-1 { 
    width: $twoCols;   
    float:left; 

    margin-bottom:20px;
    & + .level-1 { padding-left:$gutter; }
  }
  .level-2 {
    & + .level-2 { margin-top:10px; }
    a { 
      display:block;
      color:$white;
      line-height:1.3em;
      padding-left:15px;
      background:transparent url(../images/more-icon.png) 0 -396px no-repeat;
      &:hover {
        color:$blue;
        background-position:0 -496px;
      }
    }
  }*/ }
  .footer .footer-menu {
    padding: 14px 0;
    border-top: 1px solid #393939;
    border-bottom: 1px solid #393939; }
    .footer .footer-menu li + li {
      margin-left: 20px; }
    .footer .footer-menu a {
      color: #fff; }
      .footer .footer-menu a:hover {
        color: #009ae0; }
  .footer .full {
    position: relative;
    width: 970px;
    padding-left: 24px;
    /*.footerlinks {
			margin-bottom:$gutter;

			.level-1 {
				margin: 0;
			}
		}*/ }
    .footer .full .pay-off {
      background: transparent url(../images/payoff-footer.png) 0 0 no-repeat;
      height: 45px;
      margin-bottom: 35px;
      text-indent: -9999em; }
    .footer .full .call-9292 {
      position: absolute;
      right: 0;
      top: 50px;
      padding: 0 52px 2px 290px;
      background: transparent url(../images/call-9292.png) 0 8px no-repeat;
      height: 40px;
      font-size: 0.76923em;
      vertical-align: bottom;
      color: #009ae0;
      overflow: hidden; }
      .footer .full .call-9292 strong {
        display: inline-block;
        text-indent: -9999em;
        width: 1px; }
      .footer .full .call-9292 span {
        display: block;
        position: absolute;
        right: 0;
        bottom: 6px; }

/* ======= end .footer ======= */
/* ======= start .mailsenderinformationpage ======= */
.mailsenderinformationpage .text-field {
  padding-left: 100px; }
.mailsenderinformationpage.inverted-high .choice-field label {
  color: #fff;
  font-weight: normal; }
.mailsenderinformationpage .input-error .input-field-error {
  right: 0px;
  margin-right: -50px;
  white-space: nowrap; }
.mailsenderinformationpage input[type=submit].validating {
  background: #222 url(../images/ajax-loader.gif) 97% 3px no-repeat; }
.mailsenderinformationpage .mailsenderinformationpage-message {
  padding-left: 8px;
  height: auto; }
  .mailsenderinformationpage .mailsenderinformationpage-message label {
    float: none;
    display: block;
    text-align: left; }
  .mailsenderinformationpage .mailsenderinformationpage-message textarea {
    float: none;
    width: 308px;
    padding-left: 92px;
    max-width: 100%;
    height: 6em;
    color: #222;
    resize: vertical; }
.mailsenderinformationpage .recaptcha {
  position: relative;
  padding-bottom: 14px;
  /* START OLD
    #recaptcha_area .recaptcha_image_cell {
      background-color:transparent !important;
      #recaptcha_image { 
      width:305px !important;
      background-color:#fff !important;
      border:1px solid #999 !important;
      @include round-border(6px);
      padding:5px;
      margin:-6px;
      }
    }

    .recaptcha_input_area {
      margin-left:-7px;
      width:320px;
      #recaptcha_response_field { 
        width:308px !important; 
        margin-top:8px;
        border-color:#999 !important;
        @include round-border(6px);
        padding:2px 4px;
      }
    }

		#recaptcha_widget_div {
			margin: -5px 0 22px 0;

      display:inline-block;

			.recaptchatable {
				border: none !important;
			}
		}
    END OLD */ }
  .mailsenderinformationpage .recaptcha .captcha-main .captcha-image {
    width: 375px !important;
    height: 60px !important;
    background-color: #fff;
    padding-top: 10px; }
    .mailsenderinformationpage .recaptcha .captcha-main .captcha-image a {
      display: inline-block;
      color: #222;
      padding-left: 14px;
      font-weight: bold;
      background: transparent url(../images/more-icon.png) 0 -294px no-repeat;
      line-height: 1.6;
      text-decoration: none; }
      .mailsenderinformationpage .recaptcha .captcha-main .captcha-image a:hover {
        background-position: 0 -94px;
        color: #009ae0; }
    .mailsenderinformationpage .recaptcha .captcha-main .captcha-image br {
      display: none; }
  .mailsenderinformationpage .recaptcha .captcha-main .captcha-buttons li a {
    display: block;
    text-indent: -9999em;
    width: 25px;
    height: 25px;
    background: transparent url(../images/captcha-buttons.png) 0 0 no-repeat; }
    .mailsenderinformationpage .recaptcha .captcha-main .captcha-buttons li a.captcha-refresh {
      background-position: 0 0; }
    .mailsenderinformationpage .recaptcha .captcha-main .captcha-buttons li a.captcha-audio {
      background-position: 0 -25px; }
    .mailsenderinformationpage .recaptcha .captcha-main .captcha-buttons li a.captcha-help {
      background-position: 0 -50px; }
  .mailsenderinformationpage .recaptcha .input-field.text-field {
    padding-left: 220px; }
  .mailsenderinformationpage .recaptcha.captcha-error input {
    border-color: #ff5501 !important; }
  .mailsenderinformationpage .recaptcha .input-field-error {
    top: 130px;
    left: 366px;
    margin-right: -50px;
    white-space: nowrap; }

/* ======= end .mailsenderinformationpage ======= */
/* ======= start .smstrippage ======= */
.smstrippage ol {
  font-size: 300%;
  color: #222; }
  .smstrippage ol li {
    padding: 10px 4% 0 9%;
    width: 20%;
    min-height: 59px;
    color: #222;
    background-position: left top;
    background-repeat: no-repeat;
    zoom: 1; }
    .smstrippage ol li.stap1 {
      background-image: url("../images/stap1.png"); }
    .smstrippage ol li.stap2 {
      background-image: url("../images/stap2.png"); }
    .smstrippage ol li.stap3 {
      background-image: url("../images/stap3.png"); }
    .smstrippage ol li p {
      font-size: 33%;
      color: #fff; }
    .smstrippage ol li .input-field {
      padding-top: 2px;
      padding-bottom: 2px;
      height: auto;
      color: #222;
      font-size: 65%;
      text-align: center; }

/* ======= end .smstrippage ======= */
/* ADS */
.content-ads #ad-space iframe {
  margin-bottom: 30px; }

.text-banner img {
  margin-bottom: 0;
  padding: 0; }

/* BUTTON TO TOP */
.btn-top {
  clear: both;
  text-decoration: none;
  padding: 0 0 0 20px;
  margin: 0 20px 0 0;
  background: transparent url(../images/arrows.png) 0 -498px no-repeat; }
  .btn-top:hover {
    background-position: 0 -698px; }
  .btn-top.shift-up {
    margin-top: -1em; }
  #advice-table .btn-top {
    margin: 20px 14px -5em 0;
    position: relative;
    z-index: 2; }
  #prijs-indicatie .btn-top {
    bottom: 50px; }
  .inverted .btn-top {
    color: #fff;
    background-position: 0 -598px; }
    .inverted .btn-top:hover {
      color: #009ae0;
      background-position: 0 -698px; }
  .inverted-high .btn-top {
    color: #fff;
    background-position: 0 -598px; }
    .inverted-high .btn-top:hover {
      color: #222;
      background-position: 0 -798px; }

.read-speaker, .contrast {
  background: #222 url(../images/utility-icons.png) 0 0 no-repeat; }
  .read-speaker a, .contrast a {
    display: block;
    width: 19px;
    height: 19px;
    overflow: hidden;
    margin-top: 0; }
    .read-speaker a img, .contrast a img {
      margin-top: -1px; }
    .read-speaker a:hover, .contrast a:hover {
      text-indent: -999em; }
    .read-speaker a.selected img, .contrast a.selected img {
      margin-top: -21px; }

.header .right li.read-speaker {
  background-position: 0 -20px; }
  .header .right li.read-speaker a {
    margin-top: 1px; }

.contrast {
  background-position: -50px -19px; }
  .contrast img {
    margin-left: -50px; }

/* READSPEAKER */
#readspeaker_button1 #xp1 {
  position: absolute;
  top: 40px;
  right: 30px; }
  #readspeaker_button1 #xp1 a {
    display: inline; }

.sitemap {
  background: #fff url(../images/bg-sitemap.png) 0 0 repeat-y; }
  .sitemap ul.level-1 {
    float: left;
    width: 240px; }
    .sitemap ul.level-1 + ul.level-1 {
      margin-left: 40px; }
    .sitemap ul.level-1 li + li {
      margin-top: 35px; }
    .sitemap ul.level-1 li a + ul {
      margin-top: 20px; }
    .sitemap ul.level-1 li li + li {
      margin-top: 20px; }
    .sitemap ul.level-1 li li a + ul {
      margin-top: 15px; }
    .sitemap ul.level-1 li li li + li {
      margin-top: 15px; }
    .sitemap ul.level-1 li li li a + ul {
      margin-top: 10px; }
    .sitemap ul.level-1 li li li li + li {
      margin-top: 10px; }
    .sitemap ul.level-1 a {
      display: block;
      font-size: 1.30769em;
      font-weight: bold;
      color: #222; }
      .sitemap ul.level-1 a:hover {
        color: #009ae0; }
    .sitemap ul.level-1 li li a {
      font-size: 1em;
      font-weight: bold;
      padding-left: 17px;
      background: transparent url(../images/more-icon.png) 0 -296px no-repeat; }
      .sitemap ul.level-1 li li a:hover {
        background-position: 0 -96px; }
    .sitemap ul.level-1 li li li {
      padding-left: 17px; }
      .sitemap ul.level-1 li li li a {
        font-weight: normal;
        background-position: 0 -696px; }
        .sitemap ul.level-1 li li li a:hover {
          background-position: 0 -496px; }
      .sitemap ul.level-1 li li li li a {
        color: #6b6a64;
        background-position: 0 -596px; }
        .sitemap ul.level-1 li li li li a:hover {
          background-position: 0 -496px; }

table tr.even {
  background: transparent url("../images/background.png") repeat-y; }
table tr th, table tr td {
  padding: 10px 0 10px 0; }

/*# sourceMappingURL=components.css.map */