@font-face {
	font-family: "icons";
	src: url('<?php echo $actualHost; ?>library/fonts/icons.eot');
	src: url('<?php echo $actualHost; ?>library/fonts/icons.eot#iefix') format('embedded-opentype'), url('<?php echo $actualHost; ?>library/fonts/icons.woff') format('woff'), url('<?php echo $actualHost; ?>library/fonts/icons.ttf') format('truetype'), url('<?php echo $actualHost; ?>library/fonts/icons.svg#icons') format('svg');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: "icons2";
	src: url("/library/fonts/icons2.woff") format('woff');
	font-weight: normal;
	font-style: normal
}

::after, ::before {
	font-family: "icons2", sans-serif !important;
}

.hide {
	display: none !important;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
}

#waiting {
	visibility: hidden;
	color: maroon;
	font-weight: 700;
	animation: fadeIn 0.75s infinite alternate;
}

.required, [title~="required"] {
	color: maroon;
}

.dp-wrap {
	display: inline-block;
	padding: 10px;
	float: left;
}

.fullwidth{
	width:100%;
	padding-bottom:15px;
}

.collectionDiv, .wdshCollection, #errorMsg .error, .formResponse, .wsResponse {
	font-family: 'Open Sans', sans-serif;
	width: 95%;
	max-width:750px;
	min-width:300px;
	margin: 10px auto 10px auto;
	border-radius: 5px;
	border-style: solid;
	border-width: 2px;
	border-color: #bfbfbf;
	padding: 20px 10px 20px 10px;
	overflow:auto;
}

.wsResponse {
	border-color:green;
	font-weight:bold;
}

#errorMsg .error {
	display: flex;
    align-items: center;
}

.collectionImg{
	padding-right: 30px;
    float:left;
}

.collectionImg img { 
	height:80px;
}

.missedTitle {
	padding-bottom:20px;	
}

.wdshCollection {
	position:relative;
	min-height:120px;
}

.wdshCollection::after {
  content: "";
  clear: both;
  display: table; 
}

.wdshCollection img {
	height:90px;
	position:absolute;
	left:14px;
	top :26px;	
}

.wdshDetWrap {
	padding-left:120px;
}

input.wdshReport {
	white-space: normal;
	word-wrap: break-word;
	max-width:100%;
}

.wdshError {
	border-color: maroon;
	display:flex;
	flex-direction:row;
    align-items: center;
    padding:10px;
}

.errorPling {
	display: inline;
	font-size:250%;
	color: maroon;
	padding:0 20px;
}

.errorText {
	font-weight:bold;	
	display:inline-block;
}

textarea {
	margin-bottom:20px;
}

#sendform:disabled {
	background:#ddd;
	color:#444;
}

#charsWrap {
	display:inline-block;
	padding-left:10px;
	font-size:90%;
}

.title_select {
  width:25%;
}

.icmformleft label.whichCon {
	vertical-align:top;
}

.content-wrap {
	padding-top: 15px;
	padding-bottom: 30px;
}
ol {
	list-style: none;
	padding: 0;
}
fieldset {
	border: 0;
	padding-right: 0;
	padding-left: 0;
}
fieldset legend {
	padding-right: 0;
	padding-left: 0;
}
.field_select {
	display: flex; 
	align-items: center;
	margin-bottom: 20px;
}

.field_select label, .field_addresslookup label {
	width: 25%;
	padding-right: 20px;
	font-weight: 800;
	display: inline-block;
}
.field_select select {
	width: 100%;
}
.field_addresslookup #postcode {
	width: 25%;
	display: inline-block;
}
.field_addresslookup .icmbutton-surround {
	display: inline-block;
}

.btn, .icmform input[type="button"], .icmform input[type="submit"], .icmform input[type="reset"], .pollform__button--vote, .loginform__submit {
    color: #fff;
    border-color: var(--color-section-header-bg);
    background-color: var(--color-section-header-bg);
	position: relative;
    min-height: 41px;
    margin: 0 0 20px 0;
    padding: 12px 20px;
    border: 0;
}

@media only screen and (max-width:767px) {

	input[type="color"],
	input[type="date"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="email"],
	input[type="month"],
	input[type="number"],
	input[type="password"],
	input[type="search"],
	input[type="tel"],
	input[type="text"],
	input[type="time"],
	input[type="url"],
	input[type="week"],
	select,
	select:focus,
	textarea {
		font-size: 16px !important;
	}
}


@media only screen and (max-width:1023px) {

	.a-body--default {
		padding-bottom:40px;
	}
}

@media only screen and (max-width:480px) {
	
	.title_select {
		width:100%;
	}

	.collectionDiv, .formResponse, .ErrorMsg, .wdshCollection {
		width: auto;
		min-width:200px;
	}

	.formResponse a, .errorMsg a {
		display: block;
		width: 180px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}
strong {
	font-weight: bold;
}