﻿/* AUTOGENERATED CSS: To make changes edit InfoPage.scss */
/* ------ Font variables ------ */
/* ------ Role colors ------- */
/* Verkeersregelaar */
/* Gemeente */
/* Teamleider */
/* Organisator */
/* Secretariaat */
/* Algemene taken */
/* ------ /Role colors ------- */
/* ------ Dividers + Borders ------ */
/* ------ Contentbox variables ------*/
/* ------ Warnings + Errors + Successes ------ */
.loginButton {
  position: absolute;
  right: 0;
  top: 10px;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none; }

#navigation {
  position: relative; }

.contentInfo {
  background-color: #FFF;
  border-bottom: solid 1px #DDD;
  border-left: solid 1px #DDD;
  border-top: solid 5px #FE9800;
  border-right: solid 1px #DDD;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
  margin-right: 20px;
  padding: 10px;
  position: relative;
  width: 698px; }
  .contentInfo ul.inlineUl {
    list-style-type: disc;
    margin-left: 40px;
    margin-top: 20px;
    margin-bottom: 20px; }
    .contentInfo ul.inlineUl li {
      margin-bottom: 10px;
      line-height: 18px; }
  .contentInfo ul.spanLijst li {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: dotted 1px #ddd; }
    .contentInfo ul.spanLijst li .spanLijstContent {
      width: 642px;
      padding-top: 10px;
      float: left; }
      .contentInfo ul.spanLijst li .spanLijstContent ul.discList {
        margin-left: 25px;
        width: auto;
        float: none;
        list-style-type: disc; }
        .contentInfo ul.spanLijst li .spanLijstContent ul.discList li {
          width: auto;
          float: none;
          border: none;
          line-height: 18px;
          margin-bottom: 10px; }
  .contentInfo #panelbar {
    width: 100%; }
  .contentInfo .panelContent {
    padding: 10px; }
  .contentInfo .k-state-selected {
    background-color: #ddd;
    color: #333 !important;
    font-weight: bold;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .contentInfo .listNumberGemeenten {
    font-size: 24px;
    font-weight: bold;
    background-color: #62BC36;
    border: 1px solid #499823;
    display: block;
    height: 24px;
    text-align: center;
    width: 24px;
    color: #fff;
    padding: 10px;
    border-radius: 24px;
    margin: 10px 10px 10px 0;
    float: left;
    display: block; }
  .contentInfo .listNumberOrganisatie {
    font-size: 24px;
    font-weight: bold;
    background-color: #0089FE;
    border: 1px solid #006EE9;
    display: block;
    height: 24px;
    text-align: center;
    width: 24px;
    color: #fff;
    padding: 10px;
    border-radius: 24px;
    margin: 10px 10px 10px 0;
    float: left;
    display: block; }

.sideBarTipOrganisaties {
  font-weight: bold;
  color: #0089FE; }

.sideBarTipGemeenten {
  font-weight: bold;
  color: #62BC36; }

.contentOrganisaties .contentInfo {
  border-top: solid 5px #0089FE; }
.contentOrganisaties .sideBar {
  border-top: solid 5px #0089FE; }

.contentGemeenten .contentInfo {
  border-top: solid 5px #62BC36; }
.contentGemeenten .sideBar {
  border-top: solid 5px #62BC36; }

.contentProcedure h3 {
  padding-top: 20px; }

.contentContact {
  width: 940px;
  min-height: 260px; }
  .contentContact .topTaskListHelpBox {
    width: 920px;
    margin-bottom: 40px; }
  .contentContact ul li {
    margin-bottom: 20px;
    font-size: 18px; }
    .contentContact ul li .inlineIcon {
      margin-top: 2px; }

.contentHelp {
  width: 940px; }
  .contentHelp h1 {
    font-size: 30px;
    text-align: center; }
  .contentHelp .helpCTA {
    width: 920px;
    float: left;
    min-height: 130px;
    padding: 10px;
    margin-bottom: 20px; }
    .contentHelp .helpCTA h2 {
      font-size: 24px; }
    .contentHelp .helpCTA:nth-of-type(1) {
      background-color: #c0dbfd; }
    .contentHelp .helpCTA:nth-of-type(2) {
      background-color: #d9e9fe; }
    .contentHelp .helpCTA:nth-of-type(3) {
      background-color: #f2f7ff;
      margin-right: 1.5%; }
    .contentHelp .helpCTA ul {
      padding: 10px;
      border: dotted 1px #1274f9; }
      .contentHelp .helpCTA ul h2 {
        font-size: 18px; }
      .contentHelp .helpCTA ul li {
        margin-left: 25px;
        list-style-type: disc;
        border-bottom: dotted 1px #4493fa;
        position: relative; }
        .contentHelp .helpCTA ul li a.ingangLink {
          width: 100%;
          display: block;
          background: #d9e9fe;
          color: #333; }
          .contentHelp .helpCTA ul li a.ingangLink span {
            display: block;
            padding: 10px; }
          .contentHelp .helpCTA ul li a.ingangLink:hover {
            background: #f2f7ff; }
