/*
26/3/2025 version 2.2.3  : agenda display css grid
10/04/2025  x 2.3.0 :  resover, resdetail & custom checkbox
05/06/2025  x 2.3.1 :  css autokey grid props
14/03/2026  x 2.4.0  : modal configuratioin form added
*/
select {
   width: auto;
}
select:focus{
   background-color:#c1fff9;
}
body {
  margin: 0;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #222;
  background-color: #f4fffe;
}
.hirtitle{
   font-size: 17px;
   font-weight: 600;
   line-height: 18px;
   margin:  0;
   margin-top: 6x;
   margin-bottom: 6px;
   color: #1124F7B3;
}

.inputbox .input[readonly]{
    background-color: #eeeeee;
}
.smallfont{
    font-size: xx-small;
}
/*
updates of tables.less na vergelijking jui versie met template jefrita versie
*/
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #c1fff9;
}

.table-hover tbody tr:hover > th {
	background-color: aquamarine;
}

.table .tarrow td {
	vertical-align: middle;
	line-height: 16px;
}
.table .tarrow .rowbtn {
	width: 100%;
	line-height: 16px;
	vertical-align: middle;	
}
/*
additional btn-hiron classes
*/
.btn-hiron input[type="submit"]{
	padding: 4px 10px;
	font-size: 13px;
	text-decoration: none;
/*	background-color: #00bb55; */
	background-color: #00da63;
	background-image: -moz-linear-gradient(top,#00ee6c,#00bb55);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#00ee6c),to(#00bb55));
	background-image: -webkit-linear-gradient(top,#00ee6c,#00bb55);
	background-image: -o-linear-gradient(top,#00ee6c,#00bb55);
	background-image: linear-gradient(to bottom,#00ee6c,#00bb55);
	background-repeat: repeat-x;
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ed6c', endColorstr='#ff00bb55', Gradient[]Type=0);*/
	color: #000;
	border: 1px solid #00bb55;
        vertical-align: middle;
}
.btn-hiron  input[type="submit"]:hover {
	color: white;
}

.rowbtna {
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	width: 70%;
	text-decoration: none;
	background-color: #00da63;
	background-image: -moz-linear-gradient(top,#00ee6c,#00bb55);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#00ee6c),to(#00bb55));
	background-image: -webkit-linear-gradient(top,#00ee6c,#00bb55);
	background-image: -o-linear-gradient(top,#00ee6c,#00bb55);
	background-image: linear-gradient(to bottom,#00ee6c,#00bb55);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ed6c', endColorstr='#ff00bb55', GradientType=0);
	color: #000;
	font-style: italic;
	border: 0;
	width: auto;
}
.rowbtna:hover {
	color: white;
}

/*
additional classes for vdc (from vdc.less template jefrita joomla 3.10)
*/
.vdc-menu {
	clear: left;
	width: 100%;
	font-size: 1.1 em;
}
.vdc-menu a {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 5px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	border: 1px solid #00bb55;
	background-color: #c1fff9;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	float: left;
	text-decoration: none;
	color: #00bb55;
}
.vdc-menu a:hover,
.vdc-menu a:focus {
	background-color: #8efff5;
	font-style: italic;
}
.vdc-menu .active a {
	color: #f4fffe;
	background-color: #00bb55;
	text-decoration: none;
	opacity: 1.0;
}
div .tableoverflow {
	overflow: scroll;
}
.datagrid {
	font-weight: normal;
	font-size: 1em;
	margin: .4em .4em .4em 2em;
	color: #000000;
	background-color: #fff;
	border-collapse: separate;
	border-spacing: 1px;
}
.bord {
	border: 1px solid #74d074;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* 
grid classes for agenda 
*/

.agendactn
{
    display : grid;
    gap: 1px;
    margin-top: 8px;
}
.agendarow
{
    display : inline-grid;
    gap: 1px;    
    grid-template-columns: repeat(7, 1fr);  
    grid-auto-rows: 90px; 
}
.agendahead
{
    display : inline-grid;
    gap: 1px;    
    grid-template-columns: repeat(7, 1fr);  
    grid-auto-rows: 20px; 
}
.agsubcell2{
   display : inline-grid;
   grid-template-rows: 17px 1fr;  
}

.agsubcell3{
   display : inline-grid;
   grid-template-rows: 17px 1fr 1fr;  
}

.agendactn .datum{
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	width: auto;   
}
.maandy {
     color : #FFFFCC;
     background-color: #0064cd;
     border: 1px solid #FFFFCC;  
     border-radius: 3px;
}
.maandb {
     color :#0064cd; 
     background-color: #FFFFCC;
     border: 1px solid #0064cd; 
     border-radius: 3px;
}
.agendactn .agendasel {
	font-size: 0.8em;
	text-align: left;
	font-style: italic;
	border: 1px solid #74d074;
	border-radius: 3px;
	background-color: #bbbb00;
	color: blue;
	background-color: #cccc22;
	background-image: linear-gradient(to right,#888800,#cccc22);
	background-repeat: repeat-x;
}        
.agendactn .periodelaag {
	font-size: 0.8em;
	text-align: left;
	font-style: italic;
	border: 1px solid #74d074;
	border-radius: 3px;
	background-color: #AAffAA;
	background-image: linear-gradient(to right,#66ff66,#AAffAA);
	background-repeat: repeat-x;
	}
.agendactn .periodehoog {
	font-size: 0.8em;
	text-align: left;
	font-style: italic;
	border: 1px solid #74d074;
	border-radius: 3px;
	background-color: #66cc66;
	background-image: linear-gradient(to right,#40bf40,#66cc66);
	background-repeat: repeat-x;
	border: 1px solid #60aa60;
}

.agendactn .aghead { 
	background-color: #c1e5ff;
        border: 1px solid blue;
        border-radius: 3px;
        color: blue;
        font-size: 1em;
	text-align: center;
	}
.agendagctn   .geenagenda {
	text-align: center;
	background-color: #CCCCCC;
}
.gereserveerd {
	font-size: 0.8em;
	text-align: center;
	background-color: #FFCCCC;
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	border: 1px solid #ff8080;
	border-radius: 3px;
}
.agendactn .dagres {
	font-size: 0.8em;
	text-align: center;
	background-color: #FFCCCC;
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	border: 1px solid #ff8080;
	border-radius: 3px;
}
.actreservatie {
	font-size: 0.9em;
	text-align: center;
	background-color: #CCCCFF;
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	border: 1px solid #8080ff;
	border-radius: 3px;
}
.agendactn .dagactres {
	font-size: 0.8em;
	text-align: center;
	background-color: #CCCCFF;
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	border: 1px solid #8080ff;
	border-radius: 3px;
}
.agendactn .agendasel {
	font-size: 0.8em;
	text-align: left;
	font-style: italic;
	border: 1px solid #74d074;
	border-radius: 3px;
	background-color: #bbbb00;
	color: blue;
	background-color: #cccc22;
	background-image: linear-gradient(to right,#888800,#cccc22);
	background-repeat: repeat-x;
}
/*
.agendagctn .hdagactres {
	font-size: 0.8em;
	text-align: center;
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	border: 1px solid #8080ff;
	border-radius: 3px;
}
*/
/* 
end grid classes for agenda 
*/


.autokeyctn
{
    display : grid;
    gap: 1px;
    margin-top: 8px;
    background-color: white;
}
.autokeyhead
{
    display : inline-grid;
    font-size: 1.1em;
    background-color: #c1e5ff;
    color: blue ;  
    grid-template-columns: 40% 30% 30%;
    grid-auto-rows:   25px;
}
.autokeyrow
{
    display : inline-grid;      
    grid-auto-rows: minmax(25px, max-content);
    row-gap: 1px;
    color: blue;
    grid-template-columns: 40% 30% 30% ;
}
.dbsearchhead
{
    display : inline-grid;
    font-size: 1.1em;
    background-color: #c1e5ff;
    color: blue ;  
    grid-template-columns: 10% 15% 15% 60%;
    grid-auto-rows:   25px;
}
.dbsearchrow
{
    display : inline-grid;      
    grid-auto-rows: minmax(25px, max-content);
    row-gap: 1px;
    color: blue; 
    grid-template-columns: 10% 15% 15% 60%;
}
/* 
grid classes for tarieven 
*/
.tarievenctn
{
    display : grid;
    gap: 1px;
    margin-top: 8px;
    background-color: white;
}
.tarievenrow
{
    display : inline-grid;    
    grid-template-columns:  15%  20% 13%  13% 13% 13% 13%;
    grid-auto-rows: minmax(30px, max-content);
    row-gap: 1px;
    color: blue;
}
.tarievenhead
{
    display : inline-grid;
    grid-template-columns: 15%  20% 13%  13% 13% 13% 13%;
    grid-auto-rows:   30px;
    font-size: 1.1em;
    background-color: #c1e5ff;
    color: blue ;  
}
.tarievenctn .headline { 
	background-color: #c1e5ff;
     /*   border: 1px solid blue;
        border-radius: 3px; */
        color: blue;
        font-style: italic;
        font-size: 1.1em;
        font-weight: 400;
	text-align: left;
}
.tarievenctn .btn-hiron{
	width:75%;
	line-height: 16px;
	vertical-align: middle;	
        padding: 1px;
}
.tarievenrow .oddrow{
    background-color:#c1e5ff;    
}
.tarievenrow .evenrow{
    background-color: #FFFFCC;     
}
/* 
grid classes for resoverview 
*/
.resoverctn
{
    display : grid;
    gap: 1px;
    margin-top: 8px;
    background-color: white;
}
.resoverrow
{
    display : inline-grid;    
    /*   grid-template-columns: repeat(9, minmax(20px,max-content)); */ 
    grid-template-columns: 20% 15% 8% 25% 15% 5% 12%;
    grid-auto-rows: minmax(40px, max-content);
    row-gap: 1px;
    color: blue;
}
.resoverhead
{
    display : inline-grid;
    grid-template-columns: 20% 15% 8% 25% 15% 5% 12%;
    grid-auto-rows:   40px;
    font-size: 1.1em;
    background-color: #c1e5ff;
    color: blue ;  
}
.resovercell2{
   display : inline-grid;
   grid-template-rows: 1fr 1fr;  
}
.resovercell2b{
   display : inline-grid;
   grid-template-rows: 1fr 1fr;   
   border-bottom: 1px solid blue;
   border-left: 1px solid blue;
   border-radius: 2px; 
}

.oddrow {
   /*  color : #FFFFCC; */
    
  /*   border: 1px solid blue;  
     border-radius: 1px; */
     padding-left : 0.2em ;
  /*   border-right: 1px solid blue;  */
}
.evenrow {
     background-color: #FFFFCC;
  /*   border: 1px solid blue; 
     border-radius: 1px;*/
     padding-left : 0.2em ;
  /*border-right: 1px solid blue;   */   
}
.resoverctn .headline { 
	background-color: #c1e5ff;
     /*   border: 1px solid blue;
        border-radius: 3px; */
        color: blue;
        font-style: italic;
        font-size: 1.1em;
        font-weight: 400;
	text-align: center;
}
.resoverctn .btn-hiron{
	width: 48%;
	line-height: 16px;
	vertical-align: middle;	
        padding: 1px;
}
.resoverrow .oddrow{
    background-color:#c1e5ff;    
}
.resoverrow .evenrow{
    background-color: #FFFFCC;     
}

/** classes for Messages 
*/
.alert-message{
    background-color: #c1e5ff;
    color: blue;
    border-color : blue;
    border-style: solid;
    border-left-width: 5px;
    border-bottom-width: 1px;
    border-right-width:1px;
    border-top-width: 1px;
    padding : 8px;
    font-size: 1.2em;
}
.error-message{
    background-color:#ffccff ;
    color: #ff0033 ;
    border-color :#ff0033;
    color: red ;
    border-color :red;
    border-style: solid;
    border-left-width: 5px;
    border-bottom-width: 1px;
    border-right-width:1px;
    border-top-width: 1px;  
    padding : 8px;
    font-size: 1.2em;
}
.linktable {
	margin-left: 30px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: green;
	font-weight: normal;
	font-size: 10pt;
	border-collapse: collapse;
	border: 1px solid green;
}
.italic {
	font-style: italic;
}
.btn-group select {
	width: auto;
/*	background-color: #c1fff9; */
        background-color: #aaffaa;
	padding-top: 4px;
	position: relative;
        vertical-align: middle;
}
.controls .btn-group  {
	margin-top: 8px;
        margin-bottom: 8px;    
}

.warn {
	font-weight: bold;
	font-size: 1em;
	background-color: #AAEeaa;
	color: #0000AA;
	border: 1px solid;
	border-radius: .4em;
	padding-left: 1em;
	margin-top: .4em;
	margin-bottom: 0px;
}
.fout {
	font-weight: bold;
	font-size: 1em;
	background-color: #FFffdd;
	color: red;
	border: 1px solid;
	border-radius: .4em;
	padding-left: 1em;
	margin-top: .4em;
	margin-bottom: .4em;
}
#grid_cont{
    display: grid;
    background-color:  #daf5f2 ;
    gap: 5px; 
    padding : 2px;
    font-size: 1em;
    border-radius: 3px; 
    border: 1px solid blueviolet;   
    box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
    margin: 0;
}


#textarea_grid,
#textarea_grid .resdetailrow
{
  display: grid;
  background-color:  #daf5f2 ;
  grid-template-columns: auto;
  column-gap: 10px; 
  padding : 5px;
  font-size: 1em;
   border-radius: 3px; 
   border: 1px solid blueviolet;   
   box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
   margin-top: 5px;  
   
}
/* 
 classes for resover id 
*/
.resdetailctn{
    display: grid;
    background-color:  #daf5f2 ;
    gap: 1px; 
    padding : 4px;
    font-size: 1em;
    border-radius: 3px; 
    border: 1px solid blueviolet;   
    box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
    margin: 0;
}
.resdetailrow
{
    display : inline-grid;    
    gap: 10px;
    grid-template-columns: 180px auto;
    grid-auto-rows: minmax(25 px, max-content);
    color: blue;
    /* border: 1px solid blue; */
}
.resdetailrow3
{
    display : inline-grid;    
    gap: 10px;
    grid-template-columns: 180px 40px auto;
    grid-auto-rows: minmax(25 px, max-content);
    color: blue;
    /* border: 1px solid blue; */
}
/*
#resdetailctn .control-label{
    text-align: right;
    padding: 3px; 
    vertical-align: middle;
}
*/

.vdc-kader{     
   border-radius: 3px;
   padding: 5px;
   border: 1px solid blueviolet;   
   box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
   margin:0;
}
.control-label .label_right {
   text-align: right; 
    padding: 3px; 
    vertical-align: middle;
}
.control-label .label_left{
   text-align: left; 
    padding: 3px; 
    vertical-align: middle;
}

#grid_cont .input[type="text"],
input[type="email"],
textarea, 
select{
  background-color: #c1fff9;
  width : auto;
  padding : 4px;
  height : 25px;
  font-size: 13px; 
}
textarea{
  height : auto;  
}

.controls .inputbox
{
  background-color: #c1fff9;
  width : auto;
  padding : 4px;
  height : 25px;
  font-size: 13px;
}

.controls input[readonly] { 
    background-color: #eeeeee;  
}

input[readonly] { 
  background-color: #eeeeee;   
}

.table td {
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 1px;
}
input,
textarea,
.uneditable-input {
	width: auto;
}

/* styles for custom checkbox
/* The container */
.cbcntain{
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.cbcntain input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 25px;
  width: 25px;
 /* background-color:#FFCCCC;*/
  background-color:#c1fff9;
  border : 1px solid blueviolet;
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.cbcntain:hover input ~ .checkmark {
  background-color: #c1ffaa;  /*    #88ff88*/
}

/* When the checkbox is checked, add a blue background */
.cbcntain input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cbcntain input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cbcntain .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 14px;
  border: solid yellow; 
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}
input:invalid{
   border: 2px solid red; 
}
.vdctip {
	color: #09702b;
	text-align: center;
	font-style: italic;
	font-weight: bold;
        overflow: hidden;
}
.vdccolumn {
	float: left;
	padding: 5px;
	border: 1px solid;
	border-color: darkgreen;
	padding-left: 1em;
	margin-top: .4em;
	margin-bottom: .4em;
}
.vdcleft {
	width: 25%;
}
.vdcright {
	width: 65%;
	border-left: 1px solid;
	border-color: darkgreen;
}
.vdcrow:after {
	content: "";
	display: table;
	clear: both;
}
@media screen and (max-width: 600px) {
	.vdcleft {
		width: 90%;
	}
	.vdcright {
		width: 90%;
	}
}
/* 
css for modal confirmation form page "resdetail" 
*/
/* hide by default */
.hidden {
  display: none;
}

/* full-screen overlay */
#modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);  
  /* display: flex; */
  align-items: center;
  justify-content: center;
  z-index : 10;
}

/* modal box */
.modal-content {
  /* background: white;
   padding: 20px;
   border-radius: 8px; */
  color : blue;
  /*min-width: 300px;
  max-width: 500px;*/
  width: fit-content;
  position : relative;
  left : 50%;
  top : 50%;
  transform: translate(-50%,-50%); 
}

/* modal box */
.modal-button {
    color : blue !important;
    background-color: yellow  !important;
}