*{
	font-family: "open sans",Tahoma;
	font-size:14px;
	line-height:160%;
}    
body{
	font-family: "open sans",Tahoma;
	font-size:14px;
	line-height:160%;
	background-color:#FFF;
	text-align:center;
}
a{
	text-decoration:none;
}
.top{
	z-index:20;
	position:fixed;
	display:inline-block;
	width:100%;
	left:0px;
	top:0px;
	font-size:0px;
	background-color:#333;
	border-bottom:1px solid #333;
	color:#fff;
}
.top font{
	font-size:14px;
	color:#ffffff;
	display:inline-block;
	padding:10px;
}
.top a{
	font-size:14px;
	color:#ffffff;
	display:inline-block;
	padding:10px;
} 
.top  a:hover{
	color:#000;
	background-color:#fff;
} 
.top  a.selected{
	color:#000;
	background-color:#fff;
}
form.zoek{
	font-size:0px;       
	width:100%;
	display:inline-block;
}
form.zoek input{
	font-size:14px;
	padding:10px;
	margin:0px;     
	width:100%;
	border:0px;
	background-color: #fff;
	border-bottom:1px solid #ccc;
}
.content{
	z-index:10;
	position:absolute;
	display:inline-block;
	padding:10px 0px 0px 230px;
	top:0px;
	left:0px;
	width:100%;
	text-align:left;
}
.content h1{
	font-size:24px;
	font-weight:400;     
}
.content h2{
	font-size:20px;
	font-weight:400;
	width:100%;  
	margin-top:10px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #ccc;
}
.menu{
   z-index:15;
	position:fixed;
	display:inline-block;
	text-align:left;
	padding:0px 0px 0px 0px;
	top:0px;
	left:0px;
	overflow-y:auto;
	width:220px;
	height:100vh;
	border-right:1px solid #aeaeae;
}
.menu h2{
	display:inline-block;
	width:100%;
	padding:5px 10px;
	margin:0px;
	text-align:left;
	font-size:16px;
	color:#000;
	font-weight:600;
}
.menu a{
	display:inline-block;
	width:100%;
	padding:5px 10px;
	text-align:left;
	color:#333;   
	border-bottom:1px solid #ccc;
}   
.menu a:hover{
	background-color:#eee;
}
.menu a.selected{
   border-left:5px solid #333;
   font-weight:bold;
}
.menu .list{
	max-height:10vh;    
	overflow-y:auto;    
}
.menu ul{                  
}                    
.menu ul li a{
	padding-left:20px;
}
.menu ul li ul li a{
   border-left:20px solid #ccc;
	padding-left:10px;
}
td{
	vertical-align:top;
}
td.head{
	padding:0px 20px 0px 20px;
	height:100px;
}
.r2{
	padding:0px 0px 0px 20px;
}
table#search_table tr td table{
	padding:5px;
	margin:5px;
	border: 1px solid #cccccc;
}
table#search_table:hover{
	background-color:#FFFFFF;
}

table.t1{
	height:100%;
	 width:1000px;
}
table.t2{
	 height:100%;
}
p.keuze{
	background-color:#eeeeee;
	border:1px solid #cccccc;     
	padding:5px;
}
p.info{
	color:#999999;
	padding:0px 5px 5px 5px;
}
table.border{
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}
table.border td{
	border-bottom:1px solid #cccccc; 
	border-right:1px solid #cccccc;
}
td.header{   
	background-color:#EEEEEE;
}
.vb{
	margin:0px;
	padding:5px;
	width:300px;
	border: 1px solid #cccccc;
	background-color:#EEEEEE;
}
.controleren{
	display:none;
}
table.list{      
}
table.list tr th{
	background-repeat:no-repeat;
	background-position: center right;
	padding:5px;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	text-align:left;
	
}
table.list tfoot tr td{
	font-weight:bold;
	padding:5px;
}
table.list tfoot tr:first-child td{
	border-top:1px solid #ccc;
}

table.list thead tr th,
table.list thead tr td{
	background-repeat:no-repeat;
	background-position: center right;
	padding:5px;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	text-align:left;
}

table.list tr td input,
table.list tr td select,
table.list tr td input[type="text"],
table.list tr td button{
padding:5px;
}
table.list tr td{
	padding:10px;
}
table.list tr:nth-child(even) {background-color: #efefef}
table.list tr:nth-child(odd) {background-color: #FFF}
table.list tbody tr:hover{background-color: #e1e1e1} 
table.list tbody tr#nohover:hover{background-color: transparent;}
div.dl{
	width:155px;
	height:27px;
	padding-left:15px;
	float:right;
}
table.list tr td a{
	color:#333;   
}
table.list tr td a:hover{
	color:#000;   
}
div.dl a{
	color:black;
	font-weight:bold;
}

table.view tr td{
	padding:4px;
}

table.view input{
	height:20px;
	padding:2px;
	width:200px;
}
table.view textarea{
	padding:2px;
	width:300px;
	font-size:10px;
}
table.view button{
	width:100px;
	padding:2px;
}
select.year {
	width:55px;
}
select.month {
	width:120px;
}
select.day {
	width:40px;
}
table.view input.checkbox, table.view input.radio{
	width:20px;
	height:20px;
}
table.list input.small,  table.view input.small{
	height:20px;
	padding:2px;
	width:50px;
}
table.list tr.current td{
	background-color:#CCCCCC;
}
tr.totaal td{
	border-top:1px solid black;
}
textarea{
	line-height:normal;
	font-size:12px;
}
table.list .icon{
	font-size:18px;
	
}

table.list .icon-star-full{
	color:yellow;
	background-color:transparent;
}
div.error
{
	background-image:url(/images/caution.gif);
	background-repeat:no-repeat;
	background-position:10 10;
	width:600px;
	min-height:50px;
	padding:20px 20px 20px 100px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
	background-color:#EFEFEF;
}

input.radio{
	padding:0px;
	margin:0px;
	width:20px;
	height:14px;
	border:0px;
}
input.checkbox{
	padding:0px;
	margin:0px;
	width:20px;
	border:0px;
	height:14px;
}
input.wide,
textarea.wide {
	width:400px;
}        

.tabs{
	border-bottom:1px solid #cccccc;
}
.tabs a{
	color:#000;
	display:inline-block;
	margin:0px 5px;
	padding:10px;
	border:1px solid #cccccc;
	border-bottom:0px;
	background-color:#EFEFEF;
}

.tabs a.selected{
	margin-bottom:-2px;
	font-size:20px;
	background-color:#FFF;
	
}
.tab{
	width:100%;
	vertical-align:top;
	padding:10px;
	display:inline-block;
}

.block{
	background-color:#efefef;
	border:1px solid #cccccc;
	padding:10px;
	margin:5px;
	
}


.ticketview{
	width:100%;
	border-bottom:1px solid black;
}
.ticketview tr td{
	padding:5px;
}
.ticketItems table{
	background-color:#eee;              
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

#outgoing,
#incoming{
	padding:10px;
	display:none; 
	position:absolute; 
	top:180px; 
	margin-left:auto;   
	margin-right:auto;
	background-color:#FFF;              
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	
}
#exactresult{
	padding:10px;
	position:absolute; 
	top:180px; 
	width:500px;
	height:200px;
	overflow:auto;
	margin-left:auto;   
	margin-right:auto;
	background-color:#FFF;              
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;  
}
#exactresult h2{
	color:red;
	
}
#exactresult img{
	float:right;
	cursor:pointer;
	
}
#exactresult table tr td {
	padding:5px;
	border:1px solid gray;   
}
	
.alert,
.alert td:first-child,     
.alert:hover td:first-child{
	border-left:10px solid red;
}  
div.input{
	display:inline-block;
	margin-bottom:5px; 
	width:100%;
}
div.input span{
	display:inline-block;
	width:100%;      
	max-width:200px;  
	text-align:left;
	padding:5px 10px 5px 0px;     
}  
div.input span i{
	color:#E21B54;   
}             
select,
input[type="text"],
div.input select,
div.input textarea,
div.input input[type="text"],
div.input input[type="password"]{
	padding:10px; 
	width:100%;
	text-align:left;
	max-width:300px;    
	font-size:14px;         
	border:1px solid #cacaca;
	background-color:#fff;   
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
}     
select:focus,
input[type="text"]:focus,
div.input select:focus,
div.input textarea:focus,
div.input input[type="text"]:focus,
div.input input[type="password"]:focus{
		background-color: rgb(250, 255, 189);
}     
div.input select.error,
input.error,
div.input textarea.error,
div.input input[type="text"].error,
div.input input[type="password"].error{
	border:1px solid #E21B54;   
}
div.input textarea{
	min-height:60px;
}
button{
	padding:0px 5px; 
	display:inline-block;
	border:0px;    
	background-color:#eaeaea;  
	color:#333;    
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
	font-size:16px;
	letter-spacing:1px;                 
	font-weight:400;
}  
div.input button {
	width:100%;      
	max-width:300px;  
	margin:20px 0px;
	padding:10px 20px;   
}
.filter{
	padding:10px;
	text-align:left;
	width:100%;
	display:inline-block;
}
button:hover{
	background-color:#ccc;
}
button[disabled="disabled"]{
	background-color:#cacaca;
}

.new,
.orange{
	color:#fff;
	background-color:#FFFFC0;
}
div.input button.new:hover,
.new:hover{
	color:#000;
	background-color:#FFFF00;
}
.hidden{
	display:none;
	
}
div.input button.new,
div.input button.yellow,
.new,
.yellow{
	color:#333;
	background-color:#FFFF99;
}
div.input button.new:hover,
div.input button.yellow:hover,
.new:hover,
.yellow:hover{
	color:#000;
	background-color:#FFFF73;
}

div.input button.print,
div.input button.blue,
.print,
.blue{
	color:#fff;
	background-color:#0080FF;
}
div.input button.print:hover,
div.input button.blue:hover,
.print:hover,
.blue:hover{
	color:#fff;
	background-color:#0059B2;
}
div.input button.edit,
div.input button.orange,
.edit,
.orange,
a.orange{
	color:#fff;
	background-color:#E37D30;
}
div.input button.edit:hover,
div.input button.orange:hover,
.edit:hover,
.orange:hover,
a.orange:hover{
	color:#fff;
	background-color:#925831;
}
div.input button.green,
div.input button.save,
.save,
.green{
	color:#fff;
	background-color:#21B05A;
}
div.input button.green:hover,
div.input button.save:hover,
.save:hover,
.green:hover{
	color:#fff;
	background-color:#2E7748;
}
div.input button.red,
div.input button.delete,
.delete,
.red{
	color:#fff;
	background-color:#E64A34;
}

div.input button.delete:hover,
div.input button.red:hover,
.delete:hover,
.red:hover{
	color:#fff;
	background-color:#944032;
}
a[href="#top"]{
	position:fixed;
	right:20px;
	bottom:20px;
	font-size:20px;
	z-index:99999999;
	display:none;
}
a.green,
a.new,
a.blue,
a.yellow,
a.orange,
a.red{
	padding:5px; 
	min-width:30px;
	display:inline-block;
	text-align:center;
	vertical-align:top;
	border:0px;    
	color:#fff;    
	font-size:16px;
	letter-spacing:1px;                 
	font-weight:400;
}
a.orange{
	color:#fff !important;
	background-color:orange !important; 
}
a.blue{
	color:#fff !important;
	background-color:#0080FF !important;
}
a.red{
	color:#fff !important;
	background-color:red !important;
}
a.new{
	color:#fff !important;
	background-color:#FFFFC0 !important;
}
a.green{
	color:#fff !important;
	background-color:#21B05A !important;
}
a.yellow{
	color:#333 !important;
	background-color:#FFFF99 !important;
}
.left,
.right{
	width:48%;
	display:inline-block;
	vertical-align:top;
	padding:10px;
}
.ui-autocomplete{
	text-align:left;
}