.fencediv
{
	margin: 0 0 5px 0; padding: 20px 15px 15px 15px; border: 1px solid #999; border-radius: 10px; width:95%; color: #444;
}
.fencelabel
{
	float: right; position: absolute; margin-top: -20px; border-left: 1px solid #999; border-bottom: 1px solid #999; border-right: 1px solid #999; 
	border-radius: 0 0 5px 5px; height: 15px; padding: 2px 15px; background: #EEE; text-align: center;
}


#content div.modulemenu
{
}		

#content div.modulemenu
{
	width: 100%;
}

.bolletje-rood {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #ff0000;
    border-radius: 50%;
    margin: 0 3px;
}

.yellowbg
{
	background: #FFFFCC;
}

tr.kop1		{ }
tr.kop1 td, td.kop1	{color:#fff; padding-left: 5px; border-radius: 5px; background: #6E0813;}

tr.kop2		{background: #CCC;}
tr.kop2 td	{ padding-left: 5px;}
tr.kop2 td input {width: 75px;}
table#functies tr.kop2 td.col_1 input	{width: 50px;}

tr.data td		{ padding-left: 5px;}
tr.data:hover	{background: #ececec;}

#verwijderkeuzeCMS
{
clear: both;
display: none; 
position: fixed; 
width: 450px;
height: 150px;
border: 1px solid #666;
border-radius: 6px;
background: #FFF; 
top: 50px; 
margin: 0 35%;
z-index: 100000; 
padding: 20px;
text-align: left;
vertical-align: middle;
}

table.marktplaats
{
	background: #FFF;
	border-radius: 8px;
	border: 1px solid #666;
	padding: 10px;
}

#verwijderkeuzeCMS input[type="button"]
{
	font-size: 15pt;
	font-weight: bold;
}

.selectiedivCMS
{
    width: calc(100wv - 60px);
    display: block;
    padding: 10px;
    border-radius: 7px;
    border: 1px solid #666;
    background: #F4F4F4;
}

.selectiedivCMS table tr td
{
	padding: 0 5px !important;
}

.subtabelgrijs
{
	color: #BBB;
}

.subtabelzwart
{
	color: #000;
}

.meldingen_closed
{
display: block;
position: absolute;
right: 40px;
top: 60px;
z-index: 100;
}

a.meldingen_openbutton
{
	display: inline-block;
	background: #FF0000;
	color: #FFF;
	text-decoration: none;
	padding: 5px 7px;
	border-radius: 11px;
}

.melding_table
{
	border-bottom: 1px solid #AAA;
}

.melding_table:hover
{
	background: #EEEEEE;
}

.melding_actual
{
	background: rgb(197, 197, 206);
	border-bottom: 1px solid #AAA;
}

.btnCopy
{
padding: 3px;
background: #FF6600;
color: #FFF;
}

.witscherm, .roodscherm
{
z-index: 10000;
display: none; 
position: fixed; 
height: 100%; 
width: 100%; 
vertical-align: middle; 
text-align: center;	
}

.witscherm 
{ 
	background: #333;
	opacity: 0.5;
}

.roodscherm
{ 
	background: #CA0000;
	opacity: 0.9;
}

#showpopupmessage
{
background: none repeat scroll 0 0 #FFF;
border-radius: 5px 5px 5px 5px;
color: #333;
display: none;
overflow: auto;
left: 45%;
margin: 0 -100px;
padding: 10px;
position: fixed;
text-align: center;
top: 300px;
width: 350px;
font-size: 20px;
box-shadow: 0 0 10px #000000;
vertical-align: middle;
z-index: 999999;
}

.popupclosebutton
{
	background: #FFF;
	color: #000;
	font-size: 20px;
	padding: 7px;
	margin: 10px;
}

.excelbutton
{
	background: url(/modules/images/excel-logo.png) no-repeat;
	background-color: #DADADA; 
	padding: 5px 15px 5px 25px; 
	background-size: 15px; 
	background-position: 5px 5px; 
	border: 1px solid #666; 
	border-radius: 3px;
}

@media (min-width: 451px)
{
	.tweekolommen
	{
		display: grid; grid-gap:5px; grid-template-columns: 50% 50%;
	}

	.driekolommen
	{
		display: grid; grid-gap:5px; grid-template-columns: 33% 33% 33%;
	}
	.vierkolommen
	{
		display: grid; grid-gap:5px; grid-template-columns: 25% 25% 25% 25%;
	}
	.vierkolommen_labels
	{
		display: grid; grid-gap:5px; grid-template-columns: minmax(auto, 20%) auto minmax(auto, 20%) auto;
	}
	.achtkolommen
	{
		display: grid; grid-gap:5px; grid-template-columns: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%;
	}
}

@media only screen and (max-device-width: 450px), (max-width: 450px)
{
	/* op mobiel wordt 1 kolom getoond */
	.tweekolommen, .driekolommen, .vierkolommen, .achtkolommen
	{
		display: grid; grid-gap:5px; grid-template-columns: auto;
	}
	.vierkolommen_labels
	{
		display: grid; grid-gap:5px; grid-template-columns: minmax(auto, 40%) auto;
	}
}

.selectiebutton, a.selectiebutton
{
	color: #FFF !important;
	font-size: 16pt;
	padding: 5px 10px;
	border-radius: 10px;
	background: #CA0000;
	border: 0px;
	font-weight: normal !important;
	text-decoration: none !important;
	cursor: pointer;
}

input, select
{
	border-radius: 4px;
	padding: 5px;
}

/* Pointer cursor voor klikbare span elementen */
span[onclick] {
    cursor: pointer;
    color: #6E0813;
    text-decoration: underline;
}

span[onclick]:hover {
    color: #8a0a19;
}

#meldingalert
{
	position: absolute;
	right: 100px;
	top: 40px;
	z-index: 1000;
}

.prijsinfo
{
    font-size: 1.2em;
    font-weight: bold;
}
.fotocontainer
{
    display: flex; grid-gap:5px;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}

.modal-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    z-index: 1001;
    max-width: 90%;
    max-height: 90%;
    overflow-y: auto;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}

.modal-close:hover {
    color: #000;
}