@CHARSET "UTF-8";

/***********************
*
* algemeen 
*
************************/
@keyframes blink {
    0%{border-color: #30B2D0;}
    50%{border-color: #00A65A;}
    100%{border-color: #30B2D0;}
}
@keyframes error_blink {
    0%{border-color: #30B2D0;}
    50%{border-color: #FF0800;}
    100%{border-color: #30B2D0;}
}
@keyframes hoverblink {
    0% {border-color: #679bb8;}
    50%{border-color: #3C8DBC;}
    100%{border-color: #217eb5;}
}

/* Bootbox width */
@media screen and (min-width: 800px) {
	.modal1 > .modal-dialog {
    width: 70% !important;
	}
}

@media screen and (min-width: 400px) and (max-width: 800px) {
	.modal1 > .modal-dialog {
    width: 95% !important;
	}
}

@media screen and (max-width: 400px) {
	.modal1 > .modal-dialog {
    	width: 95% !important;
	}
}
/* /Bootbox width */

select{
	-webkit-appearance:none;
}
input:hover{
	cursor: grab;
	animation-name: hoverblink;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	
	-webkit-transition: animation-name 0.5s; /* Safari */
    transition: animation-name 0.5s;
}
select:hover{
	cursor:pointer;
}




/* cooki pagina */
.cookiesCntr {
	background-color:white;
	padding:40px;	
}

.cookiesCntr h1 {
}

.cookiesCntr h2 {
}

.cookiesCntr h3 {
	background-color:#c8e6f3;
	padding:14px 0px 14px 20px;
	cursor:pointer;
}

.cookiesCntr ol {
	display:none;
}

.cookiesCntr li {
}

.cookiesCntr h2:focus .cookiesCntr li {
  display: block;
}


/*
Stoelenplan selectie rectangle
 */
#stoelenPlanSelectionRectangle {
	position: absolute;
	border: 1px dashed #000;
	background-color: rgba(255, 0, 0, 0.3);
	display: none;
	z-index: 9999;
	pointer-events: none;
}


/***********************
*
* Concent
*
*
**************************/
.content-body {
	background-color:transparent;
	position:relative;
	padding: 15px 15px 0 15px;
	box-sizing: border-box;
	min-height:100%;
}


/***********************
*
* Registration 
*
************************/
.register-box{
	width:600px;
}
.fullname-row{
	margin-bottom: 15px;
}
.signup_devide_title > h5 {
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #d5d5d5; 
   line-height: 0.1em;
   margin: 60px 0 20px; 
} 

.signup_devide_title > h5 span { 
    background:#fff; 
    padding:0 10px; 
    text-transform:uppercase;
    font-size:11px;
}




.btn-nowidth {
	width:auto;
	min-width: auto;
	max-width: none;
}






/***********************
*
* Login 
*
************************/

.btn-header{
	color:#fff;
	float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
}
.btn-header:hover{
	color:#fff;
	background-color:#367FA9 !important;
}
.box-title1 {
	font-size:18px;
	margin:0px 0px 5px 0px;
	padding:0px;
}
.box-title2 {
	font-size:14px;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-style:italic;
}
.user-panel{
	margin-bottom: 5px;
	min-height: 50px;
}
.headerStatusAccount{
	display: inline-block;
	width: 11em;
	white-space: normal;
	cursor: pointer;
}
#accountIMG:hover{
}
/*This is a test function associated with portal.js header.php(portal) and portal.css*/
/*.statusChange > ul{
	list-style: none;
	padding-left: 0px;
	position: fixed;
    width: 100px;
    z-index:99;
}
.statusChange > ul > li{
	cursor: pointer;
}
.statusChange > ul > li:hover{
	padding-left: 5px;
	transition: padding-left 0.5s
}

.statusChange {
	display: none;
	margin-top: 2px;
}
.statusChange_hover{
	display: block!important;
}
.statusChange_ul_hover{
	display: block !important;
}
.statusChange_items{
	font-size: 11px;
	margin-left: 2px;
}
.statusChange_icon{
	font-size: 12px;
}*/
/* end This is a test function associated with portal.js header.php(portal) and portal.css*/

.image{
	cursor: pointer;
}
.headerTerugKnop > .fa {
	font-size: 1.2em;
}
.box-title {
	padding:10px 0px 10px 0px!important;
}


.fileDropArea { z-index:2; border:4px dashed #ddeff5; border-radius:12px; position:relative; }
.fileDropArea ul { list-style:none; }
.fileDropArea.active { background : #f8f8f8;  }
.fileDropArea span.fileDropAreaDelete { z-index:5; position:absolute; left:-10px; top:-10px; }

#cropperPreview32 {
	height:202px;
	width:302px;
	overflow: hidden;
	background-color: #3c8dbc;
	margin: auto;
}
#cropperPreview32 > img {
	width: 100%;
}
/*
.filePreviewArea { background-color:rgba(0,0,0,0.3); width:100%; height:100%;}
*/
.defaultUploadArea { padding:20px; height:282px; overflow-y: auto; padding-bottom:50px;}
.defaultUploadArea .fileDropAreaThumb { display:inline-block;  margin-right:20px; position:relative; margin-top:25px;}
.defaultUploadArea .fileDropAreaThumb img { height:70px; width:auto; border:1px solid #cccccc; background-color:#f7f6f6;}
.defaultUploadArea .fileDropAreaThumb div { position:absolute; text-align: center; width:100%; bottom:0px; padding:3px 0px; background-color:rgba(0,0,0,0.5); color:white;}
.defaultUploadArea div.overlay { position:absolute; width:100%; height:100%;}

.fileDropAreaThumb {
	
}

.fileDrop.active {
	border:10px solid green;
	cursor: copy;
}

.ticketUploadArea { padding:20px; min-height:282px; padding-bottom:50px;}
.ticketUploadArea .fileDropAreaThumb { height:auto; width:100%; position:relative; margin-top:25px;}
.ticketUploadArea .fileDropAreaThumb img { height:auto; width:100%; border:1px solid #cccccc; background-color:#f7f6f6;}
.ticketUploadArea .fileDropAreaThumb div { position:absolute; text-align: center; width:100%; bottom:0px; padding:3px 0px; background-color:rgba(0,0,0,0.5); color:white;}
.ticketUploadArea div.overlay { position:absolute; width:100%; height:100%;}
.ticketUploadArea ul { padding-left:0px;}

#ticketInfoBlock { background-color:white; position:absolute; left:0px; top:0px; width:10px; height:10px;}



.defaultUploadArea .fileDropAreaTekst { position:absolute; margin:auto; font-size:48px; color:rgba(0,0,0,0.2)}

   #dropbox{
	 border: 2px dashed #707070;
	 border-radius: 2px;
	 width: 600px;
	 height: 100px;
	 margin: 10px 0px;
	 text-align: center;
	 padding-top: 40px;
	 font-weight: bold;
	 color: #6E6E6E;	
	 letter-spacing: 1px;
	}

   .progress-holder{
	 width: 300px;
	 padding: 2px;
	 background: #CCCCCC;
	 border-radius: 3px;
	 float: left;
	 margin-top: 4px;
	 margin-right: 5px;
   }
   #progress{
	 height: 6px;
	 display:block;
	 width: 0%;
	 border-radius: 2px;
	 background: -moz-linear-gradient(center top , #13DD13 20%, #209340 80%) repeat scroll 0 0 transparent; 
	 /*background: -ms-linear-gradient(bottom, #13DD13, #209340); RVS */
	 /* background-image: -webkit-gradient(linear, 20% 20%, 20% 100%, from(#13DD13), to(#209340)); RVS */
	 /* background-image: -webkit-linear-gradient(top, #13DD13, #209340); RVS */
	 /* background-image: -o-linear-gradient(#13DD13,#209340); RVS */
	 box-shadow:3px 3px 3px #888888;
   }
   .preview{
	 border: 1px solid #CDCDCD;
	 width: 450px;
	 padding: 10px;
	 height:auto; 
	 overflow: auto;
	 color: #4D4D4D;
	 float: left;
	 box-shadow:3px 3px 3px #888888;
	 border-radius: 2px;
   }
   .percents{
	 float: right;
   }
   .preview-image{
	 box-shadow: 3px 3px 3px #888888;
	 width: 70px;
	 height: 70px;
	 float: left;
	 margin-right: 10px;
   }
   .file-info{
	 height: 50px;
	 float: left;
	 width: auto;
	 margin-bottom: 10px;
	 border: 1px solid blue;
   }
   .file-info span{
	 margin: 3px 2px;
	 font-size: 12px;
	 float:left;
	 display: block;
	 min-width: 100px;
	 overflow: auto;
	 border: 1px solid red;
	 overflow: visible;
   }
   .upload-progress{
	 display: none;
   }
   




/***********************
*
* Events page
*
************************/

.eventBox { border-radius:2px; margin-bottom:20px; cursor:pointer; display:none;}
.eventBox:hover > .footer { background-color: rgba(0,0,0,0.3);}

.eventBox > .inner { padding:20px 20px; }
.eventBox > .inner > .ico { border-radius:50%; padding:5px; height:70px; width:70px; float:right; margin-top:-10px; margin-left:20px;}
.eventBox > .inner > .img { border-radius:50%; background-color:white; padding:5px; height:70px; width:70px; float:right; margin-top:-10px; margin-left:20px;}
.eventBox > .inner > .img > img { height: 60px; width:60px; border-radius:50%;  }
.eventBox > .inner > .title { font-size:16px; font-weight:bold;}
.eventBox > .inner > .subtitle { font-size:12px; font-weight: lighter; }
.eventBox > .footer { background: rgba(0,0,0,0.1); padding:6px 20px; text-align:center; }


.eventLegenda > small{
	font-weight:300 !important;
}
.eventLegenda > .blokje {
	font-size:16px;
	padding:2px 10px;
	font-variant: small-caps;
	font-style:italic;
	font-weight:600 !important;
}
.events_info_total{
	display: inline-block;
	vertical-align: top;
	padding-left: 3px;
}

/***********************
*
* Events change page
*
************************/

.eventChangeShortDescriptionDisplay {
	font-weight:bold;
	font-style:italic;
	linge-height:13px;
	padding:10px 20px 0px 20px;
}
.eventChangeLongDescriptionDisplay {
	padding:10px 20px 0px 20px;
}

.eventChangeImageIco {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	margin-right:10px;
	width:80px;
	height:auto;
	cursor:pointer;
}

.imagesizer > label {padding-top:10px;}
.imagesizer > div {padding-bottom: 10px;}


#SalesChart_legend {
	max-height:150px;
	overflow-y:auto;
}


 
/***********************
*
* Wachtwoord wijzigen
*
************************/

.changePasswordBox{
	margin: 7% auto;
	margin-bottom: 0% !important;
	width:	360px;
	box-sizing: border-box;
}
.pwc-box-body{
	background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}
.pwc-box-msg{
	margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}
/***********************
*
*	Gebruikers 
*
************************/
.onoffswitch {
    position: relative; width: 48px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.scanSwicth{
	
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    height: 21px; padding: 0; line-height: 21px;
    border: 2px solid #CCCCCC; border-radius: 21px;
    background-color: #FFFFFF;
    transition: background-color 0.3s ease-in;
    margin-top:8px;
}
.onoffswitch-label:before {
    content: "";
    display: block; width: 21px; margin: 0px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 25px;
    border: 2px solid #CCCCCC; border-radius: 21px;
    transition: all 0.3s ease-in 0s; 
}

/*  unchecked + disabled */
.onoffswitch-checkbox:disabled + .onoffswitch-label  {
	cursor: not-allowed;
}

/*  checked + disabled */
.onoffswitch-checkbox:disabled + .onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #3C8DBC;
    cursor: not-allowed;
}

/*  checked + enabled */
.onoffswitch-checkbox:checked + .onoffswitch-label  {
    background-color: #3C8DBC;
}

.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #3C8DBC;

}

.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px; 
}

 .table-header-fix1:hover{
 	background-color: transparent !important;
 }
 .table-header-fix2{
 	cursor: pointer;
 }

 /***********************
*
*	Shop Layout
*
************************/
.empty_error{
	animation-name: error_blink;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	
	-webkit-transition: animation-name 0.5s; /* Safari */
    transition: animation-name 0.5s;
}


.textarea_shop{
	resize:none;
	
}
.sl_circle{
		color:#4EC4D9; 
		border-radius:100%;
		font-size:16px;
}

.info-tekst {
	margin-left:20px;
	display:block;
	position:relative;
}
.info-tekst > span {
	display:block;
	position:absolute;
	margin-left:-20px;
	margin-top:2px;	
}

.textarea_shop:focus{
	border-width: 1px;
	animation-name: blink;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	
	-webkit-transition: animation-name 0.5s; /* Safari */
    transition: animation-name 0.5s;
}
.textarea_shop:hover{
	border-width: 1px;
	animation-name: hoverblink;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	
	-webkit-transition: animation-name 0.5s; /* Safari */
    transition: animation-name 0.5s;
}
.moustage-side{
	border-right: 1px solid;
	height: 15px;
	width: 15px;
	border-color: #84FF79;
	margin-right: 5px;
	float:left;
	clear: both;
	background-color:#84FF79;
	border-radius: 10px;
}
.moustage-side > i {
	padding-left: 45%;
	padding-top: 20%;
	color:#00A65A;
}

.moustage-code{
	font-style:oblique;
	font-weight: bold;
	color:#FFFFFF;
	font-size: 11px;
	padding: 5px; 
	
	padding-right: 10px;
	background-color: #00A65A;

	float: left;
	/*clear: left;*/
	margin:5px 10px 5px 0px;

	border: 1px solid;
	border-radius: 10px; 
	border-color: #FFFFFF;	
}
.moustage-code:hover{
	box-shadow: 0px 0px 5px #00FFFF;
	border-color: #00FFFF;
	cursor: move;
	-webkit-transition: border-color 0.5s; /* Safari */
    transition: border-color 1s;
    transition: box-shadow 1s;

}


.portalfilterTable {
		
}
.portalfilterTable > tbody >  tr > td { padding:3px 0px 3px 0px; }
.portalfilterTable > tbody > tr:hover { background-color:#dddddd; }
.portalfilterTable > tbody > tr > td:nth-child(1) { width:20px; color:#bbbbbb; cursor:move;}
.portalfilterTable > tbody > tr > td:nth-child(2) { width:200px; }
.portalfilterTable > tbody > tr > td:nth-child(3) { width:20px; color:#555555; cursor:pointer;}
.portalfilterTable > tbody > tr > td:nth-child(4) { width:20px; color:#555555; cursor:pointer;}
.portalfilterTableBtn { width:260px; max-width:auto; margin-top:10px;}


/***********************
*
*	Datatables 
*
************************/
#datatable_filter{
	margin-right: 10px;
}
.customFilter{
	margin-bottom: 30px;
}
.costumFilter_checkbox{
	margin-bottom: 50px;
}
.dataTables_length > label{
	//width: 80px;
	margin-bottom: 10px;
	font-weight: normal!important;
	//font-family: Verdana, Geneva, sans-serif;
}
th{
	font-weight: normal!important;
	font-family: Verdana, Geneva, sans-serif;
}
.sorting{
	font-weight: none!important;
}
.even{
	
}
.odd{
	background-color: #E6E6E6 !important;
}
.even:hover{
	background-color: #E6E6E6 !important;
	cursor: pointer;
	transition: background-color 1s ;
}
.odd:hover{
	background-color: #C6C6C6 !important;
	cursor: pointer;
	transition: background-color 1s ;
}
.btn-multimailer{
	
}

.editLine{
	display: inline;
	padding-right: 20px;
}
.deleteLine{
	display: inline;
	padding-right: 20px;
}
.goToList{
	display: inline;
	padding-right: 20px;
}

.goToList:hover{
	text-shadow: 2px -1px 5px rgba(0, 193, 4, 1.0);
	transition: text-shadow 1s;
}

.editLine:hover{
	text-shadow: 2px -1px 5px rgba(0, 140, 193, 1);
	transition: text-shadow 1s;
}
.deleteLine:hover{
	text-shadow: 0px 0px 11px rgba(255, 0, 0, 1);
	transition: text-shadow 1s;
}

.ticketTypeBox { border-radius:2px; margin-bottom:20px; cursor:pointer; }
.ticketTypeBox > .footer { background-color: rgba(0,0,0,0.3);}

.ticketTypeBox > .inner { padding:20px 20px; }
.ticketTypeBox > .inner > .ico { border-radius:50%; padding:5px; height:70px; width:70px; float:right; margin-top:-10px; margin-left:20px;}
.ticketTypeBox > .inner > .img { border-radius:50%; background-color:white; padding:5px; height:70px; width:70px; float:right; margin-top:-10px; margin-left:20px;}
.ticketTypeBox > .inner > .img > img { height: 60px; width:60px; border-radius:50%;  }
.ticketTypeBox > .inner > .title { font-size:16px; font-weight:bold;}
.ticketTypeBox > .inner > .subtitle { font-size:12px; font-weight:light;}
.ticketTypeBox > .footer { background: rgba(0,0,0,0.1); padding:6px 20px; text-align:center; }


.ticketTypeSortingRow {
	background-color: red;
}


/*  event change / info : tickettype overview */
.eventTicketTypeOverView table { width: 100%; }
.eventTicketTypeOverView table tr {  }
.eventTicketTypeOverView table tbody tr:hover { background-color: #00a7d0; cursor: pointer; color:black; }
.eventTicketTypeOverView table th { font-size: 0.8em; }
.eventTicketTypeOverView table td { padding: 3px  }
.eventTicketTypeOverView table td:nth-child(4) { padding-right: 20px;  } /* prijs */
.eventTicketTypeOverView table td:nth-child(5) { padding-right: 20px;  }  /* aantal */

/* over exception passepartouts */
.eventTicketTypeOverViewPPRow:hover {  background-color: transparent!important; cursor: default !important; color:#333!important; }

/* ticketType wijzigen */
.ttLooptijdEindeDatum, .ttLooptijdAanvangDatum { width:125px; }
.ttLooptijdEindeWaarde, .ttLooptijdEindeInterval { float:left; margin-right: 10px;}
.ttLooptijdAanvangDatumCntr, .ttLooptijdEindeDatumCntr, .ttLooptijdEindePeriodeCntr { display: none; }

/* passepartout tickettype overview (geen hover en click */
/*  event change / info : tickettype overview */
.passepTicketTypeOverView table { width: 100%; }
.passepTicketTypeOverView table tr {  }
.passepTicketTypeOverView table tbody tr:hover { background-color: #00a7d0; cursor: pointer; color:black; }
.passepTicketTypeOverView table th { font-size: 0.8em; }
.passepTicketTypeOverView table td { padding: 3px; font-size:0.8em!important; }
.passepTicketTypeOverView table td:nth-child(4) { padding-right: 30px;  } /* normale prijs */
.passepTicketTypeOverView table td:nth-child(5) { padding-right: 30px;  }  /* verdeelprijs */

/* over exception passepartouts */
.passepTicketTypeOverViewPPRow:hover {  background-color: transparent!important; cursor: default !important;  }





/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.register-box{
		width:90%;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	#header_display_loggedAs{
		display: none;
	}
	.register-box{
		width:90%;
	}
	#signup_firstname{
		margin-top: 0px;
	}
	.signup_user-data{
		margin-top: 15px;
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	.register-box{
		width:90%;
	}
}


/*****************************
*
* relations change
*
******************************/
.relationChangeLabelsAvailableCntr ul, .relationChangePakkettenAvailableCntr ul {
	max-height:500px;
	overflow-y:scroll;
	margin-top:11px;
}
.relationChangeLabelsAvailableCntr ul li, .relationChangePakkettenAvailableCntr ul li {
	list-style:none;
	
	border-radius:5px;
	padding: 3px 7px 3px 7px;
	color:white;
	margin-bottom:5px;
	
	cursor:pointer;
	
}

.relationChangeLabelsSelectedCntr ul li, .relationChangePakkettenSelectedCntr ul li {
	list-style:none;
	
	border-radius:5px;
	padding: 3px 7px 3px 7px;
	color:white;
	margin-bottom:5px;
	
	background-color:#00a65a;
	float:left;
	margin-right:5px;
	
}
.relationChangeLabelsSelectedCntr ul li sup, .relationChangePakkettenSelectedCntr ul li sup {
	font-weight:bold;
	padding:2px 2px 2px 2px;
	cursor:pointer;
}

.relationsMiniLabel {
	border-radius:4px;
	font-size:1em;
	color:white;
	padding:2px 5px 2px 5px;
	background-color:#00a65a;
	float:left;
	margin-right:3px; margin-bottom:3px; 
}


/**
// Genummerde list *(ol/lki)
*/
ol.custom-list-autonum-small {
  counter-reset: list-counter;
  list-style: none;
  padding-left: 1em; /* ruimte voor de custom marker */
}

ol.custom-list-autonum-small li {
	counter-increment: list-counter;
	position: relative;
}

ol.custom-list-autonum-small li::before {
	content: counter(list-counter) ")";
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold;
	font-size: 0.7em;
	vertical-align: super;
	transform: translateY(-0.3em);
	transform: translateX(-1.3em);
}


/***********
*
* ticketTypeLayout
*
************/
.ticketLayoutImgCntr {
	max-height:200px;
	border-radius:8px;
	box-sizing: border-box;
	margin:10px;
	padding:10px;
	border:1px dashed #cecece;
	cursor:pointer;
}
.ticketLayoutImgCntr > label {
	width:100%;
	display:block;
}
.ticketLayoutImgCntr > img {
	max-width:100%;
	max-height:150px;
	text-align:center;
	cursor:pointer;
}

.ticketLayoutImgCntr .fileDropArea {
	border-style:none;
	
}
.ticketLayoutImgCntr .fileDropArea li img {
	border-style:none;
	max-width:100%;
	max-height:130px;
}

.ticketLayoutImgCntr .fileDropArea li, .ticketLayoutImgCntr .fileDropArea ul  {
	margin:0px;
	padding:0px;
}



/************
*  
*  BoxOffice 2.0
*
*/

.boTicketsFullScreen {
	width:100%;
	height:100%;
}

.boTicketCntr {
	overflow-y:scroll;	
	background-color:white;
	padding:0px 30px 30px 30px;
	border:1px solid #dddddd
}
.presetHeader { 
	margin-bottom:5px;
	text-transform: lowercase;
	font-variant:small-caps;
}
.boTicketCntr { 
	
}
.boTicketEvent { border-bottom:solid 1px #d9d9d9; margin-bottom:5px; margin-top:30px; width:100%; padding:0px 10px 0px 0px; word-wrap: break-word; white-space:wrap; }
.boTicketEvent > .boEventTitle{ font-size:20px; color:#585858; display:block; margin:0px;  }
.boTicketEvent > .boEventSubTitle { font-size:12px; color:#8f8f8f; font-style:italic; margin:0px;  }

.boTicketSep { 
	margin-bottom:0px;
}
.boTicketRegel { 
	margin-bottom:5px;
}
.boTicketCol1 { 
}
.boTicketCol2 { 
}
.boTicketCol3 { 
}
.boTicketCol4 { 
}
.boTicketCol4 > span:nth-child(1) { color:white; background-color:#1f7197; border-radius:50%; cursor:pointer; display:inline-block; height:25px; width:25px; text-align:center; font-weight:bold; font-size:16px; vertical-align:top; }
.boTicketCol4 > span:nth-child(2) { dispay:inline-box; padding:0px 10px; }
.boTicketCol4 > span:nth-child(2) > input { width:35px; text-align:right;  }
.boTicketCol4 > span:nth-child(3) { color:white; background-color:#1f7197; border-radius:50%; cursor:pointer; display:inline-block; height:25px; width:25px; text-align:center; font-weight:bold; font-size:16px; vertical-align:top; }

/**
RichTextEditor
 */
.rte-editable > html > body {
	font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif!important;
	color:#333;
	color:red!important;
}

/* preview shop 2.0 */
.preview20Cntr {
	float:right;
	margin-right:20px;
	border:2px solid black;
	border-radius: 8px;
	width:400px;
	height:500px;
	display: flex;
	flex-direction: column;
}

.preview20HeaderCntr {
	background-color:#005B8C;
	padding:0px;
	position: relative;
}
.preview20Header {
	position: relative;
	height: 130px;
	background-size: cover;
	background-position: center;
	overflow: hidden;


}
.preview20HeaderOverlay {
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;


}
.preview20Titel {
	font-size: 20px;
	color:white;
	top:30px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.preview20BoxCntr {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
	display: flex;
	gap:30px;
	background-color: white;
	flex-grow: 1;
}
.preview20Box {
	margin-top: -60px;
	border-radius: 8px;
	border:1px solid #dddddd;
	height: 120px;
}
.preview20BoxImgCntr {
}
.preview20BoxImgCntr img {
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	width: 100%;
	height: 60px;
}

.preview20BoxTekstCntr {
	padding-top: 3px;
}
.preview20BoxDatum {
	color: #9d9d9d;
	font-size:8px;
	padding: 0 0 0 5px;
	color: #f09200;
}
.preview20BoxTitel {
	color: #9d9d9d;
	font-size:8px;
	padding: 0 0 0 5px;
}
.preview20BoxPrijs {
	color: #9d9d9d;
	font-size:8px;
	padding: 0 0 0 5px;
}
.preview20BoxKnop1 {
	background-color: white;
	border:1px solid #1aa8e2;
	float:left;
	height:10px;
	width: 30px;
	margin-left: 5px;
	margin-top: 5px;
	border-radius: 4px;
	text-align: center;
	font-size: 6px;
	color: #1aa8e2;
	box-sizing: border-box;
}
.preview20BoxKnop2 {
	background-color: #95c11f;
	float:right;
	height:10px;
	width: 30px;
	margin-right: 5px;
	margin-top: 5px;
	border-radius: 4px;
	text-align: center;
	font-size: 6px;
	color: white;
	box-sizing: border-box;
	padding-top: 1px;
}

.preview20Footer {
	background-color: #005B8C;
	font-size:8px;
	color: white;
	text-align: center;
	padding: 20px 0px 20px 0;
}

/* Status shop layout */
.status-indicator {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	margin: 0;
	margin-top: 3px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* Specifieke kleuren voor de verschillende statussen */
.status-red {
	background: linear-gradient(145deg, #ff0000, #b30000);
}

.status-orange {
	background: linear-gradient(145deg, #ff9900, #cc7a00);
}

.status-green {
	background: linear-gradient(145deg, #00cc00, #009900);
}

.layoutEvent-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.layoutEvent-card {
	cursor: pointer;

	flex: 1 1 calc(25% - 20px); /* Basis voor 3 kolommen */
	max-width: calc(25% - 20px); /* Voorkom dat ze breder worden dan hun container */


	border: 2px solid #ccc;
	background-color: #e8e8e8;
	background: linear-gradient(160deg, #fff, #e8e8e8);
	border-radius: 5px;
	padding: 15px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.layoutEvent-card > h3 {
	font-size: 18px !important;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* Limiteer tot 2 regels */
	-webkit-box-orient: vertical;
	line-height: 1.2em; /* Pas de lijnhoogte aan op basis van de gewenste afstand tussen regels */
	max-height: calc(1.2em * 2); /* Limiteer de hoogte tot 2 regels */
	min-height: calc(1.2em * 2); /* Zorg ervoor dat de hoogte minimaal 2 regels is */
	margin-top: 35px;
}
.layoutEvent-card > img {
	float:right;
	width: 60px;
	height: 40px;

	object-fit: cover;
	object-position: center;

}

.layoutEvent-card-Selected {
	border: 2px solid #1aa8e2;
}

/* Aanpassen bij kleinere schermen */
@media (max-width: 1200px) {
	.layoutEvent-card {
		flex: 1 1 calc(33.333% - 20px); /* 2 kolommen */
		max-width: calc(33.333% - 20px); /* Voorkom dat ze breder worden dan hun container */

	}
}


/* Aanpassen bij kleinere schermen */
@media (max-width: 900px) {
	.layoutEvent-card {
		flex: 1 1 calc(50% - 20px); /* 2 kolommen */
		max-width: calc(50% - 20px); /* Voorkom dat ze breder worden dan hun container */

	}
}

@media (max-width: 600px) {
	.layoutEvent-card {
		flex: 1 1 100%; /* 1 kolom */
		max-width: calc(100%); /* Voorkom dat ze breder worden dan hun container */
	}
}

