/* app style sheet, must be included before eas  style sheets */
/* filename: ./css/app_style.css  */
/* all application specific styles should be defined at the end of this file */
:root {
  --slideout_container_right: 100%;
  --slideout_container_left: 260px;
  --slidebar_wrapper_width: 260px;
  --slideout_menu_width: 260px; /*dit is de menu text binnen slidebar wrapper = slideout_menu -50*/
  --slideout_text_width: 200px; /*dit is de menu text = slideout_menu -50*/
  --body_text_size_std:14px;
  --menu_text_size_std:13px;
  --body_text_size_mob:12px;
  --menu_text_size_mob:14px;
  --text-color_default: #FBFFD3;
  /*--background_body: #1e90ff;
  --background_page: #9ac0d7;
  --text_basic: #ffffff;
  --light: var(--background_page);
  --menu_background: #0b6ccd;
  --menu_sub_background: #3657b1;
  --menu_text: #c0d9e8;
  --menu_hover: #12069a;
  --menu_icon: #3657b1;
  --button_bg: #FBFFD3;
  --button-border: #FBFFD3;
  --button-hover-color: #090908;
  --button-color: #FBFFC9;
  --scrollbar: #1e90ff;
  --scrollbar_background: #12069a;
  --scrollbar_active: #9ac0d7;
  --dark: var(--text_capital);
  --text_capital: #12069a ;
  --kader_lijn: #12069a ;
  --bs-link-color: #FBFFC9;
  --link-text: #FBFFC9;
  /* voorbeeld wat ook kan  --kleurverloop: linear-gradient(var(--lichtekleur), var(--donkerekleur));
  aanroepen met background: var(--background_body); */
}



body {
    font-family: 'PT Sans', sans-serif;
    font-size: var(--body_text_size_std);
    background-color: #BEBD8A;
    color: #0C3E06;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

h1, .h1 {color: #0C3E06;font-size: 2.5rem;}
h2, .h2 {color: #0C3E06;font-size: 2rem;}
h3, .h3 {color: #0C3E06;font-size: 1.75rem;}
h4, .h4 {color: #0C3E06;font-size: 1.5rem;}
h5, .h5 {color: #0C3E06;font-size: 1.25rem;}
h6, .h6 {color: #0C3E06;font-size: 1rem;font-weight: bold}

.page_title {
  color: var(--text-color_default);
  padding-left: 0px !important;
  line-height: 0.8;
  font-size: 0,9rem; /* titel*/
}

.page_slogan {
  color: var(--text-color_default);
  line-height: normal;
  font-size: 0,7rem; /* slogan*/
}

.container-top {
	top: 0;
  border-radius: 5px;
  border: 1px solid #0C3E06;
	width: 100%;
  height: 50px;
  background-color: #5B7948;
  background-image: -webkit-linear-gradient(top, #5B7948, #AEDC8D);
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	color: var(--text-color_default);
}

.container-top a {
	color: white;
	padding-left: 5px;
	padding-right: 5px;
}

.container-top.dev {  /* to show that this is a dev sid */
    background-color: red;
    background-image: -webkit-linear-gradient(left, red, #AEDC8D);
}

.container-top.shadow {  /* to show this is a shadow eas */
    background-color: #e0b3ff;
    background-image: -webkit-linear-gradient(left, #e0b3ff, #AEDC8D);
}


.footer {
	width: 100%;
	perspective: 300px;
	transform-style: preserve-3d;
    margin-top: 0.5rem;
}

.footer-container {
    background-color: #AEDC8D;
    background-image: -moz-linear-gradient(top, #AEDC8D, #7EA862);
    background-image: -ms-linear-gradient(top, #AEDC8D, #7EA862);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#AEDC8D), to(#7EA862));
    background-image: -webkit-linear-gradient(top, #AEDC8D, #7EA862);
    background-image: -o-linear-gradient(top, #AEDC8D, #7EA862);
    background-image: linear-gradient(top, #AEDC8D, #7EA862);
    color: #FBFFD3;
    border: 1px solid #0C3E06;
    border-radius: 5px;
}

.footer-content {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
    line-height: 50px;
}

/*----------------sidebar-wrapper----------------*/
.sidebar-wrapper {
  width: var(--slidebar_wrapper_width);
  min-height: 100vh;
  z-index: 999;
  overflow-x: hidden;
}

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  /* jwdh was 12 */
}

.sidebar-wrapper a {
  text-decoration: none;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
  padding: 0px 2px 2px;
  display: flex;
  align-items: center;
}


.sidebar-wrapper .sidebar-brand > a {
  font-weight: bold;
  flex-grow: 1;
  color:#0C3E06 !important;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
}
.sidebar-wrapper .sidebar-brand .navbar-brand {
  margin-right: 0px;   /* to enable max width for logo */
}

/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
  padding: 8px;
  overflow: hidden;
  display: inline-block;
}

.sidebar-wrapper .sidebar-header .user-pic {
  float: left;
  width: 100px;
  padding: 2px;
  border-radius: 12px;
  margin-left: 12px;
  margin-right: 12px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
  float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
  display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 12px;
  margin-top: 4px;
}
.sidebar-wrapper .sidebar-header .user-info .user-name {
  font-size: 16px;
  margin-top: -5px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 10px;
  margin-right: 4px;
  color: #1aff1a;
}
.sidebar-header > div > a {
  flex-grow: 1;
  font-size: 12px;
  text-align: left;
  height: 30px;
  line-height: 30px;
  position: relative;
  color: #FBFFD3;  
  margin-right: 10px;
}

.sidebar-header > div > a:hover {
  color: #000;
  background-color:#FBFFD3; 
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
  padding-left: 6px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: var(--menu_text_size_std);
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

a.submenu1, a.submenu2, a.submenu3 {
  color: #FBFFD3;
  width: var(--slideout_text_width);
  display: inline-block;
  padding: 2px 0x 2px 2px;
}

a.submenu1:hover, a.submenu2:hover, a.submenu3:hover {
  color: #0C3E06;
  background-color:#FBFFD3; 
}
a.submenu1 {
  padding: 2px 0px 2px 2px !important;
}

a.submenu2 {
  padding-left: 16px;
  background-color: #B0B178;
}

a.submenu3 {
  padding-left: 26px;
  background-color: #B0B178; 
}

a.submenu-open {
  padding: 2px 0px 2px 2px;
  width: 10% ;
  color: #0D3E06 ; /* icon selecteer submenu*/;;
}

.sidebar-wrapper .sidebar-menu a i { 
  margin-right: 0px;
  font-size: 20px; /* menu button */
  width: 28px;
  height: 28px;
  text-align: center;
}

.sidebar-wrapper .sidebar-menu a:hover > i::before {
  display: inline-block;
  color:#FBFFD3;            
  animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  content: ">";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu a {
  padding-left: 10px;
  font-size: var(--menu_text_size_std);
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}

.sidebar-wrapper .sidebar-menu a span.label,
.sidebar-wrapper .sidebar-menu a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu a .label {
  float: right;
  margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}

@keyframes swing { /* for animating the menu icons */
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
  width: 100%;
  display: flex;
}

.sidebar-footer > a {
  flex-grow: 1;
  font-size: 12px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
}

.sidebar-footer > a .notification {
  position: absolute;
  top: 0;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #0D3E06;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #7DA862;
}
::-webkit-scrollbar-thumb:active {
  background: #0C5505;
}
::-webkit-scrollbar-track {
  background: #B0B078;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

/*-----------------------------color settings for sidebar-------------------------------------------------*/

.sidebar-wrapper {
    background: #90b576;
}

.sidebar-wrapper .sidebar-header,
.sidebar-wrapper .sidebar-search,
.sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #90b576;
}

.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text {
    border-color: transparent;
    box-shadow: none;
}

.sidebar-wrapper .sidebar-header .user-info .user-role,
.sidebar-wrapper .sidebar-header .user-info .user-status,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-brand>a,
.sidebar-wrapper .sidebar-menu ul li a,
.sidebar-footer>a {
 color: #FBFFC9; 
}

.sidebar-wrapper .sidebar-menu a i,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text {
    background: #90b576; /*icon achtergrond*/
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown{
     background: #90b576;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
    color: #6c7b88;
}

.sidebar-footer {
    background: #b59276;
    box-shadow: 0px -1px 5px #282c33;
    border-top: 1px solid #464a52;
}

.sidebar-footer>a:first-child {
    border-left: none;
}

.sidebar-footer>a:last-child {
    border-right: none;
}
/* slide out definities */

.panel:before {  /* to close slideout panel with mlouse click */
  content: '';
  display: block;
  background-color: rgba(0,0,0,0);
  transition: background-color 0.5s ease-in-out;
}

.panel-open:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(177, 11, 11, 0.5);
  z-index: 99;
}
.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: var(--slideout_menu_width);
  /* jwdh dit was width: 256px;*/
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  max-width: 960px;
  background-color: #BEBD8A;
  min-height: 100vh;
  padding: 0;
  margin: 0 auto;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow-y: auto;
  overflow-x: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}
.slideout-menu.pinned {
    display: block;
}

.slideout-panel-left {
  left: 0;
}
.slideout-panel-right.pinned {
	margin-right: var(--slideout_container_right);
}
.slideout-panel-left.pinned {
	margin-left: var(--slideout_container_left);

}
.slideout-panel-right {
  right: 0;
}
.slideout-panel-right.pinned {
	margin-left: 0;
}

/* end of sidebar & slideout defs */

/* Toegevoegd door JW */


.container-hidg {
  border: 1px solid #0C3E06;
	border-radius: 5px;
	padding: 4px;
  background-color: #FBFFD3;
  width: 100%;
	margin: 4px 0px 4px 0px;
  box-shadow: 0 2px 6px #0C3E06;
  overflow: auto;
}

.fa-times {
  background-color: #FBFFD3;
}

.url_display {
  color: var(--text-color_default);
}

/* MBS bezetting tabel start */

.prijskleur_1 {
  background: #FF4F60 !important;
  padding: 4px 1px 4px 1px !important;
}
.prijskleur_2 {
  background: #FF864D !important;
  padding: 4px 1px 4px 1px !important;
}
.prijskleur_3 {
  background: #FFDA59 !important;
  padding: 4px 1px 4px 1px !important;
}
.prijskleur_4 {
  background: #FEFF4F !important;
  padding: 4px 1px 4px 1px !important;
}
.prijskleur_5 {
  background: #B1FF43 !important;
  padding: 4px 1px 4px 1px !important;
}
.prijskleur_6 {
  background: #97FF96 !important;
  padding: 4px 1px 4px 1px !important;
}

.status_B {
  background: red !important;
}
.status_O {
  background: orange !important;
}
.status_ {
  background: lightgreen !important;
}

.status_NA {
  background: #CEFFFE !important;
  padding: 4px 1px 4px 1px !important;
}

/* Geen lijnbreaks bij bezetting cellen met grote bedragen */ 
.nowrap {
  white-space:nowrap;
}
/* bezetting tabel einde */

/* tabel*/
.tbl-container {
  width: 99%;
  margin-top: 10px;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 0px;
  border:1px solid #0D3E06 !important;
}
.th{
  background-color:#AEDD8D;
  text-align: center;
}

.bdr {
  border-radius: 5px !important;
  overflow: hidden !important;
}

table.table-bordered{
  border-radius: 5px !important;
	padding: 2px;
  border:1px solid #0D3E06 !important;
  margin-bottom: 0px !important;
  /*margin-top:20px;*/
}
table.table-bordered > thead > tr > th{
  border:1px solid #0D3E06;
}
table.table-bordered > tbody > tr > td{
  border:1px solid #0D3E06;
}


.top_borderline {display:inline-block; 
  border-top:1px solid #0D3E06;
}

.left_borderline {display:inline-block; 
  border-left:1px solid #0D3E06;
}


/* einde table */

/* cards */
/* .btn { */
  /* padding: 2px; */
  /* width: calc(40% - 2px); */
/* } */

.btn-primary {
  --bs-btn-color: #0D3E06;
  --bs-btn-bg: #AEDD8D;
  --bs-btn-border-color: #0D3E06;
  --bs-btn-hover-color: #FBFFC9;
  --bs-btn-hover-bg: #0D3E06;
  --bs-btn-hover-border-color: #0D3E06;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.container-fluid {
  --bs-gutter-x: 1rem;
  margin-left: 0,5rem;
  margin-right: 1rem;
  padding: 2rem;
  
}

.tab-pane {
  border-top: none;
  border-left: 1px solid #0D3E06;
  border-right: 1px solid #0D3E06;
  border-bottom: 1px solid #0D3E06;
  border-radius: 0px 0px 5px 5px;
  padding: 0px 5px 5px 5px;
  background-color: #FBFFD3;
  /* toegevoegd om container te verlengen tbv img*/
  overflow: auto;
}

.nav-tabs {
  border-bottom: 0px;
  }

  .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color:#FBFFC9;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color:#7DA862;
  border-bottom: 0px;
  }
  
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0D3E06 !important;
    background-color: #FBFFD3;
    border-color: #0D3E06 #0D3E06 #FBFFD3;
}
/*overfow toegevoegd tbv img */
.card-body {
  padding: 0 !important;
  overflow: auto;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
  }
 
.nav-link {
  margin-right: 9px !important;
  padding-left:10px !important;
  padding-right: 10px !important;
  padding-top:10px !important;
  padding-bottom: 5px !important;
  border-color:  #FBFFD3 #FBFFD3  #7DA862 #FBFFD3 !important;
}  

.nav-link.active {
  background-color: #FBFFD3 !important;
  border-color: #0D3E06 #0D3E06 #FBFFD3 !important;
  margin-right: 9px !important;
  padding-left:10px !important;
  padding-right: 10px !important;
  padding-top:10px !important;
  padding-bottom: 5px !important;
   
}  

.nav-link.hover {
  background-color: #FBFFD3 !important;
  border-color: #0D3E06 #0D3E06 #FBFFD3 !important;
}  

.nav-link.focus, .nav-link.hover {
  color: #FBFFD3 !important;
  }

.card-header {
  --bs-link-color: #FBFFC9;
  --bs-link-hover-color: #0C3E06;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 9px 5px 0px 5px;
  margin-bottom: 0;
  background-color: #7DA862;
  background-image: -moz-linear-gradient(top, #AEDC8D, #7EA862);
  background-image: -ms-linear-gradient(top, #AEDC8D, #7EA862);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#AEDC8D), to(#7EA862));
  background-image: -webkit-linear-gradient(top, #AEDC8D, #7EA862);
  background-image: -o-linear-gradient(top, #AEDC8D, #7EA862);
  background-image: linear-gradient(top, #AEDC8D, #7EA862);
  border-top: 1px solid #0C3E06;
  border-left: 1px solid #0C3E06;
  border-right: 1px solid #0C3E06;
  border-bottom: 1px solid #7DA862;
  margin-left: 2px;
  margin-right: 2px;
  }

  .Algemeen {
    --bs-gutter-x: 1rem;
    margin-left: .1rem;
    margin-right: .1rem;
    padding: .1rem;
    overflow: auto;
  }
  .Attracties {
    --bs-gutter-x: 1rem;
    margin-left: .1rem;
    margin-right: .1rem;
    padding: .1rem; 
    overflow: auto;
  }
  .Restaurants {
    --bs-gutter-x: 1rem;
    margin-left: 0,5rem;
    margin-right: 1rem;
    padding: .5rem;
    overflow: auto; 
  }
  .Markten {
    --bs-gutter-x: 1rem;
    margin-left: .1rem;
    margin-right: .1rem;
    padding: .5rem; 
    overflow: auto;
  }
  .Inkopen {
    --bs-gutter-x: 1rem;
    margin-left: .2px;
    margin-right: 2px;
    padding: 2px; 
    overflow: auto;
  }
  .Bakker {
    padding: 4px 4px  4px 4px; 
  }

/* --------- specifiek voor foto's */
/* titel foto's banner voor lightslider */
.Banner-Foto {
  border: 1px solid #0D3E06;
  border-radius:5px;
  padding:0px;
  margin-top:5px;
}

/* ------ floating foto's in text bij bv stad-algemeen*/ 



.Place-Right {
  overflow: hidden; 
  max-width: max-content;
  padding:auto;
  margin:auto;
}

.Place-Center{
  overflow: hidden; 
  max-width: max-content;
  margin:auto;
  text-align: center; 
  border-radius: 5px;
  border: 1px #0C3E06 solid;
  padding: 4px; 
}


.Place-Left {
  overflow: hidden; 
  max-width: max-content;
  padding:auto;
  margin:auto;
}

.figure {
  max-width: max-content;
  border-radius: 5px;
  border: 1px #0C3E06 solid;
  padding: 4px;
  margin: 0px;
}

/* text onder foto's in groene balk */
.figcaption {
  background-color: #7DA862;
  background-image: -moz-linear-gradient(top, #AEDC8D, #7EA862);
  background-image: -ms-linear-gradient(top, #AEDC8D, #7EA862);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#AEDC8D), to(#7EA862));
  background-image: -webkit-linear-gradient(top, #AEDC8D, #7EA862);
  background-image: -o-linear-gradient(top, #AEDC8D, #7EA862);
  background-image: linear-gradient(top, #AEDC8D, #7EA862);
  color: #FBFFD3;
  font-style: italic;
  padding: 2px;
  text-align: center;
}
/* -------- einde floating foto's in text bij bv stad-algemeen*/ 
/* Foto's naast of onder elkaar en indien window <700 foto's verkleinen */
.foto_row_s {
  margin: 0px !important;
  padding: 0px !important;
}
.foto_col_s {
  text-align: center;
  margin: 0px;
  padding:0px;
}


/* --------- start thumnails ---------------------------------*/
/* voor popup border van foto thumnails  */
.no_padding {
  padding: 0px !important;
  margin: 0px !important;
 }

 .thumnail-container {
  --bs-gutter-x: 1rem;
}
 .thumnail_img_link {
   border: 4px solid transparent;
   width: 100% ;
 }
 .thumnail_img_link:hover {
   border-color:  #0D3E06;
 } 
 /* einde popup border van foto thumnails  */
/* eruit ? wordt niet gebruikt mi
.box-container {
  display: contents;
} */


.thm {
  padding-left: .5rem;
  padding-right: .5rem;
}
.Thumnail_no_link {
  overflow: hidden; 
  max-width: max-content;
  padding:auto;
  margin-right: .5rem;
  float: left;
  border: 4px solid transparent;
}
.Thumnail {
  overflow: hidden; 
  max-width: max-content;
  padding:auto;
  margin-right: .5rem;
  float: left;
  border: 4px solid transparent;
}
.Thumnail:hover {
  border-color:  #0D3E06;
} 

.thumnail_headerrow {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 4px 4px 4px 4px;
  background-color: #7DA862;
  Border: 1px #0C3E06 solid;
  box-shadow: 0 2px 6px rgba(0,0,0,.30);
  margin-top: 10px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
}

.thumnail_toprow {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 4px 4px 4px 4px;
  border: 1px #0C3E06 solid;
  margin-top: 5px;
}

.thumnail_row2 {
  padding:4px 4px 4px 4px;
  border-bottom: 1px #0C3E06 solid;
  overflow: auto;
  border-left: 1px #0C3E06 solid;
  border-right: 1px #0C3E06 solid;
}

.thumnail_row {
  padding:4px 4px 4px 4px;
  /*border-bottom: 1px #0C3E06 solid;*/
  overflow: auto;
  border-left: 1px #0C3E06 solid;
  border-right: 1px #0C3E06 solid;
}

.thumnail_bottomrow {
  padding: 4px 4px 4px 4px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: .5rem;
  border-left: 1px #0C3E06 solid;
  border-right: 1px #0C3E06 solid;
  border-bottom: 1px #0C3E06 solid;
  overflow: auto;

}

/* ---------einde thumnails ---------------- */
/* om <ol> en <ul> rechts van images juist te plaatsen */
.text ul {
	margin:0;
	padding:0 0 0 1.5em;
	list-style:disc;
}

.text {
	zoom:1.0;
	overflow:hidden;
}

.std_page {
  padding: 4px 4px 4px 4px;
}
.page_title{
  padding:6px 6px 6px 6px;
}

/* einde plaatsen van ul en ol naast images */

.kader {
  border: 1px solid #0C3E06 !important;
	border-radius: 5px !important;
  Max-width : 100% ;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 5px;
  padding:4px;
}

a.basic:visited, a.basic:link {
  color:#FF864D;
  text-decoration: underline;
}

a.basic:hover {
  color: #0C3E06;
  text-decoration:double;
}



/* toegevoegde @media dient aan einde van css file te staan*/
@media screen and (max-width: 700px) {
  .Thumnail-img {
    width: 175px;
    height: auto ;
  }
  .img_col{
    max-height:100%;
    width: 320px;
    height: auto ;
  }
  .Place-Right {
    text-align: center;
  }
  .Place-Left {
    text-align: center;
  }
  .nav-link {
    margin-right: 3px !important;
    padding-left:5px !important;
    padding-right: 5px !important;
    padding-top:8px !important;
    padding-bottom: 5px !important;  
  }   
  .nav-link.active {
    margin-right: 3px !important;
    padding-left:5px !important;
    padding-right: 5px !important;
    padding-top: 8px !important;
    padding-bottom: 5px !important;    
  }  
}


@media screen and (min-width: 700px) {
  .Place-Right {
    float: right;
    margin-left: 1rem;
  }
  .Place-Left {
    float: left;
    margin-right: 1rem;
  }
  .sidebar-menu{
  font-size: var(--menu_text_size_std);
  }
}

@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar-menu{
    font-size: 14px;
    }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
}

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
  .sidebar-menu{
    font-size: var(--menu_text_size_mob);
    }
  .body {
    font-size: var(--menu_text_size_std);
  }
  .alert {
    font-size: 14px;
  }  
}
@media (max-width: 576px) { /* change default font size */
  body {
      font-size: var(--menu_text_size_std);
  }
  .alert {
      font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  /* Add a pseudo element with the 
     text from attribute 'data-abbr' */
  .url_display[data-abbr]::after { 
      content: attr(data-abbr); 
  }
  
  /* Hide the original label */
  .url_display > span { display: none; }
}



