@charset "utf-8";
/* CSS Document */

@font-face {
	font-family:euphemia;
	src: url(font/euphemia-webfont.woff) format('woff'), url(font/euphemia-webfont.ttf) format('truetype'), url(font/euphemia-webfont.eot) format('embedded-opentype');
}

* {
	margin:0;
	padding:0;
	border:none;
	font-family: euphemia;
}
.cssBlocker{
	position: absolute;
	height: 100%;
	width:100%;
	z-index: 9;
	background-color: white;
	padding-left: 16px;
}

#cssBalance2{
	display: none;
}
#cssHours1{
	display: none;
}
#cssMandays1{
	display: none;
}
#cssQuery1{
	display: none;
}
#cssVacation1{
	display: none;
}
#cssContact1{
	display: none;
}
#cssPrivacy1{
	display: none;
}

body{
	background-color: #E9E9E9;
}
a{
	color: #557BA8;
}
#linkMobile{
	display:none;
}
@media (max-width: 640px){
	#linkMobile{
		display: inline;
		font-size: 2em;
	}
}
a:visited{
	color:#557BA8;
}
form{
	position: relative;
	background-color: #F0F0F0;
	padding: 4px;
	margin: 0 auto;
}
#project form{
	padding: 0;
	background-color: #E9E9E9;
}
div{
	position: relative;
}
fieldset{
	position: relative;
	margin: 0px auto;
	width: 720px;
	border: 1px groove;
	border-color: gray;
	padding-bottom: 8px;
}
legend {
	font-size: 12px;
}
table{
	border-collapse: collapse;
	margin: 0px auto;
	clear: both;
}

#hourTableOld .hourLine{

}

#hourTable .hourLine{
	background-color: #98B6DB;
	font-weight: bold;
}

table .activityLine>td:first-child{
	text-align: right;
	font-style: italic;
}

.hourLine .descSpan{
	text-align: right;
}

table .activityLine:nth-child(2n+1) {
	background-color: #FCFCFC;
}

table .activityLine.extra{
	background-color: orange;
}

th, td{
	border: 1px solid lightgray;
	text-align: left;
	padding: 4px;
}

td.accented{
	background-color: skyblue;
}

td.khaki{
	background-color: khaki;
}

td.orange{
	background-color: orange;
}

tfoot{
	font-weight: bold;
}
tfoot td{
	text-align: right;
}
.bold{
	font-weight: bold;
}
#container {
	width: auto;
	position: relative;
	margin: 40px auto;
	padding-top: 16px;
	padding-bottom: 16px;
	border-radius: 16px;
	background-color: #F0F0F0;
}
#header{
	position: absolute;
	width: 100%;
	height: 56px;
	margin: 0px 0px 0px 0px;
	background: linear-gradient(#F8F8F8, #EFEFEF);
	top: 0px;
	z-index: 1;
	border-bottom: 1px solid lightgray;
	overflow: visible;
}
#logo{
	height: 56px;
	margin-left: 8px;
	display: inline-block;
	vertical-align: top;
}
#navigation {
	display: inline-block;
	list-style: none;
	margin-left: 56px;
	padding-top: 16px;
	white-space: nowrap;
}
#navigation li {
	margin: 8px;
	display: inline;
}
#navigation a {
	color: #606060;
	text-decoration: none;
}
#navigation a:hover{
	color: black;
}
#navigation a:active {
	color: #557BA8;
}
#navigation .blue{
	color: #557BA8;
}
#userDiv{
	width: 160px;
	height: 16px;
	padding: 8px;
	display: inline-block;
	margin-top: 8px;
	margin-left: calc(100% - 1080px);
	background: linear-gradient(#F8F8F8, #E4E4E4);
	border: 1px solid #E0E0E0;
	font-size: 12px;
	color: #606060;
}
/*
#userDiv:click{
	background: linear-gradient(0deg, #F8F8F8, #E4E4E4);
}
*/
.circle {
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#outerCircle{
	height: 24px;
	width: 24px;
	top: -20px;
	display: flex;
	float: right;
	background: radial-gradient(gray 50%, white 72%);
}
#outerCircle:hover{
	cursor: pointer;
}
#innerCircle{
	height: 20px;
	width: 20px;
	background-color: lightgray;
}
#innerCircle p{
	color: #C0C0C0;
	font-family: Arial;
	font-size: 4px;
	transform: scale(3,2);	
}

#LoginF {
	position: relative;
	width: 75%;
	margin: 0px auto;
	padding: 4px;
}
#LoginF .textbox{
	width: 95%;
}

.textbox{
	width: 310px;
	position: relative;
	margin: 8px auto;
	padding: 4px;
	display: block;
	border: solid #557BA8;
	border-width: 1px;
}
.textbox:focus{
	border: solid black;
	border-width: 1px;
}
.textbox:disabled{
	background-color: #F0F0F0;
}

.zip{
	width: 180px;
	display: inline-block;
	margin-left: 10px;
	margin-top: 0px !important;
	margin-bottom: 0px !important
}

.houseNr{
	width: 96px;
	display: inline-block;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.button{
	position: relative;
	margin: 12px auto;
	padding: 4px;
	display: block;
	background: linear-gradient(#7795B9, #446286);
	border-radius: 8px;
	color: white;
	font-size: 14px;
	border: solid #DDE5EE;
	border-width: 1px 0px 0px 1px;
	box-shadow: 2px 2px 1px #223143;
	text-shadow: 0.5px 0.5px #223143;
}
.button:hover{
	background: linear-gradient(#88A3C2, #4C6F97);
	cursor: pointer;
}
.button:active{
	background: linear-gradient(#4C6F97 , #88A3C2);
	box-shadow: 1px 1px 1px black;
}
fieldset .button{
	font-size: 10px;
	display: inline;
	padding: 4px;
}
.dropDown{
	width: 320px;
	position: relative;
	margin: 8px auto;
	padding: 4px;
	display: block;
	border: solid #557BA8;
	border-width: 1px;
}
.ddEmphasis{
	font-weight: bold;
	background-color: darkgray;
}
.search{
	display: inline-block;
	width: 288px;
	margin-bottom: 0;
	margin-top: 0;
}
.searchIcon{
	height: 24px;
	vertical-align: text-bottom;
	cursor: pointer;
}
.narrow{
	width: 156px;
	display: inline-block;
	margin: 0;
}
#selectorDiv {
	width: 720px;
	margin: 0px auto;
}
#selectorDiv .dropDown{
	margin: 8px;
	display: inline;
	width: 160px;
}
form textArea{
	position: relative;
	margin: 8px auto;
	width: 200px;
	height: 200px;
	resize: none;
}
#titel {
	text-align: center;
}
#mainForm{
	width: 752px;
	margin: 0px auto;
}

.wrapFloat{
	clear: both;
}

#mainForm p{
	position: relative;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 4px 0px;
	font-size: 15px;
}
#mainForm p.cb{
	left: -12px
}
#formLeft, #formRight{
	float: left;
}
#context{
	background-color: #E9E9E9;
	border: 1px solid #888;
	font-size: 12px;
	z-index: 1;
}
#context.userContext {
	width: 176px;
	background-color: #E9E9E9;
	border-width: 0px 1px 1px;
	font-size: 12px;
}
.userContext ul{
	list-style: none;
	background-color: #EDEDED;
}
.userContext li {
	padding: 8px;
}
#context ul{
	list-style: none;
}
#context li{
	border: groove #E9E9E9;
	border-width: 0px 0px 2px;
	padding: 8px;
	height: 16px;

}
#context li:last-child{
	border-width: 0px;
}
#context li:hover{
	background-color: #7795B9;
	cursor: pointer;
}
#context li:active{
	border-style: inset;
}

#project {
	padding: 8px;
	background-color: #E9E9E9;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}
#project p {
	margin: 4px;
}
#project h3{
	font-size: 12pt;
}
#pInfo, #pAdres,#pContact, #pLeader, #pWerkzaamheden, #pCalculator{
	display: inline-block;
	margin-left: 8px;
}
#pContact, #pLeader, #pCalculator{
	padding: 1px;
	border: 2px outset #E9E9E9;
}
#pAdres{
	vertical-align: top;
}

#pWerkzaamheden{
	margin-top: 8px;
}

#user, #customer{
	padding: 8px;
	background-color: #E9E9E9;
}
#kruisje {
	background-color: #ff6666;
	height: 20px;
	width: 20px;
	float: right;
	z-index: 2;
}
#kruisje:hover {
	cursor: pointer;
}
#kruisje p {
	color: white;
	margin: 0px;
}
#unavailable{
	color: gray;
	text-decoration:  line-through;
}

.prevNextPage{
	width: 160px;
	margin: 0 auto;
}

.prevNextPage input{
	width: 32px;
}

.prevNextPage span:hover{
	cursor: pointer;
}

.formLine {
	width: 560px;
	margin: 8px auto;
}

.formLine>label{
	width: 160px;
	display: inline-block;
	text-align: right;
}


#busyBlocker {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255, 0.5);
	z-index: 9;
}

.busyMation {
	margin: 0 auto;
	width: 40px;
	height: 40px;
	top: 50%;
	top: calc(33% - 20px);
	left: 50%;
	left: calc(50% - 20px);
	position: absolute;
}

#busyBlocker>p{
	text-align: center;
	margin: 0 auto;
	position: fixed;
	width: 100%;
	top: calc(33% + 42px);
}

.busyMation .busyCircle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.busyMation .busyCircle:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #333;
	border-radius: 100%;
	-webkit-animation: busyCircleFadeDelay 1.2s infinite ease-in-out both;
	animation: busyCircleFadeDelay 1.2s infinite ease-in-out both;
}
.busyMation .busyCircle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.busyMation .busyCircle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
.busyMation .busyCircle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.busyMation .busyCircle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}
.busyMation .busyCircle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}
.busyMation .busyCircle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.busyMation .busyCircle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}
.busyMation .busyCircle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}
.busyMation .busyCircle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.busyMation .busyCircle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg); 
}
.busyMation .busyCircle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg); 
}
.busyMation .busyCircle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s; 
}
.busyMation .busyCircle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s; 
}
.busyMation .busyCircle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s; 
}
.busyMation .busyCircle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s; 
}
.busyMation .busyCircle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s; 
}
.busyMation .busyCircle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s; 
}
.busyMation .busyCircle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s; 
}
.busyMation .busyCircle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.busyMation .busyCircle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.busyMation .busyCircle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.busyMation .busyCircle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes busyCircleFadeDelay {
	0%, 39%, 100% { opacity: 0; }
	40% { opacity: 1; }
}

@keyframes busyCircleFadeDelay {
	0%, 39%, 100% { opacity: 0; }
	40% { opacity: 1; } 
}

.scrollingTableHeader {
	position: absolute;
	background-color: #F0F0F0;
	background: linear-gradient(#F8F8F8, #E4E4E4);
	margin: 0px auto;
	overflow: hidden;
	white-space: nowrap;
}

.scrollingTableHeader p{
	margin: 4px;
	font-weight: bold;
	color: #557BA8;
	text-shadow: 0 0 1px lightgray;	
}

.scrollingTableHeader.fixed{
	position: fixed;
}

.scrollingTableHeader>div{
	display: inline-block;
	vertical-align: top;
	border: 1px solid lightgray;
	border-right: none;
	height: 32px;
	white-space: normal;
}

#popUpTable {
	color: #557BA8;
}

#popUpTable:hover{
	cursor: pointer;
}

#popUpTableContainer{
	background-color: white;
}

#dtpWrapper{
	border: 1px solid #557BA8;
	position: absolute;
	display: block;
	background-color: white;
}

#dtpWrapper thead tr{
	background-color: #557BA8;
}

.nallow{
	cursor: not-allowed;
}

#hourPopUp {
	padding: 8px;
	background-color: #E9E9E9;
}

#hourPopUp H1{
	font-size: 12pt;
}

#hourPopUp span{
	min-width: 64px;
	display: inline-block;
}

#hourPopUp table{
	border: none;
	margin-left: 0px;
}

#hourPopUp td{
	border: none;
	margin-right: 8px;
}

#hourPopUp th{
	margin-right: 8px;
}

.puHeader{
	font-weight: bold;
}
#searchLine{
	width: 324px;
	margin: 8px auto;
}

#bFilter, #bSearch{
	width: 720px;
	margin: 0 auto;
}

#bSearch{
	background-color: #E0E0E0;
}

#bFilter{
	background-color: inherit;
}

#balanceCbContainer{
	display: inline-block;
	width: 324px;
	vertical-align: top;
}

.hidden{
	display: none;
}

#cbShowExtra{
	margin-left: 32px;
}

#cbShowNonInvoiced+label, #cbShowRest+label{
	font-weight: bold;
}


.invoiced.extraInvoiced{
	display: table-row;
}
.notInvoiced.extraInvoiced{
	display: table-row;
}
.invoiced.extraNotInvoiced{
	display: table-row;
}
.notInvoiced.extraNotInvoiced{
	display: table-row;
}