/* Combined file ~/filestore/apps/VTSScheldt2009/styles/default.css on 08/09/2024 10:58:04 */
/* custom functional classes */
.Error { color: red; font-weight: bold; }
.Error ul { list-style-image: none; list-style-type: square; }
.ErrorAsterisk { color: red; font-weight: normal; margin-left: 0.5em; }
.ErrorSummary { color: red; }
.ErrorSummary ul { list-style-image: none; list-style-type: square; }
.ErrorMessage { border: 1px dashed black; padding: 2px; background-color: #EE0000; color: Yellow; font-weight: bold; font-size: 8pt; font-family: Tahoma; text-align: center; }
.Success { color: green; font-weight: bold; }
.Neutral { color: #024D6E; font-weight: bold; }
.Required, .form-control.Required { border: solid 1px #19476D; }
.Optional { border: dotted 1px #19476D; }
.ReadOnly, input.ReadOnly { background-color: #eeeeee; }
.FakeLink { color: #002b4c; cursor: pointer; font-weight: bold; text-decoration: underline; }
.FakeLink:hover { color: #024d6e; text-decoration: underline; }

/*htmlText*/
.imageLeft { float: left; margin: 0 5px 5px 0; }
.imageRight { float: right; margin: 0 0 5px 5px; }
.Caption { font-style: italic; }
.SmallText { font-size: smaller; }
.LargeText { font-size: larger; }
.tableBorder { border: 2px solid #19476d; padding: 5px;}


/* grids */
.Grid { }
.GridStrong { border: solid 1px #024D6E; }
.GridFilterRow { background-color: #024D6E; }
.GridHeader td { background-color: #eeeeee; font-weight: bold; padding-left: 5px; padding-right: 5px; }
.GridHeaderStrong td { background-color: #084c8e; color: white; font-weight: bold; padding-left: 5px; padding-right: 5px; }
.GridHeaderStrong td a { color: white; text-decoration: none; }
.GridItemNormal { vertical-align: top; background-color: white; cursor: default; }
.GridItemNormal td { padding-left: 5px; padding-right: 5px; }
.GridItemAlt { vertical-align: top; background-color: #F8F8F8; cursor: default; }
.GridItemAlt td { padding-left: 5px; padding-right: 5px; }
.GridItemEdit { vertical-align: top; white-space: nowrap; background-color: #024D6E; }
.GridFooter td { color: black; background-color: #11eeee; font-style: italic; font-size: 0.8em; }
.Pager { background-color: #F0F8FF; padding-top: 5px; padding-bottom: 5px; }
.Pager td { color: black; font-size: 0.8em; padding-left: 5px; padding-right: 5px; }

/* forms */
/* display: inline-block isn't fully supported in IE7, we use the haslayout hack: display: inline-block; zoom: 1; *display:inline; */
/* geeft aanleiding tot een andere bug zie blog.netscraps.com/bugs/ie6-ie7-margin-inheritance-bug.html */
.FormBackground { background-color: #F8F8F8; border: solid 2px #F0F0F0; }
.CellAligned { display: inline-block; zoom: 1; *display:inline; vertical-align: text-top; line-height: 1.5em; /* class voor een container */ padding-top: 2px; padding-bottom: 2px; }
.Label { color: #002B4C; font-style: italic; }
.LabelAligned { line-height: 1.5em; padding-top: 2px; padding-bottom: 2px; color: #002B4C; font-style: italic; display: inline-block; zoom: 1; *display:inline; text-align: right; vertical-align: text-top; margin-bottom: 5px; /* aligned label custom breedtes horen in specific.css */}
.LabelAlignedDefault { color: #002B4C; font-style: italic; display: inline-block; zoom: 1; *display:inline; text-align: right; vertical-align: text-top; margin-bottom: 5px; width: 200px; /* .LabelAligned met default breedte van 200px */}
.TextBox, .DropDownList, .RadioButton, .CheckBox { }

.ButtonOld { color: #ffffff; background-color: #084c8e; border: solid 1px #a6bc09; }
.Button { display: inline-block; padding: 0.667em; background-color: #23a491; /*#5c75a9;*/ text-align: center; color: #ffffff; font-weight: bold; text-decoration: none; border:none; }
.Button:link { color: #ffffff; }
.Button:hover { background-color: #063A6F; cursor: hand; text-decoration: none; color: #ffffff; }

.Button2 { display: inline-block; padding: 0.667em; background-color: #063A6F; /*#5c75a9;*/ text-align: center; color: #ffffff; font-weight: bold; text-decoration: none; border:none; }
.Button2:link { color: #ffffff; }
.Button2:hover { background-color: #a6bc09; cursor: hand; text-decoration: none; color: #063A6F; }

.Kleur2 { /* appelblauwzeegroen 063A6F */ color: #23a491; }
.AltKleur1 { /* lichtgroen */ color: #a6bc09; }

.TabPage { border-left: solid 1px #888888; border-right: solid 1px #888888; border-bottom: solid 1px #888888; border-top: solid 1px transparent; padding: 5px; }
.FieldSet { border: solid #cccccc 1px; }
.FieldSetLegend { font-weight: bold; }

/* nieuwe klassen */
.FormRow { margin: 0.6em 0em 0.6em 0em; }
.InlineBlock { display: inline-block; zoom: 1; *display:inline; }
.LabelW { color: #002B4C; font-style: italic; display: inline-block; text-align: right; margin-right: 0.2em; margin-left: 1em; }
.LabelWL { color: #002B4C; font-style: italic; display: inline-block; text-align: left; margin-right: 0.2em; margin-left: 1em; }
.Image { width: 180px; height: 100px; border: 1px solid #000000; }

/* TODO: dit aanpassen, toch geen em gebruiken!!! deze elementen dienen wel een betrouwbare height/width te hebben 
elementen met de klasse FormBackgroundPadded mogen geen fixed width krijgen, wegens de em eenheden
 */
.FormBackgroundPadded { background-color: #f7f7f7; border: solid 1px #cccccc; padding: 0.4em; margin: 0em 0em 0.4em 0em; }
.DefaultPadding { padding: 0.4em; }

.FeedbackGrey { background-color: #f7f7f7; border: 1px solid #cccccc; color: #333333; padding: 10px; margin: none;}  
.FeedbackBlue { background-color: #eceff6; border: 1px solid #d4dae8; color: #333333; padding: 10px; margin: none;}
.FeedbackInfo { background-color: #fff9d7; border: 1px solid #e2c822; color: #333333; padding: 10px; font-size: 13px; margin: none; }  
.FeedbackError { background-color: #ffebe8; border: 1px solid #dd3c10; color: #333333; padding: 10px; font-size: 13px; margin: none; }
.FeedbackTitle { font-size: 1.05em; font-weight: bold; padding-bottom: 5px; }
.FeedbackMessage { }
.FeedbackAction { margin-left: 1.5em; line-height: 1.5em; }

/* html overrides */
body { font-family: Arial, Helvetica, sans-serif; font-size: 100%; color: #3D1704; margin-top: 2px; margin-bottom: 0px; background-image: url(/filestore/apps/VTSScheldt2009/styles/'../vtsscheldt2009/watermark.gif'); background-position: 550px 460px; background-repeat: no-repeat; }
html { overflow: scroll; font-size:16px; }
pre { font-family: Verdana; color: #002B4C; font-size: 10pt; line-height: 1.166; display: inline; }
a { color: #a6bc09; text-decoration: underline; }
a:hover { color: #FF5C01; text-decoration: underline; }
h1, .widget h1 { color: #084c8e; font-size: 2em; font-weight: bold; }
h2, .widget h2 { color: #23a491; font-size: 1.6em; }
h3, .widget h3 { color: #23a491; font-size: 1.2em; }
h4, .widget h4 { color: #23a491; font-size: 1em; }
ul { list-style-image: url(/filestore/apps/VTSScheldt2009/images/icons/bullet-anchor.gif); list-style-type: square; padding-top: 0px; margin-top: 0px; }
ul ul { list-style-image: url(/filestore/apps/VTSScheldt2009/images/icons/bullet_2.gif); list-style-type: circle; font-size: 1em; }
ul ul ul { list-style-type: none; }
img { border-style: none; /* img - remove the blue border around img links */ }
INPUT, OPTION, SELECT, TEXTAREA { font-family: Verdana; font-size: 1em; }
TABLE, TH, TD { font-family: Arial, Helvetica, sans-serif; font-size: 1em; }

/* stel hier de default kleuren van de website in */
.Kleur1 { /* blauw */ color: #084c8e; }
.Kleur2 { /* appelblauwzeegroen */ color: #23a491; }
.AltKleur1 { /* lichtgroen */ color: #a6bc09; }
.AltKleur2 { /* oranje */ color: #FF5C01; }
.AltKleur3 { /* rood */ color: #F20018; }
.AltKleur4 { /* donkerbruin */ color: #3D1704; }


.row { margin-bottom:5px; }
.row.nospace { margin-bottom:0px }
.row > *{ line-height:30px; font-size:1.1em }
.htmlText .row > *{ line-height:normal; }

.row label { margin-bottom:0px }


.has-required .form-control {
    border-color:darkred;
}
.has-required .form-control-feedback { 
    color:darkred;
}

[class^="col-md-"] .form-control-feedback, [class*=" col-md-"] .form-control-feedback,
[class^="col-sm-"] .form-control-feedback, [class*=" col-sm-"] .form-control-feedback { right: 15px; top: 0; font-size: xx-small;}

/* Kendo grid popup edit fix */
.k-popup-edit-form .k-edit-field:not([data-container-for]) {
    margin-top: 8px;
}/* Combined file ~/filestore/apps/VTSScheldt2009/styles/AWFGrid.css on 08/09/2024 10:58:04 */
.font-t12 {
  font-size: 14px !important;
  font-style: normal;
  font-weight: bold; }

/* AWF Grid */
/* BASE COLORS */
/* ADDITIONAL COLOR NAMES */
/* Content page */
.k-widget .row *, .k-widget div[class^=col] * {
  box-sizing: border-box; }

.VTSScheldt2009 .AWFGrid .row > * {
  line-height: 1.1;
  font-size: 12px; }

.VTSScheldt2009 .AWFGrid.Grid, .VTSScheldt2009 .AWFGrid.UserGrid, .k-overlay .AWFGrid.Grid, .k-overlay .AWFGrid.UserGrid {
  /* list items */ }
  .VTSScheldt2009 .AWFGrid.Grid .grid-listview, .VTSScheldt2009 .AWFGrid.UserGrid .grid-listview, .k-overlay .AWFGrid.Grid .grid-listview, .k-overlay .AWFGrid.UserGrid .grid-listview {
    min-height: 50px; }
    .VTSScheldt2009 .AWFGrid.Grid .grid-listview > .grid-list-item:nth-child(odd), .VTSScheldt2009 .AWFGrid.UserGrid .grid-listview > .grid-list-item:nth-child(odd), .k-overlay .AWFGrid.Grid .grid-listview > .grid-list-item:nth-child(odd), .k-overlay .AWFGrid.UserGrid .grid-listview > .grid-list-item:nth-child(odd) {
      background: #F9FBFD; }
  @media (max-width: 991px) {
    .VTSScheldt2009 .AWFGrid.Grid .tags-cloud-container, .VTSScheldt2009 .AWFGrid.UserGrid .tags-cloud-container, .k-overlay .AWFGrid.Grid .tags-cloud-container, .k-overlay .AWFGrid.UserGrid .tags-cloud-container {
      padding: 8px 0;
      border-bottom: 2px solid #084c8e; }
    .VTSScheldt2009 .AWFGrid.Grid .col-filter-list, .VTSScheldt2009 .AWFGrid.UserGrid .col-filter-list, .k-overlay .AWFGrid.Grid .col-filter-list, .k-overlay .AWFGrid.UserGrid .col-filter-list {
      overflow: auto;
      background: white;
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      z-index: 100;
      padding-top: 32px; }
      .VTSScheldt2009 .AWFGrid.Grid .col-filter-list.collapsed, .VTSScheldt2009 .AWFGrid.UserGrid .col-filter-list.collapsed, .k-overlay .AWFGrid.Grid .col-filter-list.collapsed, .k-overlay .AWFGrid.UserGrid .col-filter-list.collapsed {
        display: none; }
    .VTSScheldt2009 .AWFGrid.Grid .col-filter-list-overlay, .VTSScheldt2009 .AWFGrid.UserGrid .col-filter-list-overlay, .k-overlay .AWFGrid.Grid .col-filter-list-overlay, .k-overlay .AWFGrid.UserGrid .col-filter-list-overlay {
      background: #000000;
      opacity: 0.1;
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 99; } }
  .VTSScheldt2009 .AWFGrid.Grid .grid-list-item, .VTSScheldt2009 .AWFGrid.UserGrid .grid-list-item, .k-overlay .AWFGrid.Grid .grid-list-item, .k-overlay .AWFGrid.UserGrid .grid-list-item {
    border: 1px solid transparent; }
    .VTSScheldt2009 .AWFGrid.Grid .grid-list-item .grid-list-item-content, .VTSScheldt2009 .AWFGrid.UserGrid .grid-list-item .grid-list-item-content, .k-overlay .AWFGrid.Grid .grid-list-item .grid-list-item-content, .k-overlay .AWFGrid.UserGrid .grid-list-item .grid-list-item-content {
      padding: .4em .6em; }
    .VTSScheldt2009 .AWFGrid.Grid .grid-list-item.k-state-selected .grid-list-item-details, .VTSScheldt2009 .AWFGrid.UserGrid .grid-list-item.k-state-selected .grid-list-item-details, .k-overlay .AWFGrid.Grid .grid-list-item.k-state-selected .grid-list-item-details, .k-overlay .AWFGrid.UserGrid .grid-list-item.k-state-selected .grid-list-item-details {
      padding: .4em .6em; }
    .VTSScheldt2009 .AWFGrid.Grid .grid-list-item.k-state-selected, .VTSScheldt2009 .AWFGrid.Grid .grid-list-item:hover, .VTSScheldt2009 .AWFGrid.UserGrid .grid-list-item.k-state-selected, .VTSScheldt2009 .AWFGrid.UserGrid .grid-list-item:hover, .k-overlay .AWFGrid.Grid .grid-list-item.k-state-selected, .k-overlay .AWFGrid.Grid .grid-list-item:hover, .k-overlay .AWFGrid.UserGrid .grid-list-item.k-state-selected, .k-overlay .AWFGrid.UserGrid .grid-list-item:hover {
      border: 1px solid #23A491; }
      .VTSScheldt2009 .AWFGrid.Grid .grid-list-item.k-state-selected .grid-list-item-content, .VTSScheldt2009 .AWFGrid.Grid .grid-list-item:hover .grid-list-item-content, .VTSScheldt2009 .AWFGrid.UserGrid .grid-list-item.k-state-selected .grid-list-item-content, .VTSScheldt2009 .AWFGrid.UserGrid .grid-list-item:hover .grid-list-item-content, .k-overlay .AWFGrid.Grid .grid-list-item.k-state-selected .grid-list-item-content, .k-overlay .AWFGrid.Grid .grid-list-item:hover .grid-list-item-content, .k-overlay .AWFGrid.UserGrid .grid-list-item.k-state-selected .grid-list-item-content, .k-overlay .AWFGrid.UserGrid .grid-list-item:hover .grid-list-item-content {
        background: #23A491;
        color: white;
        cursor: pointer; }
        .VTSScheldt2009 .AWFGrid.Grid .grid-list-item.k-state-selected .grid-list-item-content .a-icon, .VTSScheldt2009 .AWFGrid.Grid .grid-list-item:hover .grid-list-item-content .a-icon, .VTSScheldt2009 .AWFGrid.UserGrid .grid-list-item.k-state-selected .grid-list-item-content .a-icon, .VTSScheldt2009 .AWFGrid.UserGrid .grid-list-item:hover .grid-list-item-content .a-icon, .k-overlay .AWFGrid.Grid .grid-list-item.k-state-selected .grid-list-item-content .a-icon, .k-overlay .AWFGrid.Grid .grid-list-item:hover .grid-list-item-content .a-icon, .k-overlay .AWFGrid.UserGrid .grid-list-item.k-state-selected .grid-list-item-content .a-icon, .k-overlay .AWFGrid.UserGrid .grid-list-item:hover .grid-list-item-content .a-icon {
          color: white; }
        .VTSScheldt2009 .AWFGrid.Grid .grid-list-item.k-state-selected .grid-list-item-content .k-hierarchy-cell a.k-icon.k-plus, .VTSScheldt2009 .AWFGrid.Grid .grid-list-item:hover .grid-list-item-content .k-hierarchy-cell a.k-icon.k-plus, .VTSScheldt2009 .AWFGrid.UserGrid .grid-list-item.k-state-selected .grid-list-item-content .k-hierarchy-cell a.k-icon.k-plus, .VTSScheldt2009 .AWFGrid.UserGrid .grid-list-item:hover .grid-list-item-content .k-hierarchy-cell a.k-icon.k-plus, .k-overlay .AWFGrid.Grid .grid-list-item.k-state-selected .grid-list-item-content .k-hierarchy-cell a.k-icon.k-plus, .k-overlay .AWFGrid.Grid .grid-list-item:hover .grid-list-item-content .k-hierarchy-cell a.k-icon.k-plus, .k-overlay .AWFGrid.UserGrid .grid-list-item.k-state-selected .grid-list-item-content .k-hierarchy-cell a.k-icon.k-plus, .k-overlay .AWFGrid.UserGrid .grid-list-item:hover .grid-list-item-content .k-hierarchy-cell a.k-icon.k-plus {
          display: block; }
      .VTSScheldt2009 .AWFGrid.Grid .grid-list-item.k-state-selected .grid-list-item-details, .VTSScheldt2009 .AWFGrid.Grid .grid-list-item:hover .grid-list-item-details, .VTSScheldt2009 .AWFGrid.UserGrid .grid-list-item.k-state-selected .grid-list-item-details, .VTSScheldt2009 .AWFGrid.UserGrid .grid-list-item:hover .grid-list-item-details, .k-overlay .AWFGrid.Grid .grid-list-item.k-state-selected .grid-list-item-details, .k-overlay .AWFGrid.Grid .grid-list-item:hover .grid-list-item-details, .k-overlay .AWFGrid.UserGrid .grid-list-item.k-state-selected .grid-list-item-details, .k-overlay .AWFGrid.UserGrid .grid-list-item:hover .grid-list-item-details {
        background: white;
        color: #333; }
  .VTSScheldt2009 .AWFGrid.Grid .filters-container-title, .VTSScheldt2009 .AWFGrid.Grid .sorting-container-title, .VTSScheldt2009 .AWFGrid.UserGrid .filters-container-title, .VTSScheldt2009 .AWFGrid.UserGrid .sorting-container-title, .k-overlay .AWFGrid.Grid .filters-container-title, .k-overlay .AWFGrid.Grid .sorting-container-title, .k-overlay .AWFGrid.UserGrid .filters-container-title, .k-overlay .AWFGrid.UserGrid .sorting-container-title {
    color: #084c8e;
    font-family: 'Flanders Art Sans Bold';
    padding-bottom: 5px;
    border-bottom: 2px solid #084c8e; }
    .VTSScheldt2009 .AWFGrid.Grid .filters-container-title .k-icon, .VTSScheldt2009 .AWFGrid.Grid .sorting-container-title .k-icon, .VTSScheldt2009 .AWFGrid.UserGrid .filters-container-title .k-icon, .VTSScheldt2009 .AWFGrid.UserGrid .sorting-container-title .k-icon, .k-overlay .AWFGrid.Grid .filters-container-title .k-icon, .k-overlay .AWFGrid.Grid .sorting-container-title .k-icon, .k-overlay .AWFGrid.UserGrid .filters-container-title .k-icon, .k-overlay .AWFGrid.UserGrid .sorting-container-title .k-icon {
      color: #084c8e; }
      .VTSScheldt2009 .AWFGrid.Grid .filters-container-title .k-icon:hover, .VTSScheldt2009 .AWFGrid.Grid .sorting-container-title .k-icon:hover, .VTSScheldt2009 .AWFGrid.UserGrid .filters-container-title .k-icon:hover, .VTSScheldt2009 .AWFGrid.UserGrid .sorting-container-title .k-icon:hover, .k-overlay .AWFGrid.Grid .filters-container-title .k-icon:hover, .k-overlay .AWFGrid.Grid .sorting-container-title .k-icon:hover, .k-overlay .AWFGrid.UserGrid .filters-container-title .k-icon:hover, .k-overlay .AWFGrid.UserGrid .sorting-container-title .k-icon:hover {
        color: #084c8e; }
  .VTSScheldt2009 .AWFGrid.Grid .details-pane, .VTSScheldt2009 .AWFGrid.UserGrid .details-pane, .k-overlay .AWFGrid.Grid .details-pane, .k-overlay .AWFGrid.UserGrid .details-pane {
    font-size: 12px !important;
    line-height: 1.1;
    /*.details-key {
                font-family: 'Flanders Art Sans Medium';
            }*/ }
    .VTSScheldt2009 .AWFGrid.Grid .details-pane .details-column-title, .VTSScheldt2009 .AWFGrid.UserGrid .details-pane .details-column-title, .k-overlay .AWFGrid.Grid .details-pane .details-column-title, .k-overlay .AWFGrid.UserGrid .details-pane .details-column-title {
      font-family: 'Flanders Art Sans Bold';
      font-size: 15px; }
  .VTSScheldt2009 .AWFGrid.Grid .filters-container .filter-editor, .VTSScheldt2009 .AWFGrid.Grid .sorting-container .filter-editor, .VTSScheldt2009 .AWFGrid.UserGrid .filters-container .filter-editor, .VTSScheldt2009 .AWFGrid.UserGrid .sorting-container .filter-editor, .k-overlay .AWFGrid.Grid .filters-container .filter-editor, .k-overlay .AWFGrid.Grid .sorting-container .filter-editor, .k-overlay .AWFGrid.UserGrid .filters-container .filter-editor, .k-overlay .AWFGrid.UserGrid .sorting-container .filter-editor {
    font-size: 12px !important; }
  .VTSScheldt2009 .AWFGrid.Grid .filters-container .filter-label, .VTSScheldt2009 .AWFGrid.Grid .sorting-container .filter-label, .VTSScheldt2009 .AWFGrid.UserGrid .filters-container .filter-label, .VTSScheldt2009 .AWFGrid.UserGrid .sorting-container .filter-label, .k-overlay .AWFGrid.Grid .filters-container .filter-label, .k-overlay .AWFGrid.Grid .sorting-container .filter-label, .k-overlay .AWFGrid.UserGrid .filters-container .filter-label, .k-overlay .AWFGrid.UserGrid .sorting-container .filter-label {
    margin: 5px 0;
    font-family: 'Flanders Art Sans Medium'; }
  .VTSScheldt2009 .AWFGrid.Grid .filters-container .btn-clear-filters, .VTSScheldt2009 .AWFGrid.Grid .sorting-container .btn-clear-filters, .VTSScheldt2009 .AWFGrid.UserGrid .filters-container .btn-clear-filters, .VTSScheldt2009 .AWFGrid.UserGrid .sorting-container .btn-clear-filters, .k-overlay .AWFGrid.Grid .filters-container .btn-clear-filters, .k-overlay .AWFGrid.Grid .sorting-container .btn-clear-filters, .k-overlay .AWFGrid.UserGrid .filters-container .btn-clear-filters, .k-overlay .AWFGrid.UserGrid .sorting-container .btn-clear-filters {
    text-align: right;
    padding: 0; }
  .VTSScheldt2009 .AWFGrid.Grid .filters-container .btn-sort, .VTSScheldt2009 .AWFGrid.Grid .sorting-container .btn-sort, .VTSScheldt2009 .AWFGrid.UserGrid .filters-container .btn-sort, .VTSScheldt2009 .AWFGrid.UserGrid .sorting-container .btn-sort, .k-overlay .AWFGrid.Grid .filters-container .btn-sort, .k-overlay .AWFGrid.Grid .sorting-container .btn-sort, .k-overlay .AWFGrid.UserGrid .filters-container .btn-sort, .k-overlay .AWFGrid.UserGrid .sorting-container .btn-sort {
    margin-top: 2px;
    margin-bottom: 3px;
    width: 90%; }
  .VTSScheldt2009 .AWFGrid.Grid .filters-container .active-sort, .VTSScheldt2009 .AWFGrid.Grid .sorting-container .active-sort, .VTSScheldt2009 .AWFGrid.UserGrid .filters-container .active-sort, .VTSScheldt2009 .AWFGrid.UserGrid .sorting-container .active-sort, .k-overlay .AWFGrid.Grid .filters-container .active-sort, .k-overlay .AWFGrid.Grid .sorting-container .active-sort, .k-overlay .AWFGrid.UserGrid .filters-container .active-sort, .k-overlay .AWFGrid.UserGrid .sorting-container .active-sort {
    background: #084c8e;
    color: white; }
  .VTSScheldt2009 .AWFGrid.Grid .tags-cloud-container, .VTSScheldt2009 .AWFGrid.UserGrid .tags-cloud-container, .k-overlay .AWFGrid.Grid .tags-cloud-container, .k-overlay .AWFGrid.UserGrid .tags-cloud-container {
    font-weight: normal; }
    .VTSScheldt2009 .AWFGrid.Grid .tags-cloud-container .k-multiselect .k-multiselect-wrap, .VTSScheldt2009 .AWFGrid.UserGrid .tags-cloud-container .k-multiselect .k-multiselect-wrap, .k-overlay .AWFGrid.Grid .tags-cloud-container .k-multiselect .k-multiselect-wrap, .k-overlay .AWFGrid.UserGrid .tags-cloud-container .k-multiselect .k-multiselect-wrap {
      padding: 0;
      margin: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .VTSScheldt2009 .AWFGrid.Grid .tags-cloud-container .k-multiselect .k-multiselect-wrap ul > li:not(:last-child), .VTSScheldt2009 .AWFGrid.UserGrid .tags-cloud-container .k-multiselect .k-multiselect-wrap ul > li:not(:last-child), .k-overlay .AWFGrid.Grid .tags-cloud-container .k-multiselect .k-multiselect-wrap ul > li:not(:last-child), .k-overlay .AWFGrid.UserGrid .tags-cloud-container .k-multiselect .k-multiselect-wrap ul > li:not(:last-child) {
        margin-right: 10px; }
      .VTSScheldt2009 .AWFGrid.Grid .tags-cloud-container .k-multiselect .k-multiselect-wrap .k-button, .VTSScheldt2009 .AWFGrid.UserGrid .tags-cloud-container .k-multiselect .k-multiselect-wrap .k-button, .k-overlay .AWFGrid.Grid .tags-cloud-container .k-multiselect .k-multiselect-wrap .k-button, .k-overlay .AWFGrid.UserGrid .tags-cloud-container .k-multiselect .k-multiselect-wrap .k-button {
        background: none;
        color: #23A491;
        text-transform: none;
        padding: .15em 1.6em .15em .6em;
        border: 1px solid #23A491; }
        .VTSScheldt2009 .AWFGrid.Grid .tags-cloud-container .k-multiselect .k-multiselect-wrap .k-button.k-state-hover, .VTSScheldt2009 .AWFGrid.UserGrid .tags-cloud-container .k-multiselect .k-multiselect-wrap .k-button.k-state-hover, .k-overlay .AWFGrid.Grid .tags-cloud-container .k-multiselect .k-multiselect-wrap .k-button.k-state-hover, .k-overlay .AWFGrid.UserGrid .tags-cloud-container .k-multiselect .k-multiselect-wrap .k-button.k-state-hover {
          text-decoration: line-through; }
        .VTSScheldt2009 .AWFGrid.Grid .tags-cloud-container .k-multiselect .k-multiselect-wrap .k-button:active, .VTSScheldt2009 .AWFGrid.UserGrid .tags-cloud-container .k-multiselect .k-multiselect-wrap .k-button:active, .k-overlay .AWFGrid.Grid .tags-cloud-container .k-multiselect .k-multiselect-wrap .k-button:active, .k-overlay .AWFGrid.UserGrid .tags-cloud-container .k-multiselect .k-multiselect-wrap .k-button:active {
          box-shadow: none; }
        .VTSScheldt2009 .AWFGrid.Grid .tags-cloud-container .k-multiselect .k-multiselect-wrap .k-button .k-icon, .VTSScheldt2009 .AWFGrid.UserGrid .tags-cloud-container .k-multiselect .k-multiselect-wrap .k-button .k-icon, .k-overlay .AWFGrid.Grid .tags-cloud-container .k-multiselect .k-multiselect-wrap .k-button .k-icon, .k-overlay .AWFGrid.UserGrid .tags-cloud-container .k-multiselect .k-multiselect-wrap .k-button .k-icon {
          color: #23A491; }
  .VTSScheldt2009 .AWFGrid.Grid .k-grid-header th.k-header > .k-link, .VTSScheldt2009 .AWFGrid.UserGrid .k-grid-header th.k-header > .k-link, .k-overlay .AWFGrid.Grid .k-grid-header th.k-header > .k-link, .k-overlay .AWFGrid.UserGrid .k-grid-header th.k-header > .k-link {
    padding: 0;
    margin: 0; }
  .VTSScheldt2009 .AWFGrid.Grid .k-grid,
  .VTSScheldt2009 .AWFGrid.Grid .k-grid-header-wrap,
  .VTSScheldt2009 .AWFGrid.Grid .k-grid-header th,
  .VTSScheldt2009 .AWFGrid.Grid .k-grid-content > table > tbody > tr > td,
  .VTSScheldt2009 .AWFGrid.Grid .k-filter-row th, .VTSScheldt2009 .AWFGrid.Grid .k-grid-header th.k-header,
  .VTSScheldt2009 .AWFGrid.Grid div.k-grid-footer, .VTSScheldt2009 .AWFGrid.UserGrid .k-grid,
  .VTSScheldt2009 .AWFGrid.UserGrid .k-grid-header-wrap,
  .VTSScheldt2009 .AWFGrid.UserGrid .k-grid-header th,
  .VTSScheldt2009 .AWFGrid.UserGrid .k-grid-content > table > tbody > tr > td,
  .VTSScheldt2009 .AWFGrid.UserGrid .k-filter-row th, .VTSScheldt2009 .AWFGrid.UserGrid .k-grid-header th.k-header,
  .VTSScheldt2009 .AWFGrid.UserGrid div.k-grid-footer, .k-overlay .AWFGrid.Grid .k-grid,
  .k-overlay .AWFGrid.Grid .k-grid-header-wrap,
  .k-overlay .AWFGrid.Grid .k-grid-header th,
  .k-overlay .AWFGrid.Grid .k-grid-content > table > tbody > tr > td,
  .k-overlay .AWFGrid.Grid .k-filter-row th, .k-overlay .AWFGrid.Grid .k-grid-header th.k-header,
  .k-overlay .AWFGrid.Grid div.k-grid-footer, .k-overlay .AWFGrid.UserGrid .k-grid,
  .k-overlay .AWFGrid.UserGrid .k-grid-header-wrap,
  .k-overlay .AWFGrid.UserGrid .k-grid-header th,
  .k-overlay .AWFGrid.UserGrid .k-grid-content > table > tbody > tr > td,
  .k-overlay .AWFGrid.UserGrid .k-filter-row th, .k-overlay .AWFGrid.UserGrid .k-grid-header th.k-header,
  .k-overlay .AWFGrid.UserGrid div.k-grid-footer {
    border: 0; }
  .VTSScheldt2009 .AWFGrid.Grid div.k-grid-pager, .VTSScheldt2009 .AWFGrid.UserGrid div.k-grid-pager, .k-overlay .AWFGrid.Grid div.k-grid-pager, .k-overlay .AWFGrid.UserGrid div.k-grid-pager {
    font-size: 12px; }
  .VTSScheldt2009 .AWFGrid.Grid div.k-grid-header, .VTSScheldt2009 .AWFGrid.UserGrid div.k-grid-header, .k-overlay .AWFGrid.Grid div.k-grid-header, .k-overlay .AWFGrid.UserGrid div.k-grid-header {
    border-bottom: 2px solid #084c8e;
    padding-right: 0 !important; }
  .VTSScheldt2009 .AWFGrid.Grid .k-grid-content, .VTSScheldt2009 .AWFGrid.UserGrid .k-grid-content, .k-overlay .AWFGrid.Grid .k-grid-content, .k-overlay .AWFGrid.UserGrid .k-grid-content {
    overflow: hidden; }
  .VTSScheldt2009 .AWFGrid.Grid .k-filter-row th, .VTSScheldt2009 .AWFGrid.Grid .k-grid-header th.k-header, .VTSScheldt2009 .AWFGrid.UserGrid .k-filter-row th, .VTSScheldt2009 .AWFGrid.UserGrid .k-grid-header th.k-header, .k-overlay .AWFGrid.Grid .k-filter-row th, .k-overlay .AWFGrid.Grid .k-grid-header th.k-header, .k-overlay .AWFGrid.UserGrid .k-filter-row th, .k-overlay .AWFGrid.UserGrid .k-grid-header th.k-header {
    background-color: white;
    padding: 8px; }
  .VTSScheldt2009 .AWFGrid.Grid .k-grid-header .k-header > .k-link, .VTSScheldt2009 .AWFGrid.Grid .k-grid-header, .VTSScheldt2009 .AWFGrid.Grid .k-treemap-title, .VTSScheldt2009 .AWFGrid.UserGrid .k-grid-header .k-header > .k-link, .VTSScheldt2009 .AWFGrid.UserGrid .k-grid-header, .VTSScheldt2009 .AWFGrid.UserGrid .k-treemap-title, .k-overlay .AWFGrid.Grid .k-grid-header .k-header > .k-link, .k-overlay .AWFGrid.Grid .k-grid-header, .k-overlay .AWFGrid.Grid .k-treemap-title, .k-overlay .AWFGrid.UserGrid .k-grid-header .k-header > .k-link, .k-overlay .AWFGrid.UserGrid .k-grid-header, .k-overlay .AWFGrid.UserGrid .k-treemap-title {
    color: #084c8e;
    text-transform: capitalize;
    font-family: 'Flanders Art Sans Bold'; }
  .VTSScheldt2009 .AWFGrid.Grid tr.expanded, .VTSScheldt2009 .AWFGrid.Grid tr.expanded:hover, .VTSScheldt2009 .AWFGrid.UserGrid tr.expanded, .VTSScheldt2009 .AWFGrid.UserGrid tr.expanded:hover, .k-overlay .AWFGrid.Grid tr.expanded, .k-overlay .AWFGrid.Grid tr.expanded:hover, .k-overlay .AWFGrid.UserGrid tr.expanded, .k-overlay .AWFGrid.UserGrid tr.expanded:hover {
    background: #23A491;
    color: white;
    font-family: 'Flanders Art Sans Bold'; }
    .VTSScheldt2009 .AWFGrid.Grid tr.expanded .a-icon, .VTSScheldt2009 .AWFGrid.Grid tr.expanded:hover .a-icon, .VTSScheldt2009 .AWFGrid.UserGrid tr.expanded .a-icon, .VTSScheldt2009 .AWFGrid.UserGrid tr.expanded:hover .a-icon, .k-overlay .AWFGrid.Grid tr.expanded .a-icon, .k-overlay .AWFGrid.Grid tr.expanded:hover .a-icon, .k-overlay .AWFGrid.UserGrid tr.expanded .a-icon, .k-overlay .AWFGrid.UserGrid tr.expanded:hover .a-icon {
      color: white; }
  .VTSScheldt2009 .AWFGrid.Grid tr.selected, .VTSScheldt2009 .AWFGrid.Grid tr.selected:hover, .VTSScheldt2009 .AWFGrid.UserGrid tr.selected, .VTSScheldt2009 .AWFGrid.UserGrid tr.selected:hover, .k-overlay .AWFGrid.Grid tr.selected, .k-overlay .AWFGrid.Grid tr.selected:hover, .k-overlay .AWFGrid.UserGrid tr.selected, .k-overlay .AWFGrid.UserGrid tr.selected:hover {
    background: #23A491;
    color: white; }
  .VTSScheldt2009 .AWFGrid.Grid tr.highlighted, .VTSScheldt2009 .AWFGrid.Grid tr.highlighted:hover, .VTSScheldt2009 .AWFGrid.UserGrid tr.highlighted, .VTSScheldt2009 .AWFGrid.UserGrid tr.highlighted:hover, .k-overlay .AWFGrid.Grid tr.highlighted, .k-overlay .AWFGrid.Grid tr.highlighted:hover, .k-overlay .AWFGrid.UserGrid tr.highlighted, .k-overlay .AWFGrid.UserGrid tr.highlighted:hover {
    color: #E91033; }
  .VTSScheldt2009 .AWFGrid.Grid .k-detail-cell, .VTSScheldt2009 .AWFGrid.UserGrid .k-detail-cell, .k-overlay .AWFGrid.Grid .k-detail-cell, .k-overlay .AWFGrid.UserGrid .k-detail-cell {
    padding-left: 20px;
    border: 1px solid #23A491 !important; }
  .VTSScheldt2009 .AWFGrid.Grid .k-pager-wrap .k-link.k-pager-nav, .VTSScheldt2009 .AWFGrid.UserGrid .k-pager-wrap .k-link.k-pager-nav, .k-overlay .AWFGrid.Grid .k-pager-wrap .k-link.k-pager-nav, .k-overlay .AWFGrid.UserGrid .k-pager-wrap .k-link.k-pager-nav {
    border: none;
    outline: none; }
  .VTSScheldt2009 .AWFGrid.Grid .k-widget, .VTSScheldt2009 .AWFGrid.UserGrid .k-widget, .k-overlay .AWFGrid.Grid .k-widget, .k-overlay .AWFGrid.UserGrid .k-widget {
    box-shadow: none !important;
    border: none; }
  .VTSScheldt2009 .AWFGrid.Grid .k-pager-wrap, .VTSScheldt2009 .AWFGrid.UserGrid .k-pager-wrap, .k-overlay .AWFGrid.Grid .k-pager-wrap, .k-overlay .AWFGrid.UserGrid .k-pager-wrap {
    background: white;
    box-shadow: none !important;
    border: none;
    border-top: 2px solid #084c8e; }
  .VTSScheldt2009 .AWFGrid.Grid .k-master-row:hover, .VTSScheldt2009 .AWFGrid.UserGrid .k-master-row:hover, .k-overlay .AWFGrid.Grid .k-master-row:hover, .k-overlay .AWFGrid.UserGrid .k-master-row:hover {
    background: #23A491;
    color: white;
    cursor: pointer; }
    .VTSScheldt2009 .AWFGrid.Grid .k-master-row:hover .a-icon, .VTSScheldt2009 .AWFGrid.UserGrid .k-master-row:hover .a-icon, .k-overlay .AWFGrid.Grid .k-master-row:hover .a-icon, .k-overlay .AWFGrid.UserGrid .k-master-row:hover .a-icon {
      color: white; }
    .VTSScheldt2009 .AWFGrid.Grid .k-master-row:hover .k-hierarchy-cell a.k-icon.k-plus, .VTSScheldt2009 .AWFGrid.UserGrid .k-master-row:hover .k-hierarchy-cell a.k-icon.k-plus, .k-overlay .AWFGrid.Grid .k-master-row:hover .k-hierarchy-cell a.k-icon.k-plus, .k-overlay .AWFGrid.UserGrid .k-master-row:hover .k-hierarchy-cell a.k-icon.k-plus {
      display: block; }
  .VTSScheldt2009 .AWFGrid.Grid .k-hierarchy-cell a.k-icon.k-plus, .VTSScheldt2009 .AWFGrid.UserGrid .k-hierarchy-cell a.k-icon.k-plus, .k-overlay .AWFGrid.Grid .k-hierarchy-cell a.k-icon.k-plus, .k-overlay .AWFGrid.UserGrid .k-hierarchy-cell a.k-icon.k-plus {
    display: none; }
  .VTSScheldt2009 .AWFGrid.Grid .k-pager-numbers .k-link, .VTSScheldt2009 .AWFGrid.UserGrid .k-pager-numbers .k-link, .k-overlay .AWFGrid.Grid .k-pager-numbers .k-link, .k-overlay .AWFGrid.UserGrid .k-pager-numbers .k-link {
    border: none;
    outline: none; }
    .VTSScheldt2009 .AWFGrid.Grid .k-pager-numbers .k-link:hover, .VTSScheldt2009 .AWFGrid.UserGrid .k-pager-numbers .k-link:hover, .k-overlay .AWFGrid.Grid .k-pager-numbers .k-link:hover, .k-overlay .AWFGrid.UserGrid .k-pager-numbers .k-link:hover {
      background: none;
      font-family: 'Flanders Art Sans Bold';
      color: #5E5E5E; }
  .VTSScheldt2009 .AWFGrid.Grid .k-pager-numbers .k-state-selected, .VTSScheldt2009 .AWFGrid.UserGrid .k-pager-numbers .k-state-selected, .k-overlay .AWFGrid.Grid .k-pager-numbers .k-state-selected, .k-overlay .AWFGrid.UserGrid .k-pager-numbers .k-state-selected {
    background: none;
    color: #5E5E5E;
    border: none;
    font-family: 'Flanders Art Sans Bold';
    box-shadow: none; }
  .VTSScheldt2009 .AWFGrid.Grid .k-detail-row .nav-tabs, .VTSScheldt2009 .AWFGrid.UserGrid .k-detail-row .nav-tabs, .k-overlay .AWFGrid.Grid .k-detail-row .nav-tabs, .k-overlay .AWFGrid.UserGrid .k-detail-row .nav-tabs {
    border-bottom: none; }
    .VTSScheldt2009 .AWFGrid.Grid .k-detail-row .nav-tabs > li, .VTSScheldt2009 .AWFGrid.UserGrid .k-detail-row .nav-tabs > li, .k-overlay .AWFGrid.Grid .k-detail-row .nav-tabs > li, .k-overlay .AWFGrid.UserGrid .k-detail-row .nav-tabs > li {
      margin-bottom: 5px; }
      .VTSScheldt2009 .AWFGrid.Grid .k-detail-row .nav-tabs > li.active > a, .VTSScheldt2009 .AWFGrid.UserGrid .k-detail-row .nav-tabs > li.active > a, .k-overlay .AWFGrid.Grid .k-detail-row .nav-tabs > li.active > a, .k-overlay .AWFGrid.UserGrid .k-detail-row .nav-tabs > li.active > a {
        color: #337ab7; }
      .VTSScheldt2009 .AWFGrid.Grid .k-detail-row .nav-tabs > li.active > a,
      .VTSScheldt2009 .AWFGrid.Grid .k-detail-row .nav-tabs > li.active > a:focus,
      .VTSScheldt2009 .AWFGrid.Grid .k-detail-row .nav-tabs > li.active > a:hover,
      .VTSScheldt2009 .AWFGrid.Grid .k-detail-row .nav-tabs > li > a,
      .VTSScheldt2009 .AWFGrid.Grid .k-detail-row .nav-tabs > li > a:hover,
      .VTSScheldt2009 .AWFGrid.Grid .k-detail-row .nav-tabs > li > a:focus, .VTSScheldt2009 .AWFGrid.UserGrid .k-detail-row .nav-tabs > li.active > a,
      .VTSScheldt2009 .AWFGrid.UserGrid .k-detail-row .nav-tabs > li.active > a:focus,
      .VTSScheldt2009 .AWFGrid.UserGrid .k-detail-row .nav-tabs > li.active > a:hover,
      .VTSScheldt2009 .AWFGrid.UserGrid .k-detail-row .nav-tabs > li > a,
      .VTSScheldt2009 .AWFGrid.UserGrid .k-detail-row .nav-tabs > li > a:hover,
      .VTSScheldt2009 .AWFGrid.UserGrid .k-detail-row .nav-tabs > li > a:focus, .k-overlay .AWFGrid.Grid .k-detail-row .nav-tabs > li.active > a,
      .k-overlay .AWFGrid.Grid .k-detail-row .nav-tabs > li.active > a:focus,
      .k-overlay .AWFGrid.Grid .k-detail-row .nav-tabs > li.active > a:hover,
      .k-overlay .AWFGrid.Grid .k-detail-row .nav-tabs > li > a,
      .k-overlay .AWFGrid.Grid .k-detail-row .nav-tabs > li > a:hover,
      .k-overlay .AWFGrid.Grid .k-detail-row .nav-tabs > li > a:focus, .k-overlay .AWFGrid.UserGrid .k-detail-row .nav-tabs > li.active > a,
      .k-overlay .AWFGrid.UserGrid .k-detail-row .nav-tabs > li.active > a:focus,
      .k-overlay .AWFGrid.UserGrid .k-detail-row .nav-tabs > li.active > a:hover,
      .k-overlay .AWFGrid.UserGrid .k-detail-row .nav-tabs > li > a,
      .k-overlay .AWFGrid.UserGrid .k-detail-row .nav-tabs > li > a:hover,
      .k-overlay .AWFGrid.UserGrid .k-detail-row .nav-tabs > li > a:focus {
        border: none;
        background: white; }
      .VTSScheldt2009 .AWFGrid.Grid .k-detail-row .nav-tabs > li > a:hover, .VTSScheldt2009 .AWFGrid.Grid .k-detail-row .nav-tabs > li.active, .VTSScheldt2009 .AWFGrid.UserGrid .k-detail-row .nav-tabs > li > a:hover, .VTSScheldt2009 .AWFGrid.UserGrid .k-detail-row .nav-tabs > li.active, .k-overlay .AWFGrid.Grid .k-detail-row .nav-tabs > li > a:hover, .k-overlay .AWFGrid.Grid .k-detail-row .nav-tabs > li.active, .k-overlay .AWFGrid.UserGrid .k-detail-row .nav-tabs > li > a:hover, .k-overlay .AWFGrid.UserGrid .k-detail-row .nav-tabs > li.active {
        border-bottom: 3px solid #0551AB; }

/*# sourceMappingURL=AWFGrid.css.map */
/* Combined file ~/filestore/apps/VTSScheldt2009/styles/specific.css on 08/09/2024 10:58:04 */

/* ====== ALGEMENE SKINSET STIJLEN - ONAFHANKELIJK VAN DE LAYOUT MODUS ====== */

.HeaderGroup { float: left; clear: both; width: 980px; /* background-color: Silver; */ font-size: 0.75em; /*12px*/ border-bottom: solid 1px #aaaaaa; margin-top: 2px; margin-bottom: 4px; padding-bottom: 2px; }
.HeaderGroup .widget { display: inline; }
.HeaderPane { float: left; /* background-color: Fuchsia; */ }

.LoginPane { float: left; margin-left: 20px; /* background-color: Olive; */ }
.LoginPane a { color: #084c8e; }
.PageBody { clear: both; float: left; width: 980px; /* background-color: Silver; */ }

/* Banner */
.Banner { width: 980px; height: 150px; position: relative; clear: both; margin: 0; border: 0; padding: 0; background-image: url(/filestore/apps/VTSScheldt2009/vtsscheldt2009/banner.jpg); }
.BannerEN { width: 980px; height: 150px; position: relative; clear: both; margin: 0; border: 0; padding: 0; background-image: url(/filestore/apps/VTSScheldt2009/vtsscheldt2009/bannerEN.jpg); }

/* rounded corners */
.tr { position: absolute; display: block; background: transparent url(/filestore/apps/VTSScheldt2009/styles/'../vtsscheldt2009/tr.gif') no-repeat; width: 19px; height: 19px; top: 0; right: 0; z-index: 99; }
.tl { position: absolute; display: block; background: transparent url(/filestore/apps/VTSScheldt2009/styles/'../vtsscheldt2009/tl.gif') no-repeat; width: 19px; height: 19px; top: 0; left: 0; z-index: 99; }
.br { position: absolute; display: block; background: transparent url(/filestore/apps/VTSScheldt2009/styles/'../vtsscheldt2009/br.gif') no-repeat; width: 19px; height: 19px; bottom: 0; right: 0; z-index: 99; }
.bl { position: absolute; display: block; background: transparent url(/filestore/apps/VTSScheldt2009/styles/'../vtsscheldt2009/bl.gif') no-repeat; width: 19px; height: 19px; bottom: 0; left: 0; z-index: 99; }
.tlg { position: absolute; display: block; background: transparent url(/filestore/apps/VTSScheldt2009/styles/'../vtsscheldt2009/tlg.png') no-repeat; width: 10px; height: 10px; top: 0; left: 0; z-index: 99; overflow: hidden; }
.trg { position: absolute; display: block; background: transparent url(/filestore/apps/VTSScheldt2009/styles/'../vtsscheldt2009/trg.png') no-repeat; width: 10px; height: 10px; top: 0; right: 0; z-index: 99; overflow: hidden; }
.blg { position: absolute; display: block; background: transparent url(/filestore/apps/VTSScheldt2009/styles/'../vtsscheldt2009/blg.png') no-repeat; width: 10px; height: 10px; bottom: 0; left: 0; z-index: 99; overflow: hidden; }
.brg { position: absolute; display: block; background: transparent url(/filestore/apps/VTSScheldt2009/styles/'../vtsscheldt2009/brg.png') no-repeat; width: 10px; height: 10px; bottom: 0; right: 0; z-index: 99; overflow: hidden; }

/* Menu */
.MenuGroup { float: left; clear: both; width: 980px; margin-top: 3px; /* background-color: Silver; */ }
.MenuPane { /*height: 23px; */ float: left; position: relative; width: 980px; background-color: #23A491; color: #FFFFFF; padding-top: 6px; padding-bottom: 6px; border-radius:15px;}
.MenuGroup .widget { display: inline; }

/* Search Pane */
.SearchPane { float: right; font-size: 1em; /*12px (parent=12px) width: 50%; background-color: Yellow; */ }
.SearchPane a { color: #aaaaaa; text-decoration: none; }

/* FontResizeModule */
.FontResizeModule { float: right; /*background-color: Red;*/ margin-right: 20px; margin-left: 5px; }
.SmallFontSize { font-size: 0.7em; }
.NormalFontSize { font-size: 0.8em; }
.LargeFontSize { font-size: 0.9em; }
.LargestFontSize { font-size: 1em; }

/* LanguageModule */
.LanguageModule { float: right; /*background-color: Red;*/ margin-right: 20px; margin-left: 5px; }
.LanguageLink { }
.LanguageNederlands { }
.LanguageEnglish { }

/* SearchModule */
.SearchModule { float: right; }
.SearchBox { color: black; font-size: 0.92em; /*11px (parent=12px)*/ background-color: #ffffff; border: solid 1px black; width: 175px; }
.SearchLabel { color: #aaaaaa; font-size: 1em; vertical-align: top; cursor: pointer; /*12px (parent=12px)*/ }

.SearchResults { padding-top: 10px; }
.SearchResults .SearchResultSet { }
.SearchResults .Pager { margin-bottom: 15px; }

/* Footer */
.FooterPane { float: left; /*height: 20px; */ clear: both; width: 980px; font-size: 0.75em; /*12px*/ margin-top: 5px; }
.FooterLine { border-top-style: solid; border-top-width: 1px; border-color: #aaaaaa; }
.PrintablePane { float: left; }

/* AWF Editor Pane */
.AWFEditorPane { position: absolute; top: 0px; right: 0px; height: 125px; width: auto; max-width: 185px; font-size: 12px; /* */ color: #ffffff; margin-top: 25px; margin-right: 5px; }
.AWFEditorTitle { font-size: 12px; color: #084c8e; background-color: #a6bc09; border: solid 1px #000000; font-weight: bold; width: 170px; }
.AWFEditorVersion { width: 130px; text-align: right; }
.AWFEditorEditMode { font-weight: bold; }

/* Module cell, header en subheader */
.SubHead { color: Red; font-weight: bold; font-size: 12px; text-transform: uppercase; }
.widget { /*  display: block; background-color: Purple;  */ }
.widget .edit-bar { width: 100%; border-top: red 2px dotted; border-bottom: red 1px dotted; background-color: #E4F1F8; min-width: 150px; /*  */ }
.widget .edit-bar:after {content:""; clear:both; display:block; } /* clear floats */
.widget .navbar { float: left; z-index: 99; /*  */ }
.widget .edit-label { float: right; font-weight: bold; font-size: 14px; right: 0px; z-index: 90; /*  */ }
.widget-header { display: inline; color: #23a491; font-size: 1.5em; /*18px  (parent=12px)*/ text-transform: uppercase; }
.moduleSubHeaderText { display: inline; color: #23a491; font-size: 1.25em; /*14px  (parent=12px)*/ font-weight: bold; text-transform: lowercase; }

.moduleHeaderBlock { padding: 0.6em 0em 0.6em 0em; }

/* Content */
.ContentTitle { color: #23a491; font-size: 1.5em; /*18px  (parent=12px)*/ text-transform: uppercase; padding-left: 0px; }
/* TODO: vervang ContentTitle deze is overbodig */

.Image150 { border: 1px solid #000000; width: 150px; }
.AlbumImage { border: 1px solid #000000; width: 150px; }
.BoxedText { color: #aaaaaa; }
.Box { margin: 2px; padding: 5px; border: 1px solid #eeeeee; }
.BoxSmall { margin: 2px 2px 2px 0px; padding: 5px; border-left: 1px solid #aaaaaa; }
.BoxSideNote { margin: 2px; padding: 5px; border: 1px solid #aaaaaa; }
span.dropcap { display: inline; float: left; width: 8px; height: 20px; margin-right: 2px; margin-bottom: 2px; background-color: #a6bc09; }

/* MessagePanel obsolete */
.MessagePanel { }
.MessagePanel .Title { color: #084c8e; font-size: 1.05em; font-weight: bold; padding-bottom: 5px; }
.MessagePanel .Body { }
.MessagePanel .Actions { margin-left: 1.5em; }

/* ====== SPECIFIEKE MODULES ====== */

/* PhotoAlbum styles */
.PhotoAlbumRandomImage { border: 1px solid #000000; width: 150px; }
.PhotoAlbumRandomAlbum { width: 150px; font-size: 0.833em; /*10px  (parent=12px) */ text-align: center; }
.PhotoAlbumBox { }
.PhotoAlbumItem table { font-size: 1em; /*12px  (parent=12px) */ }
.PhotoAlbumImage { display: block; width: 90px; height: 90px; border: solid 1px #000000; }
.PhotoAlbumDetailLink { }
.PhotoAlbumFieldCaption { font-weight: bold; text-transform: lowercase; margin-right: 5px; }
.PhotoAlbumField { font-style: italic; }
.PhotoAlbumEditPhoto { width: 200px; border: 1px solid #000000; }
.PhotoDetailBox { font-size: 1em; /*12px  (parent=12px) */ margin-top: 8px; }
.PhotoDetailAlbumName { display: inline; color: #23a491; font-size: 1.5em; /*18px  (parent=12px)*/ text-transform: uppercase; }
.PhotoDetailImage { }
.PhotoDetailRotatorImage { }
.PhotoDetailFieldCaption { font-weight: bold; text-transform: lowercase; margin-right: 5px; }
.PhotoDetailField { font-style: italic; }
.PhotoDetailEditorBox { border: 1px solid #eeeeee; padding: 5px; height: 200px; }
.PhotoDetailEditorPhoto { width: 250px; border: 1px solid #000000; }

/* QuickUpload styles */
.QuickUploadTable { font-size: 1em; /*12px  (parent=12px) */ border: solid 2px #eeeeee; }

/* XmlMessages */
.BassEditor { width: 970px; }
.BassEditorTab1 { width: 130px; }
.BassEditorErrorLine { margin-left: 135px; line-height: 1.7em; }
.XmlMessageSelector { font-size: 0.75em; margin: 20px 20px 20px 20px; border: solid 1px #eeeeee; }
.XmlMessageSelector .GridHeader td { padding-left: 5px; padding-right: 5px; }
.RadWindow .XmlMessageSelector TABLE td { padding-left: 5px; padding-right: 5px; }

.XmlMessageViewer { width: 970px; }
.XmlMessageViewer .Commands img { position: relative; top: 2px; }
.XmlMessageViewer .CommandLink { margin-right: 0.5em; }
.BassOverview { width: 970px; }
.NtSOverview { width: 970px; }
.SSBOverview { width: 970px; }

.NtS .Icon { width: 16px; height: 16px; background: url('/icons/NtS_Icons.png') no-repeat; position: relative; top: 3px; overflow: hidden; margin-right: 0.3em; /* border: solid 1px #dddddd; background-color: #eeeeee;*/ }
.NtS .FTMIcon { background-position: 1px 1px; }
.NtS .FTMUrgentIcon { background-position: 0px -20px; }
.NtS .FTMWithDrawnIcon { background-position: 0px -40px; }
.NtS .ICEMIcon { background-position: 0px -60px; }
.NtS .WRMIcon { background-position: 0px -80px; }
.NtS .WERMIcon { background-position: 0px -98px; }

.NtSEditor .FieldSet legend { font-size: 1.25em; color: #5C6786; font-weight: 900; }
.NtSEditor .FieldGroupTitle { font-size: 1.50em; color: #5C6786; font-weight: 900; margin: 10px 0px 10px 0px; }
.NtSEditor .LeftColumn { width: 200px; float: left; display: inline-block; padding-top: 15px; }
.NtSEditor .RightColumn { padding: 0px; margin: 0px; width: 780px; display: inline-block; }
.NtSEditor .Tab1 { width: 130px; }
.NtSEditor .Div1 { }
.NtSEditor .Div2 { float: left; }
.NtSEditor .Div3 { clear: left; }
.NtSEditor .Div4 { float: left; }
.NtSEditor .Div5 { position: relative; vertical-align: top; display: inline-block; zoom: 1; *display:inline;}
.NtSEditor .Div6 { position: relative; vertical-align: top; display: inline-block; zoom: 1; *display:inline;}

.ListDirectory { font-size: 0.8em; width: 160px; margin-top: 0.6em; margin-bottom: 0.6em; }
.ListFiles .GridItemNormal { background: none; }
.ListFiles .GridItemAlt { background: none; }

.XMLMessageViewBASS, .XMLMessageViewNtS, .XMLMessageViewSSB { font-family: Palatino Linotype;}
.XMLMessageViewBASS TABLE, .XMLMessageViewBASS TH, .XMLMessageViewBASS TD { font-family: Palatino Linotype;}
.XMLMessageViewNtS TABLE, .XMLMessageViewNtS TH, .XMLMessageViewNtS TD { font-family: Palatino Linotype;}
.XMLMessageViewSSB TABLE, .XMLMessageViewSSB TH, .XMLMessageViewSSB TD { font-family: Palatino Linotype;}

/* IENC overview */
.IENC { font-size: 1.0em; width: 970px; /* parent.width:970px */ }
.IENC .DisclaimerSection { }
.IENC .HeadingSection { height: 11.9em; /* ongeveer 9.7em + 2em + 2px*/ margin-top: 0.3em; margin-bottom: 0.3em; font-size: 1.0em; }
.IENC .InfoSection { /* fixed width gebruiken */ vertical-align: top; width: 340px; height: 9.7em; font-size: 1.0em; padding-top: 1em; padding-bottom: 1em; float: left; }
.IENC .FilterSection { /* fixed width gebruiken */ height: 9.7em; font-size: 1.0em; padding-top: 1em; padding-bottom: 1em; overflow: visible; }
.IENC .FilterSectionRight { /* fixed width gebruiken */ vertical-align: top; width: 583px; height: 9.7em; font-size: 1.0em; padding-top: 1em; padding-bottom: 1em; float: right; overflow: visible; }
.IENC .FilterSection .FormRow { line-height: 0.5em; }
.IENC .FilterSection .LabelW { margin-left: 0px; text-align: left; font-size: 1.0em; line-height: 0.8em; padding-bottom: 0.2em; font-style: normal; }
.IENC .FilterSection .StatusCheckList { margin-top: 1.2em; margin-left: 0.5em; }
.IENC .FilterSection .CheckBox { line-height: 2.0em; }
.IENC .FilterSection .FilterCommands { vertical-align: text-top; margin-left: 0.2em; padding-bottom: 2px; }
.IENC .FilterSection .Col1 { vertical-align: top; height: 7.2em; width: 14em; }
.IENC .FilterSection .Col2 { vertical-align: top; height: 7.2em; width: 13em; }
.IENC .FilterSection .Col3 { vertical-align: top; height: 7.2em; width: 13em; }
.IENC .Tab1 { }
.IENC .Tab2 { }
.IENC .Tab3 { }
.IENC .Tab4 { }
.IENC .CommandSection { height: 2.6em; margin-top: 0.3em; margin-bottom: 0.3em; }
.IENC .CommandSection .SelectionSection { float: left; }
.IENC .CommandSection .AdminSection { float: right; }
.IENC .CommandSection .Button { margin-left: 0.3em; margin-right: 0.3em; }
.IENC .CommandSection .Button2 { margin-left: 0.3em; margin-right: 0.3em; }
/* IENC editor */
/* .IENCEditor { margin-top: 3.12em; } */
.IENCEditor .Tab1 { width: 8em; }
.IENCEditor .VersionRow { margin-bottom: 5px; }
.IENCEditor .NextVersionButton { font-size: 0.7em; margin-left: 0.5em; }
.IENCEditor .PreviousVersionButton { font-size: 0.7em; margin-right: 0.5em; }
.IENCEditor .RestoreButton { font-size: 0.7em; margin-left: 0.5em; }
.IENCEditor .UploadForm { width: 40em; background-color: Blue; }
.IENCEditor .Column1 { float: left; }
.IENCEditor .Column2 { float: right; width: 20em; }
/* IENC quickupload */
.IENCQuickUpload { font-size: 1.0em; width: 970px; /* margin-top: 3.12em; */ /* parent.width:970px */ }
.IENCQuickUpload .Tab1 { width: 8em; }
/* IENC viewer */
.IENCViewer { font-size: 1.0em; width: 970px; /* parent.width:970px */ }
.IENCViewer .Tab1 { width: 20em; vertical-align: top; }
.IENCViewer .Tab2 { width: 30em; }
.IENCViewer .Value { }
/* IENC downloadfeedback */
.IENCDownloadFeedback { }
.IENCDownloadFeedback .Message { }
.IENCDownloadFeedback .WorkFlowSection { margin-bottom: 0.5em; font-size: 1.1em; }
.IENCDownloadFeedback .WorkFlow { }
.IENCDownloadFeedback .SubscriptionWorkFlow { display: block; margin-bottom: 0.5em; }
.IENCDownloadFeedback .BackLink { display: block; margin-top: 2em; }
.IENCDownloadFeedback .CommandSection { margin-top: 0.5em; font-size: 1.1em; }
.IENCDownloadFeedback .CommandSection .CheckBox { display: block; margin-bottom: 0.8em;}
.IENCDownloadFeedback .CommandSection .CheckBox label { margin-left: 0.3em; position: relative; top: -1px; }
.IENCDownloadFeedback .CommandSection .BackLink { display: block; margin-bottom: 0.5em; }
.IENCDownloadFeedback .DownloadSection { font-size: 1.1em; }

/* IENC downloadintroduction */
.IENCDownloadIntroduction .FeedbackBlue { font-size: 1.1em; }

/* IENC selector */
.IENCSelector { font-size: 1.0em; width: 970px; }

/* EMMA Editor */
.EMMAEditor { width: 970px; font-size: 1.0em; }
.EMMAEditor .Tab1 { width: 8em; }

/* UploadControl */
.UploadControl { display: block; width: 50em; /* border: solid 2px #F0F0F0; */ }
.UploadControl .Tab1 { width: 3.5em; }
.UploadControl .LabelWL { color: #002B4C; font-style: italic; display: inline-block; text-align: left; margin-right: 0.2em; margin-left: 0em; }

/* NewsItem */
.NewsItem { }
.NewsItem .Headline { display: block; font-size: 16px; color: #1E4289; font-weight: bold; padding: 10px 10px 3px 0px; margin-right: 20px; /* zelfde instelling als h1 */ }
.NewsItem .TimeStamp { display: block; font-weight: bold; margin-bottom: 10px; margin-top: 10px; }
.NewsItem .Message { }
.NewsItem .Highlight { background-color: Yellow; color: Black; }

/* authentication modules */
.Login { font-size: 1em;/*font-size: 1.2em;*/ margin-top: 0.5em; }
.Login .SmallPrint { font-size: 0.7em; }
.Login .LabelW { text-transform: lowercase; }
.Login .Tab1 { width: 12em; }	
.Logout { font-size: 1.2em; margin-top: 0.5em; }
.Logout .LabelW { text-transform: lowercase; }
.Logout .Tab1 { width: 12em; }	

.EditPassword { font-size: 1em; /*font-size: 1.2em;*/ margin-top: 0.5em; }
.EditPassword .SmallPrint { font-size: 0.7em; }
.EditPassword .LabelW { text-transform: lowercase; }
.EditPassword .Tab1 { width: 12em; }

.ResetPassword { font-size: 1.2em; margin-top: 0.5em; }
.ResetPassword .SmallPrint { font-size: 0.7em; }
.ResetPassword .LabelW { text-transform: lowercase; }
.ResetPassword .Tab1 { width: 12em; }

.CreateAccount { font-size: 1.2em; margin-top: 0.5em; }
.CreateAccount .SmallPrint { font-size: 0.7em; }
.CreateAccount .LabelW { text-transform: lowercase; }
.CreateAccount .Tab1 { width: 8em; }

.EditAccount { font-size: 1.0em; }
.EditAccount .SmallPrint { font-size: 0.7em; }
.EditAccount .LabelWL { text-transform: lowercase; }
.EditAccount .Tab1 { width: 6em; }
.EditAccount input[type=checkbox] { margin-right: .5em; }
.EditAccount label[for] { display: inline; }

/*mailinglistFilters*/
.MailingFilterLabel { width: 100px; text-align: right; display: inline-block; float: left; }

/* Mailinglijsten */
.Mailing { font-size: 1.0em; }
.Mailing .Workflow { margin-bottom: 0.5em; }
.Mailing .SubscriptionFilter { height: 40em; overflow: scroll; }
.Mailing .ListSettings { width: 7em; }
.Mailing a.btn { color: #fff; }

.SubscriptionFilterPopup {  }
.SubscriptionFilterPopup .MapSelector { font-size: 0.75em; background-color: White; padding: 0.4em; }
.SubscriptionFilterPopup .MapSelector .Tab1 { width: 1em; }
.SubscriptionFilterPopup .MapSelector .MapList { margin: 0.4em 0em 0.4em 0em; }
.SubscriptionFilterPopup .MapSelector .FeedbackBlue { height: 2.1em; }
.SubscriptionFilterPopup .AreaSelector { font-size: 0.75em; background-color: White; padding: 0.4em; }
.SubscriptionFilterPopup .AreaSelector .Tab1 { width: 1em; }
.SubscriptionFilterPopup .AreaSelector .MapList { margin: 0.4em 0em 0.4em 0em; }
.SubscriptionFilterPopup .AreaSelector .FeedbackBlue { height: 2.1em; }

/*RISIndexSearch - WaterstandSelector - Fileselector */
.FieldSetCB { /*border: 1px; 	border-style: none; 	border-top-style: solid; 	border-color: #5C6786; 	margin: 10px 0px 10px 10px; 	padding: 0px 10px 10px 10px;*/ padding-top: 10px; }
.FieldSetCB legend { color: #5C6786; font-weight: 900; margin-bottom: 5px; font-size: 0.9em; }
.FieldSetCB td { font-size: 0.7em; }
.FieldSetCB .rgPagerCell { font-size: 1em; }
.FieldSetCB th { font-size: 0.75em; }
.LineSpacing { line-height: 0.5em; }
.FieldSetCB table { border: 0px; }
.FieldSetCB table.search-table td { padding: 4px 2px; }
.FieldSetCB table.search-table td:nth-child(3) { padding-right: 10px; }
.FieldSetCB table.search-table label { margin-bottom: 0px; font-weight: normal; }
 

/* Facility */
.Facility { width: 40px; height: 40px; }
.image img { width: 400px; height: 400px; float: right; }
.detailKunstwerk h1 { color: #084c8e; font-size: 1.5em; font-weight: bold; }
.detailKunstwerk h2 { color: #23a491; font-size: 1.375em; }
.detailKunstwerk h3 { color: #23a491; font-size: 1.250em; }
.detailKunstwerk h4 { color: #23a491; font-size: 1.125em; }

/* Vertaling labels  */
.Cap { text-transform: capitalize; }
/* De eerste letter van elk woord wordt in hoofletters afgebeeld. */

/* Select van gerelateerde berichten*/
.SelectReferentie { height: 1px; }
/*probleem dat er een setting uit RADWINDOW meekomt die hoogte op 100% zet */

/* Pager van de BASS bijlagen - IE 7 bug */
.CellAligned .Pager { width: 250px; }
.FilterWarning { padding: 5px; }

/* ucDropDownCheckList control */
.ui-dropdownchecklist-wrapper { position: relative; margin-bottom: 2px; }
.ui-dropdownchecklist { position: relative; height: 20px; border: 1px solid #8e8e8e; border-right: 0; background: #fff url(/filestore/apps/VTSScheldt2009/images/dropdown.png) no-repeat center right; }
.ui-dropdownchecklist-hover, .ui-dropdownchecklist-active { background-image: url(/filestore/apps/VTSScheldt2009/images/dropdown_hover.png); border-color: #5794bf; }
.ui-dropdownchecklist-text { font-size: 1em; height: 20px; line-height: 20px; margin-right: 17px; text-transform: lowercase; /* background dropdown.png image */ }
.ui-dropdownchecklist-dropcontainer { background-color: #fff; border: 1px solid #8e8e8e; width: 520px; z-index: 1000; }
.ui-dropdownchecklist-item { }
.ui-dropdownchecklist-item-hover { background-color: #39f; }
.ui-dropdownchecklist-item-disabled label { color: #ccc; }
.ui-dropdownchecklist-item-hover .ui-dropdownchecklist-text { color: #fff; }
.ui-dropdownchecklist-group { font-weight: bold; font-style: italic; }
.ui-dropdownchecklist-indent { padding-left: 20px; }

.SearchPage { width: 914px; padding: 1px; }

/* popup style */
#backgroundPopup1 { display: none; position: fixed; _position: absolute; /* hack for IE6 */ height: 100%; width: 100%; top: 0; left: 0; background: #000000; border: 1px solid #cecece; z-index: 1; }
#popup1 { display: none; position: fixed; _position: absolute; /* hack for IE6 */ height: 384px; width: 408px; background: #FFFFFF; border: 2px solid #cecece; z-index: 2; padding: 12px; font-size: 13px; }
#popup1 h1 { text-align: left; color: #6FA5FD; font-size: 22px; font-weight: 700; border-bottom: 1px dotted #D3D3D3; padding-bottom: 2px; margin-bottom: 20px; }
#popup1Close { font-size: 14px; line-height: 14px; right: 6px; top: 4px; position: absolute; color: #6fa5fd; font-weight: 700; display: block; cursor: pointer; }

#backgroundPopup2 { display: none; position: fixed; _position: absolute; /* hack for IE6 */ height: 100%; width: 100%; top: 0; left: 0; background: #000000; border: 1px solid #cecece; z-index: 1; }
#popup2 { display: none; position: fixed; _position: absolute; /* hack for IE6 */ height: 300px; width: 500px; background: #FFFFFF; border: 2px solid #cecece; z-index: 2; padding: 12px; font-size: 13px; }
#popup2 h1 { text-align: left; color: #6FA5FD; font-size: 22px; font-weight: 700; border-bottom: 1px dotted #D3D3D3; padding-bottom: 2px; margin-bottom: 20px; }
#popup2Close { font-size: 14px; line-height: 14px; right: 6px; top: 4px; position: absolute; color: #6fa5fd; font-weight: 700; display: block; cursor: pointer; }


/* Combined file ~/filestore/apps/VTSScheldt2009/styles/menu.css on 08/09/2024 10:58:04 */
.CMS.MenuDynamic a { cursor: pointer }
.CMS.MenuDynamic ul {  margin-top:0px; margin-bottom:0px; }
.CMS.MenuDynamic .menu-horizontal li { float:left; }
.CMS.MenuDynamic .menu-horizontal a { padding: 0 10px; }
.CMS.MenuDynamic .menu-horizontal >li:first-child a { padding-left: 0}
.CMS.MenuDynamic .has-children li {float:none;}
.CMS.MenuDynamic .has-children ul {display:none;}
.CMS.MenuDynamic .has-children:hover > ul {display:block;}
.CMS.MenuDynamic li ul {
    z-index:10;
    position:absolute;
    border:solid 1px black;
    background: white;
}
.CMS.MenuDynamic li ul li {
    position: relative;
}
.CMS.MenuDynamic li ul li ul {
    position: absolute;
    left: calc(100%);
    top: -1px;
}

.CMS.MenuDynamic a {white-space: nowrap;}

/* Hoofding menu style*/
.hoofdingmenu a { color: #aaaaaa; text-decoration:none;}

.hoofdingmenu li:hover > div a {color: #a6bc09;}
.hoofdingmenu li ul li:hover > div {background-color: #a6bc09;}
.hoofdingmenu li ul li:hover > div a {color: #084c8e;}

.hoofdingmenu .CMS.MenuDynamic li ul {  }


/* Hoofdmenu style */
.hoofdmenu ul:first-child { padding-left: 170px; }
.hoofdmenu a { color: #ffffff; text-decoration:none; font-size: 0.75em;}
.hoofdmenu li ul a {color: #084c8e;}

.hoofdmenu li:hover > div a { color: #084c8e; }
.hoofdmenu li ul li:hover > div {background-color: #a6bc09;}
.hoofdingmenu li ul li:hover > div a {color: #084c8e;}


/* Footermenu style */
.footermenu a { color: #aaaaaa; }
.footermenu a:hover {	color: #FF5C01; }
.footermenu {padding-bottom:25px;}


/* submenu style */
.submenu {margin-top: 13px; margin-bottom: 10px; font-size:1em; border-right: solid 1px #dddddd;}
.submenu a { color: #084c8e; text-decoration:none; padding:0 24px 1px 0;}
.submenu li { margin: 3px 0px 3px 0px; }
.submenu li:hover > div a { color: #ffffff; }
.submenu li:hover > div { background-color: #23a491; }
.hoofdmenu li ul li:hover > div {background-color: #a6bc09;}
.hoofdingmenu li ul li:hover > div a {color: #084c8e;}


/* Combined file ~/filestore/apps/VTSScheldt2009/styles/layout_3col.css on 08/09/2024 10:58:04 */
/* ContentPane styles */
.ContentLeftPane { float: left; min-width:180px; max-width:290px; font-size:0.75em; overflow: hidden; margin-left:auto; margin-right:auto; }
.ContentPane { float: left; width: 630px; padding-left: 5px; padding-right: 5px; font-size: 0.75em; margin-left:auto; margin-right:auto; /*12px left: 180px;  */ }
.ContentRightPane { float: right; max-width: 160px; font-size: 0.75em; /*12px*/  }

.ContentPane a { font-size: 1em; /*12px*/ color: #084c8e; }
.ContentPane .singleLine { margin-bottom: 0px; }
.ContentPane .imageLeft { float: left; margin-top: 0px; margin-left: 0px; margin-bottom: 5px; margin-right: 5px; }
.ContentPane .imageRight { float: right; margin-top: 0px; margin-left: 5px; margin-bottom: 5px; margin-right: 0px; }
.ContentPane .tableBorder { border-color: #19476D; border-width: 2px; border-style: solid; padding: 5px; }
.ContentPane .Highlight { background-color: #FFFF00; color: #440000; }/* Combined file ~/filestore/apps/VTSScheldt2009/icons/icons.css on 08/09/2024 10:58:04 */
@font-face {
  font-family: "VTSScheldt2009-Icons";
  src: url('/filestore/apps/VTSScheldt2009/icons/fonts/VTSScheldt2009-Icons.eot');
  src: url('/filestore/apps/VTSScheldt2009/icons/fonts/VTSScheldt2009-Icons.eot?#iefix') format('eot'),
    url('/filestore/apps/VTSScheldt2009/icons/fonts/VTSScheldt2009-Icons.woff2') format('woff2'),
    url('/filestore/apps/VTSScheldt2009/icons/fonts/VTSScheldt2009-Icons.woff') format('woff'),
    url('/filestore/apps/VTSScheldt2009/icons/fonts/VTSScheldt2009-Icons.ttf') format('truetype'),
    url('/filestore/apps/VTSScheldt2009/icons/fonts/VTSScheldt2009-Icons.svg#VTSScheldt2009-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.VTSScheldt2009 .a-icon {
    font-family: VTSScheldt2009-Icons;
}

.a-icon {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size:100%;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.a-icon-rotate-180:before {
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
	display: inline-block
}

.a-icon-10px {
  font-size: 10px;
}
.a-icon-15px {
  font-size: 15px;
}
.a-icon-20px {
  font-size: 20px;
}
.a-icon-25px {
  font-size: 25px;
}
.a-icon-30px {
  font-size: 30px;
}
.a-icon-50px {
  font-size: 50px;
}
.a-icon-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.a-icon-2x { font-size: 2em; }
.a-icon-3x { font-size: 3em; }
.a-icon-4x { font-size: 4em; }
.a-icon-5x { font-size: 5em; }
.a-icon-fw {
  width: 1.2857142857142858em;
  text-align: center;
}



.VTSScheldt2009 .a-icon.a-icon-angle-double-down:before { content: "\EA01" }
.VTSScheldt2009 .a-icon.a-icon-angle-double-left:before { content: "\EA02" }
.VTSScheldt2009 .a-icon.a-icon-angle-double-right:before { content: "\EA03" }
.VTSScheldt2009 .a-icon.a-icon-angle-double-up:before { content: "\EA04" }
.VTSScheldt2009 .a-icon.a-icon-angle-down:before { content: "\EA05" }
.VTSScheldt2009 .a-icon.a-icon-angle-left:before { content: "\EA06" }
.VTSScheldt2009 .a-icon.a-icon-angle-right:before { content: "\EA07" }
.VTSScheldt2009 .a-icon.a-icon-angle-up:before { content: "\EA08" }
.VTSScheldt2009 .a-icon.a-icon-archive:before { content: "\EA09" }
.VTSScheldt2009 .a-icon.a-icon-arrow-down:before { content: "\EA0A" }
.VTSScheldt2009 .a-icon.a-icon-arrow-left:before { content: "\EA0B" }
.VTSScheldt2009 .a-icon.a-icon-arrow-right:before { content: "\EA0C" }
.VTSScheldt2009 .a-icon.a-icon-arrow-up:before { content: "\EA0D" }
.VTSScheldt2009 .a-icon.a-icon-asterisk:before { content: "\EA0E" }
.VTSScheldt2009 .a-icon.a-icon-attach-file:before { content: "\EA0F" }
.VTSScheldt2009 .a-icon.a-icon-bars:before { content: "\EA10" }
.VTSScheldt2009 .a-icon.a-icon-building:before { content: "\EA11" }
.VTSScheldt2009 .a-icon.a-icon-caret-down:before { content: "\EA12" }
.VTSScheldt2009 .a-icon.a-icon-caret-left:before { content: "\EA13" }
.VTSScheldt2009 .a-icon.a-icon-caret-right:before { content: "\EA14" }
.VTSScheldt2009 .a-icon.a-icon-caret-up:before { content: "\EA15" }
.VTSScheldt2009 .a-icon.a-icon-check-circle:before { content: "\EA16" }
.VTSScheldt2009 .a-icon.a-icon-check:before { content: "\EA17" }
.VTSScheldt2009 .a-icon.a-icon-cog:before { content: "\EA18" }
.VTSScheldt2009 .a-icon.a-icon-copy:before { content: "\EA19" }
.VTSScheldt2009 .a-icon.a-icon-download:before { content: "\EA1A" }
.VTSScheldt2009 .a-icon.a-icon-edit:before { content: "\EA1B" }
.VTSScheldt2009 .a-icon.a-icon-envelope-open:before { content: "\EA1C" }
.VTSScheldt2009 .a-icon.a-icon-envelope:before { content: "\EA1D" }
.VTSScheldt2009 .a-icon.a-icon-exclamation-circle:before { content: "\EA1E" }
.VTSScheldt2009 .a-icon.a-icon-exclamation:before { content: "\EA1F" }
.VTSScheldt2009 .a-icon.a-icon-external-link-alt:before { content: "\EA20" }
.VTSScheldt2009 .a-icon.a-icon-file-alt:before { content: "\EA21" }
.VTSScheldt2009 .a-icon.a-icon-file-audio:before { content: "\EA22" }
.VTSScheldt2009 .a-icon.a-icon-file-code:before { content: "\EA23" }
.VTSScheldt2009 .a-icon.a-icon-file-excel:before { content: "\EA24" }
.VTSScheldt2009 .a-icon.a-icon-file-image:before { content: "\EA25" }
.VTSScheldt2009 .a-icon.a-icon-file-pdf:before { content: "\EA26" }
.VTSScheldt2009 .a-icon.a-icon-file-powerpoint:before { content: "\EA27" }
.VTSScheldt2009 .a-icon.a-icon-file-video:before { content: "\EA28" }
.VTSScheldt2009 .a-icon.a-icon-file-word:before { content: "\EA29" }
.VTSScheldt2009 .a-icon.a-icon-file:before { content: "\EA2A" }
.VTSScheldt2009 .a-icon.a-icon-filter:before { content: "\EA2B" }
.VTSScheldt2009 .a-icon.a-icon-folder-open:before { content: "\EA2C" }
.VTSScheldt2009 .a-icon.a-icon-folder:before { content: "\EA2D" }
.VTSScheldt2009 .a-icon.a-icon-font:before { content: "\EA2E" }
.VTSScheldt2009 .a-icon.a-icon-globe:before { content: "\EA2F" }
.VTSScheldt2009 .a-icon.a-icon-home:before { content: "\EA30" }
.VTSScheldt2009 .a-icon.a-icon-inbox:before { content: "\EA31" }
.VTSScheldt2009 .a-icon.a-icon-info-circle:before { content: "\EA32" }
.VTSScheldt2009 .a-icon.a-icon-info:before { content: "\EA33" }
.VTSScheldt2009 .a-icon.a-icon-key:before { content: "\EA34" }
.VTSScheldt2009 .a-icon.a-icon-link:before { content: "\EA35" }
.VTSScheldt2009 .a-icon.a-icon-lock:before { content: "\EA36" }
.VTSScheldt2009 .a-icon.a-icon-minus-circle:before { content: "\EA37" }
.VTSScheldt2009 .a-icon.a-icon-minus:before { content: "\EA38" }
.VTSScheldt2009 .a-icon.a-icon-mobile-alt:before { content: "\EA39" }
.VTSScheldt2009 .a-icon.a-icon-pencil-alt:before { content: "\EA3A" }
.VTSScheldt2009 .a-icon.a-icon-phone:before { content: "\EA3B" }
.VTSScheldt2009 .a-icon.a-icon-plus-circle:before { content: "\EA3C" }
.VTSScheldt2009 .a-icon.a-icon-plus:before { content: "\EA3D" }
.VTSScheldt2009 .a-icon.a-icon-print:before { content: "\EA3E" }
.VTSScheldt2009 .a-icon.a-icon-redo-alt:before { content: "\EA3F" }
.VTSScheldt2009 .a-icon.a-icon-save:before { content: "\EA40" }
.VTSScheldt2009 .a-icon.a-icon-search:before { content: "\EA41" }
.VTSScheldt2009 .a-icon.a-icon-sitemap:before { content: "\EA42" }
.VTSScheldt2009 .a-icon.a-icon-spinner:before { content: "\EA43" }
.VTSScheldt2009 .a-icon.a-icon-sync-alt:before { content: "\EA44" }
.VTSScheldt2009 .a-icon.a-icon-times-circle:before { content: "\EA45" }
.VTSScheldt2009 .a-icon.a-icon-times:before { content: "\EA46" }
.VTSScheldt2009 .a-icon.a-icon-trash-alt:before { content: "\EA47" }
.VTSScheldt2009 .a-icon.a-icon-undo-alt:before { content: "\EA48" }
.VTSScheldt2009 .a-icon.a-icon-unlock:before { content: "\EA49" }
.VTSScheldt2009 .a-icon.a-icon-upload:before { content: "\EA4A" }
.VTSScheldt2009 .a-icon.a-icon-user-plus:before { content: "\EA4B" }
.VTSScheldt2009 .a-icon.a-icon-user-times:before { content: "\EA4C" }
.VTSScheldt2009 .a-icon.a-icon-user:before { content: "\EA4D" }
.VTSScheldt2009 .a-icon.a-icon-users:before { content: "\EA4E" }
.VTSScheldt2009 .a-icon.a-icon-window-close:before { content: "\EA4F" }
.VTSScheldt2009 .a-icon.a-icon-window-maximize:before { content: "\EA50" }
.VTSScheldt2009 .a-icon.a-icon-window-minimize:before { content: "\EA51" }/* Combined file ~/filestore/apps/AWFNews/UI/NewsMessage.css on 08/09/2024 10:58:04 */
.AWFNews .news-tags {
    margin-top: 5px;
}
.AWFNews .news-tags .news-tag {
    display: inline-block;
    padding: 3px 9px;
    margin-right: 10px;
}
.AWFNews .news-thumbnail {
    float:left;
    max-width: 250px;
    margin-right: 1em;
}/* Combined file ~/filestore/apps/AWFNews/icons/icons.css on 08/09/2024 10:58:04 */
@font-face {
  font-family: "AWFNews-Icons";
  src: url('/filestore/apps/AWFNews/icons/fonts/AWFNews-Icons.eot');
  src: url('/filestore/apps/AWFNews/icons/fonts/AWFNews-Icons.eot?#iefix') format('eot'),
    url('/filestore/apps/AWFNews/icons/fonts/AWFNews-Icons.woff2') format('woff2'),
    url('/filestore/apps/AWFNews/icons/fonts/AWFNews-Icons.woff') format('woff'),
    url('/filestore/apps/AWFNews/icons/fonts/AWFNews-Icons.ttf') format('truetype'),
    url('/filestore/apps/AWFNews/icons/fonts/AWFNews-Icons.svg#AWFNews-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}



.AWFNews .a-icon.a-icon-rss { font-family: AWFNews-Icons; }

.AWFNews .a-icon.a-icon-rss:before { content: "\EA01" }