@CHARSET "ISO-8859-1";

/*
	LABELS
*/

label{
	font-weight: normal;
	cursor: pointer;
}


/*
	TEXT FIELDS
*/


input[type="text"],input[type="password"],input[type="number"],input[type="tel"],input[type="email"]{
	width: 100%;
/*	border: 1px solid #c1c1c1;*/
	border: 1px solid #012f84;
	height: 35px;
	line-height: 16px;
	padding: 0px 10px;
	box-shadow: inset 0px 1px 1px #eee;
	-moz-appearance:textfield;
	-webkit-appearance: none;
}

form input:focus { /*box-shadow: inset 0px 1px 1px #012F84;outline-color: transparent;*/ }

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea{
	width: 100%;
/*	border-radius: 5px;*/
	padding: 0px 10px;
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .3);
	border: 1px solid #012f84;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}


/*
	DROP DOWN MENUS
*/


select{
	width: 100%;
	height: 35px;
	padding-left: 10px;
	line-height: 16px;
	border: 1px solid #012f84;
}

@-moz-document url-prefix() {
    select{
        padding-top: 7px;
    }
}

/*
	RADIO BUTTONS
*/

.radio-label {  
	display: inline-block;  
	cursor: pointer;
	position: relative;  
	padding-left: 25px;
	margin-right: 15px;
}


.radio-label:before {  
	content: "";  
	display: inline-block;
	width: 20px;
	height: 20px;  
	margin-right: 10px;
	position: absolute;
	top: -2px;
	left: 0;
	border: 1px solid #012f84;
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .3);
	border-radius: 15px;
}


input[type=radio]:checked + .radio-label:before {  
	content: "\2022";
	font-size: 40px;
	color: #27437e;
	text-align: left;
	padding-left: 2px;
	line-height: 19px;
}

input[type=radio], input[type=checkbox] {
	margin: 0 8px;
	position: relative;
	top: 1px;
  	padding: 10px;
  	cursor: pointer; 
}


/*
	CHECKBOXES
*/


.checkbox-label {  
	display: inline-block;  
	cursor: pointer;
	position: relative;  
	padding-left: 25px;
	margin-right: 15px;
}


.checkbox-label:before {  
	content: "";  
	display: inline-block;  
	width: 20px;  
	height: 20px;  
	margin-right: 10px;
	position: absolute;
	left: 0; 
	bottombottom: 1px;  
	border: 1px solid #012f84;
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .3);
	border-radius: 3px; 
}


input[type=checkbox]:checked + .checkbox-label:before {
	content: "\2713";  
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);  
	font-size: 20px;  
	color: #27437e;  
	text-align: center;  
	line-height: 17px;
}

#agreement_terms .div-element { text-align: justify; }

.agreement-label {
	display: inline;
	font-size: 12px;
	//line-height: 14pt;
}

.agreement-link {
	display: inline;
	font-size: 12px;
	padding: 0 3px;
	cursor: pointer;
}

/*
	BUTTONS
*/



.remove-button-padding{
    padding-left: 5px !important;
    padding-right: 5px !important;
}

/* NAVIGATION BAR */

.prev-page {
	cursor: pointer;
	display: inline-block;
	line-height: 44px;
	margin-top: 10px;
	min-width: 100px;
	font-weight: bold;
	float: left;
}

.next-page {
	float: right;
}


/*
	DATE COMPONENTS
*/

.date-month, .date-day { width: 38%; margin-right: 1%; }
.date-day { width: 26%; margin-right: 1%; }
.date-month, .date-day, .date-year { padding-right: 0; padding-left: 6px; }

/*
	FORM ORGANIZATION
*/

.field-row {
	background-color: #FFFFFF;
}

.form-division{
	padding: 10px 0px;
}

.form_header {
	margin-top: 18px;
}

.form-division.bottom-line { /*border-top: 1px solid #F2F2F2;*/ }
.form_header + .form-division.bottom-line { border-top: 0; }


.form-division .div-label, .div-element{
	//line-height: 22px !important;
	padding-left: 1px;
	padding-right: 1px;
}

.form-division .div-label:first-child {
	padding-right: 0;
}
.div-label label { margin-right: 5px; }

#form .btn {
	margin-top: 10px;
}

/*
	FORM VALIDATION
*/

div.error-form div.error-msg, .error-message{
	font-size: small;
	color: #ca0000;
	margin-top:-5px;
	margin-bottom:-10px;
	height: 35px;
	line-height: 35px;
}

.errormsg{
    color: #fff;
    background: #D44942;
    padding: 10px 10px;
}

.errormsgcontainer{
    margin-bottom: 22px;
}

.explanation {
    color:#aaaaaa; 
    font-size:13px; 
    text-decoration: underline;
    cursor: pointer;
}

/*
	ICONS
*/

.hint-space{
	width: 90% !important;
}

.icon-success {
	background:url(../img/form_icons.png) no-repeat 0 -67px;
	padding:10px 13px;
	position:absolute;
	right: 2px;
	top: 7px; 
	height: 0px;
	display: none;
}

.icon-hint {
	background: url(../img/form_icons.png) no-repeat 0 -99px;
	padding: 10px 15px;
	position: absolute;
	right: 3px;
	top: 5px;
	height: 0px;
	display: none;
	cursor: pointer;
}

.icon-hint.status-hint {
	display: inline-block;
	position: relative;
	top: 3px;
	left: 10px;
	cursor: pointer;
}

.icon-secure{
	background:url(../img/form_icons.png) no-repeat 0 0px;
	padding:13px 13px;
	margin-left: 10px;
	position:absolute;
	top:6px;
	height:0px;
}

/* MAIL FORM */

.mail-form-input {
	width: 100%;
	margin: 3px 0;
	padding-left: 4px;
	font-size: 11pt;
}

/* SIDEBAR */

#hint-box {
	min-height: 100px;
	padding: 10px !important;
}
#hint-icon { 
	background: url('../img/form_icons.png') no-repeat 0 -29px;
	display: inline;
	height: 0;
	padding: 10px 15px;
}
#hint-title {
	font-weight: bold;
	color: #616161;
	margin-bottom: 5px;
}
#hint-text {
	color: #424242;
	//line-height: 22px;
	margin-top: 14px;
}

#teamtip { position: absolute; max-width: 230px; border: 1px solid #012f84; background-color: #FFFFFF; color: #000000; font-size: 13px; padding: 10px; line-height: 18px; text-align: center;}

/* LOGOS */
.logo-div { height: 55px; position: absolute; top: 5px; right: 9px; }
.mfes-trademark { border: 0; width: 130; height: 55; }