
* {box-sizing: border-box;}

html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family: ff-tisa-sans-web-pro, sans-serif;
	font-size: 17px;
	color: #000;
    font-weight: 400;
	background: #d7d8da;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.wf-loading { visibility: hidden;}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: 100;
	font-family: halogen, sans-serif;
}

pre {
	white-space: break-spaces;
}

a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #7476A4;
}

:disabled {
	cursor: not-allowed;
}

.hm_left {
	display: inline-block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 330px;
	height: 100vh;
}

#fmenu {
	min-height: 100vh;
	padding: 7px 20px;
	background: #fff;
	color: #000;
}
	
	#fmenu .fas {
		font-size: 30px;
		display: inline-block;
		vertical-align: middle;
		padding-right: 20px;
	}
	
	#fmenu h1 {
		display: inline-block;
		vertical-align: middle;
	}
	
	#fmenu a {
		display: block;
		padding: 1px 10px;
		font-size: 13px;
	}
	
	#fmenu a:hover {
		cursor: pointer;
		background: #eee;
	}
	
	#a_res {
		padding-left: 10px;
		font-size: 15px;
	}

	
	

.hm_right {
	display: inline-block;
	vertical-align: top;
	margin-left: 330px;
	position: relative;
}



.stfrm {
	min-width: 400px;
	display: block;
	margin: 0 auto;
}

	.stfrm input, .stfrm select {
		width: 300px;
		padding: 10px;
		border: 1px solid #ddd;
		margin: 5px;
		background: #fff;
	}
	
	.stfrm input[type=submit] {
		cursor: pointer;
		transition: ease 0.5s;
		border-radius: 30px;
		background: #000;
		color: #fff;
	}
	
	.stfrm input[type=submit]:hover {
		background: #666;
		color: #fff;
		transition: ease 0.5s;
	}
	
	.stfrm input[type=checkbox] {
		width: auto;
	}
	
		
	
	
	.stfrm h2, .stfrm h3 {
		padding: 10px 0px;
		text-transform: uppercase;
	}
	
	.stfrm textarea {
		width: 300px;
		padding: 10px;
		border: 1px solid #ddd;
		margin: 5px;
		background: #fff;
		min-height: 300px;
		font-family: ff-tisa-sans-web-pro, sans-serif;
	}
	
	.stfrm.sml input[type=submit] {
		width: 100px;
	}
	
	.stfrm.sml input[type=file] {
		width: 130px;
	}




.center {
	margin: 0 auto;
	width: 100%;
	max-width: 2000px;
}

.tac {
	text-align: center;
}




.postit {
	line-height: 1;
	text-align:center;     
	width: 275px;    
	margin: 25px;    
	min-height:250px;
	max-height:250px;
	padding-top:35px;
	position:relative;   
	border:1px solid #E8E8E8;  
	font-size:22px;      
	border-bottom-right-radius: 60px 5px;
	display:inline-block;    
	background: #ffff88; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #ffff88 81%, #ffff88 82%, #ffff88 82%, #ffffc6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(81%,#ffff88), color-stop(82%,#ffff88), color-stop(82%,#ffff88), color-stop(100%,#ffffc6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* IE10+ */
	background: linear-gradient(135deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff88', endColorstr='#ffffc6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.postit:after {     
	content: "";
	position:absolute;
	z-index:-1;
	right:-0px; bottom:20px;
	width:200px;
	height: 25px;
	background: rgba(0, 0, 0, 0.2);
	box-shadow:2px 15px 5px rgba(0, 0, 0, 0.40);
	-moz-transform: matrix(-1, -0.1, 0, 1, 0, 0);
	-webkit-transform: matrix(-1, -0.1, 0, 1, 0, 0);
	-o-transform: matrix(-1, -0.1, 0, 1, 0, 0);
	-ms-transform: matrix(-1, -0.1, 0, 1, 0, 0);
	 transform: matrix(-1, -0.1, 0, 1, 0, 0);
}

#add_button {
	position: fixed;
	bottom: 30px;
	right: 30px;
}

#add_button .bigplus {
	width: 60px;
	padding: 23px;
	text-align: center;
	background: #0A0;
	color: #fff;
	border-radius: 30px;
}

#add_button .bigplus:hover a {
	animation: fadein 0.2s ;
	margin-bottom: -15px;
	opacity: 1;
	display: inline-block;
}

#add_button a {
	display: none;
	width: 45px;
	padding: 15px;
    text-align: center;
    background: #fff;
    color: #0A0;
    border-radius: 30px;
    margin-top: 23px;
    margin-left: -15px;
    margin-bottom: -200px;
	opacity: 0;
}


	@keyframes fadein {
		0% {
			opacity: 0;
			margin-bottom: -200px;
		}
		
		50% {
			opacity: 0;
			margin-bottom: -15px;
		}
		
		100% {
			opacity: 1;
		}
	}
	@keyframes fadeout {
		0% {
			opacity: 1;
			margin-bottom: -15px;
		}
		
		50% {
			opacity: 0;
			margin-bottom: -15px;
		}
		
		100% {
			margin-bottom: -200px;
		}
	}
	
	
div.ui-tooltip-content {
	font-size: 12px;
}

.pwdw {
	padding: 20px;
	background: #fff;
	min-width: 400px;
	min-height: 200px;
	position: relative;
}
	.pwdw .gbck {
		position: absolute;
		top: 1px;
		left: 2px;
		font-size: 10px;
		color: #000;
	}
	
	.pwdw .gbck .fas {
		font-size: 20px;
		display: inline-block;
		vertical-align: middle;
	}
	

.fa-times-circle {
	color: #A00;
}

.fa-check-circle, .fa-plus-circle, .fa-plus-square {
	color: #0A0;
}

.fa-exclamation-triangle {
	color: #D35F06;
}

.click {
	cursor: pointer;
}

.errorMsg {
	font-weight: bold;
	color: #A00;
	display: inline-block;
	vertical-align: middle;
}

.srchres {
	font-size: 12px;
}

.mncntr {
	padding: 10px 20px 200px 20px;
	display: inline-block;
	vertical-align: top;
}

.pr_menu {
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 12px;
	text-align: center;
	width: 80px;
	display: inline-block;
	vertical-align: top;
}
	.pr_menu .far, .pr_menu .fas {
		font-size: 25px;
		display: inline-block;
		background: #000;
		color: #fff;
		border-radius: 40px;
		width: 47px;
		padding: 11px 0px;
		margin-top: 20px;
		transition: .5s;
	}
	
	.pr_menu .far:hover, .pr_menu .fas:hover {
		cursor: pointer;
		background: #666;
		transition: .5s;
	}
	
	

.pjhdr {
	font-family: halogen, sans-serif;
	font-size: 12px;
}

	.pjhdr h1 {
		font-size: 30px;
	}


.prj_block {
	display: block;
	vertical-align: top;
	margin-bottom: 10px;
}

	.prj_block .clr {
		background: #eee;
		font-size: 12px;
		border-radius: 0px 10px 0px 10px;
		margin-top: 30px;
		position: relative;
		cursor: pointer;
	}
	
		.prj_block .clr .header {
			padding: 3px 10px;
			background: #000;
			color: #fff;
			font-variant: small-caps;
			position: relative;
			border-radius: 0px 10px 0px 0px;
		}
		
			.prj_block .clr .header:before {
				content:'';
				position: absolute;
				left: -100px;
				bottom: 0px;
				border-left: 1px solid #000;
				border-bottom: 1px solid #000;
				width: 100px;
				height: 54px;
				z-index: 0;
			}
			
		
		#ref_0 > .ref_blck > .prj_block > .clr > .header:before {
			content: none;
		}
			
			
		.prj_block .clr .contents {
			padding: 5px;
		}
		
		.prj_block .clr .topmenu {
			position: absolute;
			top: -21px;
			right: 0px;
			font-size: 14px;
			display: none;
			padding: 0px 10px 0px 20px;
		}
			
			.prj_block .clr:hover .topmenu {
				display: block;
			}
			
			.prj_block .clr .topmenu .fas:hover {
				cursor: pointer;
				color: #666;
			}
			
	
	
.ref_blck {
	position: relative;
	margin-left: 320px;
	width: 350px;
}

#ref_0 > .ref_blck {
	margin-left: 0px;
	margin-top: 40px;
}

.hlf {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	min-width: 320px;
}


.pwdw .fa-check {
	font-size: 30px;
	color: #0A0;
}

.dib {
	display: inline-block;
	vertical-align: top;
	padding: 10px;
}

.vrslbx {
	padding: 10px;
	background: #eee;
	font-size: 12px;
	margin-bottom: 10px;
}
	.vrslbx .hdr {
		border-bottom: 1px solid #666;
	}

.usr_tk {
	padding: 4px;
	border: 1px solid #ddd;
	font-size: 12px;
	margin-bottom: 3px;
	position: relative;
}
	.usr_tk .crs {
		position: absolute;
		right: 3px;
		top: 3px;
		font-size: 20px;
	}

.tk_sub {
	margin-left: 10px;
	padding: 4px;
	background: #eee;
	font-size: 12px;
	margin-bottom: 3px;
	position: relative;
	color: #000;
}
	.tk_sub .fas {
		position: absolute;
		right: 8px;
		top: 6px;
		font-size: 16px;
	}

	.tk_sub:hover {
		cursor: pointer;
		background: #ddd;
		transition: .5s;
	}

.nietklant {
	border: 2px solid #A00 !important;
	position: relative;
	padding: 5px;
}

	.nietklant:after {
		content: 'niet zichtbaar voor klant';
		position: absolute;
		right: 2px;
		bottom: 0px;
		font-size: 10px;
		color: #A00;
	}


#chatwindow {
	width: 100%;
	height: 450px;;
	background: #fff;
	border: 3px solid #000;
	overflow: auto;
}
	
	#chatwindow .chattxt {
		width: 100%;
		padding: 10px;
		height: calc(100% - 40px);
		overflow: auto;
	}
	
	#chatwindow .chatfield {
		width: 100%;
		height: 40px;
	}
	
	#chatwindow input[type=text] {
		width: calc(100% - 50px);
		padding: 10px;
		border: 2px outset #eee;
		-webkit-appearance:none;
	}
	
	#chatwindow input[type=submit] {
		width: 50px;
		border: none;
		height: 40px;
		background: #0A0;
		color: #fff;
	}
	
	
.chat-message {
	padding: 5px 10px;
	background: #FFB54C;
	color: #fff;
	margin: 20px 5px 5px 5px;
	border-radius: 16px;
	position: relative;
	display: inline-block;
	text-align: left;
	min-width: 100px;
	font-size: 12px;
}
		
	.chat-message .nm {
		position: absolute;
		top: -20px;
		left: 3px;
		color: #000;
		font-size: 10px;
		width: 100%;
		white-space: nowrap;
	}
	
	.chat-message.lft {
		border-radius: 0px 16px 16px 16px;
		background: #ddd;
		color: #000;
	}
	
	.chat-message.rght {
		border-radius: 16px 0px 16px 16px;
	}
	
	.chat-message.rght .nm {
		text-align: right;
	}
	
	.chat-message a {
		font-size: 12px;
	}
	
	.fa-file-pdf {
		font-size: 20px;
		color: #A00;
	}
	
	.bigi i {
		font-size: 40px;
		padding: 20px;
	}


#chtfrm .fa-paperclip {
	transform: rotate(-45deg);
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
}
	
	#chtfrm input[name='attachment[]'] {
		width: 10px;
		margin-left: -30px;
		color: transparent;
		visibility: hidden;
	}

.topmsg {
	margin-top: 20px;
	font-size: 12px;
	padding: 10px;
    background: #fff;
}

.tkbx {
	padding: 5px 0px 5px 10px;
	border-top: 1px solid #ddd;
	background: #fff;
}

#logbx {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 250px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.6);
	background: #fff;
	font-size: 11px;
	z-index: 99;
}

	#logbx .lgg {
		padding: 5px 5px 10px 5px;
		border-bottom: 1px solid #ddd;
		margin-bottom: 5px;
	}
	
	#logbx .lgg:hover {
		cursor: pointer;
		background: #eee;
	}








































