@charset "UTF-8";
@font-face { font-family: 'lucida'; src: url('lucida_calligraphy_italic.ttf'); } 








.bgCover { 
	background:#000; 
	position:absolute; 
	left:0; 
	top:0; 
	display:none; 
	overflow:hidden 
}

.overlayBox {
	border:5px solid #FF6600;
	position:fixed;
	display:none;
	width:75%;
	height:75%;
	left:12.5%;
	top:12.5%;
	background:black;
	padding:0px;
	z-index:100;
}

#foto{
	float:left;
	margin:0px;
}

#fotoInfo{
	float:right;
	width:195px;
	height:100%;
	background-color:#0000FF;
	padding-left:5px;
	margin:0px;
}

.knopDonker {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.knopDonker:hover { background: #00d9ff; }








.login {
    margin: auto;
}


/*===============
/Kalender style==
===============*/
table.calendar {
	border-left:1px solid #FF6600; 
}

tr.calendar-row {
}
td.calendar-day {
	background:#eee;
	min-height:80px; 
	font-size:11px; 
	position:relative; 
}
td.calendar-day-today {
	background:#476BB2;
	min-height:80px; 
	font-size:11px; 
	position:relative; 
}
* html div.calendar-day {
	height:80px; 
}
td.calendar-day:hover { 
	background:#6699FF; 
}
td.calendar-day-np { 
	/*background:#eee; */
	min-height:80px; 
} 
* html div.calendar-day-np {
	height:80px; 
}
td.calendar-day-head { 
	background:#ccc; 
	font-weight:bold; 
	text-align:center; 
	width:120px; 
	padding:5px; 
	border-bottom:1px solid #FF6600; 
	border-top:1px solid #FF6600; 
	border-right:1px solid #FF6600; 
}
div.day-number { 
	background:#999; 
	padding:5px; 
	color:#FF6600; 
	font-weight:bold; 
	float:right; 
	margin:-5px -5px 0 0; 
	width:20px; 
	text-align:center; 
}
/* shared */
td.calendar-day, td.calendar-day-np { 
	height:100px; 
	width:120px; 
	padding:5px; 
	border-bottom:1px solid #FF6600; 
	border-right:1px solid #FF6600; 
}
/*===================
End kalander style===
===================*/



/*=========================
for drag and drop handler:
=========================*/
#dragandrophandler {
	border:2px dotted #0B85A1;
	width:400px;
	color:#92AAB0;
	text-align:center;
	vertical-align:middle;
	padding:10px 10px 10 10px;
	margin-bottom:10px;
	font-size:200%;
}

#dragandrophandler2 {
	border:2px dotted #0B85A1;
	width:200px;
	font-size:100%;
	margin:25px auto 25px auto;
	text-decoration: none;
	cursor: pointer;
}

.progressBar {
    width: 200px;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 5px; 
    overflow: hidden;
    display:inline-block;
    margin:0px 10px 5px 5px;
    vertical-align:top;
}
 
.progressBar div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #0ba1b5; border-radius: 3px; 
}
.statusbar
{
    border-top:1px solid #A9CCD1;
    min-height:25px;
    width:700px;
    padding:10px 10px 0px 10px;
    vertical-align:top;
	border-radius:15px;
}
.statusbar:nth-child(odd){
    background:#EBEFF0;
}

.statusbar:nth-child(even){
    background:#FFFFFF;
}

.filename {
	display:inline-block;
	vertical-align:top;
	width:250px;
}
.filesize {
	display:inline-block;
	vertical-align:top;
	color:#30693D;
	width:100px;
	margin-left:10px;
	margin-right:5px;
}
.abort{
    background-color:#A8352F;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;display:inline-block;
    color:#fff;
    font-family:arial;font-size:13px;font-weight:normal;
    padding:4px 15px;
    cursor:pointer;
    vertical-align:top
}
/*========================
end drag and drop handler
=========================*/


/*=============================================================
===============Voor de slidesho op pagina "overmij"============
=============================================================*/
.banner { 
	position: relative; overflow: auto; 
}

.banner li { 
	list-style: none; 
}

.banner ul li { 
	float: left; 
}



#slideshow{
	height:50%;
	width:50%;
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-25%;
	margin-top:-12.5%;
	
}
#fotomap {
	position:relative;
	float:left;
	width:100px;
	padding:10px;
	margin:5px;
	border:1px solid #FF6600;
}

#fotodiv{
	position:relative;
	height:250 px;
	width:200;
	padding:10px;
	margin:10px;
	border:1px solid #FF6600;
	float:left;
}

.popupTable{
	font-family: "Times New Roman"; 
	font-size: 90%
}

.innerFotoDiv {
	width:150px;
	height:100px;
}

#fotoUpload {
	width:425px;
	display:none;
}

#hideUpload {
	display:none;
	background-color:#0000FF;
	text-decoration: none;
	font-size:150%;
	color:#FFFFFF;
	padding:3px 5px 0px 5px;
}

#showUpload {
	cursor: pointer;
	padding:10px 0px 10px 0px;
	font-size:130%;
	text-align:center;
	width:400px;
	border:2px solid #FF6600;
	background-color:#0000FF;
}

.fotoDelete {
	background: #606061;
	color: #FFFFFF;
	line-height: 15px;
	position: absolute;
	right: -6px;
	text-align: center;
	top: -5px;
	width: 14px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;	
}

.mapDelete {
	background: #606061;
	color: #FFFFFF;
	line-height: 15px;
	position: absolute;
	right: -6px;
	text-align: center;
	top: -5px;
	width: 14px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;	
}

.factuurTable{
	font-family: "Times New Roman"; 
	font-size:120%;
	padding:3px 2px 3px 5px;
	border:1px solid #FF6600;
}

#adminFacturen {
	overflow:auto;
	height:200px;
	
}
#adminFacturen table{
	border: 1px solid #FF6600;
}
#adminFacturen td,
#adminFacturen th {
	font-family: "Times New Roman"; 
	font-size:120%;
	padding:3px 2px 3px 5px;
	
}

#adminActiveer {
	color:#FF6600;
	background-color:#0000FF;
	text-align: center;
	padding:10px 0px 10px 0px;
	border:2px solid #FF6600;
	font-size:150%;
	
}

#adminAcount {
	border: 1px solid #FF6600;
}

#adminAcount td,
#adminAcount th{
	font-family: "Times New Roman"; 
	font-size:120%;
	padding:3px 2px 3px 5px;
}

#adminAcountI {
	border: 1px solid #FF6600;
}

#adminAcountI td,
#adminAcountI th{
	font-family: "Times New Roman"; 
	font-size:160%;
	padding:3px 2px 3px 5px;
}