
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#aaaaaa;
	font-weight:normal;
	font-family: 'Montserrat', sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
	color:#aaaaaa;
	font-weight:normal;
	font-family: 'Montserrat', sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
	color:#aaaaaa;
	font-weight:normal;
	font-family: 'Montserrat', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
	color:#aaaaaa;
	font-weight:normal;
	font-family: 'Montserrat', sans-serif;
}

input, select, textarea {
	font-family:"Montserrat",sans-serif;
	font-size:1em;
}
input, select, textarea {
	/*
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(249,249,249,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); 
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); 
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); 
	
	*/
}

input.checkbox {
	width:17px;
	height:17px;
	padding:0px;
	padding:0px;
	vertical-align:middle;
}
form fieldset {
	border:0px;	
}
/*
form fieldset label {
	width:185px;
	display:inline-block;
	font-weight:bold;
	vertical-align:top;
}
*/
form fieldset label .lstIcon {
	margin-left:.3em;
}
form .lstIcon.information:before {
	font-family:'FontAwesome';
	content:'\f128';
	font-size:1em;
	color:red;
	display:inline-block;
	border-radius:.5em;
	width:1em;
	height:1em;
	text-align:center;
	background-color:red;
	line-height:1em;
	color:white;
	font-weight:normal;
	cursor:pointer;
}
form fieldset label.error {
	color:#F00;
	width:100%;
	top: 100%;
	left:0;
	right:0;
	font-size: 0.7em;
}
form.maillist label.error {
	color:#FF6565;
	font-size:1em;
}
form fieldset span.erro {
	color:#F00;
}
form div.normal {
	margin:4px 0px;	
}

form>div>div {
    clear: none;
    display: inherit;
    margin: 0;
    padding: 0;
    width: auto;
}
/*
form div.checkboxes {
    flex:1;
}
*/
form .checkbox_wrp {
    display:inline-block;
	min-width:285px;
}
form .submit input, .makenew a{
	display: inline-block;
	background:none;
	background-color:#e30613;
	border:none;
	font-weight:normal;
	color:white;
	padding:.5em 2em;
	text-align:center;
	text-transform:uppercase;
}


.stdform fieldset {
	border:0;
	padding:0;
	margin:0;
}
/*
.stdform fieldset label {
	color:#464646;
	text-transform:uppercase;
	font-size:.7em;
	width:100%;
	width:200px;
}
*/
.stdform fieldset label.lcase {
	text-transform:none;
}
.stdform .flexwrp {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:flex;
	flex-wrap: wrap;
	border:0;
	padding:0;
	
}
.stdform input,
.stdform input.error,
.stdform textarea, 
.stdform select{
	-webkit-box-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex:1 0 auto;
	border: none;
	padding:.5em;
	color:#58a39f;
}
.stdcontent .stdform input,
.stdcontent .stdform input.error,
.stdcontent .stdform textarea, 
.stdcontent .stdform select{
	border: 1px solid black;
}
.stdcontent .stdform {
	margin-top:2em;
}
.stdform .normal,
.stdform .noLabel,
.stdform .space,
.stdform .images,
.stdform .documents,
.stdform .flexwrp>div{
	-webkit-box-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex:1 1 auto;
	min-width:100%;
	display:flex;
	flex-wrap:wrap;
	position:relative;
	margin: 0 0 15px 0;
}
.stdform .normal fieldset,
.stdform .space fieldset,
.stdform .documents fieldset{
	display:flex;
	flex-wrap:nowrap;
	align-items:flex-start;
}
.stdform .images fieldset {
	display:block;
	white-space:nowrap;
}
.stdform .images fieldset .error {
	white-space: normal;
	font-size: 0.55em;
	padding: 1em;
}
.stdform .images fieldset > div {
	display:inline-block;
	vertical-align:top;
}
.stdform .documents .attached,
.stdform .images .attached {
	display:flex;
	margin:0;
	padding:15px;
	border-radius:5px;
	border:1px solid transparent;
	flex-wrap:nowrap;
	text-align:right;
}
.stdform .documents .attached:nth-child(even),
.stdform .images .attached:nth-child(even){
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+0,f7f7f7+100 */
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #f7f7f7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */

}
.stdform .documents .attached:hover,
.stdform .images .attached:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefcea+0,efeac9+100 */
	background: #fefcea; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefcea 0%, #efeac9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fefcea 0%,#efeac9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fefcea 0%,#efeac9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#efeac9',GradientType=0 ); /* IE6-9 */
	border-color:#f0f0f0;
}
.stdform .documents .attached dt {
	padding: .2em 1em 0 0;
}
.stdform .normal.split, 
.stdform .normal.split + div {
	flex:.5 0 auto;
	min-width:50%;
	width:50%;
}

.stdform .normal.trip, 
.stdform .normal.trip + div, 
.stdform .normal.trip + div + div {
	flex:.3 0 auto;
	min-width:33.33%;
	width:33.33%;
}

.stdform .normal.inverted {
	display:flex;
	flex-wrap:nowrap;
	align-items: start;
}
.stdform .inverted.longbox {
	display:block;
	white-space:nowrap;
}
.stdform .inverted.longbox .fakebox {
	position:static;
}
.stdform .inverted.longbox label {
	display:none;
}
.stdform .inverted.longbox .checklabel {
	white-space:normal;
	vertical-align:top;
	display:inline-block;
}
.stdform .inverted.longbox label.error {
	font-size:10px;
}
.stdform .inverted input{
	order: -1;
	margin-right:.5em;
}

.stdform div.split + div {
	padding-left:1em;
}

.stdform div.split + div label{
	padding-right: .5em;
}

.stdform div.trip + div,
.stdform div.trip + div + div{
	padding-left:1em;
}
.stdform div.trip + div label
.stdform div.trip + div + div label{
	padding-right: .5em;
}


.stdform fieldset.submit {

	text-align:right;
	position:relative;
}
.stdform fieldset.submit input {
	cursor:pointer;
}
.stdform fieldset.submit .mandatory b {
	color:red;
}
.stdform fieldset.submit .mandatory {
	position:absolute;
	left:1em;
	top:1em;
}
.stdform fieldset.submit .back {
	float:left;
	background-color:#4d4d4d;
	cursor:pointer;
}
.stdform .normal label.error {
    right: 0;
	top:auto;
    /* text-indent: -999em; */
    /* width: 1.7em; */
    height: 1.7em;
    border-radius: 50%;
    bottom: -20px;
    display: block;
    font-size: 10px;
    text-align: right;
	margin:0;
    /* margin-right: .7em; */
    /* margin-bottom: .7em; */
}
/*
.stdform .normal .error {
	border-color:#e68886;
}
*/
.stdform .normal .chosen-container {
	flex:1;
	font-size:1.1em;
	height:100%;
}
/*
.stdform .normal .chosen-single,
.stdform .normal .chosen-single span{
	height:32px;
	line-height:32px;
}

.stdform .normal label.error::before{
	position:absolute;
	left:0;
	bottom:0;
	top:0;
	right:0;
	font-size:1.7em;
	color:#e68886;
	content: "\f00d";
	text-indent: 0;
	font-family: FontAwesome;
	text-rendering: auto;
}*/
.stdform .checkbox {
	flex-basis:20px;
	margin:0;
}
.stdform .recaptcha,
.stdform .flexwrp div.recaptcha {
	text-align:right;
	width:100%;
	padding-top:1em;
	height:96px;
}
.stdform .recaptcha .g-recaptcha {
	margin: 0 0 0 auto;
}
.stdform.newsagent .normal.recaptcha {
	transform:scale(.865);
	transform-origin:0 0;
	max-width:260px;
}
.stdform .select2-container--default .select2-selection--single {
	border:1px solid #756f7c;
	border-radius:0;
	height:50px;
}
.stdform .select2-container--default .select2-selection--single>span {
	height:46px;
	line-height:46px;
}
.stdform .recaptcha {
	text-align:right;
	width:100%;
	padding-top:1em;
}
.stdform .recaptcha .g-recaptcha>div {
	display:inline-block;
}
.register .normal,
.register .normal label,
.register .normal input,
.register .normal textarea {
	display:block;
	width:100%;
	text-align:left !important;
}


form fieldset input.email {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAOCAQAAABj5D8/AAAAB3RJTUUH4AQVEDU2OXpEEAAAAAlwSFlzAAAEegAABHoBZkolsAAAAARnQU1BAACxjwv8YQUAAACxSURBVHjahdDBFYIwDIDhH2QBVvDqkRVgBBmBjAAjwAjtCDICXr3BCHQFVjAiffp4VHNJ3uvXpGkEpuZX2JOCmkcQXLkkmibpQsJAHmvOTRYAKRXEaz0cIQUD5ze5YxVVO5Ax4+i2LtLQ0Jr2C1SMdFKy+EGIpdA3jdr8BQwtpV8i9vdkUuSYTW1GMgrp/UnyaS4LpQ7I6bFac0C2gXa/WczfiEzOjfSHkGj9oiwInLgnixYzb427It8AAAAASUVORK5CYII=);
	background-position:right center;
	background-repeat:no-repeat;
	background-origin: content-box;
}
form fieldset input.password {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAQAAABHeoekAAAAB3RJTUUH4AQVEQskisREEgAAAAlwSFlzAAAEegAABHoBZkolsAAAAARnQU1BAACxjwv8YQUAAADJSURBVHjabZBrFYMwDIVvOTPAJGCBSaASaoFIAAkgoZWwSQAJ1AIWamFJYJzCSE/7o/fLzcNgD+9Q84kItCILo2KJN5r9J+GVI4XKC8sJFk8ElGhzh4cYoOI30Mwv+ZYL5YCv4Dh75OrCirieHZzk0UdFp/bxWuIXNTqRKZym4LyFc0btpdQpLEWdq6eoY3p/9D1z/VbnASa+jG57aLTzWTIUF6TT5q3BX+yOCT0G9DdA5rJSKu4AIt3oJAu8BQ5kOO/hgvgkK/sCXklEIownH2AAAAAASUVORK5CYII=);
	background-position:right center;
	background-repeat:no-repeat;
	background-origin: content-box;
}

form fieldset>div.recover {
  text-align:right;
  font-size:.8em;
  padding:.3em 0;
}


.fakebox {
	width: 24px;
	height:24px;
	position: relative;
	margin: 0 .5em 0 0;
	display:inline-block;
	background-color:white;
	border:1px solid black;
	border-radius: 4px;
	vertical-align:middle;
}
.fakebox label {
  display:block !important;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right:0;
  bottom:0;
  width:auto;
}

.secsearch .select2-container--default .select2-selection--single {
	border:0;
}
.fakebox label:after {
  content: '';
  width: 22px;
  height: 10px;
  position: absolute;
  top: 1px;
  left: 4px;
  border: 4px solid #44B531; /*#f26522;*/
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.fakebox label:hover::after {
  opacity: 0.3;
}
.fakebox input[type=checkbox],
.fakebox input[type=radio]{
  visibility: hidden;
}
.fakebox input[type=checkbox]:checked + label:after,
.fakebox input[type=radio]:checked + label:after{
  opacity: 1;
}


.stdform.form-inline {
	display:flex;
}
.stdform.form-inline fieldset {
	display:inline-block;
	padding:0;
	flex:1;
	vertical-align:bottom;
}
.stdform.form-inline .normal,
.stdform.form-inline .noLabel,
.stdform.form-inline .normal input,
.stdform.form-inline .noLabel input{
	margin:0;
	border:0;
}
.stdform.form-inline fieldset.submit {
	flex:.5;
}
.stdform.form-inline .submit input {
	background-color:#598526;
}
#advToggle {
	cursor:pointer;
	font-weight:bold;
}
.normalsearch {
	margin-top:5em;
}
.normalsearch .form-inline {
	justify-content:space-between;
}
.normalsearch button,
.advanced button{
	width:120px;
	max-width:120px;
}
.advanced {
	text-align:left;
	margin-top:2em;
}
.advanced .dates span {
	white-space:nowrap;
	font-size:.75rem;
	vertical-align:middle;
	align-self: center;
}
.advanced .dates select {
	margin:0 1em;
}
.advanced .infotype  {
	flex-wrap:wrap;
}
.advanced .infotype>span {
	width:100%;
}
.advanced .infotype .static {
	width:100%;
}
.advanced .infotype .static .checkboxes {
	width:49%;
	display:inline-block;
}
.advanced button {
	float:right;
}