﻿@charset "UTF-8";
/* CSS Document */
/* CORE CSS */
@import url("../../dojo/dojo/resources/dojo.css");
@import url("../../dojo/dijit/themes/claro/claro.css");

@font-face {
	font-family: opensans;
	src: url("../OpenSans-Light.ttf");
}


* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	font-family: opensans;
	font-size: 13px;
	line-height: 20px;
	background-color: #fff;
}


.header {
	float: left;
	width: 100%;
	background-color: white;
}

	.header a {
		color: #fff;
		text-decoration: underline;
	}

		.header a:hover {
			text-decoration: none;
		}


.logolinks {
	float: left;
	width: auto;
}

.logorechts {
	float: right;
	width: auto;
}

.profiel {
	float: right;
	min-width: 150px;
	height: 85px;
	color: #fff;
	padding-left: 80px;
	padding-right: 40px;
	padding-top: 30px;
	background: url(../../images/profiel-arrow.gif) no-repeat left top #ff6400;
}

span.bedrijfsnaam {
	float: left;
	font-size: 18px;
	padding-left: 24px;
	background: url(../../images/profiel-icon.png) no-repeat left;
}

.header-menu {
	float: left;
	width: 100%;
	height: auto;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	background: url(../../images/grey-gradient.gif) repeat-x bottom left #f7f7f7;
}

.kruimelpad {
	float: left;
}

	.kruimelpad a, .kruimelpad span {
		float: left;
		color: #669AC9;
		text-decoration: none;
		padding-right: 20px;
		padding-left: 10px;
		padding-top: 7px;
		height: 23px;
		background: url(../../images/kruimel-arrow.png) no-repeat right;
	}

	.kruimelpad span {
		color: #000;
	}

	.kruimelpad a:hover {
		color: #000;
	}

p {
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 1.1em;
}

br {
	content: "A" !important;
	display: block !important;
	margin-bottom: 0.5em !important;
}

a.header-menu-btn {
	float: right;
	height: 23px;
	padding-left: 35px;
	padding-right: 15px;
	padding-top: 7px;
	color: #000;
	border-left: 1px solid #DCDCDC;
	text-decoration: none;
}

	a.header-menu-btn.print {
		background: url(../../images/head-icons.png) no-repeat left 0px;
	}

	a.header-menu-btn.uitloggen {
		background: url(../../images/head-icons.png) no-repeat left -30px;
	}

	a.header-menu-btn.help {
		background: url(../../images/head-icons.png) no-repeat left -60px;
	}

	a.header-menu-btn.logon {
		background: url(../../images/alert.png) no-repeat left 0px;
	}

	a.header-menu-btn.mail {
		background: url(../../images/email.png) no-repeat left 0px;
	}

	a.header-menu-btn:hover {
		background-color: #e6e6e6;
	}


.container {
	float: left;
	width: 100%;
}

.navigatie {
	float: left;
	width: 250px;
}

.objecten-dropdown {
	float: left;
	width: 283px;
	height: 52px;
	color: #ff5c00;
	font-size: 13px;
	border-bottom: 1px solid #dcdcdc;
}

	.objecten-dropdown span {
		float: left;
		width: 200px;
		height: 41px;
		padding-top: 10px;
		padding-left: 40px;
		background: url(../../images/gebouw-ico.gif) no-repeat 15px center;
	}

a.drop-btn {
	float: right;
	width: 30px;
	height: 52px;
	border-left: 1px solid #dcdcdc;
	background: url("../../images/dropdown.gif") repeat-x scroll left center #F7F7F7;
}


.navigatie ul {
	float: left;
}

.navigatie li {
	float: left;
	list-style: none;
}

div.tip {
	display: none;
}

.navigatie li a {
	float: left;
	border-bottom: 1px solid #dcdcdc;
	width: 197px;
	/*height:17px;*/
	padding: 8px;
	color: #000;
	padding-left: 28px;
	text-decoration: none;
	font-size: 13px;
	background: url(../../images/kruimel-arrow.png) no-repeat;
}

.navigatie li.active a, .navigatie li.active a:hover {
	color: #fff;
	background: url(../../images/active-bg.gif) repeat-x left top #353535;
}

.navigatie li a:hover {
	background: url(../../images/kruimel-arrow.png) no-repeat #f4f4f4;
}

.navigatie li.active div.tip {
	position: absolute;
	width: 16px;
	height: 33px;
	margin-left: 233px;
	background: url(../../images/active-item-tip.gif) no-repeat left bottom;
	display: block;
	z-index: 1;
}

.navigatie li.active a {
	border: none;
}

ul.sub {
	width: 233px;
	border-bottom: 1px solid #dcdcdc;
	color: #000;
	background: #f9f9f9;
	display: none;
	padding-bottom: 5px;
}

	ul.sub.active {
		background: #353535;
		display: inherit;
	}

	ul.sub li a {
		border: none;
		padding-top: 15px;
		padding-left: 10px;
		background: none !important;
		font-size: 12px;
		width: 200px;
		color: #000;
	}


	ul.sub.active li a {
		color: #d3d3d3;
		padding-top: 1px;
	}


	ul.sub li a:hover {
		color: #669AC9;
		background: #fff;
		padding-top: 5px;
	}


	ul.sub li.active a, ul.sub.active li a:hover {
		font-weight: bold;
		background: #495052;
		color: #669AC9;
		padding-top: 0px;
	}

	ul.sub.active li a:hover {
		font-weight: bold;
		padding-top: 0px;
	}

.adresgegevens {
	float: left;
	padding: 20px;
	width: 299px;
	display: none;
}

/* width */
::-webkit-scrollbar {
	display: none;
}

.content {
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	width: 76%;
	overflow-y: auto;
	/*height: 800px;*/
	scrollbar-width: none;
}

.content-login {
	float: inherit;
	width: 100%;
	padding: 50px;
	margin-left: 25%;
}

.content-links {
	float: left;
	width: 447px;
	padding: 40px;
}

.content-rechts {
	float: left;
	width: 350px;
	padding: 40px;
}


.dashboardItem {
	width: 290px;
	float: left;
}

/*********** MENU SElECT ************/
/*select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-size: 15px !important;
	color: grey;
	background-color: #F9F9F9;
	border: 0px solid #ccc;*/
/*-webkit-appearance: button;
	-moz-appearance: button;*/
/*background-image: url(../../images/kalender.gif) !important;
	background-repeat: no-repeat !important;
	background-position-x:right !important*/
/*background-position: right !important;*/
/*}*/


select {
	color: grey;
	background-color: #F9F9F9;
	border: none;
	display: inline-block;
	font-size: 15px !important;
	line-height: 1.5em;
	padding: 0.5em 3.5em 0.5em 1em;
	/* reset */
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
}

	/*select:focus {
			background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
			background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
			background-size: 5px 5px, 5px 5px, 1px 1.5em;
			background-repeat: no-repeat;
			border-color: green;
			outline: 0;
		}*/


	select:-moz-focusring {
		color: transparent;
		text-shadow: 0 0 0 #000;
	}

.styledSelect {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: white;
	padding: 0 10px;
	font-weight: bold;
}

	.styledSelect:after {
		content: "";
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-color: black transparent transparent transparent;
		position: absolute;
		top: 9px;
		right: 6px;
	}

	.styledSelect:active, .styledSelect.active {
		background-color: #eee;
	}

.options {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0 0;
	padding: 0 0;
	list-style: none;
	border: 1px solid #ccc;
	background-color: white;
	/*-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/
}

	.options li {
		padding: 0 6px;
		margin: 0 0;
		padding: 0 10px;
	}

		.options li:hover {
			background-color: #39f;
			color: white;
		}

.selectlabel {
	font-size: 15px;
}
/*********** MENU OBJECTS ************/
#menu_objectlist {
	width: 300px;
	max-height: 250px;
	overflow: auto;
	background: #fff;
	border: 1px solid #DCDCDC;
	border-top: none;
	margin-top: 53px;
	z-index: 100;
}

	#menu_objectlist li a {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 40px;
		width: 235px;
		background: url(../../images/gebouw-ico.gif) no-repeat 15px center;
	}

		#menu_objectlist li a:hover {
			color: #ff6000;
			background-color: #f9f9f9;
		}


/*********** TABEL  ***********/

table.info-table, table.tblTable {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

div.tblHeader, tr.tblHeader td {
	color: #fff;
	font-size: 18px;
	background-color: #666666 !important;
}

table.info-table td, table.tblTable td {
	padding: 5px;
	background-color: #fff;
	border-bottom: 1px solid #dbdbdb;
}

@media (max-width: 1000px) {
	table.info-table td, table.tblTable td {
		height: 35px;
		padding: 15px !important;
	}
}

tr.tblHeader td {
	padding-left: 7px;
	border: none !important;
	height: 40px !important;
}

table.tblTable .tblHeader {
	background: none;
	background-color: #666666;
	color: #ffffff;
	font-size: 18px !important;
	padding-left: 20px;
}

table.info-table td.eigenschap, table.tblTable td.eigenschap {
	width: 175px;
}

table.info-table td.uitvoer, table.tblTable td.uitvoer {
	width: 420px;
}

.clickable {
	cursor: pointer;
}

tr.tblSubHeader td {
	background: #F9F9F9 !important;
	color: black;
	background-color: #f2f2f2;
	font-style: italic;
	font-size: 15px !important;
}

/****** TABLES ********/

table.tblTable {
	width: 100%;
	/*-webkit-border-radius: 10px;*/
	/*-moz-border-radius: 10px;*/
	/*border-radius: 10px;*/
	margin-bottom: 20px;
}

	table.tblTable tr:first-child td:first-child {
		/*-webkit-border-top-left-radius: 10px;*/
		/*-moz-border-radius-topleft: 10px;*/
		/*border-top-left-radius: 10px;*/
	}

	table.tblTable tr:first-child td:last-child {
		/*-webkit-border-top-right: 10px;*/
		/*-moz-border-radius-topright: 10px;*/
		/*border-top-right-radius: 10px;*/
	}

	table.tblTable tr:last-child td:first-child {
		/*-webkit-border-bottom-left-radius: 10px;*/
		/*-moz-border-radius-bottomleft: 10px;*/
		/*border-bottom-left-radius: 10px;*/
	}

	table.tblTable tr:last-child td:last-child {
		/*-webkit-border-bottom-right-radius: 10px;*/
		/*-moz-border-radius-bottomright: 10px;*/
		/*border-bottom-right-radius: 10px;*/
	}

td.tblHeader:first-child {
	/*-webkit-border-top-left-radius: 10px;*/
	/*-moz-border-radius-topleft: 10px;*/
	/*border-top-left-radius: 10px;*/
}

td.tblHeader:last-child {
	/*-webkit-border-top-right-radius: 10px;*/
	/*-moz-border-radius-topright: 10px;*/
	/*border-top-right-radius: 10px;*/
}

td.tblHeader {
	font-size: 20px !important;
}

.dvObjectScroll {
	width: 200px;
	height: 125px;
	overflow-y: scroll;
	padding: 5px;
}
/*
	
.soria .dijitTabContainerTop-dijitContentPane, .soria .dijitTabContainerLeft-dijitContentPane, .soria .dijitTabContainerBottom-dijitContentPane, .soria .dijitTabContainerRight-dijitContentPane, .soria .dijitAccordionContainer-dijitContentPane,.soria .dijitTabPaneWrapper{background:none !important}	
	
.soria .dijitTabPaneWrapper,.soria .dijitTabContainerBottom-spacer, .soria .dijitTabContainerTop-spacer,.soria .dijitTabContainerTop-tabs .dijitTabChecked{
	border-color:#4c4c4c !important;
	}
	
	
.soria .dijitTabInnerDiv .dijitTabContent,.soria .dijitTabInnerDiv .dijitTabContent,.soria .dijitTabChecked, .soria .dijitTabCloseButtonChecked,.soria .dijitTabChecked .dijitTabInnerDiv .dijitTabContent,.soria .dijitTabChecked .dijitTabInnerDiv{
	background-image:url(../../images/tabContainerSprite.gif) !important;
	}
	
.soria .dijitTabContainerBottom-spacer, .soria .dijitTabContainerTop-spacer{background:#4c4c4c !important}
	*/
.footer_powered {
	float: left;
	width: 100%;
	margin-top: 20px;
}


/***********************

		GRID
		
***********************/


.dojoxGrid {
	border: 1px solid #DCDCDC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


th.dojoxGridCell {
	color: #fff;
	background: url("../../images/active-bg.gif") repeat-x scroll left top #353535 !important;
}

	th.dojoxGridCell:first-child {
		border-top-left-radius: 10px;
	}

	th.dojoxGridCell:last-child {
		border-top-right-radius: 10px;
	}




/***************************

		PAGER

***************************/

.pager {
	width: 100%;
	height: 40px;
	display: block;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

	.pager ul {
		display: block;
		width: 550px;
		height: 25px;
		margin: 0 auto;
		padding: 0;
	}


	.pager li {
		list-style: none;
		float: left;
	}

		.pager li a, .pager li span {
			/*display:inline;	*/
			padding: 5px;
			text-align: center;
			background: #fff;
			text-decoration: none;
			margin-right: 3px;
			color: #000;
			border: 1px solid #DCDCDC;
			-webkit-border-radius: 7px;
			-moz-border-radius: 7px;
			border-radius: 7px;
		}

		.pager li.active span {
			background: #dcdcdc;
			-moz-box-shadow: inset 1px 1px 0px #f3f3f3;
			-webkit-box-shadow: inset 1px 1px 0px #f3f3f3;
			box-shadow: inset 1px 1px 0px #f3f3f3;
		}


/*************************

	DASHBOARD ITEM

*************************/

.dashboard_kolom {
	width: 330px;
	float: left;
	margin-right: 20px;
	min-height: 350px;
}

.item_blok {
	float: left;
	width: 330px;
	background: #fff;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #DCDCDC;
}

.item_blok_kop {
	float: left;
	width: 100%;
	color: #fff;
	background: url("../../images/active-bg.gif") repeat-x left top #353535 !important;
}

	.item_blok_kop .titel {
		padding-left: 33px;
		border: none;
		background: url(../../images/gebouw-ico-white.png) no-repeat 10px 10px;
	}

.item {
	float: left;
	width: 100%;
	border-top: 1px solid #DCDCDC;
}

	.item:hover {
		background-color: #f9f9f9;
	}

.titel {
	float: left;
	padding: 10px;
	width: 240px;
	border-right: 1px solid #DCDCDC;
	cursor: pointer;
}

.rating {
	float: right;
	width: 60px;
	padding-top: 5px;
}

	.rating img {
		float: left;
		display: block;
		width: 11px;
		height: 10px;
		border: none;
		margin-left: 2px;
	}

	.rating .star_low {
		background-image: url("../../images/stars/green.png");
	}

	.rating .star_mid {
		background-image: url("../../images/stars/orange.png");
	}

	.rating .star_high {
		background-image: url("../../images/stars/red.png");
	}

.dijitTextBox {
	border: none;
	background: none;
}

textarea.dijitTextArea {
	font-family: Lucida sans,Arial,Helvetica,Verdana;
	font-size: 12px;
}


/**************************

	TABCONTAINER

**************************/

.tabcontainer_details {
	height: 700px;
	width: 700px;
	margin-bottom: 20px;
}

.dijitTabPaneWrapper {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}


.dijitTabContainerTopNone {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 99% !important;
	padding-top: 10px;
	padding-left: 10px;
	background: url("../../images/active-bg.gif") repeat-x left top #353535 !important;
}

/*********** CONTENT STYLES  ***********/

h1 {
	color: #669AC9;
	margin-top: 0px;
	margin-bottom: 20px;
}

.login h1 {
	color: #669AC9;
	font-size: 28px;
}

a {
	color: #669AC9;
}


/*.dijitInputField{
	background:#F8F8F8 !important;
	border:1px solid #DCDCDC !important;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding:3px !important;
	-moz-box-shadow:inset 1px 1px 0px #e4e4e4;
	-webkit-box-shadow:inset 1px 1px 0px #e4e4e4;
	box-shadow:inset 1px 1px 0px #e4e4e4;
	}*/


body.login input[type="text"], body.login input[type="password"] {
	background: #F9F9F9 !important;
	border: 0px solid #DCDCDC !important;
	/*-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;

	-moz-box-shadow:inset 1px 1px 0px #e4e4e4;
	-webkit-box-shadow:inset 1px 1px 0px #e4e4e4;
	box-shadow:inset 1px 1px 0px #e4e4e4;*/
}

body.login div.melding {
	width: 100%;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	color: #E56B10;
	background-color: #FFFFA7;
	border-top: 1px solid #E5E395;
	border-bottom: 1px solid #E5E395;
	height: 20px;
	text-align: center;
	background-image: url(../images/field-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	/*-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;*/
	-moz-animation-name: anim;
	-moz-animation-duration: 5s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-in-out;
	/*animation: anim 0.5s;
	-moz-animation: anim 0.5s; /* Firefox */
	-webkit-animation: anim 0.5s; /* Safari and Chrome */
	*/
}

body.login div.melding1 {
	width: 20%;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	color: #E56B10;
	background-color: #FFFFA7;
	border-top: 1px solid #E5E395;
	border-bottom: 1px solid #E5E395;
	height: 20px;
	text-align: center;
	background-image: url(../images/field-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	/*-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;*/
	-moz-animation-name: anim;
	-moz-animation-duration: 5s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-in-out;
	/*animation: anim 0.5s;
	-moz-animation: anim 0.5s; /* Firefox */
	-webkit-animation: anim 0.5s; /* Safari and Chrome */
	*/
}

/*.dijitDateTextBox .dijitInputField,.dijitTimeTextBox .dijitInputField{	
	background-repeat:no-repeat !important;
	background-position:right center !important;
	}*/

.dijitSpinner .dijitInputField {
	-webkit-border-radius: 7px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius: 7px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-radius: 7px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

textarea {
	/*background: #F8F8F8 !important;*/
	border: 1px solid #DCDCDC !important;
	/*-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: inset 1px 1px 0px #e4e4e4;
	-webkit-box-shadow: inset 1px 1px 0px #e4e4e4;
	box-shadow: inset 1px 1px 0px #e4e4e4;*/
}

	textarea.isa {
		background: white !important;
		border: 1px solid #DCDCDC !important;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		-moz-box-shadow: inset 1px 1px 0px #e4e4e4;
		-webkit-box-shadow: inset 1px 1px 0px #e4e4e4;
		box-shadow: inset 1px 1px 0px #e4e4e4;
	}

input[type="text"] {
	box-shadow: none;
}

	input.input-field:focus, input[type="text"]:focus, textarea:focus {
		/*-moz-box-shadow:inset 0px 0px 0px #b2b2b2;
	-webkit-box-shadow:inset 0px 0px 0px #b2b2b2;*/
		/*box-shadow:inset 0px 0px 0px #b2b2b2;*/
		background: #fff;
	}

input.input-field.big {
	width: 300px;
	font-size: 14px;
	padding: 6px;
	background: #F9F9F9;
	margin-top: 20px;
	border: 0px !important;
}

	input.input-field.big:focus {
		/*background:#fff;-moz-box-shadow:inset 0px 0px 3px #b2b2b2;
	-webkit-box-shadow:inset 0px 0px 3px #b2b2b2;
	box-shadow:inset 0px 0px 3px #b2b2b2;*/
	}

input.input-field.small {
	width: 120px;
	font-size: 14px;
	background: #F9F9F9;
	border: 0px !important;
	padding: 0.5em 0.5em 0.5em 0.5em;
}
/*.dijitArrowButtonContainer{
	display:none;
	}*/

a.button, input[type=submit], input[type=button], a.link_button, .knophandtekening {
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	text-transform: capitalize;
	text-decoration: none;
	/*-webkit-border-radius: 5px;*
	/*-moz-border-radius: 5px;*/
	/*border-radius: 5px;*/
	margin-right: 10px;
	border-top: 1px solid #669AC9;
	border-left: 1px solid #669AC9;
	border-right: 1px solid #669AC9;
	border-bottom: 1px solid #669AC9;
	/*-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);*/
	/*-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);*/
	background: #669AC9;
}

a.button {
	padding-top: 6px;
	padding-bottom: 6px;
}


a.button:hover, input[type=submit]:hover, input[type=button]:hover, .dijitButton:hover, a.link_button:hover {
	cursor: pointer;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
}

a.button:active, input[type=submit]:active, input[type=button]:active, .dijitButton:active, a.link_button:active {
	border-top: 1px solid #669AC9;
	border-left: 1px solid #669AC9;
	border-right: 1px solid #ff9143;
	border-bottom: 1px solid #ff9143;
	-webkit-box-shadow: inset 0 0 5px #c54a00;
	-moz-box-shadow: inset 0 0 5px #c54a00;
	box-shadow: inset 0 0 5px #c54a00;
}



table.display {
	border-collapse: collapse;
}

	table.display td {
		padding: 5px;
		border: 1px solid #d9d9d9;
	}


/****************

	SPINNER 
	
***************/



.dijitButtonNode {
	border: none;
}


.dag_melding {
	width: 97%;
	padding: 10px;
	background-color: #f2f2f2;
	border: 2px dotted #525252;
	margin-bottom: 10px;
}

.printShow {
	display: none;
}

.countdownClock {
	float: right;
	padding-top: 7px;
	margin-right: 10px;
	font-size: 11px;
	color: #000;
}

.dvMelding {
	width: 92%;
	padding: 20px;
	text-align: center;
	border: 1px solid #525252;
	margin-bottom: 15px;
	margin-left: 4px;
}

	.dvMelding.rood {
		background-color: red;
		color: white;
	}

tr.subsequentlyShift td {
	background-color: #FCF8E3;
}

table.shift td p {
	margin: 0;
}

.error {
	color: red;
}

/***********  PW Check  *********/
.tiptekst {
	color: #949494;
	font-size: 12px;
}

.strength0, .strength1, .strength2, .strength3, .strength4, .strength5 {
	padding: 5px;
	float: left;
	width: 350px;
	border: 1px solid gray;
}

.strength0 {
	background: #cccccc;
	height: 100px;
}

.strength1 {
	background: #ff0000;
	height: 50px
}

.strength2 {
	background: #ff5f5f;
	height: 50px
}

.strength3 {
	background: #e67300;
	height: 50px
}

.strength4 {
	background: #4dcd00;
	height: 50px
}

.strength5 {
	background: #399800;
	height: 50px
}

#ajax_listOfOptions {
	position: absolute; /* Never change this one */
	width: 250px; /* Width of box */
	height: 250px; /* Height of box */
	overflow: auto; /* Scrolling features */
	border: 1px solid #317082; /* Dark green border */
	background-color: #FFF; /* White background color */
	text-align: left;
	font-size: 0.9em;
	z-index: 10000;
}

	#ajax_listOfOptions div { /* General rule for both .optionDiv and .optionDivSelected */
		margin: 1px;
		padding: 1px;
		cursor: pointer;
		font-size: 0.9em;
	}

	#ajax_listOfOptions .optionDiv { /* Div for each item in list */
	}

	#ajax_listOfOptions .optionDivSelected { /* Selected item in the list */
		background-color: #317082;
		color: #FFF;
	}

#ajax_listOfOptions_iframe {
	background-color: #F00;
	position: absolute;
	z-index: 5;
}

.m-signature-pad {
	/*position: absolute;*/
	font-size: 10px;
	width: 870px;
	top: 50%;
	left: 50%;
	/*margin-left: -350px;*/
	/*margin-top: -200px;*/
	border: 1px solid #e8e8e8;
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
	border-radius: 4px;
}

	.m-signature-pad:before, .m-signature-pad:after {
		/*position: absolute;*/
		z-index: -1;
		content: "";
		width: 40%;
		height: 10px;
		left: 20px;
		bottom: 10px;
		background: transparent;
		-webkit-transform: skew(-3deg) rotate(-3deg);
		-moz-transform: skew(-3deg) rotate(-3deg);
		-ms-transform: skew(-3deg) rotate(-3deg);
		-o-transform: skew(-3deg) rotate(-3deg);
		transform: skew(-3deg) rotate(-3deg);
		box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
	}

	.m-signature-pad:after {
		left: auto;
		right: 20px;
		-webkit-transform: skew(3deg) rotate(3deg);
		-moz-transform: skew(3deg) rotate(3deg);
		-ms-transform: skew(3deg) rotate(3deg);
		-o-transform: skew(3deg) rotate(3deg);
		transform: skew(3deg) rotate(3deg);
	}

.m-signature-pad--body {
	/*position: absolute;*/
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 60px;
	border: 1px solid #f4f4f4;
}

	.m-signature-pad--body
	canvas {
		/*position: absolute;*/
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		border-radius: 4px;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
	}

.m-signature-pad--header {
	/*position: absolute;*/
	left: 20px;
	right: 20px;
	bottom: 20px;
	height: 40px;
}

	.m-signature-pad--header
	.description {
		color: black;
		text-align: left;
		font-size: 1.8em;
		margin-top: 1.8em;
	}


.m-signature-pad--footer {
	/*position: absolute;*/
	left: 20px;
	right: 20px;
	bottom: 20px;
	height: 40px;
}

	.m-signature-pad--footer
	.description {
		color: #C3C3C3;
		text-align: center;
		font-size: 1.2em;
		margin-top: 1.8em;
	}

	.m-signature-pad--footer
	.button {
		/*position: absolute;*/
		bottom: 0;
	}

		.m-signature-pad--footer
		.button.clear {
			float: right;
			left: 0;
		}

		.m-signature-pad--footer
		.button.save {
			float: right;
			right: 0;
		}

@media screen and (max-width: 1024px) {
	.m-signature-pad {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: auto;
		height: auto;
		min-width: 250px;
		min-height: 140px;
	}

	#github {
		display: none;
	}
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.m-signature-pad {
		margin: 5%;
	}
}

@media screen and (max-height: 320px) {
	.m-signature-pad--body {
		left: 0;
		right: 0;
		top: 0;
		bottom: 32px;
	}

	.m-signature-pad--footer {
		left: 20px;
		right: 20px;
		bottom: 4px;
		height: 28px;
	}

		.m-signature-pad--footer
		.description {
			font-size: 1em;
			margin-top: 1em;
		}

	.m-signature-pad--header
	.description {
		font-size: 1em;
		margin-top: 1em;
	}
}
