@charset "utf-8";
/* CSS Document */
/*--------------------- GENERAL CLASSES ----------------------*/
body {
	font-family:"Myriad Light";
	font-size:16px;
	padding:0px;
	margin:0px;
	zoom:100%;
	overflow-x:hidden;
}

#page_banner { position:fixed; width:100%; height:50px; left:0px; top:0px; display:block; background:#000; z-index:105; color:#FFF; }
#page_banner .banner { width:100%; height:50px; line-height:50px; vertical-align:middle; font-size:30px; }
#page_banner .banner .banner_title { width:50%; margin:0px 10px; font-size:30px; height:50px; line-height:85px; vertical-align:middle; display:inline-block; }
#page_banner .banner .banner_title .titel_text { width:auto; height:50px; margin:0px 10px; line-height:50px; vertical-align:middle; display:inline-block; }
#page_banner .banner .banner_user { width:auto; text-align:left; color:#FFF; height:50px; line-height:50px; vertical-align:middle; display:inline-block; position:absolute; right:0px; z-index:106; }
#page_banner .banner .banner_user .banner_user_name { width:auto; display:inline-block;}
#page_banner .banner .banner_user .banner_user_buttons { width:110px; display:inline-block; position:relative; }
#page_banner .banner .banner_user .banner_user_buttons #img_home_white {
	background:url('../images/home.png');
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	height:40px;
	width:40px;
	margin:5px;
	position:absolute;
	top:-35px;
	right:50px;
}
	#page_banner .banner .banner_user .banner_user_buttons #img_home_white:hover { cursor:pointer; }

#page_banner .banner .banner_user .banner_user_buttons #img_logout_white {
	position:absolute;
	background:url('../images/uitloggen_wit.png');
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	height:40px;
	width:40px;
	margin:5px;
	top:-35px;
	right:5px;
}
	#page_banner .banner .banner_user .banner_user_buttons #img_logout_white:hover { cursor:pointer; }

input  { padding:4px; border:1px solid black; border-radius:4px; height:25px; }
select { border:1px solid black; border-radius:4px; height:27px; }

.row { min-height:25px; width:100%; line-height:25px; vertical-align:middle; margin:5px 0px; }

.spinner {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/ajax-loader.gif') 
                10% 10%
                no-repeat;
	background-position:center;
}

.detail_spinner {
    display:    none;
    position:	absolute;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('../images/ajax-loader.gif')
				no-repeat;
	background-size:5%;
	background-position:center;
}

.detail_filter {
    display:    none;
    position:	absolute;
    z-index:    201;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
				no-repeat;
}

.filter {
	position:fixed;
	width:100%;
	height:100%;
	z-index:10;
	background:#FFF;
	opacity: 0.5;
    filter: alpha(opacity=50);
	display:none;
}