﻿/* ------ Font variables ------ */
/* ------ Role colors ------- */
/* Verkeersregelaar */
/* Gemeente */
/* Teamleider */
/* Organisator */
/* Secretariaat */
/* Algemene taken */
/* ------ /Role colors ------- */
/* ------ Dividers + Borders ------ */
/* ------ Contentbox variables ------*/
/* ------ Warnings + Errors + Successes ------ */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,600,700);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  overflow-y: -moz-scrollbars-vertical;
  overflow-y: scroll; }

body {
  line-height: 1; }

ol, ul {
  list-style-type: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

p {
  line-height: 20px;
  margin-bottom: 15px; }

h1 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px; }

h2 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px; }

h3 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px; }

em {
  font-style: italic; }

a {
  color: #FE9800;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

strong {
  font-weight: bold; }

input.buttonPrimary, button.buttonPrimary, a.buttonPrimary {
  font-size: 12px;
  font-size: 1rem;
  background-color: #FE9800;
  border: 1px solid #E98B00;
  border-radius: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding: 8px 4px;
  text-decoration: none; }
  input.buttonPrimary:hover, button.buttonPrimary:hover, a.buttonPrimary:hover {
    background-color: #FFA116; }
  input.buttonPrimary:active, button.buttonPrimary:active, a.buttonPrimary:active {
    background-color: #E98B00; }

input[type="submit"][disabled="disabled"] {
  background-color: #ccc;
  border: 1px solid #c2c2c2;
  color: #eee; }

input.buttonSecondary, button.buttonSecondary, a.buttonSecondary {
  font-size: 12px;
  font-size: 1rem;
  background-color: #d9e3ef;
  border: 1px solid #a2b5cc;
  border-radius: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #526780;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding: 8px 4px;
  text-decoration: none; }
  input.buttonSecondary:hover, button.buttonSecondary:hover, a.buttonSecondary:hover {
    background-color: #e2e9f1; }
  input.buttonSecondary:active, button.buttonSecondary:active, a.buttonSecondary:active {
    background-color: #ced6e0; }

input[type="submit"], a.button, button {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 8px 0;
  padding: 0 8px;
  height: 40px;
  text-decoration: none;
  line-height: 40px;
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0; }

.buttonSmall {
  padding: 4px 2px; }

.buttonTiny {
  font-size: 11px !important;
  padding: 4px 2px !important; }

.buttonLarge {
  padding: 16px 8px; }

.readMoreButton {
  font-size: 12px;
  padding: 8px; }

.smallButtonIcon {
  width: 10px;
  height: 10px;
  margin-left: 2px;
  margin-right: 1px;
  margin-top: 1px; }

.alert {
  width: auto;
  margin-bottom: 20px;
  padding: 20px;
  border: solid 1px #bce8f1;
  background-color: #d9edf7;
  color: #31708f;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
  .alert ul {
    margin-left: 40px;
    margin-top: 15px;
    margin-bottom: 0;
    list-style-type: disc; }
    .alert ul li {
      margin-bottom: 10px; }
  .alert p {
    margin-bottom: 0; }
  .alert .buttonPrimary {
    color: #fff; }
  .alert .buttonSecondary {
    color: #526780; }

.alert-info {
  border: solid 1px #bce8f1;
  background-color: #d9edf7;
  color: #31708f; }
  .alert-info a {
    color: #4194bd; }

.alert-warning {
  border: solid 1px #faebcc;
  background-color: #fcf8e3;
  color: #8a6d3b; }
  .alert-warning a {
    color: #b48f4f; }

.alert-success {
  border: solid 1px #d6e9c6;
  background-color: #dff0d8;
  color: #3c763d; }
  .alert-success a {
    color: #519f52; }

.alert-error {
  border: solid 1px #ebccd1;
  background-color: #f2dede;
  color: #a94442; }
  .alert-error a {
    color: #c36765; }

.alert-trafficcontroller {
  border: solid 1px #faebcc;
  background: #fcf8e3 url("../Images/Global/verkeersregelaarRechts.png") 20px 100% no-repeat;
  color: #8a6d3b;
  min-height: 160px;
  text-align: left !important;
  padding-left: 162px; }
  .alert-trafficcontroller h1 {
    color: #8a6d3b;
    text-align: left !important; }
  .alert-trafficcontroller p {
    text-align: left !important;
    margin-bottom: 15px; }
  .alert-trafficcontroller a {
    color: #b48f4f;
    text-align: left !important;
    display: inline-block; }
    .alert-trafficcontroller a.button {
      color: #fff;
      margin: 0 !important; }

/* ------ Font variables ------ */
/* ------ Role colors ------- */
/* Verkeersregelaar */
/* Gemeente */
/* Teamleider */
/* Organisator */
/* Secretariaat */
/* Algemene taken */
/* ------ /Role colors ------- */
/* ------ Dividers + Borders ------ */
/* ------ Contentbox variables ------*/
/* ------ Warnings + Errors + Successes ------ */
/* Groottes */
.contentFullPageWidth .content {
  width: 940px !important; }

.contentFullPageWidth .sideBar {
  display: none !important; }

.contentNormalPageWidth .content {
  width: 698px !important;
  margin-top: 20px !important; }

.contentNormalPageWidth .sideBar {
  margin-top: 20px !important; }

/* Kleuren */
.contentVerkeersregelaar .content {
  border-top: solid 5px #FE9800 !important; }

.contentVerkeersregelaar .sideBar {
  border-top: solid 5px #FE9800 !important; }

.contentOrganisator .content {
  border-top: solid 5px #0089FE !important; }

.contentOrganisator .sideBar {
  border-top: solid 5px #0089FE !important; }

.contentTeamleider .content {
  border-top: solid 5px #E42684 !important; }

.contentTeamleider .sideBar {
  border-top: solid 5px #E42684 !important; }

.contentGemeente .content {
  border-top: solid 5px #62BC36 !important; }

.contentGemeente .sideBar {
  border-top: solid 5px #62BC36 !important; }

.contentSecretariaat .content {
  border-top: solid 5px #9129DA !important; }

.contentSecretariaat .sideBar {
  border-top: solid 5px #9129DA !important; }

.contentAlgemeen .content {
  border-top: solid 5px #DDD !important; }

.contentAlgemeen .sideBar {
  border-top: solid 5px #DDD !important; }

/* Algemene box */
.content {
  background-color: #FFF;
  border-bottom: solid 1px #DDD;
  border-left: solid 1px #DDD;
  border-top: solid 5px #DDD;
  border-right: solid 1px #DDD;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
  margin-right: 20px;
  margin-top: 20px;
  padding: 10px;
  position: relative; }

body {
  background-color: #F2F2F2;
  margin: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 14px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#wrapper {
  width: 100%; }

#header {
  background-color: #fe9804;
  height: 60px;
  /*padding-bottom: 24px; <-- ff tijdelijk uitgezet want overlay disabled onderliggende items */
  width: 100%;
  position: fixed;
  -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.8);
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.8);
  z-index: 9999;
  top: 0;
  left: 0; }
  #header .headerContainer {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    height: 59px;
    width: 960px;
    position: relative;
    font-size: 14px; }
    #header .headerContainer .headerControls {
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      min-width: 220px; }
      #header .headerContainer .headerControls ul {
        display: inline-block;
        float: right;
        position: relative; }
        #header .headerContainer .headerControls ul .berichtenKnop i {
          font-weight: normal; }
        #header .headerContainer .headerControls ul .verticalDivider {
          border-left: 2px solid white;
          height: 20px;
          margin-top: 21px;
          opacity: 0.5; }
        #header .headerContainer .headerControls ul li {
          float: left;
          margin-left: 10px;
          /* I don't know how to sass, so here is some duplication*/ }
          #header .headerContainer .headerControls ul li h2 {
            margin-top: 20px;
            margin-right: 70px;
            color: rgba(255, 255, 255, 0.5); }
          #header .headerContainer .headerControls ul li:hover #extMessage {
            display: block; }
          #header .headerContainer .headerControls ul li:hover > a {
            color: #333;
            background-color: #ffd698;
            text-decoration: none; }
          #header .headerContainer .headerControls ul li:hover > div > a {
            color: black !important;
            background-color: #ffd698;
            text-decoration: none; }
          #header .headerContainer .headerControls ul li #extMessage {
            display: none;
            width: 460px;
            position: absolute;
            top: 59px;
            background: #fff;
            color: #333;
            -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3); }
            #header .headerContainer .headerControls ul li #extMessage .message {
              cursor: pointer;
              padding-top: 20px;
              padding-left: 20px;
              padding-right: 20px;
              border-bottom: solid 1px #dfdedf; }
              #header .headerContainer .headerControls ul li #extMessage .message:hover {
                background-color: #fafafa; }
            #header .headerContainer .headerControls ul li #extMessage hr {
              margin-top: 10px;
              margin-bottom: 10px; }
            #header .headerContainer .headerControls ul li #extMessage a {
              padding: 0;
              margin: 0;
              position: absolute;
              top: 0;
              right: 0; }
              #header .headerContainer .headerControls ul li #extMessage a button {
                padding: 4px 8px 4px 8px;
                margin: 0;
                width: 40px;
                line-height: 34px; }
            #header .headerContainer .headerControls ul li #extMessage h4 {
              font-weight: bold; }
            #header .headerContainer .headerControls ul li #extMessage p {
              padding-top: 10px;
              font-size: 12px; }
            #header .headerContainer .headerControls ul li #extMessage #extMessageArchiveLink {
              position: absolute;
              width: 100%;
              top: 100%;
              /*left: -1px;*/
              padding: 0;
              margin: 0; }
              #header .headerContainer .headerControls ul li #extMessage #extMessageArchiveLink button {
                background-color: #FE9800;
                border: solid 1px #E98B00;
                font-family: 'Open Sans', Arial, sans-serif;
                color: #fff;
                width: 100%;
                -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
                -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
                box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3); }
                #header .headerContainer .headerControls ul li #extMessage #extMessageArchiveLink button:hover {
                  background-color: #ffad32; }
                #header .headerContainer .headerControls ul li #extMessage #extMessageArchiveLink button:active {
                  background-color: #cb7900; }
          #header .headerContainer .headerControls ul li a {
            color: #fff;
            display: block;
            height: 18px;
            line-height: 18px;
            padding: 22px 12px 21px 12px;
            text-decoration: none; }
          #header .headerContainer .headerControls ul li:hover > ul {
            display: block; }
          #header .headerContainer .headerControls ul li ul.changeDetails {
            right: 0; }
          #header .headerContainer .headerControls ul li ul {
            border: 1px solid #ddd;
            border-bottom: none;
            display: none;
            padding: 0;
            text-shadow: none;
            position: absolute;
            top: 59px;
            min-width: 220px;
            z-index: 1001;
            -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
            whitespace: nowrap; }
            #header .headerContainer .headerControls ul li ul li {
              border-bottom: 1px solid #ddd;
              float: none;
              position: relative;
              display: block;
              whitespace: nowrap;
              margin: 0;
              text-align: center; }
              #header .headerContainer .headerControls ul li ul li a.currentpage {
                background-color: #eee; }
              #header .headerContainer .headerControls ul li ul li a {
                background-color: #fefefe;
                float: none;
                font-weight: normal;
                margin: 0;
                padding: 12px 20px;
                text-shadow: none;
                color: #333;
                text-decoration: none;
                whitespace: nowrap; }
                #header .headerContainer .headerControls ul li ul li a:hover {
                  background-color: #eee;
                  border: none;
                  color: #FE9800;
                  margin: 0; }
    #header .headerContainer .taskListToggleBox {
      height: 60px;
      position: absolute;
      width: auto;
      top: 0;
      left: 40px; }
      #header .headerContainer .taskListToggleBox a.down {
        color: #f5d8ae;
        min-width: 122px;
        height: 20px !important;
        padding: 6px 15px 0px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        margin-top: 19px;
        margin-left: 8px;
        display: block;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 7px;
        background-color: #e48803; }
        #header .headerContainer .taskListToggleBox a.down img {
          margin-top: -1px;
          margin-left: -12px;
          position: absolute; }
      #header .headerContainer .taskListToggleBox i {
        margin-right: 17px; }
      #header .headerContainer .taskListToggleBox a.up {
        color: #ffffff;
        min-width: 122px;
        height: 20px !important;
        padding: 6px 15px 0px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        margin-top: 19px;
        margin-left: 8px;
        display: block;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 7px;
        background-color: #e48803; }
        #header .headerContainer .taskListToggleBox a.up img {
          margin-top: -1px;
          margin-left: -12px;
          position: absolute; }
      #header .headerContainer .taskListToggleBox span {
        font-weight: 600; }
    #header .headerContainer .dashboardLink {
      position: absolute;
      left: 220px;
      height: 20px !important;
      padding: 6px 15px 0px;
      margin-top: 19px;
      margin-left: 8px; }
      #header .headerContainer .dashboardLink a {
        color: #ffffff;
        font-size: 14px;
        font-weight: bold; }
  #header .logo {
    float: left;
    position: relative;
    vertical-align: middle;
    display: inline-block; }
    #header .logo:hover > .rootSelectorDropdown {
      display: block; }
    #header .logo ul.rootSelectorDropdown {
      display: none;
      border: 1px solid #ddd;
      border-bottom: none;
      display: none;
      padding: 0;
      text-shadow: none;
      position: absolute;
      top: 100%;
      min-width: 220px;
      z-index: 1001;
      -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
      whitespace: nowrap; }
      #header .logo ul.rootSelectorDropdown li {
        border-bottom: 1px solid #ddd;
        float: none;
        position: relative;
        display: block;
        whitespace: nowrap;
        margin: 0;
        text-align: left; }
        #header .logo ul.rootSelectorDropdown li a {
          background: #fefefe url("../Images/Global/Icons/ReturnIcon.png") 10px 50% no-repeat;
          float: none;
          font-weight: normal;
          margin: 0;
          padding: 12px 20px 12px 40px;
          text-shadow: none;
          color: #333;
          text-decoration: none;
          whitespace: nowrap;
          display: block; }
          #header .logo ul.rootSelectorDropdown li a:hover {
            background-color: #eee;
            border: none;
            color: #FE9800;
            margin: 0; }
    #header .logo img {
      padding-top: 20px;
      height: 23px;
      width: 23px; }

#CTABox {
  position: absolute;
  margin-left: 280px;
  margin-top: 20px;
  text-align: left;
  width: auto;
  background-color: #FE9800;
  height: auto;
  z-index: 1100; }
  #CTABox #CTAinfo {
    display: none;
    width: 300px;
    padding: 10px;
    background-color: #fff;
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd; }
    #CTABox #CTAinfo ul {
      list-style-type: disc;
      text-align: left;
      list-style-position: inside; }
      #CTABox #CTAinfo ul li {
        margin-bottom: 10px; }
  #CTABox #CTABoxButton {
    border: solid 1px #E98B00;
    text-align: center; }
    #CTABox #CTABoxButton a {
      display: block;
      padding: 5px 5px 5px 25px;
      border: none;
      background: #FE9800;
      color: #fff; }
      #CTABox #CTABoxButton a:hover {
        background: #FFA116; }
      #CTABox #CTABoxButton a:active {
        background: #E98B00; }
    #CTABox #CTABoxButton img {
      margin-top: -2px;
      margin-left: -18px;
      position: absolute; }

.layoutGradient {
  background: transparent url(../Images/Global/LayoutGradientShadow.png) 0 0 repeat-x;
  height: 24px;
  width: 100%; }

#alertBox {
  width: 960px;
  position: fixed;
  top: 80px;
  left: 50%;
  margin-left: -480px;
  z-index: 1200; }
  #alertBox #alertBoxControls {
    margin-top: 15px; }
    #alertBox #alertBoxControls a {
      margin-bottom: 0; }

#layout {
  margin: 0 auto;
  text-align: left;
  position: relative;
  width: 960px;
  padding-bottom: 40px;
  padding-top: 60px; }
  #layout .title {
    line-height: 38px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center; }

.sideBar {
  width: 198px;
  padding: 20px 10px 20px 10px;
  background-color: #FFF;
  float: left;
  border-top: solid 5px #FE9800;
  border-right: solid 1px #DDD;
  border-bottom: solid 1px #DDD;
  border-left: solid 1px #DDD;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 20px;
  padding: 10px;
  position: relative; }
  .sideBar ul {
    margin-bottom: 20px; }
  .sideBar ul > li {
    margin-bottom: 10px; }

.helpBox {
  padding: 10px;
  border: solid 1px #aebcd8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #d9e5fd;
  width: 178px;
  margin-bottom: 20px; }
  .helpBox .helpButton {
    background-color: #1274f9;
    border-color: #236dc8;
    color: #fff; }
    .helpBox .helpButton img {
      margin-left: 5px; }
    .helpBox .helpButton:hover {
      background-color: #699afd; }
    .helpBox .helpButton:active {
      background-color: #334e86; }

.inlineHelpBox {
  width: 174px;
  position: relative;
  background-color: #fefefe;
  border: solid 1px #dedede; }
  .inlineHelpBox h1 {
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 0; }
  .inlineHelpBox p {
    font-size: 10px;
    margin: 0;
    padding: 0; }
  .inlineHelpBox .buttonTiny {
    line-height: 12px;
    height: auto; }

a.inlineHelpLink {
  font-weight: bold;
  line-height: 15px;
  color: #0d72f9; }
  a.inlineHelpLink img {
    margin-right: 10px; }

.buttonTopBack {
  position: absolute;
  top: 25px; }

hr {
  background-color: #DDD;
  border: none;
  height: 1px;
  margin: 20px 0;
  width: 100%; }

.titleBar {
  width: 960px;
  border-bottom: 1px solid #DDD;
  position: relative; }
  .titleBar hr {
    background-color: #DDD;
    border: none;
    height: 1px;
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%; }

.CloseAlert {
  text-align: center;
  padding-top: 10px; }
  .CloseAlert a {
    font-weight: bold;
    text-decoration: underline; }
    .CloseAlert a:hover {
      text-decoration: none; }

#topTaskList {
  position: fixed;
  box-shadow: 0 -3px 9px -5px #888 inset;
  border-bottom: 1px solid #ccc;
  text-align: center;
  width: 100%;
  padding-top: 80px;
  z-index: 1040;
  display: none;
  background-color: white;
  /* Takenlijsten van alle rollen */ }
  #topTaskList .topTaskListInner {
    text-align: left;
    margin: 0 auto;
    width: 960px; }
  #topTaskList .topTaskListAlgemeen {
    border-color: #DDD #DDDDDD #DDDDDD; }
    #topTaskList .topTaskListAlgemeen .topTaskListNotification {
      background-color: #EFEFEF; }
      #topTaskList .topTaskListAlgemeen .topTaskListNotification .buttonPrimary {
        background-color: #DDD;
        border-color: #AAA;
        color: #333; }
        #topTaskList .topTaskListAlgemeen .topTaskListNotification .buttonPrimary:hover {
          background-color: #DEDEDE; }
        #topTaskList .topTaskListAlgemeen .topTaskListNotification .buttonPrimary:active {
          background-color: #AAA; }
  #topTaskList .topTaskListTrafficcontroller {
    border-color: #FE9800 #DDDDDD #DDDDDD; }
    #topTaskList .topTaskListTrafficcontroller .topTaskListNotification {
      background-color: #FFECCF; }
      #topTaskList .topTaskListTrafficcontroller .topTaskListNotification .buttonPrimary {
        background-color: #FE9800;
        border-color: #E98B00; }
        #topTaskList .topTaskListTrafficcontroller .topTaskListNotification .buttonPrimary:hover {
          background-color: #FFA116; }
        #topTaskList .topTaskListTrafficcontroller .topTaskListNotification .buttonPrimary:active {
          background-color: #E98B00; }
  #topTaskList .topTaskListGemeente {
    border-color: #62BC36 #DDDDDD #DDDDDD; }
    #topTaskList .topTaskListGemeente .topTaskListNotification {
      background-color: #D3F4C3; }
      #topTaskList .topTaskListGemeente .topTaskListNotification .buttonPrimary {
        background-color: #62BC36;
        border-color: #499823; }
        #topTaskList .topTaskListGemeente .topTaskListNotification .buttonPrimary:hover {
          background-color: #71C746; }
        #topTaskList .topTaskListGemeente .topTaskListNotification .buttonPrimary:active {
          background-color: #60A53E; }
  #topTaskList .topTaskListTeamleider {
    border-color: #E42684 #DDDDDD #DDDDDD; }
    #topTaskList .topTaskListTeamleider .topTaskListNotification {
      background-color: #FCCAE0; }
      #topTaskList .topTaskListTeamleider .topTaskListNotification .buttonPrimary {
        background-color: #E42684;
        border-color: #CB1667; }
        #topTaskList .topTaskListTeamleider .topTaskListNotification .buttonPrimary:hover {
          background-color: #FC589D; }
        #topTaskList .topTaskListTeamleider .topTaskListNotification .buttonPrimary:active {
          background-color: #C3366B; }
  #topTaskList .topTaskListOrganisator {
    border-color: #0089FE #DDDDDD #DDDDDD; }
    #topTaskList .topTaskListOrganisator .topTaskListNotification {
      background-color: #CFE8FF; }
      #topTaskList .topTaskListOrganisator .topTaskListNotification .buttonPrimary {
        background-color: #0089FE;
        border-color: #006EE9; }
        #topTaskList .topTaskListOrganisator .topTaskListNotification .buttonPrimary:hover {
          background-color: #169FFF; }
        #topTaskList .topTaskListOrganisator .topTaskListNotification .buttonPrimary:active {
          background-color: #0068E9; }
  #topTaskList .topTaskListSecretariaat {
    border-color: #9129DA #DDDDDD #DDDDDD; }
    #topTaskList .topTaskListSecretariaat .topTaskListNotification {
      background-color: #E4C5FA; }
      #topTaskList .topTaskListSecretariaat .topTaskListNotification .buttonPrimary {
        background-color: #9129DA;
        border-color: #7323AB; }
        #topTaskList .topTaskListSecretariaat .topTaskListNotification .buttonPrimary:hover {
          background-color: #A843EF; }
        #topTaskList .topTaskListSecretariaat .topTaskListNotification .buttonPrimary:active {
          background-color: #6B259C; }
  #topTaskList .topTaskList {
    float: left;
    padding: 10px 0 20px 0;
    padding-right: 20px; }
    #topTaskList .topTaskList hr {
      margin-top: 5px;
      margin-bottom: 5px; }
    #topTaskList .topTaskList h3 {
      font-size: 12px;
      font-size: 1.16667rem; }
    #topTaskList .topTaskList .topTaskListGemeenteHeader {
      color: #62BC36; }
    #topTaskList .topTaskList .topTaskListOrganisatorHeader {
      color: #0089FE; }
    #topTaskList .topTaskList .topTaskListVerkeersregelaarsHeader {
      color: #FE9800; }
    #topTaskList .topTaskList .topTaskListTeamleiderHeader {
      color: #E42684; }
    #topTaskList .topTaskList .topTaskListSecretariaatHeader {
      color: #9129DA; }
    #topTaskList .topTaskList .topTaskListNotification {
      font-size: 12px;
      font-size: 0.83333rem;
      padding: 8px;
      line-height: 12px;
      line-height: 0.91667rem; }
      #topTaskList .topTaskList .topTaskListNotification p {
        margin-bottom: 5px; }
      #topTaskList .topTaskList .topTaskListNotification h2 {
        font-size: 14px;
        margin-bottom: 5px;
        padding-bottom: 0; }
    #topTaskList .topTaskList .buttonPrimary {
      margin-top: 8px; }
    #topTaskList .topTaskList .buttonTopTaskListClose {
      color: #333;
      font-size: 11px;
      padding-left: 10px;
      text-decoration: underline; }
    #topTaskList .topTaskList ul li {
      border-bottom: solid 1px #dfdedf;
      line-height: 1.85; }
      #topTaskList .topTaskList ul li a {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
        display: block;
        height: 100%;
        color: #333;
        font-size: 12px;
        font-size: 0.83333rem; }
        #topTaskList .topTaskList ul li a.topTaskListLocked {
          font-style: italic; }
    #topTaskList .topTaskList ul li:last-child {
      border-bottom: none; }
  #topTaskList:after {
    clear: both;
    content: "";
    display: block; }
  #topTaskList .topTaskListBox {
    background-color: #eff0f4;
    /*background-color: red;*/
    border-radius: 8px;
    border: solid 1px #dfdedf;
    width: 218px; }
    #topTaskList .topTaskListBox .lockedTaskWarning {
      width: 202px;
      padding: 8px;
      background-color: #fcf8e3;
      border: solid 1px #faebcc;
      position: absolute;
      z-index: 1060;
      top: 100%;
      left: 10px;
      -webkit-box-shadow: 0 2px 3px 0 #aaa;
      -moz-box-shadow: 0 2px 3px 0 #aaa;
      -ms-box-shadow: 0 2px 3px 0 #aaa;
      -o-box-shadow: 0 2px 3px 0 #aaa;
      box-shadow: 0 2px 3px 0 #aaa; }
      #topTaskList .topTaskListBox .lockedTaskWarning p {
        color: #8a6d3b;
        font-size: 12px;
        line-height: 14px; }
      #topTaskList .topTaskListBox .lockedTaskWarning .TaskListSluitKnop {
        font-size: 10px;
        float: right;
        margin-top: 7px;
        text-decoration: underline; }

.topTaskListHelpBox {
  width: 940px;
  padding: 10px;
  float: left;
  position: relative;
  border: solid 1px #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  border-top: solid 5px #1274f9;
  margin-bottom: 20px; }
  .topTaskListHelpBox h1 {
    text-align: center; }
  .topTaskListHelpBox .helpBoxButton {
    font-weight: normal; }
  .topTaskListHelpBox p {
    display: inline;
    line-height: 22px; }
  .topTaskListHelpBox .helpCTA {
    width: 28%;
    display: none;
    margin-right: 3%;
    float: left;
    min-height: 130px;
    padding: 10px; }
    .topTaskListHelpBox .helpCTA:nth-of-type(1) {
      background-color: #1274f9;
      margin-left: 1.5%; }
      .topTaskListHelpBox .helpCTA:nth-of-type(1) h2 {
        color: #fff; }
      .topTaskListHelpBox .helpCTA:nth-of-type(1) p {
        color: #fff; }
    .topTaskListHelpBox .helpCTA:nth-of-type(2) {
      background-color: #d9e9fe; }
    .topTaskListHelpBox .helpCTA:nth-of-type(3) {
      background-color: #f2f7ff;
      margin-right: 1.5%; }
  .topTaskListHelpBox .show {
    display: block; }

.phoneCost {
  color: #999;
  font-style: italic; }

.contentError {
  width: 940px;
  margin-top: 20px;
  padding: 20px 10px 20px 10px; }
  .contentError hr {
    width: 940px; }

.bootstrapPage {
  width: 100% !important; }

#footer {
  width: 100%;
  float: left;
  margin-top: 40px;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  background: transparent url("../Images/Authorized/FooterBackground.png") 50% 0 no-repeat; }

.oldmessages-info {
  font-style: italic;
  padding: 10px 50px;
  display: block; }

.footer__privacylink {
  margin-top: 80px; }

.gdpr-consent {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  float: unset !important;
  line-height: normal; }
  .gdpr-consent label:after {
    content: none; }
  .gdpr-consent label {
    width: 90%;
    text-align: left;
    display: inline;
    float: right; }
  .gdpr-consent input[type=checkbox] {
    margin-right: 20px;
    float: left; }
  .gdpr-consent span.field-validation-error {
    display: block;
    float: right;
    width: 90%; }
  .gdpr-consent hr {
    margin-top: 10px;
    margin-bottom: 20px; }
  .gdpr-consent .gdpr-field {
    overflow: hidden; }
  .gdpr-consent input[type=submit] {
    margin: 0 auto 20px auto;
    display: block;
    margin-bottom: 20px; }

.register-gdpr-field {
  margin-left: 238px;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 50%; }
  .register-gdpr-field #AcceptedPrivacy {
    margin-left: 0; }
  .register-gdpr-field #AcceptedEmails {
    margin-left: 0; }
  .register-gdpr-field label {
    margin-bottom: 0;
    text-align: left;
    margin-left: 18px;
    width: 90%; }
  .register-gdpr-field label::after {
    content: none; }

