@media screen and (max-width:1024px)
{
	div#login
	{
		margin-top: 20px;
	}
	
	div#layout, div#ticketscannen
	{
		width: 680px;
	}

	div#layout
	{
		margin: 10px auto 0 auto;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	div#ticketscannen
	{
		margin-top: 20px;
	}
	
	div#logo
	{
		display: none;
	}
	
	div#ticketscannen_content
	{
		margin-top: 0;
	}
	
	div#ticketscannen_result
	{
		width: 128px;
		height: 128px;
		margin-left: 41px;
	}
	
	div.ticketscannen_result_invalid
	{
		background: url('/globalticket/images/invalid_small.png') no-repeat;
	}
	
	div.ticketscannen_result_valid
	{
		background: url('/globalticket/images/valid_small.png') no-repeat;
	}
}

*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #2d2d2d;
}

body, textarea
{
	font-family: Arial;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #0a4df7;
	outline: 0;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.underline
{
	text-decoration: underline;
}

.center
{
	text-align: center;
}

.clear
{
	clear: both;
}

.overflowhidden
{
	overflow: hidden;
}

h2
{
	font-size: 15px;
	margin-bottom: 15px;
}

table
{
    border-spacing: 0;
}

table th, table td
{
	text-align: left;
	vertical-align: top;
}

div#layout table tr.alinea th,
div#layout table tr.alinea td,
div#layout table th.alinea,
div#layout table td.alinea
{
	padding-top: 20px;
}

a.link
{
	color: #000;
}

ul
{
	margin-left: 20px;
}

.hide
{
	display: none;
}

/* print icon */

a#print
{
 	margin-right: 20px;
    position: absolute;
    right: 0;
}

.printhide
{
	display: none;
}

/* rounded corner */
.roundedBox
{
	position: relative;
	padding: 18px;
	margin: 10px 0;
	background: #ffffff;
}

.topLeft
{
	top: 0;
	left: 0;
	background-position: 0 0;
}

.topRight
{
	top: 0;
	right: 0;
	background-position: -18px 0;
}

.bottomLeft
{
	bottom: 0;
	left: 0;
	background-position: 0 -18px;
}

.bottomRight
{
	bottom: 0;
	right: 0;
	background-position: -18px -18px;
}

.corner
{
	position: absolute;
	width: 18px;
	height: 18px;
	background-image: url(/globalticket/images/roundedcorners.png);
}

/* login */
div#login
{
	width: 383px;
	margin: 200px auto 0 auto;
	padding: 20px 20px 10px 30px;
	font-size: 12px;
}

div#login div.logo
{
	margin-bottom: 20px;
}

div#login table th
{
	padding-bottom: 5px;
}

div#login table td
{
	padding-bottom: 15px;
}

div#login table th.error
{
	color: #ff3000;
}

div#login table th.username
{
	padding-top: 10px;
}

div#login input.text
{
	width: 200px;
	padding: 2px 5px;
	font-size: 10px;
}

/* layout */
div#layout
{
	width: 1000px;
	margin: 20px auto 20px auto;
	padding: 50px 40px 20px 40px;
	font-size: 12px;
	background: #ffffff;
}

/* menu */

ul#menu
{
	list-style: none;
	overflow: hidden;
	margin: 30px -40px 30px -40px;
	padding: 0 0 20px 40px;
	border-bottom: 1px dashed #c0c0c0;
}

ul#menu li
{
	float: left;
	margin-right: 10px;
}

ul#menu li a
{
	display: block;
	width: 128px;
	padding: 130px 0 0 0;
	font-size: 11px;
	text-align: center;
	color: #555658;
}

div#layout ul#menu li a.active
{
	background-position: -128px 0;
}

ul#menu li.gebruikers a
{
	background: url(/globalticket/images/menu_gebruikers.png) 0 0 no-repeat;
}

ul#menu li.gebruiker-barcodes a
{
	background: url(/globalticket/images/menu_gebruiker-barcodes.png) 0 0 no-repeat;
}

ul#menu li.transactiekosten a
{
	background: url(/globalticket/images/menu_transactiekosten.png) 0 0 no-repeat;
}

ul#menu li.templates a
{
	background: url(/globalticket/images/menu_templates.png) 0 0 no-repeat;
}

ul#menu li.openingstijden a
{
	background: url(/globalticket/images/menu_openingstijden.png) 0 0 no-repeat;
}

ul#menu li.instellingen a
{
	background: url(/globalticket/images/menu_instellingen.png) 0 0 no-repeat;
}

ul#menu li.ticketscannen a
{
	background: url(/globalticket/images/menu_ticketscannen.png) 0 0 no-repeat;
}

ul#menu li.ticketzoeken a
{
	background: url(/globalticket/images/menu_ticketzoeken.png) 0 0 no-repeat;
}

ul#menu li.ticketverkoop a
{
	background: url(/globalticket/images/menu_ticketverkoop.png) 0 0 no-repeat;
}

ul#menu li.kassaverkoop a
{
	background: url(/globalticket/images/menu_kassaverkoop.png) 0 0 no-repeat;
}

ul#menu li.statistieken a
{
	background: url(/globalticket/images/menu_statistieken.png) 0 0 no-repeat;
}

ul#menu li.administratie a
{
	background: url(/globalticket/images/menu_administratie.png) 0 0 no-repeat;
}

ul#menu li.wachtwoord a
{
	background: url(/globalticket/images/menu_wachtwoord.png) 0 0 no-repeat;
}

ul#menu li.uitloggen a
{
	background: url(/globalticket/images/menu_uitloggen.png) 0 0 no-repeat;
}

/* table form */

table.form th, table.form td
{
	padding: 2px 20px 2px 0;
	vertical-align: middle;
}

table.form input.text
{
	width: 260px;
}

table.form input.subdomein
{
	width: 180px;
	text-align: right;
}

table.form input.postcode, table.form input.prijs
{
	width: 60px;
}

table.form input.prijs
{
	text-align: right;
}

table.form th.error
{
	padding: 0 0 20px 0;
	color: #ff3000;
}

table.form .edit
{
	padding-right: 2px;
}

table.form .delete
{
	padding-right: 10px;
}

table.form th.titel
{
	padding-top: 30px;
}

table.form tr .verkoopkanaal
{
	vertical-align: top;
	padding-top: 10px;
}

table.form tr table.checkboxes th
{
	padding-right: 5px;
}

/* table gegevens */

table.gegevens
{
	margin-bottom: 30px;
}

/* instellingen */

div.logo_aanpassen
{
	width: 350px;
	border: 1px dashed #c0c0c0;
	padding: 15px;
	margin: 0 0 30px 0;
}

div.instellingen_links
{
	float: left;
	width: 600px;
}

div.instellingen_rechts
{
	float: left;
	width: 200px;
}

/* gebruiker aanpassen */

tr.notitie th
{
	vertical-align: top;
}

tr.notitie textarea
{
	width: 500px;
	height: 100px;
	font-size: 12px;
	padding: 5px;
}

/* ticket tekst aanpassen */

table.tickettekst_aanpassen th
{
	vertical-align: top;
}

table.tickettekst_aanpassen textarea
{
	width: 700px;
	height: 300px;
	padding: 5px;
	font-size: 12px;
}

/* slotsreserveren */
div#content h2.reserveren, h2.icon
{
	float: left;
	margin-bottom: 10px;
}

a.addicon, a.icon
{
	float: left;
	padding: 0 0 0 5px;
}

div#content table.reserveren
{
	clear: both;
	margin: 0 0 40px 0;
}

div#content table.reserveren tr.kop th
{
	padding-top: 20px;
}

table.reserveren th
{
	padding: 0 10px 5px 0;
}

table.reserveren td
{
	padding: 0 10px 2px 0;
}

table.reserveren td.datum
{
	vertical-align: middle;
}

table#loadtimeslots
{
	margin-bottom: 10px;
}

table#loadtimeslots td
{
	padding: 0 10px 3px 0;
}

div.error
{
	margin: 0 0 15px 0;
}
/* slotsreserveren end */

/* ticketverkoop */

#ticketverkoop div.stap
{
	overflow: hidden;
	margin: 10px 0 10px 0;
}

#ticketverkoop div.icon
{
	float: left;
	width: 180px;
	display: block;
	height: 40px;
	line-height: 42px;
	background: url(../images/pijl.png) no-repeat;
}

#ticketverkoop div.icon a
{
	display: block;
	width: 165px;
}

#ticketverkoop div.icon span
{
	padding-left: 10px;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
}

#ticketverkoop div.icon_inactive
{
	background: url(../images/pijl.png) 0 -40px no-repeat;
}

#ticketverkoop div.icon_inactive span
{
	color: #828282;
}

#ticketverkoop table.tabel
{
	float: left;
	width: 600px;
}

#ticketverkoop table.active
{
	padding: 20px;
	border: 1px dotted #c0c0c0;
}

#ticketverkoop table.inactive
{
	height: 40px;
	padding: 5px 20px 5px 20px;
	background: #f0f0f0;
}

#ticketverkoop table th,
#ticketverkoop table td
{
	padding: 2px 0 2px 0;
}

#ticketverkoop table th.error
{
	color: #ff6000;
	padding-bottom: 15px;
}

#ticketverkoop table td.prijs
{
	width: 250px;
}

#ticketverkoop table td.prijs,
#ticketverkoop table td.totaal
{
	padding-top: 15px;
}

#ticketverkoop table td.select,
#ticketverkoop table td.totaal,
#ticketverkoop table th.totaal
{
	width: 60px;
}

#ticketverkoop table td.select
{
	width: 230px;
}

#ticketverkoop table tr.rij th,
#ticketverkoop table tr.rij td
{
	padding-bottom: 20px;
	border-bottom: 1px dashed #c0c0c0;
}

#ticketverkoop table tr.rij_bottom th,
#ticketverkoop table tr.rij_bottom td
{
	padding-bottom: 20px;
}

#ticketverkoop table tr.totaal th
{
	border-top: 2px solid #117cce;
	padding-top: 20px;
}

#layout #ticketverkoop table tr.button td
{
	padding-top: 10px;
}

#layout #ticketverkoop table tr.button a, #ticketverkoop table tr a.button_back
{
    display: block;
    float: right;
    height:18px;
    padding-right: 6px;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
}

#layout #ticketverkoop table tr.button a span, #ticketverkoop table tr a.button_back span
{
    display: block;
    float: right;
    height: 15px;
    padding: 3px 5px 0 10px;
    margin-left: 10px;
    cursor: pointer;
}

#layout #ticketverkoop table tr a.button_back
{
	background: url(../images/button_right.png) no-repeat right bottom;
}

#layout #ticketverkoop table tr a.button_back span
{
	background: url(../images/button_left.png) no-repeat left bottom;
}

#ticketverkoop table .titel
{
	padding-bottom: 17px;
	font-size: 17px;
}

#ticketverkoop table.tabelinput td
{
	text-align: right;
}

#ticketverkoop table.tabel_betaling td.radiobutton
{
	padding-right: 7px;
}

#ticketverkoop td.checkbox
{
	padding-top: 15px;
	font-size: 12px;
}

#ticketverkoop td.checkbox input
{
	margin-right: 5px;
}

#ticketverkoop input.text
{
	width: 280px;
}

#ticketverkoop input.korting
{
	width: 30px;
	text-align: right;
}

#ticketverkoop table.tabelinput th.textnewline
{
	padding-top: 20px;
}

#ticketverkoop table.tabelinput td.textnewline
{
	text-align: left;
}

#ticketverkoop td#teruggave
{
	font-size: 20px;
	font-weight: bold;
}

/* input button */

table tr.button td
{
	padding-top: 4px;
}

table tr.button a
{
    display: block;
    float: left;
    height:18px;
    padding-right: 6px;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #ffffff;
}

table tr.button a span
{
    display: block;
    float: left;
    height: 15px;
    padding: 3px 5px 0 10px;
    cursor: pointer;
}

table tr.button a
{
	background: url(/globalticket/images/button_right.png) no-repeat right top;
}

table tr.button a span
{
	background: url(/globalticket/images/button_left.png) no-repeat left top;
}

div#layout table tr.button a.annuleren
{
	margin-left: 7px;
}

table tr.button input.button
{
	display: block;
	height: 22px;
	padding: 0 10px;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	background: #1b679c;
	color: #ffffff;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

div#ticketverkoop a.plus5,
div#ticketverkoop a.plus,
div#ticketverkoop a.minus
{
	float: left;
	display: block;
	width: 50px;
	height: 30px;
	text-align: center;
	font-size: 27px;
	font-weight: bold;
	border: 1px solid #c0c0c0;
	color: #000;
}

div#ticketverkoop a.minus
{
	margin-right: 5px;
	margin-left: 20px;
}

div#ticketverkoop a.plus5
{
	margin-left: 5px;
}

div#ticketverkoop .aantal
{
	float: left;
	width: 30px;
	margin-top: 12px;
	margin-left: 10px;
	text-align: center;
	border: 0;
}

div#ticketverkoop .betaling,
div#ticketverkoop .betaling_contant,
div#kassaverkoop .betaling,
div#kassaverkoop .betaling_contant
{
	padding: 5px 10px;
	margin: 0 10px 0 0;
	background: #f6f6f6;
	border: 1px solid #c0c0c0;
	font-weight: bold;
}

div#ticketverkoop .betaling,
div#kassaverkoop .betaling
{
	font-size: 17px;
}

div#ticketverkoop .betaling_contant,
div#kassaverkoop .betaling_contant
{
	font-size: 14px;
}

div#ticketverkoop .betaling.active,
div#ticketverkoop .betaling_contant.active,
div#kassaverkoop .betaling.active,
div#kassaverkoop .betaling_contant.active
{
	background: #0f5589;
	color: #ffffff;
}

div#ticketverkoop #anderbedrag,
div#kassaverkoop #anderbedrag
{
	width: 60px;
	font-size: 14px;
	padding: 5px 10px;
	border: 1px solid #c0c0c0;
}

div#ticketverkoop #berekenTeruggave,
div#kassaverkoop #berekenTeruggave
{
	padding: 5px 10px 4px 10px;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #c0c0c0;
}

/* verdiensten */
table.verdiensten tr th,
table.verdiensten tr td
{
	padding: 3px 10px 3px 10px;
	text-align: right;
}

table.verdiensten tr th
{
	font-size: 11px;
}

table.verdiensten tr td
{
	font-size: 10px;
}

table.verdiensten .gebruiker
{
	padding-left: 0;
	padding-right: 20px;
	text-align: left;
}

table.verdiensten .gebruiker a
{
	color: #000000;
	font-size: 11px;
}

table.verdiensten .tickets
{
	background: #33c671;
}

table.verdiensten .totaal
{
	background: #d4ebff;
}

table.verdiensten .tarief
{
	background: #7ef1c7;
}

table.verdiensten .servicefee
{
	background: #59a0f6;
}

table.verdiensten .transactiekosten
{
	background: #d5d5d5;
}

div.verdiensten_user table
{
	margin-bottom: 20px;
}

/* statistieken */
div#statistieken table
{
	margin-bottom: 20px;
}

div#statistieken table th,
div#statistieken table td
{
	padding: 3px 20px 3px 0;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

table.statistieken .price
{
	padding-left: 10px;
	font-size: 11px;
}

table.statistieken .procent
{
	background: #cde9ff;
}

table.statistieken .tickets
{
	background: #ffcddd;
}

table.statistieken .omzet
{
	background: #cdfffd;
}

table.statistieken_typetickets
{
	margin-top: 30px;
}

table.statistieken_payment .description
{
	width: 130px;
}

table.statistieken_payment .price
{
	width: 70px;
}

h2.kop
{
	margin-top: 20px;
}

#statistieken table.summary
{
	padding-bottom: 15px;
}

#statistieken div.source
{
	overflow: hidden;
	border-bottom: 1px dotted #c0c0c0;
}

#statistieken div.source div.chart
{
	float: left;
	width: 600px;
	border-right: 1px dashed #c0c0c0;
}

#statistieken div.source table
{
	float: left;
	padding-left: 20px;
}

#statistieken div.piechart
{
	float: left;
	width: 330px;
	height: 200px;
}

/* statistieken end */

/*
* statistics v2
*/
div#statistieken div.selectPeriod
{
	overflow: hidden;
	height: 40px;
	padding: 0 10px;
	margin-bottom: 20px;
	line-height: 42px;
	background: #ECECEC;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

div#statistieken div.selectPeriod div.dateSortType
{
	float: left;
}

div#statistieken div.selectPeriod div.period
{
	float: right;
}

div#statistieken div.selectPeriod div.period input.periodText
{
	width: 88px;
	height: 20px;
	color: #333333;
	text-align: center;
	border: 1px solid #CCCCCC;
}

div#statistieken div.selectPeriod div.period input.periodButton
{
	height: 20px;
	padding: 0 3px;
	margin: 0 0 0 5px;
	color: #FFFFFF;
	background: #333333;
	border:0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

div#statistieken table.summary
{
	padding: 0 0 15px 15px;
}

div#statistieken table.tableArea.summary tr td
{
	border-bottom: 1px solid #CCCCCC;
}

div#statistieken table.tableArea.summary.summarySpecial tr td.borderLeft
{
	background: none repeat scroll 0 0 #f9f9f9;
    border-left: 1px solid #cccccc;
    font-weight: bold;
}

div#statistieken table.tableArea.summary.summarySpecial tr td
{
	background: #ececec;
	border-top: 0;
}

div#statistieken table.tableArea.summary.summarySpecial tr:first-child td
{
	border-top: 1px solid #cccccc;
}

div#statistieken div.statisticArea
{
	border-top: 1px dotted #c0c0c0;
}

div#statistieken div.statisticArea:after
{
	display: table;
	clear: both;
	content: " ";
}

div#statistieken div.statisticArea div.header
{
	position: absolute;
	margin: 15px 0 0 15px;
}

div#statistieken.statsExtra div.headerOnly
{
	padding: 15px 0 0 15px;
}

div#statistieken.statsExtra div.headerOnly h2,
div#statistieken div.statisticArea div.header h2
{
	text-transform: uppercase;
	color: #333333;
}

div#statistieken div.statisticArea div.header div.legend
{
	overflow: hidden;
}

div#statistieken div.statisticArea div.header div.legend div.colour
{
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin-top: 1px;
	margin-right: 7px;
	background: #3366CC;
}

div#statistieken div.statisticArea div.header div.legend div.description
{
	float: left;
	color: #333333;
	font-size: 12px;
}

div#statistieken div.statisticArea div.chartArea
{
	float: left;
	width: 700px;
	margin-top: 90px;
	margin-right: 20px;
}

div#statistieken div.statisticArea table.tableArea
{
	float: left;
	margin-top: 64px;
	color: #333333;
}

div#statistieken table.tableArea tr.header th
{
	min-width: 80px;
	height: 25px;
	padding: 0 15px 0 15px;
}

div#statistieken table.tableArea tr td
{
	height: 24px;
	padding: 0 15px 0 15px;
	vertical-align: middle;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

div#statistieken table.tableArea tr td.numberOfTickets
{
	background: #F9F9F9;
	border-left: 1px solid #CCCCCC;
}

div#statistieken table.tableArea tr td.total
{
	background: #ECECEC;
	text-align: right;
}

div#statistieken table.tableArea tr td.totalOrders
{
	background: #F9F9F9;
}

div#statistieken table.tableArea tr td.avarageOrder
{
	background: #ECECEC;
	text-align: right;
}

div#statistieken table.tableArea tr.footer th
{
	height: 30px;
	padding: 4px 15px 0 15px;
	vertical-align: middle;
	background: #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
/* end statistics v2 */

/* ticketzoeken */
div#layout ul.ticketzoeken_vervolg
{
	clear: both;
	padding-top: 15px;
}

div#layout ul.ticketzoeken_menu
{
	list-style: none;
}

div#layout ul.ticketzoeken_menu li
{
	float: left;
	margin-right: 15px;
}

div#layout ul.ticketzoeken_menu li a
{
	display: block;
	padding: 10px 20px 5px 20px;
	border: 1px dashed #c0c0c0;
	text-decoration: none;
	letter-spacing: 1px;
	color: #474747;
	font-weight: bold;
}

table.ticketcontroleren tr th
{
	padding-bottom: 5px;
}

table.ticketcontroleren tr td
{
	padding-bottom: 10px;
}

table.ticketcontroleren tr.error th
{
	padding: 0 0 20px 0;
	color: #ff3000;
}

table.ticketcontroleren_resultaten th,
table.ticketcontroleren_resultaten td
{
	height: 24px;
	padding: 5px 20px 2px 0;
}

table.ticketcontroleren_resultaten .info
{
	padding: 0 20px 0 0;
}

table.ticketcontroleren_resultaten .edit
{
	padding-right: 5px;
}

table.ticketcontroleren_resultaten table
{
	margin: 0 0 20px 70px;
	padding: 5px 10px 5px 20px;
	background: #c0c0c0;
}
/* ticketcontroleren end */


/* ticket zoeken */
div.resultsFound
{
	margin: 20px 0;
	font-weight: bold;
}

div.userInformation
{
	overflow: hidden;
	border-top: 1px dashed #c0c0c0;
	padding: 20px 0 20px 0;
}

div.userInformation div.number
{
	float: left;
	width: 60px;
	font-size: 26px;
	font-weight: bold;
}

div.userInformation div.content
{
	overflow: hidden;
	float: left;
}

div.userInformation div.content table
{
	float: left;
}

div.userInformation div.content div.showtickets
{
	float: left;
	padding-left: 30px;
	font-size: 11px;
}

div.userInformation div.content div.showtickets div.options
{
	padding-bottom: 20px;
}

div.userInformation div.content div.showtickets table th,
div.userInformation div.content div.showtickets table td
{
	padding: 2px 20px 2px 0;
}

/* infotable */
table.infotable th,
table.infotable td
{
	padding: 2px 0 2px 0;
}

table.infotable th
{
	padding-right: 15px;
}

table.tablemarginbottom
{
	margin-bottom: 20px;
}
/* infotable end */

/* gebruikerbeheer */
div.user_stats
{
	margin: 20px 0 20px 0;
	overflow: hidden;
}

div.user_stats div.stat
{
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 10px 0 0;
	border: 1px dashed #c0c0c0;
	text-align: center;
}

div.user_stats div.stat div.count
{
	font-size: 36px;
	padding-top: 20px;
}

div.user_stats div.stat div.description
{
	font-size: 10px;
}

table.gebruikerbeheer td.deleteicon
{
	padding: 0 10px 0 0;
}

table.gebruikerbeheer a
{
	color: #000;
	text-decoration: none;
}
/* gebruikerbeheer end */

/* slotreserveren_timeslot */
table.slotreserveren_timeslot th
{
	padding-bottom: 5px;
}

table.slotreserveren_timeslot td
{
	padding-bottom: 20px;
}
/* slotreserveren_timeslot end */

/* refund */
textarea.refund
{
	width: 300px;
	height: 70px;
}

table.statistieken tr.refundticket th
{
	padding-top: 10px;
}

table.statistieken tr.refundticket th,
table.statistieken tr.refundticket td
{
	padding-left: 20px;
}

table.statistieken tr.refundtop td,
table.statistieken tr.refundtop th
{
	padding-top: 20px;
}

table.statistieken tr.refundcolor_1
{
	background: #CDE9FF;
}

table.statistieken tr.refundcolor_2
{
	background: #CDFFFD;
}

table.statistieken tr .firstcolumn
{
	padding-left: 15px;
}
/* refund end */

/* ticketscannen */
#ticketscannen
{
	width: 1000px;
	margin: 40px auto 20px;
}

#qrcode
{
	margin-bottom: 20px;
}

#qrcode fieldset
{
	border: 0;
}

#qrcode input
{
	float: left;
	width: 269px;
	height: 24px;
	margin: 0 16px 0 0;
	padding: 7px 20px;
	font-size: 18px;
	background: url(/globalticket/images/input_qrcode.png) no-repeat;
	border: 0;
}

#qrcode a#keyboard
{
	display: block;
    height: 39px;
    overflow: hidden;
    text-indent: -7000px;
    margin-left: 250px;
    background: url(/globalticket/images/keyboard.png) 0 -39px no-repeat;
    outline: none;
}

#qrcode a#keyboard.active
{
	background: url(/globalticket/images/keyboard.png) 0 0 no-repeat;
}

div#ticketscannen_content
{
	float: left;
	width: 423px;
	margin-top: 20px;
}

div#ticketscannen_result
{
	float: left;
	width: 256px;
	height: 256px;
	margin-left: 71px;
}

div.ticketscannen_result_invalid
{
	background: url('/globalticket/images/invalid.png') no-repeat;
}

div.ticketscannen_result_valid
{
	background: url('/globalticket/images/valid.png') no-repeat;
}

div.panel div.header,
div.panel div.footer
{
	width: 423px;
	height: 14px;
}

div.panel div.header
{
	background: url(/globalticket/images/ticketscannen_header.png) no-repeat;
}

div.panel div.footer
{
	background: url(/globalticket/images/ticketscannen_footer.png) no-repeat;
}

div.panel div.content
{
	width: 403px;
	padding: 15px 0 0 20px;
	background: url(/globalticket/images/ticketscannen_content.png) repeat-y;
}

div.panel h2
{
	font-size: 16px;
}

div.panel table tr th
{
	padding-right: 14px;
	font-weight: bold;
}

div.panel table tr th,
div.panel table tr td
{
	font-size: 12px;
	padding-bottom: 10px;	
}

div.panel table.allowpanel tr td.edit
{
	padding-right: 7px;
}

div.panel table.allowpanel tr td.time
{
	padding-right: 15px;
}
/* ticketscannen end */

/* receptie, tickets printen */

.tableprint
{
	font-size: 10px;
	margin-top: 20px;
}

.tableprint tr th, .tableprint tr td
{
	padding-right: 20px;
	padding-bottom: 2px;
}

.tableprint tr.totaal th
{
	padding-top: 7px;
}

table.tableprint_socialmedia
{
	margin-top: 5px;
	padding-bottom: 15px;
}

table.tableprint_socialmedia td
{
	padding: 2px 7px 2px 0;
	vertical-align: middle;
	font-size: 10px;
}

div.printbutton
{
	margin-top: 20px;
}

div.printbutton a
{
	font-size: 16px;
}

/* verwijderen */

table.verwijderen th
{
	padding-bottom: 20px;
}

/* openingstijden */

div.openingstijden,
div.disableddates
{
	float: left;
	width: 400px;
}

div.openingstijden
{
	border-right: 1px dashed #c0c0c0;
}

div.disableddates
{
	padding-left: 30px;
}

div#openingstijden_succes
{
    background: url(/globalticket/images/checked.gif) no-repeat scroll 10px 7px transparent;
    border: 1px dashed #C0C0C0;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 7px 30px 5px;
    width: 270px;
}

table.openingstijden th,
table.openingstijden td
{
	padding: 3px 20px 3px 0;
}

div#layout table.openingstijden tr.button td
{
	padding-top: 15px;
}

/* slot reserveren */

div#datepicker_slotreserveren
{
	width: 250px;
}

table#slotreserveren
{
	margin: 20px 0 0 0;
}

/* datepicker select datum */

div.datepicker_selectdate
{
	width: 300px;
	font-size: 12px;
}

/* administratie */

a.algemenevoorwaarden
{
	color: #000000;
	text-decoration: underline;
}

/* kassaverkoop */

div#kassaverkoop
{
	overflow: hidden;
}

div#kassaverkoop table.posButtons
{
	float: left;
}

div#kassaverkoop div.results
{
	float: left;
	margin-left: 30px;
}

div#kassaverkoop table tr td a,
div#kassaverkoop div.results span,
div#kassaverkoop div.results input.text
{
	font-size: 30px;
}

div#kassaverkoop table tr td a
{
	display: block;
	width: 100px;
	height: 90px;
	text-align: center;
	line-height: 100px;
	font-weight: bold;
	border: 1px solid #c0c0c0;
	margin: 0 10px 10px 0;
	color: #000000;
}

div#kassaverkoop table tr th
{
	padding-bottom: 10px;
}

div#kassaverkoop table tr td a#posButton_correctie
{
	width: 212px;
	background: #e94949;
	color: #ffffff;
}

div#kassaverkoop div.results table tr td a
{
	float: left;
	width: 70px;
	height: 60px;
	line-height: 70px;
}

div#kassaverkoop div.results span
{
	padding-right: 10px;
}

div#kassaverkoop div.results input.text
{
	width: 130px;
	font-size: 30px;
	padding: 10px;
	border: 0;
}

div#kassaverkoop div.results input#posAmount
{
	width: 35px;
	height: 70px;
	font-size: 26px;
	border: 0;
	margin: 0 20px 0 10px;
}

div#kassaverkoop div.results td.posTotal
{
	font-size: 30px;
	font-weight: bold;
}

div#kassaverkoop div.results .posTotal
{
	width: 130px;
	padding: 0 20px 0 0;
	text-align: right;
}

div#kassaverkoop div.results #posTotal
{
	padding-top: 15px;
}

div#kassaverkoop div.results .posAdd
{
	padding-right: 0;
	text-align: right;
	padding-bottom: 20px;
}

div#kassaverkoop div.results input.posButton
{
	display: block;
	text-align: center;
	line-height: 100px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #c0c0c0;
	margin: 0 10px 10px 0;
	padding: 20px;
	color: #000000;
}

div#kassaverkoop div.results tr.posCheckOut td
{
	padding-top: 20px;
}

#ticketverkoop table td.pos_step2_Total
{
	font-size: 26px;
	font-weight: bold;
	padding: 0 0 20px 0;
	text-align: left;
}

/* datepicker */
.ui-datepicker .ui-icon-circle-triangle-e.ui-icon
{
	display: block;
	border-width: 5px 0 5px 5px;
	border-style: solid;
	border-color: transparent transparent transparent #FFF;
	width: 0;
	height: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.ui-datepicker .ui-icon-circle-triangle-w.ui-icon
{
	display: block;
	border-width: 5px 5px 5px 0;
	border-style: solid;
	border-color: transparent #FFF transparent transparent;
	width: 0;
	height: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}