@charset "utf-8";
/* CSS Document */

/* Form */

form.hpp-form{
	font-size: 14px;
	color: #000000;
}

	.hpp-form .alertContainer{
		padding: 0px;
		margin: 0px;
	}

	.hpp-form .alertContainer ul{
		padding: 0px;
		margin: 0px 0px 0px 20px;
	}


	.hpp-form .alert-error{
		padding: 20px 16px !important;
		background-color: #F7D7D7;
		color: #ff0000;
		float:left;
	}

	.hpp-form .formBlock {
		float: left;
		width: 220px;
		padding-bottom: 12px;
	}
	
	.hpp-form .formBlock2 {
		float: left;
		width: 280px;
		padding-bottom: 12px;
	}

		.hpp-form .formBlockLeft {
			color: #000000;
			float: left;
			width: 100%;
			/*margin-right: 10px;*/
			padding-top: 6px;
		}

		.hpp-form .formBlockRight {
			background: none;
			float: left;
			width: 100%;
			min-height: 34px;
			height: auto !important;
			height: 34px;
		}


		/* width+width+margin (10px)+wrapper margin (2x18px) + scrollbar 20px */
		@media (min-width: 486px) {
			.hpp-form .formBlockLeft {
				width: 200px;
				margin-right: 10px;
			}
			.hpp-form .formBlockRight {
				width: 220px;
			}
		}


		/* IE6-7-8 don't understand media queries */
		.lte9 .hpp-form .formBlockLeft{
			width: 150px;
			margin-right: 10px;
		}

		.lte9 .hpp-form .formBlockRight{
			width: 220px;
		}



	.hpp-form .step-content{
		/*display: none;*/
	}

	.hpp-form .step-hide{
		display: none;
	}

	.hpp-form .step-show{
		display: block;
	}

	.hpp-form .steps-breadcrumb{
		display: block;
		overflow-y: auto;
		padding: 10px 0px 10px 0px;
	}

		.hpp-form .steps-breadcrumb div{
			display: block;
			float: left;
			margin: 0px 20px 0px 0px;
			padding-bottom: 10px;
			line-height: 25px;
			font-weight: bold;
			color: #767676;
		}

		.hpp-form .steps-breadcrumb div.active{
			color: #000000;
		}

		.hpp-form .steps-breadcrumb span{
			display: block;
			float: left;
			width: 25px;
			height: 25px;
			margin: 0px 10px 0px 0px;
			line-height: 25px;
			font-size: 16px;
			font-weight: bold;
			background: url(i/gateway/learn-about-supplies/form-sprite.png) -65px -26px no-repeat;
			color: #767676;
			padding: 0px;
			text-indent: 9px;
			overflow: hidden;
		}

		.hpp-form .steps-breadcrumb .active span{
			background: url(i/gateway/learn-about-supplies/form-sprite.png) -65px 0px no-repeat;
			color: #ffffff;
		}


		.hpp-form .radioblock{
			padding-bottom: 1px;
		}

		.hpp-form .radioblock .formBlockRight {
			padding-top: 6px;
		}

		.hpp-form .radioblock .formBlockLeft span.group-label {
			display: block;
			font-size: 14px;
			line-height: 18px;
			/*margin-left: 12px;*/
		}

		.hpp-form .radio-option{
			float: left;
			overflow-y: auto;
			/*white-space: nowrap;*/
			clear: both;
			margin-bottom: 0px;
		}

			.hpp-form .boxradio {
				float: right;
				width: 22px;
				height: 22px;
			}
	
			.hpp-form .answerRadio{
				float: right;
				/*width: 25px;*/
				width: 100%;
				line-height: 22px;
				margin-left: -22px;
			}

		@media (min-width: 486px) {
			.hpp-form .radio-option{
				margin-bottom: 4px;
				clear: none;
				width: 270px;
			}
		}


		/* IE6-7-8 don't understand media queries */
		.lte9 .hpp-form .radio-option{
				margin-bottom: 4px;
				clear: none;
				width: 270px;
		}

			.hpp-form #privacy-requirements .radio-option{
				width: 72px;
			}



	.hpp-form span.star{
		color: #FF6000;
		font-size: 17px;
		line-height: 22px;
		vertical-align: bottom;
		margin-left: 5px;
	}

	.hpp-form label{
		font-size: 14px;
		line-height: 18px;
		margin-right: 12px;
		display: block;
	}

	.hpp-form label.disabled{
		color: #cccccc;
	}

	.hpp-form label.error,
	.hpp-form span.error{
		color: red;
	}

		/*.hpp-form .answerRadio label{
			display: inline;
			margin: 0px;
		}*/

		.hpp-form .answerRadio label{
			display: block;
			margin-left: 22px;
		}

		@media (min-width: 486px) {
			.hpp-form .answerRadio label{
				margin-left: 22px;
			}
		}



/* Simple text input fields */
.hpp-form input.text{
	background: #ffffff;
	border: 0px;
	border: 2px solid #cccccc;
	color: #767676;
	font-size: 14px;
	padding: 7px 8px;
	width: 200px;
	outline: none;
}

.hpp-form input.error{
	background: #ffffff; 
	border: 2px solid #ff0000;
	color: #ff0000;
}

.hpp-form input.text.text-entered,
.hpp-form input.text:hover,
.hpp-form input.text:active,
.hpp-form input.text:focus{ 
	background: #ffffff;
	color: #000000;
	border: 2px solid #5a5a5a;
}

.hpp-form input.text.text-entered.error{ 
	background: #ffffff; 
	border: 2px solid #ff0000;
	color: #ff0000;
}

.hpp-form input.error:hover,
.hpp-form input.error:active,
.hpp-form input.error:focus{
	background: #ffffff;
}

.hpp-form input.text-disabled,
.hpp-form input.text-disabled:hover,
.hpp-form input.text-disabled:active,
.hpp-form input.text-disabled:focus{
	background: #e5e5e5;
	color: #b3b3b3;
	border: 2px solid #cccccc;
}


.hpp-form .tel-labels{
	font-size: 10px;
}

.hpp-form .tel-labels label{
	font-size: 10px;
	display: inline;
	margin-left: 0px;
}

.hpp-form .tel-labels span.star{
	float: none;
	display: inline;
	margin-right: 2px;
}

.hpp-form input.tel-country{
	width: 25px;
	margin: 0px 8px 0px 0px;
}

.hpp-form input.tel-area{
	width: 25px;
	margin: 0px 8px 0px 0px;
}

.hpp-form input.tel-tel{
	width: 80px;
	margin: 0px 8px 0px 0px;
}

.hpp-form input.tel-extn{
	width: 25px;
	margin: 0px 0px 0px 0px;
}



/* Radio buttons */
.hpp-form span.radio_custom_bg{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(i/gateway/learn-about-supplies/form-sprite.png) no-repeat;
	background-position: -28px -51px;
	cursor: pointer;
}

.hpp-form .hover span.radio_custom_bg{
	background-position: -28px -69px;
}

.hpp-form span.radio_custom_bg_error,
.hpp-form .hover span.radio_custom_bg_error{
	background-position: -66px -69px;
	cursor: pointer;
}

.hpp-form span.radio_custom_bg_checked,
.hpp-form .hover span.radio_custom_bg_checked{
	background-position: -47px -51px;
}


.hpp-form span.radio_custom_bg_disabled_checked,
.hpp-form .hover span.radio_custom_bg_disabled_checked{
	background-position: -66px -51px;
	cursor: default;
}

.hpp-form span.radio_custom_bg_disabled_unchecked,
.hpp-form .hover span.radio_custom_bg_disabled_unchecked{
	background-position: -47px -69px;
	cursor: default;
}



/* Checkboxes */
.hpp-form .checkblock{
	padding-top: 15px;
}

.hpp-form .boxCheck{
	float: left;
	width: 22px;
	height: 22px;
	position: relative;
}

.labelCheck label{
	margin-left: 22px;
	max-width: 408px;
}

/* width+width+margin (10px)+wrapper margin (2x18px) + scrollbar 20px */
@media (min-width: 486px) {
	.labelCheck label {
		/*width: 270px;*/
	}
}


/* IE6-7-8 don't understand media queries */
.lte9 .labelCheck label{
	/*width: 270px;*/
}



.hpp-form span.cb_custom_bg{
	display: block;
	position: absolute;
	width: 17px;
	height: 17px;
	background: url(i/gateway/learn-about-supplies/form-sprite.png) no-repeat;
	background-position: -28px 0px;
	cursor: pointer;
	margin: 3px 5px 0px 0px;
}

.hpp-form .hover span.cb_custom_bg{
	background-position: -45px 0px;
}

.hpp-form span.cb_custom_bg_error,
.hpp-form .hover span.cb_custom_bg_error{
	background-position: -28px -34px;
	cursor: pointer;
}

.hpp-form span.cb_custom_bg_checked,
.hpp-form .hover span.cb_custom_bg_checked{
	background-position: -28px -17px;
}

.hpp-form span.cb_custom_bg_disabled_checked,
.hpp-form .hover span.cb_custom_bg_disabled_checked{
	background-position: -45px -34px;
	cursor: pointer;
}

.hpp-form span.cb_custom_bg_disabled_unchecked,
.hpp-form .hover span.cb_custom_bg_disabled_unchecked{
	background-position: -45px -17px;
	cursor: default;
}



/* Textareas */

.hpp-form textarea{
	font-family: "HP Simplified", arial;
	color: #767676;
	background: #ffffff;
	border: 2px solid #cccccc;
	padding-left: 10px; /* other paddings are not correctly displayed with the scrollbar in FF */
	margin: 0px;
	line-height: 22px;
	font-size: 16px;
	resize: none;
	min-width: 180px;
	width: 100%;
	height: 137px;
	overflow-y: scroll;
}

.hpp-form textarea:hover,
.hpp-form textarea:active,
.hpp-form textarea:focus{
	background: #ffffff;
	border: 2px solid #3E4041;
	color: #000000;
	outline: none;
}

.hpp-form textarea.textarea-error{
	background: #ffffff;
	color: #ff0000;
	border: 2px solid #ff0000;
}

.hpp-form textarea.textarea-error:hover,
.hpp-form textarea.textarea-error:active,
.hpp-form textarea.textarea-error:focus{ 
	color: #000000;
}

.hpp-form textarea.disabled{
	color: #b3b3b3;
	background: #e5e5e5;
	border: 2px solid #cccccc;
}

	@media (min-width: 486px) {
		.hpp-form textarea{
			width: 430px;
		}
	}


	/* IE6-7-8 don't understand media queries */
	.lte9 .hpp-form textarea{
		width: 430px;
	}


/* Buttons */

.hpp-form .button{
	display: inline-block;
	margin: 20px 10px 0 0;
	color: #ffffff;
	border: none;
	padding: 0px 15px;
	background: #F05332;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	-moz-border-radius: 0px 4px;
	-webkit-border-radius: 0px 4px;
	border-radius: 0px 4px;
	line-height: 36px;
	text-decoration: none;
}

.hpp-form .primary{
	background: #0096d6;
}

.hpp-form .primary:hover {
	background: #006699;
	color: #ffffff;
	text-decoration: none;
}

.hpp-form .secondary{
	background: #767676;
}

.hpp-form .secondary:hover {
	background: #5a5a5a;
	color: #ffffff;
	text-decoration: none;
}

.hpp-form .critical{
	background: #D7410B;
}

.hpp-form .critical:hover {
	background: #C1401A;
	color: #ffffff;
	text-decoration: none;
}



/* Selects */

.hpp-form select.select{
	background: #ffffff;
	width: 270px;
	height: 36px;
	padding: 0px 0px 0px 10px;
	font-size: 16px;
	line-height: 22px;
	border: 2px solid #cccccc;
	vertical-align: middle;
	color: #007dba;
}

.hpp-form .select-wrapper{
	background: #ffffff;
	border: 2px solid #cccccc;
	color: #007dba;
	font-size: 16px;
	line-height: 22px;
	height: 36px;
	padding: 0px 0px;
	width: 270px;
	right: 18px;
	left: 18px;
	outline: none;
}

	@media (min-width: 486px) {
		.hpp-form .select-wrapper{
			width: 270px;
			left: inherit;
			right: inherit;
		}
	}

	/* IE6-7-8 don't understand media queries */
	.lte9 .hpp-form .select-wrapper{
		width: 270px;
		height: 32px;
		left: auto !important;
		right: auto !important;
	}

	.ie8 .hpp-form .select-wrapper{
		height: 36px;
	}

	.ie7 .hpp-form input.text{
		width: 254px;

	}



.hpp-form .select-wrapper:hover,
.hpp-form .select-wrapper.active{
	background: #ffffff;
	color: #007dba;
	border: 2px solid #5a5a5a; 
}


	.hpp-form .select-wrapper .myInput{
		line-height: 34px;
		height: 34px;
		/*width: 266px;*/
		width: inherit;
		overflow: hidden;
		position: relative;
		cursor: pointer;
	}

	.hpp-form .select-wrapper .myInput span.dd-arrow{
		cursor: pointer;
		display: block;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 38px;
		height: 34px;
		background: url(i/gateway/learn-about-supplies/form-sprite.png) 10px 12px no-repeat;
		border-left: 1px solid #cccccc;
	}

	.hpp-form .select-wrapper .myInput span.selected-item{
		cursor: pointer;
		display: block;
		position: absolute;
		/*width: 266px;*/
		/*width: inherit;*/
		width: 100%;
		height: 32px;
		padding: 0px 48px 0px 10px;
		white-space: nowrap;
		overflow: hidden;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-overflow: ellipsis;
		*overflow: inherit;
		*white-space: normal;
		*text-overflow: clip;
		/**box-sizing: content-box;*/

	}

	.ie7 .hpp-form .select-wrapper .myInput span.selected-item{
		width: 214px;
	}


.hpp-form .select-wrapper:hover .myInput span.dd-arrow,
.hpp-form .select-wrapper.active .myInput span.dd-arrow{
		border-left: 1px solid #5a5a5a;
		background: url(i/gateway/learn-about-supplies/form-sprite.png) 10px 12px no-repeat;
	}



.hpp-form .select-wrapper-disabled,
.hpp-form .select-wrapper-disabled:hover{
	background: #e5e5e5;
	color: #b3b3b3;
	cursor: default;
	border: 2px solid #cccccc;
}

	.hpp-form .select-wrapper-disabled .myInput span.selected-item-disabled{
		cursor: default;
		display: block;
		padding: 0px 10px;
}

	.hpp-form .select-wrapper-disabled .myInput span.dd-arrow,
	.hpp-form .select-wrapper-disabled:hover .myInput span.dd-arrow,
	.hpp-form .select-wrapper-disabled.active .myInput span.dd-arrow{
		cursor: default;
		background: url(i/gateway/learn-about-supplies/form-sprite.png) 10px -34px no-repeat;
		border-left: 1px solid #cccccc;
}


	#body .hpp-form .select-wrapper ul{
		margin: 0px -2px 0px -2px;
		padding: 0;
		border: 2px solid #5a5a5a;
		border-top: 1px solid #cccccc;
		min-height: 100px;
		height: auto !important;
		height: 100px; /* for fixed height use px */
		max-height: 266px;
		background: #ffffff;
		position: relative;
		overflow: auto;
		/*width: 266px;*/
		width: inherit;
		/*width: 100%;*/
		top: 0px;
		left: 0px;
		right: 0px;
	}

	.ie7 .hpp-form .select-wrapper ul{
		left: -2px;
		right: 0px;
		top: 2px;
		width: 100%;
	}

	#body .hpp-form .select-wrapper ul li{
		margin: 0;
		padding: 8px 10px;
		background: #ffffff;
		color: #000000;
		font-size: 16px;
		line-height:22px;
		cursor: pointer;
		border-bottom: 1px solid #cccccc;
	}

	#body .hpp-form .select-wrapper ul li:hover{
		color: #ffffff;
		background: #007dba;
	}

	#body .hpp-form .select-wrapper ul li.selected{
		background: #007dba;
		color: #ffffff;
	}

	#body .hpp-form .select-wrapper ul li.selected:hover{
		background: #007dba;
		color: #ffffff;
	}


	.hpp-form .select-wrapper ul.hidden-options{
		display: none;
	}

	.hpp-form .select-wrapper-error{
	background: #ffffff;
	border: 2px solid #ff0000;
	color: #ff0000;
}

	.hpp-form .select-wrapper-error .myInput span.dd-arrow{
			border-left: 1px solid #ff0000;
			background: url(i/gateway/learn-about-supplies/form-sprite.png) 10px -11px no-repeat;
		}








/* Form end */

/*--- TABLE ----*/
/*@media (min-width: 768px) and (max-width: 990px) {
    .titleHeaderLogin{
        display: none;
    }
}*/
/*--- LITLE PC ---*/
/*@media (min-width: 901px) and (max-width: 1195px) {
    .titleHeaderLogin{
        display: none;
    }
}*/

/*---- BIG PC ----*/
/*@media (min-width: 1196px) and (max-width: 2299px) {
    .titleHeaderLogin{
        display: none;
    }
}*/

/*---- NO MOBILE----*/
/*@media (min-width: 768px) {
    .mobileMenu {
        display: block !important;
    }
    .menu-public .movileEdition {
        margin-right: 0 !important;
    }
}*/
