/* Stylesheet for the responsive version of www.juliana-munstergeleen.nl */
/* VDL: #1a8099 #000000 #ffffff #cfcfcf */

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.row {
  
}

.row:after {
  content: "";
  clear: both;
  display: block;
}

/* For mobile phones: */
[class*="col-"] {
  float: left;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}

  .row {
    border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;	
  }

  .firstcol {
    
  }

  .middlecol {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
  }

  .lastcol {
    
  }
}

/* For mobile phones: */
div.desktop-only
{
  display: none;
}

span.desktop-only
{
  display: none;
}

img.desktop-only
{
  display: none;
}

div.mobile-only
{
  display: block;
}
span.mobile-only
{
  display: inline;
}

img.mobile-only
{
  display: inline;
}

h1.mobile-only
{
  display: block;
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  div.desktop-only
  {
    display: block;
  }
  span.desktop-only
  {
    display: inline;
  }
  img.desktop-only
  {
    display: inline;
  }
  div.mobile-only
  {
    display: none;
  }
  span.mobile-only
  {
    display: none;
  }
  img.mobile-only
  {
    display: none;
  }  
  h1.mobile-only
  {
    display: none;
  }
}

body {
  margin: auto;
  padding: 0px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
  background-color: #efefef;
  color: #000000;
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  body {
    font-size: 0.8em;
    background-color: white;
  }
}

body.body {

}

body.iframebody {
  margin: 2px;
  padding: 2px;
}

table {
  border-style: none;
  text-align: left;
  vertical-align: top;
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em; /* same size as body */
  font-weight: normal;
  text-decoration: none;
  background-color: transparent;
  color: #000000;
}

td.content {
  text-align: left;
  vertical-align: top;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #ffffff;
}

div {
  padding: 0px;
  margin: 0px;
}

span {
  padding: 0px;
  margin: 0px;
}

div.content {
  overflow: auto;
}

div.body {
  vertical-align: top;
  padding: 0px;
}

hr {
  border-style: solid;
  border-width: 1px;
}

div.border {
  border-radius: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px;
  background: #cfcfcf; 
  box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
}

div.toplogo {
  width: 100%;
  text-align: center;
}

img.toplogo {
  width: 730px;
  height: 110px;
  border: 0px;
}

div.hot {
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 2px;
}

span.hot {
  color: red;
}

span.bold {
  font-weight: bold;
}

div.header {
  font-size: large;
  font-weight: bold;
}

div.iframeheader {
  margin-top: 12px;
  margin-bottom: 2px;
}

/* Header in een normale pagina (binnen een div.header, zie boven) */
div.bodyheader {
  margin-top: 12px;
  margin-bottom: 5px;
  font-size: large;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px solid #efefef;
}

div.bodysubheader {
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #efefef;
}

div.normalheader {
  font-weight: bold;
}

div.userbeheerder {
  font-size: smaller;
  font-weight: normal;
  color: red;
}

div.userlid {
  font-size: smaller;
  font-weight: normal;
  color: black;
}

div.footer {
  text-align: center;
  padding-top: 0px;
}

p.footer {
  padding-top: 1em;
  text-align: center;
}

span.footer {
  font-size: x-small;
}

div.smaller {
  font-size: smaller;
  font-weight: normal;
  text-align: left;
  padding-top: 0px;
}

div.top-space {
  padding-top: 4px;
}

tr {
  text-align: left;
  vertical-align: top;
}

tr.head {
  background-color: #cfcfcf;
  color: #ffffff;
  border-bottom: 1px solid #000000;
}

tr.foot {
  background-color: #cfcfcf;
  color: #ffffff;
  border-top: 1px solid #000000;
}

th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

th.head {
}

th.headleft {
  text-align: left;
}

th.headright {
  text-align: right;
}

tr.first {
  background-color: #f0f0f0;
}

tr.odd {
  background-color: #ffffff;
}

tr.even {
  background-color: #f8f8f8;
}

tr.total {
  font-weight: bold;
}

tr.top-line {
  border-top: 1px solid;
}

td.fixed {
  background-color: #1a8099;
  border-bottom: 1px;
}

th.fixed {
  font-weight: normal;
  background-color: #1a8099;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

td.key {
  font-family: monospace;
  font-weight: bold;
  border-bottom: 1px;
}

td.label {
  width: 150px;
  text-align: right;
  font-weight: normal;
}

td.text {
  text-align: left;
  font-weight: normal;
}

td.number {
  min-width: 40px;
  text-align: right;
}

td.amount {
  min-width: 100px;
  text-align: right;
}

td.timestamp {
  min-width: 92px;
  text-align: left;
  font-weight: normal;
}

td.total {
  min-width: 40px;
  text-align: right;
  font-weight: bold;
}

td.total-left {
  min-width: 40px;
  text-align: left;
  font-weight: bold;
}

td.total-amount {
  min-width: 100px;
  text-align: right;
  font-weight: bold;
}

td.required {
  width: 10px;
  text-align: center;
  vertical-align: middle;
}

td.optional {
  width: 10px;
  text-align: center;
  vertical-align: middle;
}

td.bottom-line {
  padding-bottom: 5px;
  border-bottom: 1px solid;
  margin-bottom: 5px;
}

div.required {
  font-weight: bold;
}

div.optional {

}

fieldset.input-fieldset {
  width: 100%;
  overflow: auto;
}

div.input-table {
  width: 100%; 
  overflow: auto;
  margin: 2px;
}

div.input-line {
  padding-left: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  vertical-align: middle;
  clear: both;
}

span.input-page-separator
{
  font-weight: bold;
  text-align: center;
}

div.input-label {
  width: 100%;
  padding-right: 0px;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  /* For tablet and desktop: */
  div.input-label {
    width: 30%;
    float: left;
    padding-right: 2px;
    text-align: right;
  }
}

div.input-value {
  width: 100%;
  padding-left: 0px;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  /* For tablet and desktop: */
  div.input-value {
    width: 70%;
    float: left;
    padding-left: 2px;
    text-align: left;
  }
}

/* For mobile phones: */
div.input-button {
  
}

@media only screen and (min-width: 640px) {
  /* For tablet and desktop: */
  div.input-button {
    margin-top: 8px;  
    margin-bottom: 8px;  
    text-align: center;
  }
}

tr.input {
  vertical-align: middle;
}

td.input {
  text-align: left;
}

td.button {
  text-align: center;
  vertical-align: top;
}

form {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

span.required {

}

span.optional {

}

fieldset {
  margin: 2px;
  padding: 2px;
  border: 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
}

fieldset.wide {
  margin: 8px;
  padding: 4px;
}

fieldset.narrow {
  margin: 0px;
  padding: 0px;
}

input, select, button, textarea {
  text-decoration: none;
}

textarea {
  overflow: auto;
}

input.required {

}

input.optional {

}

a {
  cursor: pointer;
  text-decoration: underline;
  color: #000000; /* color of parent is not inherited, defaults to black !!! */
}

a:link, a:visited {

}

a:active, a:hover {
}

a img {
  border-width: 0px;
}

div.back-home {
  background-color: #000000;
  padding: 2px 2px;
}

div.navigate-home {
  background-image: url(buttons/tsign_purple_first.png);
  background-repeat: no-repeat;
  padding: 4px 2px 2px 32px;
  height: 30px;
}

a.back-home {
  color: white;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  span.back-home {
    border: 0px solid #000000;
  }
}

a.underline 
{
  text-decoration: underline;
}

td.nonprop {
  font-family: Courier New, Courier, monospace;
  font-size: 8pt;
}

div.status {
  margin-top: 2px;
  margin-bottom: 2px;
}

span.status {
}

div.message:after {
  content: "";
  clear: both;
  display: block;
}

img.message {
  float: left;
  width: 24px;
  padding: 2px;
}

span.message {
  float: left;
  text-align: justify;
  vertical-align: top;
}

div.errormessage {
  
}

img.errormessage {

}

span.errormessage {
  color: red;
}

div.warningmessage {

}

img.warningmessage {

}

span.warningmessage {
  color: orange;
}

div.infomessage {

}

img.infomessage {

}

span.infomessage {
  color: black;
}

span.inputerror {
  color: red;
  text-align: justify;
  vertical-align: bottom;
}

span.inputwarning {
  color: orange;
  text-align: justify;
  vertical-align: bottom;
}

span.inputinfo {
  color: black;
  text-align: justify;
  vertical-align: bottom;
}

body.hintbody {
  border: 1px solid;
  margin: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
  overflow: hidden;
}

div.hintdiv {
  display: inline;
}

div.showinputhint{
  color: #0000B3;
  border: solid 1px;
  padding: 4px;
  margin: 4px;
}

/* Nieuws */

div.nieuws {
  overflow: auto;
  vertical-align: top;
  margin: 0px;
}

div.nieuws img {
  /*max-width: 400px;*/
  /*max-height: 400px;*/
}

div.paginanieuws {

}

div.paginanieuwskop {
  text-align: center;
}

span.paginanieuwskoptekst {
  font-size: large;
  font-weight: bold;
}

div.paginanieuwsinhoud {
  border: 1px solid #cfcfcf;
  height: auto;
  padding: 5px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: black;
}

div.paginanieuwsinhoud:after {
  content: "";
  clear: both;
  display: block;
}

div.paginanieuwsfoto {
  float: left;
}

div.paginanieuwstekst {
  vertical-align: top;
}

div.paginanieuwstekst table {
  color: #000000;
}

div.paginanieuwsvoet {
  display: none;
}

span.paginanieuwsdoor {

}

span.paginanieuwsdatum {
}

div.langnieuwskop {

}

span.langnieuwskoptekst {
  font-weight: bold;
}

div.kortnieuwsdatum {
  float: right;
  margin-left: 4px;
  text-align: right;
  width: 80px;
}

span.kortnieuwsdatum {
  font-size: smaller;
}

div.langenigebericht {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
}

div.langeerstebericht {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-top: 2px solid #cfcfcf;
  padding: 5px;
}

div.langvolgendebericht {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
  border-top: 2px solid #cfcfcf;
  padding: 5px;
}

div.langlaatstebericht {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
  border-top: 2px solid #cfcfcf;
  border-bottom: 2px solid #cfcfcf;
  padding: 5px;
}

div.langnieuwsinhoud {

}

div.langnieuwsinhoud:after {
  content: "";
  clear: both;
  display: block;
}


div.langnieuwsfoto {
  float: left;
}

img.nieuwsfoto {
  margin: 2px;
  border: none;
  max-width: 300px;
}

div.langnieuwstekst table {
  color: black;
}

span.hotnews {
  color: red;
}

span.coldnews {

}

div.langnieuwsvoet {
  margin-top: 4px;
  font-size: smaller;
}

span.langnieuwsdoor {

}

span.langnieuwsdatum {
}

div.kortnieuws {

}

div.kortnieuwskop {
  float: left;
  display: inline;
}

span.kortnieuwskoptekst {
  font-weight: bold;
}

div.kortnieuwsvoet {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  div.kortnieuwsvoet {
    display: inline;
  }
}

div.kortnieuwsdoor {
  float: right;
  margin-left: 4px;
  text-align: left;
  width: 120px;
}

span.kortnieuwsdoor {
  font-size: smaller;
}

div.kortnieuwsmeer {
  float: right;
  margin-left: 4px;
  text-align: right;
  width: 50px;
  display: inline;
}

a.kortnieuwsmeer, a.kortnieuwsmeer:link, a.kortnieuwsmeer:visited {
}

a.kortnieuwsmeer:hover {

}

/* Agenda */

.agenda-kop {
  vertical-align: top;
  display: none; /* De kop wordt niet op het scherm getoond. */
}

table.agenda-tabel {
  font-size: 1em;
  color: #000000;
}

tr.agenda-jaarkop {
}

tr.agenda-jaarkop td {
  text-align: center;
}

tr.agenda-jaarkop td span {
  font-weight: bold;
  font-size: xx-large;
}

tr.agenda-maandkop {
  padding-top: 5mm;
}

tr.agenda-maandkop td {
  background-color: #cfcfcf;
  text-align: left;
  vertical-align: bottom;
}

tr.agenda-maandkop td span {
  font-weight: bold;
  font-size: large;
}

td.agenda-weekdagkort {
  width: 30px;
}

td.agenda-weekdaglang {
  width: 80px;
}

td.agenda-datum {
  width: 80px;
}

td.agenda-datum2 {
  width: 120px;
  text-align: left;
}

span.agenda-datum {
  font-weight: bold;
}

div.agenda-actie {

}

div.agenda-actie-metborder {
  border: 1px solid #000000;
  padding: 5px;
}

span.agenda-actie {
  font-weight: bold;
}

span.agenda-locatie {
  font-style: italic;
}

div.agenda-foto {
  float: left;
  margin-right: 4px;
}

img.agenda-foto {
  margin: 2px;
  border: none;
  width: 100px;
}

span.agenda-beschrijving {

}

span.agenda-opmerking {

}

span.agenda-verzamelen {
  font-style: italic;
}

span.agenda-meerinfo {

}

td.agenda-afdeling{
  width: 120px;
}

.agenda tr {
  vertical-align: top;
}

/* Gastenboek */

div.gastenboek {
  overflow: auto;
  vertical-align: top;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

div.gastenboek-eerstebericht {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 5px;
  border-top: 2px solid #000066;
  padding: 5px;
}

div.gastenboek-volgendebericht {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-top: 2px solid #000066;
  padding: 5px;
}

div.gastenboek-laatstebericht {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 5px;
  margin-bottom: 10px;
  border-top: 2px solid #000066;
  border-bottom: 2px solid #000066;
  padding: 5px;
}

div.gastenboek-berichtkop {
}

div.gastenboek-berichtvoet {
  font-size: small;
}

span.gastenboek-berichtdatum {
}

span.gastenboek-berichtdoor {
  font-weight: bold;
}

div.gastenboek-berichtinhoud {
  /*border: 1px solid #000066;*/
  padding: 5px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.gastenboek-berichtinhoud table {

}

img.j-smiley {
  margin: 1px; 
  vertical-align: middle;
}

img.j-smiley-preview {
  margin: 1px; 
}

img.j-smiley-preview:hover {
  cursor: pointer;
}

/* Fotoboek */

td.rightphoto {
  min-width: 400px; 
  display: inline; 
  text-align: right;
}

td.leftphoto {
  min-width: 400px; 
  display: inline; 
  text-align: left;
}

/* Hitcount */

div.hitcount {
  padding: 2px;
  font-size: small;
  text-decoration: none;
  text-align: left;
  vertical-align: middle;
  background-color: transparent;
}

span.hitcount-label {

}

span.hitcount-count {
  font-family: Courier New, mono-space;
  font-size: 1em;
  font-weight: bold;
  color: blue;
}

span.hitcount-nohitcount {
  text-align: left;
  vertical-align: bottom;
  font-weight: normal;
  color: black;
}

/* Preview */

.previewbutton {
  cursor: pointer;
  margin: 1px;
}

div.previewdiv {
  overflow: auto;
  border: 2px solid #000066;
  --margin: 2px;
  --padding: 2px;
  display: none;
  background-color: #999999;
}

table.previewtable {
  background-color: #DEDEDE;
}

tr.previewheader {
  background-color: #000066;
}

td.previewheader {
  color: white;
}

span.previewheader {

}

img.previewclosebutton {
  
}

img.previewclosebutton:hover {

}

tr.previewtext {
  color: black;
  background-color: white; /*#999999;*/
}

td.previewtext {
  padding: 2px;
}

span.previewtext {
  
}

/* Tabs */

div.tabs
{
  text-align: left;
  padding-left: 0pt;
  padding-right: 0pt;
  background-color: #999999;
}
table.tabs
{
  border-width: 0;
}

tr.tab
{
  height: 27px;
}

td.tab
{
  height: 25px;
}

div.tabnormal
{
  background-image: url(tabs/tabnormal.gif);
  background-repeat: no-repeat;
  cursor: pointer;
  padding-top: 4pt;
  padding-left: 10pt;
  padding-right: 10pt;
  padding-bottom: 2pt;
}

div.tabselected
{
  background-image: url(tabs/tabselected.gif);
  background-repeat: no-repeat;
  cursor: pointer;
  padding-top: 4pt;
  padding-left: 10pt;
  padding-right: 10pt;
  padding-bottom: 2pt;
  font-weight: bold;
}

div.tabhoover
{
  background-image: url(tabs/tabhoover.gif);
  background-repeat: no-repeat;
  cursor: pointer;
  padding-top: 4pt;
  padding-left: 10pt;
  padding-right: 10pt;
  padding-bottom: 2pt;
}

ul.tabs {
  position:relative;
  float:left;
  width: 100%;
  padding: 0 0 1.75em 1em;
  margin: 0;
  list-style: none;
  line-height: 1em;
}

li.tab {
  float: left;
  margin: 0;
  padding: 0;
}

li.tab a {
  display: block;
  color: #444;
  text-decoration: none;
  font-weight: bold;
  background: #ddd;
  margin: 0;
  padding: 0.25em 1em;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #aaa;
}

li.tab a:hover,
li.tab a:active,
li.tab a.here:link,
li.tab a.here:visited {
  background:#bbb;
}

li.tab a.here:link,
li.tab a.here:visited {
  position:relative;
  z-index:102;
}

.popupDialog {
  position: absolute;
  z-index: 100;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  height: 140px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0px;
  border: solid 1px #000066;
  color: #000066;
  text-align: center;
  vertical-align: top;
  background-color: #999999;
}

.popupUnderlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  background-color: #666666;
  opacity: 0.4;
  filter: Alpha(Opacity=40);
}

.navigate {
  min-width: 30px;
  min-height: 30px;
  padding: 15px 15px;
  border: none;
  background-repeat: no-repeat;
}

.navigate_index {
  background-image: url(buttons/tsign_purple_index.png);
}

.navigate_first {
  background-image: url(buttons/tsign_purple_first.png);
}

.navigate_first_disabled {
  background-image: url(buttons/tsign_purple_first_disabled.png);
}

.navigate_previous {
  background-image: url(buttons/tsign_purple_previous.png);
}

.navigate_previous_disabled {
  background-image: url(buttons/tsign_purple_previous_disabled.png);
}

.navigate_next {
  background-image: url(buttons/tsign_purple_next.png);
}

.navigate_next_disabled {
  background-image: url(buttons/tsign_purple_next_disabled.png);
}

.navigate_last {
  background-image: url(buttons/tsign_purple_last.png);
}

.navigate_last_disabled {
  background-image: url(buttons/tsign_purple_last_disabled.png);
}

