::-webkit-input-placeholder { color:#7d7d7d; }
::-moz-placeholder { color:#7d7d7d; } /* firefox 19+ */
:-ms-input-placeholder { color:#7d7d7d; } /* ie */
input:-moz-placeholder { color:#7d7d7d;}

input, select, textarea{
	font-family:'Roboto condensed';
	font-size:1em;
	border-radius:5px;
}
input, select, textarea{
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}
input.checkbox,
.stdform .normal input.checkbox,
.stdform .noLabel input.checkbox {
	width:1em;
	max-width:1em;
	max-height:1em;
	height:1em;
	padding:0;
	display:inline;
	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 {
	vertical-align:middle;
	margin-left:3px;
}
form fieldset label.error {
	color:#F00;
	width:100%;
}
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:#719c36;
	border:none;
	font-weight:bold;
	color:#032c03;
	padding:.5em 2em;
	text-align:center;
}



.stdform fieldset {
	border:0;
	padding:0;
	margin:0;
}
.stdform fieldset label {
	color:#719c36;
	text-transform:uppercase;
	font-size:.9em;
}
.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 textarea, 
.stdform select{
	-webkit-box-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex:1 0 auto;
	border: 1px solid #719c36;
	padding:.5em;
}
.stdform .normal,
.stdform .noLabel,
.stdform .space,
.stdform .images,
.stdform .documents{
	-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;
	margin:.4em 0;
	position:relative;
}
.stdform .normal fieldset,
.stdform .space fieldset,
.stdform .images fieldset,
.stdform .documents fieldset{
	display:block;
}
.stdform .documents .attached,
.stdform .images .attached {
	display:flex;
	margin:0;
	padding:10px;
	border-radius:5px;
	border:1px solid transparent;
}
.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 .noLabel.split, 
.stdform .normal.split + div,
.stdform .noLabel.split + div {
	flex:.5 0 auto;
	min-width:50%;
	width:50%;
}
.stdform .normal.inverted {
	display:flex;
}
.stdform .inverted input{
	order: -1;
	margin-right:.5em;
}

.stdform div.split + div {
	padding-left:1em;
}

.stdform div.split + div label{
	/*text-align:center;*/
}


.stdform label {
	width:200px;
}
.stdform .space label {
	width:auto;
}
.stdform fieldset.submit {
	padding-top:2em;
	padding-bottom:2em;
	text-align:right;
	position:relative;
}
.stdform fieldset.submit .mandatory b {
	color:red;
}
.stdform fieldset.submit .mandatory {
	position:absolute;
	left:1em;
	top:1em;
}
.stdform fieldset.submit .back {
	background-color:#666666;
	float:left;
	padding: .5em 2em;
	color:white;
	border-radius: 5px;
	text-decoration:none;
}
.stdform .normal label.error,
.stdform.seminar .noLabel label.error {
	position:absolute;
	right:0;
	text-indent: -999em;
	width:1.7em;
	height:1.7em;
	border-radius:50%;
	bottom:0;
	
	display:inline-block;
	margin-right:.5em;
	margin-bottom:.5em;
}
.stdform .normal.planerror label.error {
	width:auto;
	text-align:right;
	text-indent: 0;
}
.stdform .normal.termserror {
	flex-wrap:wrap;
}
.stdform #termss {
	color:#ef8f2f;
	cursor:pointer;	
	text-decoration:underline;
}
.stdform .normal.termserror label.error {
	width:100%;
	text-align:left;
	text-indent: 0;
	position:static;
	padding:.3em 0;
}
.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,
.stdform.seminar .noLabel 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 .normal.termserror label {
	width:auto;
}
.stdform .normal.planerror label.error::before {
	position:static;
	float:right;
	line-height:0.5em;
	margin-left:.5em;
}
.stdform .normal.termserror label.error::before {
	position:static;
	line-height:0.5em;
	margin-right:.5em;
	vertical-align:middle;
}
.stdform .checkbox {
	flex-basis:20px;
	margin:0;
}
.stdform .recaptcha {
	text-align:right;
	width:100%;
	position:relative;
	padding-top:1em;
}
.stdform.register .recaptcha {
	
	height:5em;
}
.stdform .recaptcha .g-recaptcha {
	display:inline-block;
	width:304px;
	height:78px;
	margin-left: auto;
}
.stdform.register .recaptcha .g-recaptcha {
	position:absolute;
	bottom:0;
	right:0;
}
.stdform.register .recaptcha .g-recaptcha>div {
	display:inline-block;
}
.stdform .normal,
.stdform .normal label,
.stdform .normal input,
.stdform .normal textarea,
.stdform .normal select,
.stdform .noLabel input,
.stdform .noLabel label,
.stdform .noLabel textarea,
.stdform .noLabel select{
	display:block;
	width:100%;
}

form.contact {
	float:right;
	max-width:450px;
}
form.contact label {
	display:block;
	width:100%;
}
.button, button {
	background-color:#032c03;
	color:white;
	text-align:center;
	padding:.5em 1em;
	display:block;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	font-size:1.5em;
}
.button u, button u {
	text-decoration:none;
	border-bottom:3px solid #719c36;
}
.button2 {
	background-color:#ffff33;
	color:#1d3508;
	text-align:center;
	padding:.5em 1em;
	display:block;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	font-size:1.5em;
}
.button3{
	border:0;
	background-color:black;
	color:white;
	white-space:nowrap;
	font-size:.9em;
	display:inline-block;
}

.confirm .stdform {
	white-space:nowrap
}
.confirm .stdform fieldset{
	display:inline-block;
	vertical-align:top;
	width:70%;
}
.confirm .stdform fieldset.cart{
	display:inline-block;
	width:30%;
	border-left:1px solid #719c36;
	padding-left:2em;
}
.confirm .stdform fieldset.cart .amount {
	float:right;
}
.confirm .stdform fieldset.submit {
	display:block;
	clear:both;
	width:100%;
}
.stdform.maillist .noLabel {
	display:block;
}
.stdform.seminar {
	max-width:500px;
	margin:0 auto;
}
.stdform.seminar .hradio {
	margin-right:2.5em;
	display:inline-block;
}
.stdform.seminar .noLabel label.error {
	right:-36px;
	overflow:hidden;
	text-indent:-999em;
	color:white;
}

.poplogin .options {
	padding: .5em 0;
}
.poprecover {
	min-width:300px;
}
.poprecover .normal label.error {
	position:relative;
	width:auto;
	text-indent:0;
}
.poprecover .normal label.error:before {
	content:'';
}