@import url('https://fonts.googleapis.com/css?family=Roboto');

@font-face {
	font-family: 'helveticaneue-condensed';
	src: url('../font/helveticaneue-condensed-webfont.eot');
	src: url('../font/helveticaneue-condensed-webfont.eot?#iefix') format('embedded-opentype'), url('../font/helveticaneue-condensed-webfont.woff') format('woff'), url('../font/helveticaneue-condensed-webfont.ttf') format('truetype'), url('../font/helveticaneue-condensed-webfont.svg#helveticaneue-condensed') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'helveticaneue-heavycond';
	src: url('../font/helveticaneue-heavycond-webfont.eot');
	src: url('../font/helveticaneue-heavycond-webfont.eot?#iefix') format('embedded-opentype'), url('../font/helveticaneue-heavycond-webfont.woff') format('woff'), url('../font/helveticaneue-heavycond-webfont.ttf') format('truetype'), url('../font/helveticaneue-heavycond-webfont.svg#helveticaneue-heavy') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'helveticaneue-lightcond';
	src: url('../font/helveticaneue-lightcond-webfont.eot');
	src: url('../font/helveticaneue-lightcond-webfont.eot?#iefix') format('embedded-opentype'), url('../font/helveticaneue-lightcond-webfont.woff') format('woff'), url('../font/helveticaneue-lightcond-webfont.ttf') format('truetype'), url('../font/helveticaneue-lightcond-webfont.svg#helveticaneue-light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'helveticaneuelt-boldcond';
	src: url('../font/helveticaneuelt-boldcond-webfont.eot');
	src: url('../font/helveticaneuelt-boldcond-webfont.eot?#iefix') format('embedded-opentype'), url('../font/helveticaneuelt-boldcond-webfont.woff') format('woff'), url('../font/helveticaneuelt-boldcond-webfont.ttf') format('truetype'), url('../font/helveticaneuelt-boldcond-webfont.svg#helveticaneuelt-boldcond') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Roboto regular */
@font-face {
	font-family: "Roboto-Regular";
	font-style: normal;
	font-weight: 700;
	src: local('Roboto-Regular'), local('Roboto-Regular'), url("../font/Roboto-Regular.ttf") format('truetype');
}
@font-face {
	font-family: "Roboto Condensed Bold Italic" ;
	font-style: italic;
	font-weight: 700;
	src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url("../font/RobotoCondensed-BoldItalic.ttf") format('truetype');
}

/* Light */
@font-face {
	font-family: "Roboto Condensed Light";
	font-style: normal;
	font-weight: 300;
	src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url("../font/RobotoCondensed-Light.ttf") format('truetype');
}
@font-face {
	font-family: "Roboto Condensed Light Italic";
	font-style: italic;
	font-weight: 300;
	src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url("../font/RobotoCondensed-LightItalic.ttf") format('truetype');
}

/* Roboto Condensed Normal */
@font-face {
	font-family: "Roboto Condensed Regular";
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url("../font/RobotoCondensed-Regular.ttf") format('truetype');
}
@font-face {
	font-family: "Roboto Condensed Italic";
	font-style: italic;
	font-weight: 400;
	src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url("../font/RobotoCondensed-Italic.ttf") format('truetype');
}

/* Roboto Condensed Bold */
@font-face {
	font-family: "Roboto Condensed Bold";
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url("../font/RobotoCondensed-Bold.ttf") format('truetype');
}
@font-face {
	font-family: "Roboto Condensed Bold Italic" ;
	font-style: italic;
	font-weight: 700;
	src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url("../font/RobotoCondensed-BoldItalic.ttf") format('truetype');
}
/*Roboto-Black*/
@font-face {
	font-family:"Roboto-Black";
	font-style: normal;
	font-weight: normal;
	src: url('../font/Roboto-Black.eot');
	src: local('Roboto-Black'), local('Roboto Black'), url('../font/Roboto-Black.woff') format('woff'), url("../font/Roboto-Black.ttf") format('truetype');
}

@font-face {
	font-family: "Roboto-Bold";
	font-style: normal;
	font-weight: 300;
	src: local('Roboto-Bold'), local('Roboto-Bold'), url("../font/Roboto-Bold.ttf") format('truetype');
}

.prontoweb_file_upload_name {
	border: 1px solid #aaaaaa;
    font-family: sans-serif !important;
    padding-left: 5px;
    /*width: 50%;*/
    width: 80%;
}

@media only screen and (max-width: 320px) {
	
	.prontoweb_file_upload_name {
    margin-left: 4%;
    width: 55%;
	}
	
	h1 {
		font-size:12px;
	}
	.ui-widget {
		font-size: 12px;
	}
	ul.tabs {
		height: 28px;
	}
	input.prontoweb_form {
		height: 28px;
		font-size: 14px;
	}
	label.prontoweb_form {
		height: 28px;
		font-size: 14px;
		font-weight:900;
	}
	select.prontoweb_form {
		height: 28px;
		font-size: 14px;
	}
	textarea.prontoweb_form {
		font-size: 14px;
	}
	input.prontoweb_form-submit {
		height: 20px;
		font-size: 14px;
	}
	label.prontoweb_form-submit {
		height: 20px;
		font-size: 14px;
		font-eight:900;
	}
	img.prontoweb_form-submit {
		height: 28px;
	}
	img.prontoweb_form-info {
		width: 20px;
	}
	div.prontoweb_form-info {
		font-size: 10px;
	}
	td.prontoweb_form-error-message {
		font-size: 12px;
	}
	.prontoweb_generic-menu-item_div-1_div-1_p-1 {
		font-size: 14px;
	}
	.prontoweb_generic-menu-item_div-1_div-1_table-1 {
		font-size: 12px;
	}
	.prontoweb_form-error_ul-1_li-1 {
		font-size: 12px;
	}
	.prontoweb_form-mandatory-field {
		font-size: 10px;
	}
	.prontoweb_store-locator_div-1 {
		padding: 7px;
	}
	.prontoweb_store-locator_div-1_div-1_p-1 {
		font-size: 14px;
	}
	.prontoweb_store-locator_div-1_div-1_div-1_div-1 {
		height: 250px;
	}
	
	
}

@media only screen and (min-width: 321px) and (max-width: 480px) {
	h1 {
		font-size:12px;
	}
	.ui-widget {
		font-size: 12px;
	}
	ul.tabs {
		height: 32px;
	}
	input.prontoweb_form {
		height: 29px;
		font-size: 15px;
	}
	label.prontoweb_form {
		height: 29px;
		font-size: 12px;
		font-weight:900;
	}
	select.prontoweb_form {
		height: 29px;
		font-size: 15px;
	}
	textarea.prontoweb_form {
		font-size: 15px;
	}
	input.prontoweb_form-submit {
		height: 29px;
		font-size: 15px;
	}
	label.prontoweb_form-submit {
		height: 29px;
		font-size: 15px;
	}
	img.prontoweb_form-submit {
		height: 29px;
	}
	img.prontoweb_form-info {
		width: 20px;
	}
	div.prontoweb_form-info {
		font-size: 11px;
	}
	td.prontoweb_form-error-message {
		font-size: 13px;
	}
	.prontoweb_generic-menu-item_div-1_div-1_p-1 {
		font-size: 15px;
	}
	.prontoweb_generic-menu-item_div-1_div-1_table-1 {
		font-size: 14px;
	}
	.prontoweb_form-error_ul-1_li-1 {
		font-size: 13px;
	}
	.prontoweb_form-mandatory-field {
		font-size: 11px;
	}
	.prontoweb_store-locator_div-1 {
		padding: 7px;
	}
	.prontoweb_store-locator_div-1_div-1_p-1 {
		font-size: 14px;
	}
	.prontoweb_store-locator_div-1_div-1_div-1_div-1 {
		height: 250px;
	}
	
	
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
	h1 {
		font-size:14px;
	}
	.ui-widget {
		font-size: 12px;
	}
	ul.tabs {
		height: 34px;
	}
	input.prontoweb_form {
		height: 30px;
		font-size: 16px;
	}
	label.prontoweb_form {
		height: 30px;
		font-size: 16px;
		font-weight:900;
	}
	select.prontoweb_form {
		height: 30px;
		font-size: 16px;
	}
	textarea.prontoweb_form {
		font-size: 16px;
	}
	input.prontoweb_form-submit {
		height: 30px;
		font-size: 16px;
	}
	label.prontoweb_form-submit {
		height: 30px;
		font-size: 16px;
	}
	img.prontoweb_form-submit {
		height: 30px;
	}
	img.prontoweb_form-info {
		width: 20px;
	}
	div.prontoweb_form-info {
		font-size: 12px;
	}
	td.prontoweb_form-error-message {
		font-size: 14px;
	}
	.prontoweb_generic-menu-item_div-1_div-1_p-1 {
		font-size: 16px;
	}
	.prontoweb_generic-menu-item_div-1_div-1_table-1 {
		font-size: 15px;
	}
	.prontoweb_form-error_ul-1_li-1 {
		font-size: 14px;
	}
	.prontoweb_form-mandatory-field {
		font-size: 12px;
	}
	.prontoweb_store-locator_div-1 {
		padding: 7px;
	}
	.prontoweb_store-locator_div-1_div-1_p-1 {
		font-size: 14px;
	}
	.prontoweb_store-locator_div-1_div-1_div-1_div-1 {
		height: 250px;
	}
	
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
	h1 {
		font-size:16px;
	}
	.ui-widget {
		font-size: 12px;
	}
	ul.tabs {
		height: 28px;
	}
	input.prontoweb_form {
		height: 20px;
		font-size: 10px;
	}
	label.prontoweb_form {
		height: 20px;
		font-size: 10px;
		font-weight:900;
	}
	select.prontoweb_form {
		height: 20px;
		font-size: 10px;
	}
	textarea.prontoweb_form {
		font-size: 10px;
	}
	input.prontoweb_form-submit {
		height: 20px;
		font-size: 10px;
	}
	label.prontoweb_form-submit {
		height: 20px;
		font-size: 10px;
	}
	img.prontoweb_form-submit {
		height: 22px;
	}
	img.prontoweb_form-info {
		width: 20px;
	}
	div.prontoweb_form-info {
		font-size: 8px;
	}
	td.prontoweb_form-error-message {
		font-size: 10px;
	}
	.prontoweb_generic-menu-item_div-1 {
		padding: 7px;
	}
	.prontoweb_generic-menu-item_div-1_div-1_p-1 {
		font-size: 14px;
	}
	.prontoweb_generic-menu-item_div-1_div-1_table-1 {
		font-size: 12px;
	}
	.prontoweb_form-error_ul-1_li-1 {
		font-size: 10px;
	}
	.prontoweb_form-mandatory-field {
		font-size: 10px;
	}
	.prontoweb_store-locator_div-1 {
		padding: 7px;
	}
	.prontoweb_store-locator_div-1_div-1_p-1 {
		font-size: 14px;
	}
	.prontoweb_store-locator_div-1_div-1_div-1_div-1 {
		height: 250px;
	}
	
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
	
	.prontoweb_file_upload_name {
    width: 80%;
	}
	
	.ui-widget {
		font-size: 14px;
	}
	ul.tabs {
		height: 33px;
	}
	input.prontoweb_form {
		height: 22px;
		font-size: 14px;
	}
	label.prontoweb_form {
		height: 22px;
		font-size: 14px;
		font-weight:900;
	}
	select.prontoweb_form {
		height: 22px;
		font-size: 14px;
	}
	textarea.prontoweb_form {
		font-size: 14px;
	}
	input.prontoweb_form-submit {
		height: 24px;
		font-size: 14px;
	}
	label.prontoweb_form-submit {
		height: 24px;
		font-size: 14px;
	}
	img.prontoweb_form-submit {
		height: 26px;
	}
	img.prontoweb_form-info {
		width: 22px;
	}
	div.prontoweb_form-info {
		font-size: 10px;
	}
	td.prontoweb_form-error-message {
		font-size: 14px;
	}
	.prontoweb_generic-menu-item_div-1 {
		padding: 8px;
	}
	.prontoweb_generic-menu-item_div-1_div-1_p-1 {
		font-size: 15px;
	}
	.prontoweb_generic-menu-item_div-1_div-1_table-1 {
		font-size: 14px;
	}
	.prontoweb_form-error_ul-1_li-1 {
		font-size: 14px;
	}
	.prontoweb_form-mandatory-field {
		font-size: 10px;
	}
	.prontoweb_store-locator_div-1 {
		padding: 8px;
	}
	.prontoweb_store-locator_div-1_div-1_p-1 {
		font-size: 15px;
	}
	.prontoweb_store-locator_div-1_div-1_div-1_div-1 {
		height: 300px;
	}
	
}

@media only screen and (min-width: 1201px) {
	.ui-widget {
		font-size: 16px;
	}
	ul.tabs {
		/*height: 34px;*/
	}
	input.prontoweb_form {
		height: 24px;
		font-size: 16px;
	}
	label.prontoweb_form {
		height: 24px;
		font-size: 16px;
		font-weight:900;
	}
	select.prontoweb_form {
		height: 36px;
		font-size: 16px;
	}
	textarea.prontoweb_form {
		font-size: 16px;
	}
	input.prontoweb_form-submit {
		height: 26px;
		font-size: 16px;
	}
	label.prontoweb_form-submit {
		height: 26px;
		font-size: 16px;
	}
	img.prontoweb_form-submit {
		height: 32px;
	}
	img.prontoweb_form-info {
		cursor:pointer;
		width: 36px;
	}
	div.prontoweb_form-info {
		font-size: 12px;
	}
	td.prontoweb_form-error-message {
		font-size: 16px;
	}
	.prontoweb_generic-menu-item_div-1 {
		padding: 9px;
	}
	.prontoweb_generic-menu-item_div-1_div-1_p-1 {
		font-size: 16px;
	}
	.prontoweb_generic-menu-item_div-1_div-1_table-1 {
		font-size: 15px;
	}
	.prontoweb_form-error_ul-1_li-1 {
		font-size: 16px;
	}
	.prontoweb_form-mandatory-field {
		font-size: 11px;
	}
	.prontoweb_store-locator_div-1 {
		padding: 9px;
	}
	.prontoweb_store-locator_div-1_div-1_p-1 {
		font-size: 16px;
	}
	.prontoweb_store-locator_div-1_div-1_div-1_div-1 {
		height: 350px;
	}
}

* {
	font-family: 'Roboto', 'Roboto Condensed Regular','helveticaneue-condensed', sans-serif;
	/*-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
}

body {
	max-width: 1449px;
	margin: auto;
	background-color: #EEEEEE;
	text-align:left;
}

img {
	border: 0;
}

a{
	color: #5C5857;
}

  a:ACTIVE, /*a:HOVER,*/ a:VISITED {
	color: #5C5857;
	font-family: 'Roboto Condensed Bold','helveticaneue-condensed', sans-serif;
}

h1 {
    color: #797979;
    font-family: "Roboto-Medium","Roboto Medium","Roboto";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}
@media only screen and (max-width: 320px) {
	h1 {
		font-size:12px;
	}
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
	h1 {
		font-size:12px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
	h1 {
		font-size:14px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	h1 {
		font-size:16px;
	}
}

h2{
	color: #c5234f;
    font-family: "Roboto-Medium","Roboto Medium","Roboto";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}


/* form */
.prontoweb_form {
	
}

.prontoweb_form > label {
    font-weight: 900;
}


@media only screen and (max-width: 320px) {
	h2 {
		font-size:12px;
	}
	.prontoweb_form > label{
		font-size: 12px;
	}
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
	
	.prontoweb_file_upload_name {
    border: 1px solid #aaaaaa;
    font-family: sans-serif;
    width: 64%;
	}
	
	h2 {
		font-size:12px;
	}
	.prontoweb_form > label{
		font-size: 12px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
	
	.prontoweb_file_upload_name {
    width: 70%;
	}
	
	h2 {
		font-size:14px;
	}
	.prontoweb_form > label{
		font-size: 14px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	
	.prontoweb_file_upload_name {
    width: 75%;
	}
	
	h2 {
		font-size:16px;
	}

}
.prontoweb_form input, select, textarea {
	color: black;
}

.ui-autocomplete {
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}

td.prontoweb_form-label {
	width: 30%;
	padding: 2% 0 0 0;
	text-align: right;
}

td.prontoweb_form-value {
	width: 40%;
	padding: 1% 0 0 4%;
	text-align: left;
	font-weight: bold;
}

label.prontoweb_form {
	color: #333333;
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    text-align: right;
    vertical-align: middle;
}

td.prontoweb_form-input {
	width: 40%;
	padding: 1% 0% 0 0%;
	text-align: center;
}

td.prontoweb_form-checkbox {
	width: 40%;
	padding: 1% 5% 0 5%;
	text-align: left;
}

input.prontoweb_form {
	border: 1px solid #AAAAAA;
	color: #6e6e6e;
	height:36px;
	padding-left: 5px;
	width: 80%;
}

select.prontoweb_form {
	font-family: sans-serif !important;
	border: 1px solid #AAAAAA;
	width: 80%;
}

textarea.prontoweb_form {
	font-family: sans-serif !important;
	border: 1px solid #AAAAAA;
	resize: none;
	/*	display: block;*/
	width: 80%;
}

td.prontoweb_form-info {
	width: 30%;
	/*	padding: 2% 0 0 0;	*/
	vertical-align: middle !important;
}

img.prontoweb_form-info {
	
}

div.prontoweb_form-info {
	position: absolute;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	margin: 0 0 0 3%;
	padding: 0.5%;
	background-color: #e4e4e4;
}

td.prontoweb_form-submit {
	width: 100%;
	padding: 2% 0;
	text-align: center;
}

img.prontoweb_form-submit {
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

input.prontoweb_form-submit {
	background-image: url('../img/submit_background.png') !important;
	background-repeat: repeat-x;
	background-position: 100%;
	/*background-color: #002E56;*/
	/*border: none;*/
	border: 2px solid #7EA0BA;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	padding: 0 5%;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #FFFFFF;
	font-family: 'helveticaneuelt-boldcond' !important;
}

.prontoweb_form-mandatory-field {
	text-align: center;
	padding-bottom: 1%;
}

/* form-error */
td.prontoweb_form-error {
	text-align: left;
}

input.prontoweb_form-error {
	color: #8B8B8B;
	background-color: #FFEFEF;
	border: 1px solid #C71D51;
}

select.prontoweb_form-error {
	color: #8B8B8B;
	background-color: #FFEFEF;
	border: 1px solid #C71D51;
}

label.prontoweb_form-error {
	color: #C71D51;
}

textarea.prontoweb_form-error {
	color: #8B8B8B;
	background-color: #FFEFEF;
	border: 1px solid #C71D51;
}

.prontoweb_form-error_ul-1 {
	padding: 1%;
	margin-left: 12%;
	float:left;
}

.prontoweb_form-error_ul-1_li-1 {
	color: #c71d51;
	margin-left: 0;
	padding: 0 2%;
	font-family: 'Roboto' !important;
}

.prontoweb_form-error-message {
	color: #c71d51;
	font-family: 'Roboto' !important;
	text-align: left;
	padding-top: 1%;
}

/* dropdown-menu */
ul.dropdown, ul.dropdown_login-detail {
	list-style: none;
	position: relative;
}

ul.dropdown a, ul.dropdown_login-detail a {
	
}

ul.dropdown li, ul.dropdown_login-detail li {
	float: left;
	cursor: pointer;
	position: relative;
	margin: 0;
}

ul.dropdown li a, ul.dropdown_login-detail li a {
	
}

ul.dropdown li:last-child a, ul.dropdown_login-detail li:last-child a {
	border-right: none;
} /* Doesn't work in IE */
ul.dropdown li:hover, ul.dropdown_login-detail li:hover {
	
}

ul.dropdown li:hover a, ul.dropdown_login-detail li:hover a {
	
}
/* second level */
ul.dropdown ul, ul.dropdown_login-detail ul {
	list-style: none;
	visibility: hidden;
	position: relative;
}

ul.dropdown ul li, ul.dropdown_login-detail ul li {
	float: none;
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a, ul.dropdown_login-detail ul li a {
	display: inline-block;
}

/* jquery */
.tabs {
	border: none !important;
	background: none !important;
}

ul.tabs {
	padding: 0 !important;
}

.ui-tabs li {
	margin: 0 0.2em 0 0 !important;
}

li.ui-tabs-active {
	margin: 0 0.2em 0 0 !important;
	padding: 0 !important;
}

.ui-tabs-panel {
	/*background-color: #F6F5F0 !important;*/
	padding: .5em !important;
}

.tab {
	/*border: 1px solid #BCBDB8 !important;*/
}

li.ui-state-default {
	background-image: url("../img/tab_off.png") !important;
}

li.ui-state-active {
	background-image: url("../img/tab_on.png") !important;
}

.ui-tabs .ui-tabs-nav li a {
	/*padding: 1em;*/
	color: #4152a0;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 0;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 0;
}

/* generic-menu-item */
.prontoweb_generic-menu-item_div-1 {
	float: left;
	width: 100%;
}

.prontoweb_generic-menu-item_div-1_div-1 {
	float: left;
	/*height: 100%;*/
	width: 100%;
	border: 1px solid #BCBDB8;
	background-color: #FFFFFF;
}

.prontoweb_generic-menu-item_div-1_div-1_p-1 {
	padding: 3%;
	color: #C71D51;
	font-family: 'helveticaneuelt-boldcond' !important;
	background-color: #FFFFFF;
}

.prontoweb_generic-menu-item_div-1_div-1_div-1 {
	padding-top: 2%;
}

.prontoweb_generic-menu-item-item_div-1 {
	width: 98%;
	margin: 1%;
	padding: 2%;
	color: #000000;
	border: 1px solid #3A4880;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.prontoweb_generic-menu-item-item_div-1_div-1 {
	width: 100%;
}

.prontoweb_generic-menu-item-item_div-1_div-1 span {
	font-family: 'Roboto' !important;
}

.prontoweb_generic-menu-item-item_div-1_div-2 {
	padding-top: 2%;
}

.prontoweb_generic-menu-item-item_div-1_div-2_p-1 {
	width: 100%;
}

/* chat */
.prontoweb_chat_div-1 {
	float: left;
	width: 100%;
}

.prontoweb_chat_div-1_div-1 {
	float: left;
	/*height: 100%;*/
	width: 100%;
	padding-bottom: 2%;
	background-color: #FFFFFF;
}

.prontoweb_chat_div-1_div-1_p-1 {
	padding: 1%;
	border-bottom: 1px solid #BCBDB8;
	color: #002E56;
	font-family: 'helveticaneuelt-boldcond' !important;
}

.prontoweb_chat_div-1_div-1_p-2 {
	color: #000000;
	padding: 0.5%;
	border-bottom: 0px solid #BCBDB8;
}

.prontoweb_chat_div-1_div-1_div-1_table-1 {
	width: 98%;
	margin: 1%;
}

.prontoweb_chat_div-1_div-2 {
	float: left;
	/*height: 100%;*/
	width: 100%;
	padding-bottom: 2%;
	border: 1px solid #BCBDB8;
	background-color: #FFFFFF;
}

.prontoweb_chat_div-1_div-2_table-1 {
	width: 100%;
}

.prontoweb_chat_div-1_div-2_table-1_p-1 {
	padding-left: 5%;
	color: #002E56;
	font-family: 'helveticaneuelt-boldcond' !important;
}

.prontoweb_chat_div-1_div-2_table-1_td-1 {
	padding-left: 28%;
	padding-bottom: 3%;
}

.prontoweb_chat_div-1_div-2_table-1_iframe {
	height: 446px;
	border-top: 0px solid #BCBDB8;
	border-bottom: 0px solid #BCBDB8;
	border-left: 0px solid #BCBDB8;
	border-right: 0px solid #BCBDB8;
}

/* feedback rating*/
.prontoweb_feedback-rating_div-1 {
	float: left;
	width: 100%;
	padding: 9px;
}

.prontoweb_feedback-rating_div-1_div-1 {
	float: left;
	border: 1px solid #BCBDB8;
	background-color: #FFFFFF;
	margin: 1 0 15 60;
	width: 100%;
}

.prontoweb_feedback-rating_div-1_div-1_p-1 {
	padding-left: 5%;
	padding-bottom: 1.5%;
	padding-top: 1.5%;
	color: #c41919;
	font-family: 'helveticaneuelt-boldcond' !important;
	text-align: center;
}

.prontoweb_feedback-rating_div-1_div-1_table-1 {
	border-top: 1px solid #BCBDB8;
	width: 100%
}

.prontoweb_feedback-rating_div-1_div-1_table-1_td-1 {
	border-right: 1px solid #BCBDB8;
	border-bottom: 1px solid #BCBDB8;
	width: 33%;
	text-align: center;
	vertical-align: middle;
	padding-top: 1.5%;
}

.prontoweb_feedback-rating_div-1_div-1_table-1_td-2 {
	border-bottom: 1px solid #BCBDB8;
	width: 33%;
	text-align: center;
	vertical-align: middle;
	padding-top: 1.5%;
}

.prontoweb_feedback-rating_div-1_div-1_table-1_td-3 {
	text-align: center;
	border-right: 1px solid #BCBDB8;
}

.prontoweb_feedback-rating_div-1_div-1_table-1_td-4 {
	text-align: center;
}

.prontoweb_feedback-rating_div-1_div-1_imageWin {
	opacity: 0.9;
}

.prontoweb_feedback-rating_div-1_div-1_imageSec {
	opacity: 0.6;
}

.prontoweb_feedback-rating_div-1_div-1_imageThird {
	opacity: 0.3;
}

.prontoweb_feedback-rating_div-1_div-1_table-1_td-5 {
	border-right: 1px solid #BCBDB8;
	width: 33%;
	text-align: center;
	vertical-align: middle;
	padding-top: 1.5%;
}

.prontoweb_feedback-rating_div-1_div-1_table-1_td-6 {
	padding-top: 1.5%;
	width: 33%;
	width: 33%;
	text-align: center;
	vertical-align: middle;
}

.prontoweb_feedback-rating_div-1_div-1_table-1_p-1 {
	padding-bottom: 1.5%;
	padding-top: 1.5%;
	color: #c41109;
	opacity: 0.8;
	font-family: 'helveticaneuelt-boldcond' !important;
	text-align: center;
}

.prontoweb_service-disabled {
	padding: 10% 2%;
	text-align: center;
}

/* store-locator */
.prontoweb_store-locator_div-1 {
	float: left;
	width: 100%;
}

.prontoweb_store-locator_div-1_div-1 {
	float: left;
	/*height: 100%;*/
	width: 100%;
	border: 1px solid #BCBDB8;
	background-color: #FFFFFF;
}

.prontoweb_store-locator_div-1_div-1_p-1 {
	color: #797979;
    font-family: "Roboto-Medium","Roboto Medium","Roboto";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;    
	padding: 2%;
}

.prontoweb_store-locator_div-1_div-1_div-1 {
	width: 100%;
	padding: 2%;
}

.prontoweb_store-locator_div-1_div-1_div-1_div-1 {
	width: 100%;
	border: 1px solid #BCBDB8;
}

.prontoweb_store-locator_div-1_div-1_div-1_div-2 {
	width: 100%;
}

.prontoweb_store-locator_div-1_div-1_div-1_div-2_table-1 {
	width: 100%;
}

.disableElement {
	background-color: #cccccc;
}

/* acceptation */
.acceptation_document-item {
	background-color: #E2E1DD;
}

.acceptation_document-item a {
	color: #CE3967;
}

.acceptation_document-item a:HOVER {
	color: #CE3967;
}

.acceptation_document-item a:VISITED {
	color: #CE3967;
}

.other_contract-item textarea {
	background-color: #E2E1DD;
}

.AEEG-item textarea {
	background-color: #E2E1DD;
}

.WithdrawalOutgoingSupplier-item textarea {
	background-color: #E2E1DD;
}

.communication_document-item a {
	color: #CE3967;
}

.communication_document-item a:HOVER {
	color: #CE3967;
}

.communication_document-item a:VISITED {
	color: #CE3967;
}

.consensiRichieste textarea {
	background-color: #E2E1DD;
}

.right {
	padding-top: 1% !important;
}

label.prontoweb_form-link {
	color: #CE3967;
}

td.prontoweb_form-label-link {
	width: 30%;
	padding: 1% 0 0 0;
	text-align: right;
}

#step4-other_contract_list {
	background-color: #e2e1dd;
}

/* file */
.prontoweb_file_upload {
	height: 0;
	width: 0;
}

.prontoweb_file_upload-label {
	background-image: url('../img/submit_background.png') !important;
	background-repeat: repeat-x;
	background-position: 100%;
	/*background-color: #002E56;*
	/*border: none;*/
	border: 2px solid #7EA0BA;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	padding: 0 5%;
	text-align: center;
	cursor: pointer;
	color: #FFFFFF;
	font-family: 'Roboto' !important;
}



.prontoweb_border_div-1 {
  border: 1px solid #bcbdb8;
}

.prontoweb_border_div-1_top{
  border-top: 1px solid #bcbdb8;
}

.prontoweb_border_div-1_bottom{
  border-bottom: 1px solid #bcbdb8;
}

.prontoweb_border_div-1_right{
  border-right: 1px solid #bcbdb8;
}

.prontoweb_border_div-1_left{
  border-left: 1px solid #bcbdb8;
}