@CHARSET "UTF-8";

.error-message {
    display: none;
    color: red;
}

.error-field {
    border-color: rgb(196, 2, 2) !important;
}

.error-field-label a {
	color: rgb(196, 2, 2)!important;
	border-bottom: 1px solid rgb(196, 2, 2);
}

.hide_city {
	display: none;
}

/* .form {
    float:left;
    position:relative;
    margin-left:10px;
} */

#user_email, #user_pwd {
    width: 100px;
    margin: 2px 1px 0 0;
}

/*------------ LOGIN ----------*/

/* #form_account .text, .select {
	margin: 10px 5px !important;
} */

/* #form_account { */
	/* width: 940px; */
	/* padding: 10px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-top: 10px; */
/* } */

/* #form_account input {
    text-align: center;
    cursor: pointer;
} */

/* #account_data {
    height: 500px;
} */

#account_fatt {
    float: left;
    text-align: left;
    /* width: 470px; */
}

#account_sped, #account_prime {
    text-align: left;
    /* width: 470px; */
    margin-top: 30px;
}

.account_title_fatt, .account_title_sped {
    line-height: 3;
    font-size: 13px;
    font-weight: bold;
}

#account_fatt label, #account_sped label, #account_prime label {
    margin-top: 5px;
	width: 150px !important;
	/* height: 25px; */
	text-align: left;
	float: left;
	display: block;
}

/* #account_fatt input, select {
	border: 1px solid #ccc;
	height: 30px !important;
    width: 250px !important;
    margin-right: 20px;
    text-align: left;
} */

/* #account_sped input, #account_prime input, select {
    width: 250px;
    text-align: left;
    height: 25px;
} */

#account_sped textarea{
    resize: none;
    height: 120px;
    width: 250px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.required_fields {
	color: red;
	margin-bottom: 10px;
}

/* ------ REGISTRAZIONE -----*/

/* #form_signup {
    margin: 30px;
}

#form_signup .text {
	margin: 10px;
}

#form_signup .select {
	margin: 10px !important;
} */

#form_signup label {
    /* margin-top: 3px;
    width: 150px;
    height: 25px;
    text-align: left;
    float: left; */
}

#form_signup .checkbox {
	width: auto!important;
}
/* #privacy_check_, #US_NEWS_ {
	margin: 5px 0 0 -30px;
} */

#form_signup input[type="text"],  #form_signup input[type="email"], #form_signup input[type="password"], #form_signup select {
    /* width: 250px;
    height: 25px;
    margin-right: 50px;
    text-align: left; */
}

#best_price label {
    margin-top: 5px;
    text-align: left;
}

#best_price input[type="text"], input[type="email"], input[type="password"], select {
    /* width: 250px;
    height: 25px;
    margin-right: 50px; */
    text-align: left;
}

.text-pec input[type="email"]{
    margin-right: 0;
}

#anti_spam {
    width: 50px !important;
}

.input_signup {
    text-align: center !important;
    margin: 20px 0 0 193px;
    width: 100px !important;
    cursor: pointer;
}

/* .nuova_registrazione {
    margin: 10px 0 0 194px !important;
} */



/* ------ RESET PASSWORD -----*/

#form_reset label,#form_reset_password label {
    text-align: left;
}

#form_reset input[type="text"],#form_reset_password input[type="text"] {
    text-align: left;
}

.input_reset {
    text-align: center !important;
    cursor: pointer;
}

/* ------ AREA RISERVATA -----*/

.page_selected {
    border-top-right-radius: 10px;
    padding: 10px;
    border-right: 2px dotted #ccc;
    border-top: 2px dotted #ccc;
    border-left: 2px dotted #ccc;
    border-bottom: 2px solid white;
    text-decoration: none;
    cursor: default;
}

.page_unselected {
   background: #eee;
    background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(224,224,224,1)));
    background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);
    background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);
    background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);
    border-top-right-radius: 10px;
    padding: 10px;
    border-left: 2px dotted #ccc;
    border-right: 2px dotted #ccc;
    border-top: 2px dotted #ccc;
    text-decoration: none;
}

.page_unselected:hover {
    background: rgb(252,252,252);
    background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 );
    background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%);
}

.order_status {
   /* min-height: 250px;
	width: 960px; */
	margin-top: 10px;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.order_status th {
	background: #ededed;
	padding: 5px;
}

.order_status td {
	text-align: center;
}
