﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-appearance: none;
	-webkit-text-size-adjust: none;
	-moz-appearance: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ul {
	list-style: none;
	font-size: 15px;
}

ol {
	list-style: decimal inside;
	padding-left: 15px;
	font-size: 15px;
	font-weight: 400;
}


blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
		reset end
*/

/*
		general elements
*/

html {
	-webkit-text-size-adjust: 100%;
}

body {
	font: normal 100% Open Sans, Arial;
}

h1, .dynamicTexth1 {
	margin-bottom: 10px;
	color: #007734;
	font-weight: bold;
	font-size: 18px;
}

.h1 {
	margin-bottom: 10px;
	color: #007734;
	font-weight: bold;
	font-size: 18px;
}

h2 {
	font-size: 16px;
	font-weight: 600;
	margin: 5px 0;
}

h3 {
	font-size: 15px;
	font-weight: 600;
	margin: 5px 0;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
}

em {
	font-style: italic;
}

strong, .strong {
	font-weight: bold;
}

/*
		general elements end
*/

/*
		general classes
*/

h2.subheader {
	margin-left: 10px;
	margin-bottom: 10px;
	color: #007734;
	font-weight: bold;
	font-size: 18px;
}

.strongTextClass {
	font-weight: bold;
}

.lead {
	color: #444;
	line-height: 1.5em;
	padding: 5px 0 20px 0;
	font-weight: 600;
	font-size: 15px;
}

.textbox_green {
	color: #fff;
	font-size: 15px;
	line-height: 1.4em;
	background-color: #7ab51d;
	padding: 10px;
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-weight: 600;
	margin: 0px !important;
}

.smalltext {
	color: #333;
	font-size: 12px;
	line-height: 1.1em;
	font-weight: 500;
	margin: 0 !important;
	padding: 0 !important;
}

.left {
	float: left !important;
	margin: 0 22px 10px 0 !important;
}

.clear {
	clear: both;
}

.mobile-glasspane {
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	background: transparent url("../images/bg_glass.gif") repeat 0% 0%;
	z-index: 10;
	display: none;
}

.row {
	margin: 0 10px;
}

#themaContent img {
	max-width: 300px;
	height: auto;
	margin: 5px;
}


#themaContent table caption {
	display: none;
}

#themaContent cite {
	font-style: italic;
}


#themaContent dfn {
	font-style: italic;
}

/*
		general classes end
*/

/* calendar */

div.calendar {
	float: left;
	top: 4px;
	position: relative;
	width: 34px;
	height: 34px;
	padding: 1px;
	background: #F1F1F1 url("../images/img_calendar.png") no-repeat 50% 0;
	border-radius: 5px;
	overflow: hidden;
	font-size: 9px;
}

	div.calendar .month {
		font: bold 90% Open Sans;
		color: #FFF;
		margin: 0px;
		background-color: #e30045;
		text-align: center;
		text-transform: uppercase;
	}

	div.calendar .day {
		font: bold 160% Open Sans;
		color: #999;
		margin: 0px;
		background-color: #F1F1F1;
		text-align: center;
		text-transform: uppercase;
		line-height: 110%;
		padding-top: 1px;
	}

/* calendar end */



/*
		header
*/

#siteHeader1 {
	height: 50px;
	margin: 0;
}

#siteHeaderSwirl {
	height: 14px;
	background: url(/Frontend/img/footer.png) no-repeat;
	background-color: #009036;
	margin-bottom: 25px;
}


#siteHeader3 {
	margin-bottom: 25px;
}

.header-icon {
	padding: 14px 0;
	margin-right: 10px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
}

.header-icon-menu {
	float: left;
	padding: 14px 0;
	margin-right: 0;
	width: 48px;
}

.header-icon-nav {
	float: right;
	padding: 14px 0;
	width: 30px;
	margin-right: 0;
	margin-left: 10px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
}

.header-icon i {
	color: #007734;
	font-size: 22px;
}

.header-logo {
	float: left;
	padding: 11px 0;
}

	.header-logo img {
		height: 28px;
	}

#countryselector {
	float: right;
	margin: 18px 8px 0 10px;
}

	#countryselector img {
		height: 16px;
		width: 16px;
	}

.back-button {
	display: inline-block;
	width: 50px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #777;
	border-radius: 10px;
	text-decoration: none;
	margin-right: 10px;
	float: left;
}

	.back-button i {
		color: #7A7A7A;
		font-size: 30px;
	}

#siteHeader3 #breadCrumbContainer {
	display: inline-block;
	position: relative;
	top: -8px;
}

#siteHeader3 .breadcrumbs {
	display: inline;
	font-size: 12px;
}


	#siteHeader3 .breadcrumbs ul, #siteHeader3 .breadcrumbs li {
		color: #666;
		display: inline;
	}

		#siteHeader3 .breadcrumbs ul a {
			color: #666;
		}

		#siteHeader3 .breadcrumbs ul i {
			color: #666;
		}

/*
		header end
*/

/*
		footer
*/

#siteFooter1 {
	height: 14px;
	margin: 2px 0 0 0;
	background: url(/Frontend/img/footer.png) no-repeat;
	background-color: #009036;
}

#siteFooter3 {
	text-align: center;
	margin: 50px 0 30px 0;
	padding: 5px 0;
	font-size: 12px;
}

	#siteFooter3 a {
		color: #808080;
		text-decoration: none;
		margin-right: 8px;
	}

#siteFooter2 .followus div {
	margin: 25px 0 0 0;
	text-align: center;
}

#siteFooter2 .followus a {
	margin-right: 5px;
	margin-left: 5px;
}

	#siteFooter2 .followus a:last-child {
		margin-right: 0;
	}

.followus-sprite img {
	height: 30px;
	width: 30px;
}

/*
		footer end
*/

/*
		themaContent
*/

.main-item-content-full #themaContent, .default-content #themaContent {
	padding-bottom: 5px;
}

#themaContent a,
#sidebar_content a {
	color: #333;
	text-decoration: underline;
}

#themaContent #StandingDataFilter div.hidden-desktop:last-child a {
	border-bottom: 1px solid #C9C9C9;
}

#themaContent p, #sidebar_content p {
	margin-bottom: 15px;
	text-align: left;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5em;
}

#themaContent ul {
	list-style: none;
	padding: 0;
	margin: 3px 0;
}

	#themaContent ul li {
		padding-left: 2em;
		text-indent: -0.95em;
		padding-bottom: 4px;
	}

		#themaContent ul li:before {
			content: '';
			background-color: #007734;
			display: inline-block;
			position: relative;
			height: 6px;
			width: 6px;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
			margin-right: 8px;
			top: -1px;
		}

		#themaContent ul li.checkmark:before {
			content: url('../images/checkmark.gif');
			background-color: #fff;
			/*margin-right: 3px;*/
			display: inline;
			top: 1px;
		}

/*
		themaContent end
*/

/*
		sidebar
*/

#sidebar_content img {
	width: 100%;
	margin-bottom: 12px;
}

#sidebar_content a {
	line-height: 30px;
}

#sidebar_content .dynamicText {
	margin: 0 0 30px 10px;
}

/*
		sidebar end
*/

/*
		subnavigation
*/

#middleContent {
	position: relative;
}

.subnavigation {
	margin: 10px 0;
}

	.subnavigation li {
		border-bottom: 1px solid #C9C9C9;
	}

		.subnavigation li:first-child {
			border-top: 1px solid #C9C9C9;
		}

	.subnavigation a {
		display: block;
		padding: 18px 10px;
		text-decoration: none;
		color: black;
		font-weight: 400;
	}

	.subnavigation i {
		float: right;
		color: #007734;
		font-size: 18px;
	}

	.subnavigation li li a {
		padding-left: 20px;
		font-weight: normal;
	}

/*
		subnavigation end
*/

/*
		offices detail
*/

/* office contact info*/

.item .contact {
	float: left;
}

#themaContent .item .contact a {
	display: inline;
	text-decoration: none;
}

	#themaContent .item .contact a:hover {
		text-decoration: underline;
	}

.item.office-details-item img {
	display: none;
}

/* google maps */
.item iframe {
	display: block;
	min-width: 100%;
	max-width: 100%;
	border: 1px #666666 solid;
	margin-top: 25px;
}

/*
		offices detail end
*/

/*
		offices list
*/

.navigation-content #themaContent {
	position: absolute;
	top: -30px;
}

.navigation-content .subnavigation {
	margin: 40px 0 10px 0;
}

/*
		offices list end
*/

/*
		country menu
*/

div#countryselection {
	position: absolute;
	right: 0;
	top: 0;
	width: 80%;
	display: none;
	z-index: 20;
	box-shadow: -5px 5px 10px black;
}

	div#countryselection .country {
		border-bottom: 1px solid #C9C9C9;
		border-left: 1px solid #C9C9C9;
		background-color: white;
	}

		div#countryselection .country:first-child {
			border-top: 1px solid #C9C9C9;
		}

	div#countryselection a {
		display: block;
		text-decoration: none;
		color: black;
		font-weight: 400;
	}

	div#countryselection img {
		margin-right: 10px;
		padding: 15px;
		vertical-align: middle;
	}

	div#countryselection i {
		float: right;
		color: #007734;
		font-size: 18px;
		margin-top: 18px;
		margin-right: 10px;
	}

/*
		country menu end
*/

/*
		overview menu
*/

#footerContainer {
	position: absolute;
	left: 0;
	top: 0;
	width: 80%;
	display: none;
	z-index: 20;
	box-shadow: 5px 5px 10px black;
}

	#footerContainer li div, #footerContainer h2 {
		border-bottom: 1px solid #C9C9C9;
		border-right: 1px solid #C9C9C9;
		background-color: white;
		margin: 0;
	}

	#footerContainer a {
		display: block;
		text-decoration: none;
		color: black;
		font-weight: normal;
		padding: 18px 0 18px 20px;
	}

	#footerContainer h2 a {
		padding-left: 10px;
		font-weight: 400;
	}

	#footerContainer .spacer_vertical1 {
		display: none;
	}

	#footerContainer i {
		float: right;
		color: #007734;
		font-size: 18px;
		margin-right: 10px;
	}

#footerQuicklinks {
	font-size: 0; /* hide some nbsp */
}

	#footerQuicklinks a {
		background-color: white;
		font-weight: 400;
		padding: 18px 0 18px 10px;
		border-bottom: 1px solid #C9C9C9;
		border-right: 1px solid #C9C9C9;
		font-size: 16px; /* reset font size after setting to 0 in footerQuicklinks to hide nbsp */
	}

		#footerQuicklinks a.hidden-mobile {
			display: none;
		}

/*
		overview menu end
*/

/*
		contact block
*/

.contentBlock_contact {
	height: auto;
	background-color: #7ab51d;
	color: white;
	padding: 10px;
	margin: 10px 0 12px 0;
}

	.contentBlock_contact a {
		color: white;
		text-decoration: none;
	}

	.contentBlock_contact h2 {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.contentBlock_contact .strong {
		font-weight: normal;
	}

#sidebar_content .contentBlock_contact p, #Vacancy .sidebar .contentBlock_contact p {
	line-height: 18px;
	margin-bottom: 0;
}

#sidebar_content .contentBlock_contact img, #Vacancy .sidebar .contentBlock_contact img {
	width: 96px;
	margin-top: 8px;
	margin-left: 4px;
	border-bottom-right-radius: 5px;
}

.contactimage-container {
	float: right;
	background-color: white;
	background-image: url("../images/ContactBackgroundMobile.png");
	height: 104px;
	width: 100px;
	margin-top: -42px;
	border: 1px solid white;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
}

.setMarginTop {
	margin-bottom: 0;
}

/*
		contact block end
*/

.home-page .back-button,
.home-page #siteHeader3 #breadCrumbContainer {
	display: none;
}

.mainMenuBlock h1, .mainMenuBlockh1, .mainMenuBlock p {
	display: none;
}

.mainMenuBlock .h1 {
	display: none;
}

/*
		main menu country home
*/

.mainMenuBlocksContainer {
	margin-bottom: 12px;
}

	.mainMenuBlocksContainer a.hidden-mobile {
		display: none;
	}

	.mainMenuBlocksContainer a {
		display: block;
		padding: 16px 10px;
		text-decoration: none;
		background-color: #007734;
		color: white;
		font-weight: bold;
		border-bottom: 1px solid white;
	}

	.mainMenuBlocksContainer i {
		float: right;
		color: white;
		font-size: 18px;
	}

	.mainMenuBlocksContainer h2 {
		margin-top: 0;
	}

/*
		main menu country home end
*/

/*
		main menu main home
*/

#contentnavigation {
	margin-bottom: 12px;
}

	#contentnavigation .brancheheader a {
		color: #007734;
		font-size: 1.6em;
		padding: 10px;
	}

	#contentnavigation li {
		background-color: #007734;
		border-bottom: 1px solid white;
	}

	#contentnavigation a {
		display: block;
		padding: 18px 10px;
		text-decoration: none;
		color: white;
		font-size: 16px;
		font-weight: 600;
	}

	#contentnavigation i {
		float: right;
		color: white;
		font-size: 18px;
	}

/*
		main menu main home end
*/

/*
		primary and secondary image
*/

#mobileSecondaryImageContainer {
	overflow: hidden;
}

#mobilePrimaryImageContainer img {
	width: 100%;
	margin-bottom: 12px;
}

#mobileSecondaryImageContainer img {
	width: 100%;
}

#mobilePrimaryImageContainer .default-image img,
#mobileSecondaryImageContainer .default-image img {
	width: 300px;
	margin-bottom: 0;
}

.default-image p, .no-image p {
	position: absolute;
	top: 15px;
	left: 20px;
	color: white;
	font-size: 1.4em;
}

.default-image,
.no-image {
	position: relative;
	background-color: #009933;
	margin-bottom: 10px;
}

	.no-image a {
		display: block;
		height: 100px;
	}

/*
		primary and secondary end
*/

/*
		updates
*/

.mobile-content {
	margin-bottom: 12px;
}

	.mobile-content span {
		display: none;
	}

	.mobile-content h1 {
		margin-left: 10px;
	}

	.mobile-content .h1 {
		margin-left: 10px;
	}

	.mobile-content .dynamicTexth1 {
		margin-left: 10px;
	}

	.mobile-content a,
	#searchresults ol li a {
		display: block;
		padding: 18px 10px;
		text-decoration: none;
		color: black;
		font-weight: 400;
		border-top: 1px solid #C9C9C9;
	}

		.mobile-content a:last-child {
			border-bottom: 1px solid #C9C9C9;
		}

	.mobile-content i,
	#searchresults i {
		float: right;
		color: #007734;
		font-size: 18px;
	}

	.mobile-content p span,
	#searchresults li p span {
		display: inline-block;
		width: 90%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

/*
		updates end
*/

/* corporate homepage */

.home-page-corporate .header-icon,
.home-page-corporate #countrystatus,
.home-page-corporate #siteFooter2,
.home-page-corporate #siteFooter3 {
	display: none;
}

.home-page-corporate .header-logo {
	float: none;
	display: block;
	width: 158px;
	margin-left: auto;
	margin-right: auto;
}

.home-page-corporate #countryselection {
	top: 120px;
	display: block !important;
	visibility: visible !important;
	width: 100%;
	box-shadow: none;
}

.home-page-corporate .footer {
	margin-top: 550px;
}

/* corporate homepage end */

/* filenotfound page */

/* filenotfound page end */

/* more/less content */

.more-less-content-container {
	overflow: hidden;
}

.more-less-control-container {
	text-align: right;
	border-bottom: 1px black dotted;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

	.more-less-control-container a {
		text-decoration: none;
		display: block;
		margin-bottom: 5px;
		color: black;
	}

	.more-less-control-container i {
		color: #007734;
		font-size: 16px;
		margin-left: 10px;
		float: right;
		margin-top: 2px;
	}

/* more/less content end */

/* item lists */

.item-list #rss,
.item-list .dateview p,
.item-list .overview p,
.item-list #sidebar_content {
	display: none;
}

/* not used because these div's will not be rendered for mobile devices */
.item-detail #rss,
.item-detail #TagCloud {
	display: none;
}
/* end not used */

.item-list .dateview,
.item-list .overview {
	display: block;
	padding: 18px 10px;
	text-decoration: none;
	color: black;
	font-weight: 400;
}

	.item-list .dateview .text,
	.item-list .overview .text {
		margin-left: 60px;
	}

	.item-list .dateview h2,
	.item-list .overview h2 {
		font-size: 15px;
		width: 90%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

.item-list .item-anchor {
	display: block;
	border-top: 1px solid #C9C9C9;
}

.item-list-end {
	border-bottom: 1px solid #C9C9C9;
}

.item-list #paging {
	/*border-top: 1px solid #C9C9C9;*/
	margin-top: 8px;
	padding: 10px 0;
}

	.item-list #paging ul {
		width: 92px;
		margin: 0 auto;
		list-style: none outside none;
	}

		.item-list #paging ul li {
			display: inline;
			padding-left: 0;
		}

			.item-list #paging ul li:first-child {
				margin-right: 20px;
			}

			.item-list #paging ul li:before {
				display: none;
			}

.item-list .dateview i,
.item-list .overview i {
	float: right;
	color: #007734;
	font-size: 22px;
}

.item-list #themaContent a {
	text-decoration: none;
	cursor: default;
}

/* item lists end */

/* news list */

.item-list.news-list .calendar {
	margin-top: -7px;
}

.item-list.news-list .item-anchor i {
	margin-top: -25px;
}

/* news list end */

/* event list */

.item-list.event-list .calendar {
	margin-top: -7px;
}

.item-list.event-list .item-anchor i {
	margin-top: -25px;
}

/* event list end */

/* partner list */

.item-list #themaContent .overview .image {
	float: left;
	height: 34px;
	position: relative;
	margin-top: -2px;
}

.item-list #themaContent .overview img {
	width: 34px;
	bottom: 0;
	height: auto;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}

.not-suitable-for-mobile a,
.not-suitable-for-mobile a:visited,
.not-suitable-for-mobile a:link,
.not-suitable-for-mobile a:hover {
	color: #666;
}

.item-list.partner-list .item-anchor i {
	margin-top: -25px;
}

/* partner list end */

/* certificate list */

.item-list.certificate-list .item-anchor i {
	margin-top: -25px;
}

/* certificate list end */

/* reference list */

.item-list.reference-list .item-anchor i {
	margin-top: -25px;
}

/* reference list end */

/* vacancies */
#themaContent #StandingDataFilter {
	width: 100%;
}

.StandingDataBox .Header {
	margin-bottom: 10px;
	color: #007734;
	font-weight: bold;
	font-size: 18px;
	margin-left: 10px !important;
}

#themaContent .mobile-content p,
#searchresults li p {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

	#themaContent .mobile-content p span {
		vertical-align: top;
	}



.mobile-content a.hidden-mobile,
.vacancyTable .vacancyTableHead.hidden-mobile,
#searchresults #paging li.hidden-mobile {
	display: none;
}

#themaContent #VacancyList {
	width: 100%;
}

#themaContent .vacancyTable select, #themaContent .vacancyListSweden select {
	background-color: lightgrey;
	border: 0px;
	height: 50px;
	overflow: hidden;
	width: 120%;
}

#themaContent .vacancyTable .province-select i {
	margin-top: -35px;
	z-index: 10000;
	position: absolute;
	right: 20px;
}

#themaContent #Vacancy .bottombutton {
	width: 100%;
	float: none;
	margin: 0 auto;
}

	#themaContent #Vacancy .bottombutton .applybutton,
	#themaContent #Vacancy .bottombutton .external {
		-webkit-appearance: none;
		display: block;
		margin: 0 auto;
		margin-top: 10px;
	}

#themaContent #Vacancy .vacancy {
	width: 100%;
}

	#themaContent #Vacancy .vacancy .vacancy-details {
		font-size: 13px;
	}

#themaContent #Vacancy {
	width: 100%;
}

	#themaContent #Vacancy .sidebar {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
	}

		#themaContent #Vacancy .sidebar .topbutton {
			text-align: center;
		}


#themaContent .refurl-button.refurl_twitter {
	background-image: url('https://app.getrefurls.com/images/color/32/twitter.png');
}

#themaContent .refurl-button.refurl_facebook {
	background-image: url('https://app.getrefurls.com/images/color/32/facebook.png');
}

#themaContent .refurl-button.refurl_linkedin {
	background-image: url('https://app.getrefurls.com/images/color/32/linkedin.png');
}

#themaContent .refurl-button.refurl_googleplus {
	background-image: url('https://app.getrefurls.com/images/color/32/googleplus.png');
}

#themaContent .refurl-button.refurl_email {
	background-image: url('https://app.getrefurls.com/images/color/32/email.png');
}

#themaContent .refurl-button.refurl_refurls {
	background-image: url('https://app.getrefurls.com/images/color/32/refurls.png');
}

#themaContent .refurl-button {
	width: 32px;
	height: 32px;
}

#themaContent #Vacancy .shareButtons {
	margin: 50px auto 30px auto;
	height: 40px;
	width: 205px;
	position: inherit;
}
/*
		hide for mobile
*/

iframe,
#siteHeader1 .followus,
#quicklinks,
#siteHeader2,
#siteHeader3 .headerImage,
.main-item-content-full #contentnavigation,
.default-content #contentnavigation,
.main-content #contentnavigation,
.main-content #sidebar_content,
.navigation-content #sidebar_content,
.navigation-content #contentnavigation,
.main-content .subnavigation,
.navigation-content #themaContent div,
.navigation-content #themaContent p,
.navigation-content #themaContent h2,
.navigation-content h2.subheader,
#siteFooter1 .headerImage,
#countrystatus .status,
#countryselectorbutton,
#popuplayover,
.breadcrumbs,
#copyRight, /* TODO: add to html */
.office-details-item a,
.spacer_vertical_mainMenu,
.hidden-mobile,
.item-list .hidden-mobile,
#Vacancy .related.hidden-mobile,
#themaContent #Vacancy .refurl-share.hidden-mobile {
	display: none;
}

/* blog styles */

.BlogArchive,
.BlogPaging {
	display: none;
}

.item-list.blog-list #themaContent p.date {
	display: block;
	margin-bottom: 0;
}

.item-list.blog-list .dateview {
	padding-bottom: 5px;
}

.item-list.blog-list .calendar {
	border-radius: 0;
}

.item-list.blog-list .item-anchor i {
	margin-top: -65px;
}

#BlogComments {
	margin-top: 20px;
}

	#BlogComments fieldset {
		padding: 5px 0;
		border: 1px solid #edeced;
		margin-bottom: 5px;
		min-inline-size: auto;
		width: 100% !important;
	}

		#BlogComments fieldset legend,
		#BlogComments .Author,
		#BlogComments .Date {
			font-size: 14px;
			color: #999;
		}

	#BlogComments ul li {
		text-indent: 0;
		margin-left: -10px;
	}

		#BlogComments ul li:before {
			display: none;
		}

#CommentsList, #CommentsForm {
	margin: 3px 5px 0 0 !important;
}

	#CommentsList .Comment {
		text-indent: 0;
		/*margin-left: -15px;*/
	}

#CommentsForm input, #BlogComments textarea {
	-webkit-appearance: none;
	-webkit-text-size-adjust: none;
	-moz-appearance: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-border-radius: 0;
	width: 97% !important;
	border-radius: 4px;
}

#CommentsForm .submitBtn {
	-webkit-appearance: none;
	-webkit-text-size-adjust: none;
	-moz-appearance: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	margin-top: 15px;
	height: 26px;
	width: 97% !important;
	border-radius: 4px;
	color: rgb(255,255,255);
	background-color: rgb(0,119,52);
	border: 1px solid rgb(0,119,52);
	text-align: center;
	border: 1px #666 solid;
	padding: 3px 1px 0 1px;
}

/*#CommentsForm input[name="submitBtn"] {
		margin-top: 15px;
		height: 26px;
		width: 98% !important;
		border-radius: 4px;
		color: rgb(255,255,255);
		background-color: rgb(0,119,52);
		border: 1px solid rgb(0,119,52);
		text-align: center;
		text-decoration: none;
	}*/

/* blog styles end */

#searchresults i {
	margin-top: -40px;
}

#searchresults ol {
	padding: 0px;
}

	#searchresults ol li,
	#searchresults ul li {
		list-style: none;
	}

#themaContent #searchresults ul li:before {
	display: none;
}

#searchresults #paging {
	border-top: 1px solid #C9C9C9;
}

	#searchresults #paging li {
		display: inline-block;
	}

	#searchresults #paging ul {
		width: 110px;
		margin: 15px auto 0px auto;
		list-style: none outside none;
	}

#themaContent .hidden-desktop {
	font-size: 15px;
}

.filenotfound-page #countryselection {
	display: none !important;
}

.filenotfound-page .footer {
	margin-top: 0;
}

/* =========================== cookie info banner =============================*/

#cookiebanner {
	width: 100%;
	top: 0px;
	background-color: rgb(241,241,241);
	font: 11px Open Sans, Arial;
	line-height: 18px;
}

	#cookiebanner .bannertop {
		width: 100%;
	}

	#cookiebanner .bannerbottom {
		width: 100%;
	}

	#cookiebanner .bannertext {
		padding: 2px 10px;
	}

	#cookiebanner .okbutton {
		width: 100%;
	}

	#cookiebanner input[type="submit"] {
		-webkit-appearance: none;
		-webkit-border-radius: 0;
		display: block;
		margin: 5px auto;
		padding: 1px 6px;
		border-radius: 4px;
		color: rgb(255,255,255);
		background-color: rgb(0,119,52);
		border: 1px solid rgb(0,119,52);
		text-align: center;
		text-decoration: none;
		font-size: 10px;
	}

		#cookiebanner input[type="submit"]:hover {
			color: rgb(0,0,0);
			background-color: rgb(153,204,0);
			border: 1px solid rgb(153,204,0);
			text-decoration: none;
		}

/* =========================== cookie settings page =============================*/
#cookiesettingsheader {
	font-size: 90%;
	margin: -5px 0 20px 0;
}

#cookiesettings {
}

	#cookiesettings .settingrow {
		font-size: 14px;
		position: relative;
		margin-top: -15px;
		cursor: pointer;
	}

	#cookiesettings .checkmark {
		width: 18px;
		display: inline-block;
		position: absolute;
		border: solid 1px;
		top: 0;
		margin: 5px 0 0 0;
	}

		#cookiesettings .checkmark span {
			padding: 0 2px 0 0;
		}

	#cookiesettings .optiontext {
		display: inline-block;
		position: relative;
		margin: 0 0 0 30px;
	}

	#cookiesettings input[type="submit"] {
		-webkit-appearance: none;
		-moz-appearance: none;
		color: #FFF;
		background-color: #007734;
		border: 1px solid #007734;
		border-radius: 2px;
		text-align: center;
		padding: 5px 50px;
		margin: 0px 0 0 10px;
		display: inline-block;
		font-size: 16px;
		font-weight: 600;
		text-decoration: none;
		margin-bottom: 15px;
	}

		#cookiesettings input[type="submit"]:hover {
			color: #000;
			background-color: #9C0;
			border: 1px solid #9C0;
			text-decoration: none;
		}

/* =========================== Melding aanpassen cookie =============================*/

#cookieDisclaimer {
	height: auto;
	background-color: #f8f8f8;
	border: darkgrey 1px solid;
	-webkit-border-radius: 12px;
}

	#cookieDisclaimer p {
		margin: 10px;
		padding: 10px;
	}

	#cookieDisclaimer button {
		display: block;
		font: normal 100% Open Sans, Arial;
		margin: 0 auto;
		padding: 5px;
		width: auto;
		border: 1px solid #006699;
		background-color: #006699;
		color: white;
		-webkit-border-radius: 4px;
	}


/* =========================== modal dialog  =============================*/
.modal-backdrop, .modal-backdrop.fade.in {
	opacity: .8;
	filter: alpha(opacity=80);
}

	.modal-backdrop.fade {
		opacity: 0;
	}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal.fade.in {
	top: 10%;
}

.modal.fade {
	top: -55%;
	-webkit-transition: opacity .3s linear,top .3s ease-out;
	-moz-transition: opacity .3s linear,top .3s ease-out;
	-o-transition: opacity .3s linear,top .3s ease-out;
	transition: opacity .3s linear,top .3s ease-out;
}

.fade.in {
	opacity: 1;
}

.modal-sm {
	position: fixed;
	top: 10%;
	left: 50%;
	z-index: 1050;
	width: 295px;
	margin-left: -149px;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.3);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.modal-content a {
	cursor: pointer;
	text-decoration: underline !important;
}

.modal-header {
	background-color: #7AB51D;
	border-radius: 4px 4px 0 0;
	height: 40px;
	font-size: 14px;
}

	.modal-header .title {
		display: inline-block;
		color: #fff;
		padding: 8px 0 0 0;
		text-align: left;
		padding: 8px 0 0 0;
		width: 75%;
		height: 32px;
	}

	.modal-header .nodge {
		display: inline-block;
		background-image: url("/frontend/img/notch.png");
		padding: 8px 0 0 0;
		width: 10%;
		height: 32px;
		border: none;
		background-position: bottom;
		background-repeat: no-repeat;
	}

.modal-body {
	position: relative;
	max-height: 400px;
	padding: 15px;
}

	.modal-body p {
		margin: 5px;
	}

	.modal-body a {
		text-decoration: underline;
		margin-right: 0px !important;
	}

	.modal-body .cookiesettings-text {
		text-align: left;
	}

	.modal-body .cookiesettings-allow {
		display: inline-block;
		background-color: #EE7F00;
		color: #fff;
		text-align: center;
		padding: 10px 5px 10px 5px;
		margin-top: 5px;
		/*height: 50px;
	width: 150px;*/
		border-radius: 8px;
		font-size: 14px;
		cursor: pointer;
	}

.modal-footer {
	padding: 14px 15px 15px;
	margin-bottom: 0;
	text-align: right;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
}

/*----------code block-------------*/

.codeblock pre {
	padding: 4px;
	margin-bottom: 8px;
	font: normal 0.9em "Courier New", Mono, Serif;
	color: #666;
	background-color: #F1F1F1;
	overflow-x: scroll;
}

/*----------share buttons------------*/

#vacaturesharebuttons {
	width: 188px;
	margin: auto;
}

#stexsharebuttons {
	width: 176px;
	margin: auto;
}

#sharethis {
	/*margin-bottom: 22px;*/
}

	#sharethis a i.fa {
		font-size: 2em;
	}

	#sharethis a.share-btn i.fa-twitter-square {
		color: #00aced;
	}

	#sharethis a.share-btn i.fa-google-plus-square {
		color: #dd4b39;
	}

	#sharethis a.share-btn i.fa-facebook-square {
		color: #3b5998;
	}

	#sharethis a.share-btn i.fa-linkedin-square {
		color: #007bb6;
	}

	#sharethis a.share-btn i.fa-envelope-square {
		color: #000;
	}

/*--------------mailplus-------------------------------*/

#themaContent ul li {
	color: #000000;
	font-size: 15px;
	padding-left: 1.3em;
	/*text-indent: 0;*/
	padding-bottom: 0;
	font-weight: normal;
}

	#themaContent ul li.checkmark {
		padding-left: 1.7em;
	}

li.checkmark:before {
	content: url('../images/checkmark.gif');
	font-size: 20px;
	color: #007734;
	background-color: #fff;
	display: inline;
	top: 1px;
	margin-left: -0.5em;
}

/*--------------mailplus-------------------------------*/

.cssMailplus div {
	font-size: 15px;
}

.cssMailplus ul li {
	padding-left: 0 !important;
	text-indent: 0 !important;
}

.cssMailplus li:before {
	display: none !important;
}

.cssMailplus .mpQuestionTable {
	margin-bottom: 20px;
}

.cssMailplus .mpErrorSummary ul li {
	color: red !important;
	list-style: disc !important;
	margin-left: 18px !important;
}

.cssMailplus .error {
	background-color: white;
	color: #000000;
}

.cssMailplus .mpErrorRow .error {
	color: red !important;
	font-weight: bold !important;
}

.cssMailplus .submitButton {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	background-color: orange;
	border: none;
	color: white;
	width: 240px;
	height: 50px;
	border-radius: 8px;
	font-size: 20px;
}

/* styles that can be applied using the visual editor */
.textalignleft {
	text-align: left !important;
}

.textaligncenter {
	text-align: center !important;
}

.textalignright {
	text-align: right !important;
}
/* styles that can be applied using the visual editor */
