﻿/*#region RegionName*/

/*#endregion RegionName*/

/*#region header*/

/* peters code overschrijft de bootstrapcontainer: dus weer overschrijven om geen andere containers scheef te trekken*/
.navbar .container
{
	display: block;
	margin: 0;
}

.headerLogo
{
	position: relative;
}

.navbar-toggle
{
	background-color: #EE8133;
	margin: 0;
}

	.navbar-toggle .icon-bar
	{
		background-color: white;
	}

.navbar
{
	margin: 0;
}

.navbar-nav
{
	float: none;
}

.navbar-collapse
{
	margin-top: 2em;
}

.nav .nav > li > a:hover, .nav .nav > li > a:focus
{
	background-color: transparent;
	color: #EE8133;
	text-decoration: underline;
}

.navbar-nav > li > a
{
	padding: 0;
}


.tel
{
	z-index: 300;
	position: absolute;
	top: 60%;
	left: 15%;
	font-size: 20px;
}

@media (max-width: 768px)
{
	.mobileHeight
	{
		font-size: 15px;
	}
}


/*#region searchbox*/
.search-container span
{
	width: 32px;
	height: 32px;
	position: absolute;
	right: 0.7em;
	top: 0;
	pointer-events: none;
}

.search-container
{
	position: relative;
	padding-right: 0.7em;
}

.search-box
{
	/*background:rgba(0, 0, 0, 0) linear-gradient(-90deg, #e22028, #f7ad42) repeat scroll 0 0;*/
	border: medium none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer;
	height: 32px;
	-moz-transition: width 0.6s ease 0s, border-radius 0.6s ease 0s, background 0.6s ease 0s, box-shadow 0.6s ease 0s;
	-o-transition: width 0.6s ease 0s, border-radius 0.6s ease 0s, background 0.6s ease 0s, box-shadow 0.6s ease 0s;
	-webkit-transition: width 0.6s ease 0s, border-radius 0.6s ease 0s, background 0.6s ease 0s, box-shadow 0.6s ease 0s;
	transition: width 0.6s ease 0s, border-radius 0.6s ease 0s, background 0.6s ease 0s, box-shadow 0.6s ease 0s;
	width: 32px;
}

.searchBox
{
	display: inline-block;
}

	.searchBox .search-icon
	{
		color: #808080;
	}

.search-box:hover
{
	background: #EE8133 none repeat scroll 0 0;
	color: white;
}

	.search-box:hover + label .search-icon
	{
		color: white;
	}

.search-box:focus
{
	background: #EE8133 none repeat scroll 0 0;
	border: medium none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: white;
	cursor: text;
	font-weight: 500;
	outline: medium none;
	padding-left: 15px;
	padding-right: 40px;
	-moz-transition: width 0.6s cubic-bezier(0, 1.39, 0.66, 1.22) 0s, border-radius 0.6s ease 0s, background 0.6s ease 0s;
	-o-transition: width 0.6s cubic-bezier(0, 1.39, 0.66, 1.22) 0s, border-radius 0.6s ease 0s, background 0.6s ease 0s;
	-webkit-transition: width 0.6s cubic-bezier(0, 1.39, 0.66, 1.22) 0s, border-radius 0.6s ease 0s, background 0.6s ease 0s;
	transition: width 0.6s cubic-bezier(0, 1.39, 0.66, 1.22) 0s, border-radius 0.6s ease 0s, background 0.6s ease 0s;
	width: 250px;
}

.search-box:not(:focus)
{
	text-indent: -5000px;
}

.search-icon
{
	cursor: pointer;
	top: 10px;
	left: 10px;
	position: relative;
}

.search-box::-webkit-input-placeholder
{
	color: #fff;
}

.search-box:-moz-placeholder
{
	color: #fff;
	opacity: 1;
}

.search-box::-moz-placeholder
{
	color: #fff;
	opacity: 1;
}

.search-box:-ms-input-placeholder
{
	color: #fff;
}

select, input
{
	color: black;
}
/*#endregion searchbox*/

/*#endregion header*/
/*#region algemeen*/
div a:hover, div a:focus
{
	text-decoration: none;
}

.tooltip
{
	position: relative;
	font-size: inherit;
	opacity: 100;
    font-family: inherit;
}

a:hover, a:focus
{
	color: #463b3f; /*#808080 - 03/04/2017 aangepast op aanvraag van Stephanie zodat tekstkleur niet wijzigd indien je over de link hovered*/
	text-decoration: underline;
}

.nav > li > a:hover, .nav > li > a:focus
{
	/*text-decoration: none;*/
	background-color: transparent;
}

.nav > li > a
{
	padding: 0;
}
.containerPadding{ 
	padding-bottom: 1.5em;
}

/*#endregion RegionName*/
/*#region Accordion*/
.panel-heading
{
	margin: 0;
	padding: 0;

}
.panel-default > .panel-heading
{
		background-color:transparent;
}
.panel-title h3
{
	padding: 0;
	margin: 0;
	font-size:15px;
}

.panel-default
{
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-body
{
	border-top: none !important;

}
.paddingTop{
	padding-top:3px;
}
.listCountry {
    background-color: white;
    left: 0;
    padding: 0 15px;
    position: absolute;
    top: 22px;
    width: 100%;
    z-index: 3000;
	/*border:1px solid #EE8133;*/
}
.mcol3eh{
	margin:0;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

/*#endregion Accordion*/


