/*------------------------------- ticket beantwoorden ---------------------------------*/

*{ outline: none; box-shadow: none !important; }

html, body, .wrapper{
	height: 100%;
}

body{ background: #fff; }

.header{
	background: #437fc1 !important;
}

.header .header__inner .header__logo{
	background: url(/style/logo.png) no-repeat #437fc1 !important;
	display: block;
	text-indent: -3000em;
	width: 166px;
	height: 41px;
	margin: 0 auto;
}

.breadcrumbs{ display: none; }

a, a.smaller{
	text-decoration: none;
	color: #4480c2;
}

a:hover, a:active{
	color: #88bd31;
}

.logo_user{
	display: block;
	margin: 10px auto 10px auto;
}

h3{
	text-align: left !important;
	color: #74af27;
	padding: 3px 0 6px 2px;
	text-transform: capitalize;
}

.ticket__params .params--block, .ticket__body_block, .form-submit-ticket{
	border: 1px solid #d0d0d0;
	box-shadow: none;
}

.footer{ color: #ddd; }
.footer a{ color: #ddd !important; }

/*------------------------------- intro (getoond op startpagina) ---------------------------------*/

#intro{
	padding: 0;
	margin: 0;
	background: #102C4C;
	color: #6f6f6f;
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 22px;
	min-width: 300px;
}

#intro_wrapper{
	padding: 30px;
	background: #FFF;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	text-align: center;
	margin: 0 auto 50px auto;
	max-width: 400px;
}

#intro_wrapper .logo_intro{
	display: block;
	margin: 5px auto 40px auto;
	max-width: 100%;
	height: auto;
}

#intro .footer{
	display: block;
	margin: 50px 0 0 0;
	padding-top: 15px;
	color: #ccc;
	border-top: 1px solid #eee;
}

#intro .footer a{ color: #ccc; }


@media all and (max-width: 450px){
	
	#intro{ background: #fff; }
	#intro_wrapper{ padding: 20px; }
	#intro p br{ display: none; }
}