/*
Theme Name:     Product website Theme
Theme URI:      n/a
Template:       kadence
Author:         Pollet Group
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
/*Gertjan*/
/*Tijdelijk verbergen van buttons*/
.hide-now {
    display: none !important;
}



/* CSS for stripe-style table */

.stripe-style {
    width: 100%;
    border-collapse: collapse;
}

.stripe-style tr {
    border-bottom: 1px solid #ddd;
}

.stripe-style tr.even {
    background-color: #fff;
}

.stripe-style tr.odd  {
  /*  background-color: #f2f2f2; */
}
.stripe-style td {
    padding-top: 10px;
	padding-bottom: 10px;
}
.stripe-style td.label-cell {
	vertical-align: top; 
}


.clickable-row:hover {
    background-color: #f5f5f5; /* Change background color on hover */
    cursor: pointer; /* Change cursor to pointer on hover */
}


/* CSS for versioning documents */
/*
.item-status-not_active {
  opacity: 0.5;
  background-color: #f3f3f3;
  position: relative;
}

.item-status-not_active::after {
  content: "Not Active";
  position: absolute;
  top: 10px;
  right: 10px;
  background: #cc0000;
  color: white;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 12px;
}
*/
.Information-Documents-Header{
	color:#005AAA;
}


.inline-meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0;
}
.inline-meta__item{ margin:0; }
.inline-meta__item:empty{ display:none; }            /* verberg lege waarden */
.inline-meta__item + .inline-meta__item::before{
  content:" / ";                                     /* scheidingsteken */
  padding: 0 .25rem;
  opacity:.75;
}
