/****** FILE: public/resources/themes/simple/css/login.css *****/
#login-box {
    float: left;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding:20px 0 10px 0;
    box-sizing: border-box;
}

.login-box-txt{
  width: 100%;
  float: left;
  text-align: center;
  font-size: 36px;
  padding-bottom: 32px;
  box-sizing: border-box;
  color:#223164;
}

.login-riga{
  width: 100%;
  max-width: 762px;
  margin:0 auto;
  padding: 0 30px 0 0;
}

.login-riga form{
  max-width: none;
  width: 100%;
}

.login-riga a, .login-riga a:hover, .login-riga a:visited{
  color:#223164 /*e64c18*/;
  text-decoration: underline;
  font-size: 14px;
}

.login-riga-input{
  width: 87%;
  max-width: 663px;
  float:left;
  padding-bottom: 10px;
}

.login-riga-button{
  width: 13%;
  max-width: 99px;
  float:left;
}

.accedi_button {
  color: #fff;
  background-color: #223164 /*e64c18*/;
  padding: 0 25px;
  margin: 0;
  border-radius: 0;
  font-size: 18px;
  line-height: 22px;
  text-transform: none;
  font-weight: bold;
  font-family: 'Lato', sans-serif, sans-serif, Verdana, Arial;
  letter-spacing: normal;
  height: 40px;
}

#login-contact-account{
  float: left;
  width: 100%;
  margin: 0 auto;
  padding:0 0 50px 0;
  box-sizing: border-box;
  text-align: center;
}

.login-contact-account-txt{
  float: left;
  width: 100%;
  font-size: 16px;
  padding:0 0 38px 0;
}

.login-contact-account-img{
  float: left;
  width: 100%;
  font-size: 35px;
  font-weight: bold;
  color: #223164 /*e64c18*/;
  padding:0 0 38px 0;
}

#login-contact-box {
  float: left;
  width: 100%;
  margin: 0 auto;
  padding:65px 50px 60px 50px;
  box-sizing: border-box;
  text-align: center;
}

.login-contact-box-txt01{
  font-size: 36px;
  line-height: 40px;
  color:#223164;
  padding-bottom: 32px;
  float: left;
  width: 100%;
}

.login-contact-box-txt02{
  font-size: 18px;
  line-height: 22px;
  color:#4d4d4d;
  padding-bottom: 30px;
  float: left;
  width: 100%;
}

.login-contact-box-txt03{
  
  float: left;
  width: 100%;
  
}

.login-contact-box-txt04{
  float: left;
  width: 100%;
  font-size: 36px;
  line-height: 32px;
  color:#223164;
}

#login-contact-box-50 {
  float: left;
  width: 100%;
  margin: 0 auto;
  padding:33px 50px 71px 50px;
  box-sizing: border-box;
  text-align: center;
}

.ctc_button{
  color: #fff;
  background-color: #223164 /*e64c18*/;
  padding: 9px 20px;
  margin: 0;
  border-radius: 0;
  font-size: 18px;
  line-height: 22px;
  text-transform: none;
  font-family: 'Lato', sans-serif, sans-serif, Verdana, Arial;
  letter-spacing: normal;
  font-weight: bold;
}

.ctc_button_rg{
  color: #fff;
  background-color: #223164 /*e64c18*/;
  padding: 9px 20px;
  margin: 0 0 0 10px;
  border-radius: 0;
  font-size: 18px;
  line-height: 22px;
  text-transform: none;
  font-family: 'Lato', sans-serif, sans-serif, Verdana, Arial;
  letter-spacing: normal;
  font-weight: bold;
}
/****** FILE: public/resources/themes/simple/css/custom_select.css *****/
/* https://codepen.io/Aoyue/pen/rLExYX */

/*
@import "https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap";
@import "https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.3.2/css/simple-line-icons.min.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css";
*/
.select {
    position: relative;
    overflow: hidden;
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
    border-bottom: 0px;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    /*box-shadow: 0px 1em 2em -1.5em rgba(0, 0, 0, 0.5);*/
}
.select > i.toggle {
    position: absolute;
    z-index: 4;
    right: 14px;
    top: 4px;
    font-size: 22px;
    line-height: 32px;
    color: #a1bac1;
}
.select .title,
.select .placeholder {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    background: white;
    border-top: 1px solid #d7d7d7;
    cursor: pointer;
}
.select > input {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    cursor: pointer;
}
.select > input:checked ~ i.toggle.icon-arrow-down {
    display: none;
}
.select > input:checked ~ i.toggle.icon-arrow-up {
    display: block;
}
.select > input:checked div.options label.option .title {
    display: none !important;
}
.select > input:not(:checked) {
    z-index: 5;
}
.select > input:not(:checked) ~ label.option > span.title {
    display: none;
}
.select > input:not(:checked) ~ i.toggle.icon-arrow-up {
    display: none;
}
.select > input:not(:checked) ~ i.toggle.icon-arrow-down {
    display: block;
}
.select > input:disabled {
    cursor: no-drop;
}
.select > span.placeholder {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 100%;    
    font-size: 16px;
    line-height: 32px;    
    border-top: 0px;
    padding: 4px 10px 4px 10px;
    color: #2f5b69;
}
.drag_container.verde .select > span.placeholder,
.drag_container.verde .select label.option span.title:hover,
.drag_container.verde .select label.option input:checked ~ span.title {
    color: #2f5b69;
}
.drag_container.arancio .select > span.placeholder,
.drag_container.arancio .select label.option span.title:hover,
.drag_container.arancio .select label.option input:checked ~ span.title {
    color: #223164 /*e64c18*/;
}
.select label.option {
    display: block;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    transition: all 1s ease-out;
    margin-bottom: 0;
}
.select label.option span.title {
    position: relative;
    z-index: 2;
    transition: background 0.3s ease-out;
    color: #2f5b69;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    padding: 3px 10px 3px 10px;
}
.select label.option span.title i.icon {
    padding-right: 8px;
    color: #92a8d1;
}
.select label.option input {
    display: none;
}
.select label.option input:checked ~ span.title {
    position: absolute;
    display: block;
    z-index: 3;
    top: 0px;
    background: #fff;
    border-top: 0px;
    box-shadow: none;
    width: 100%;
    font-weight: normal;
}
.select label.option input:disabled ~ span.title {
    background: #f9f9f9 !important;
    color: #808080;
}
.select label.option input:disabled ~ span.title:hover {
    color: #4d4d4d !important;
    background: none;
    cursor: no-drop;
}
.select label.option input:disabled ~ span em { /* Per il messaggio "Abbonati ora per vedere le riviste" */
    font-size: 12px;
    font-weight: normal;
}
.select label.option input:disabled ~ span em i {
    color: red;
}


.select2 {
    position: relative;
    overflow: hidden;
    display: block;
    margin: auto;
    width: 330px;
    height: 100%;
    border-bottom: 0px;
    border-radius: 3px;
    font-size: 12px;
    box-shadow: 0px 1em 2em -1.5em rgba(0, 0, 0, 0.5);
}
.select2 i.toggle {
    position: absolute;
    z-index: 4;
    right: 1.5em;
    top: 1.6em;
    color: #ccc;
}
.select2 .title,
.select2 .placeholder {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    /*padding: 1.5em 2em;*/
    background: white;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    cursor: pointer;
}
.select2 > label > input {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    cursor: pointer;
}
.select2 > label > input:checked {
    z-index: 2;
}
.select2 > label > input:checked ~ i.toggle.icon-plus {
    display: none;
}
.select2 > label > input:checked ~ i.toggle.icon-minus {
    display: block;
}
.select2 > label > input:not(:checked) ~ i.toggle.icon-minus {
    display: none;
}
.select2 > label > input:not(:checked) ~ i.toggle.icon-plus {
    display: block;
}
.select2
    > label
    > input:not(:checked)
    ~ label.option
    input:not(:checked)
    ~ .title {
    display: none !important;
}
.select2 > label > input:disabled {
    cursor: no-drop;
}
.select2 label > span.placeholder {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 100%;
    color: #999;
    border-top: 0px;
}
.select2 label.option {
    display: block;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    transition: all 1s ease-out;
}
.select2 label.option span.title {
    position: relative;
    z-index: 2;
    transition: background 0.3s ease-out;
}
.select2 label.option span.title i.icon {
    padding-right: 8px;
    color: #92a8d1;
}
.select2 label.option span.title:hover {
    color: #fff;
    background: rgba(146, 168, 209, 0.5);
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.select2 label.option input {
    display: none;
}
.select2 label.option input:checked ~ span.title {
    position: absolute;
    display: block;
    z-index: 1;
    top: 0px;
    font-size: 12px;
    background: #fff;
    border-top: 0px;
    box-shadow: none;
    color: inherit;
    width: 100%;
}
.select2 label.option input:disabled ~ span.title {
    background: #f9f9f9 !important;
    color: #aaa;
}
.select2 label.option input:disabled ~ span.title:hover {
    color: #aaa;
    background: none;
    cursor: no-drop;
}

.area_select {
    position: relative;
    overflow: hidden;
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
    border-bottom: 0px;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    /*box-shadow: 0px 1em 2em -1.5em rgba(0, 0, 0, 0.5);*/
}
.area_select > i.toggle {
    position: absolute;
    z-index: 4;
    right: 14px;
    top: 4px;
    font-size: 22px;
    line-height: 32px;
    color: #a1bac1;
}
.area_select .title,
.area_select .placeholder {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    background: white;
    border-top: 1px solid #d7d7d7;
    cursor: pointer;
}
.area_select > input {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    cursor: pointer;
}
.area_select > input:checked ~ i.toggle.icon-arrow-down {
    display: none;
}
.area_select > input:checked ~ i.toggle.icon-arrow-up {
    display: block;
}
.area_select > input:checked div.options label.option .title {
    display: none !important;
}
.area_select > input:not(:checked) {
    z-index: 4;
}
.area_select > input:not(:checked) ~ label.option > span.title {
    display: none;
}
.area_select > input:not(:checked) ~ i.toggle.icon-arrow-up {
    display: none;
}
.area_select > input:not(:checked) ~ i.toggle.icon-arrow-down {
    display: block;
}
.area_select > input:disabled {
    cursor: no-drop;
}
.area_select > span.placeholder {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 100%;    
    font-size: 18px;
    line-height: 32px;    
    border-top: 0px;
    padding: 3px 10px 3px 10px;
    color: #2f5b69;
}
.area_select label.option {
    display: block;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    transition: all 1s ease-out;
    margin-bottom: 0;
}
.area_select label.option span.title {
    position: relative;
    z-index: 2;
    transition: background 0.3s ease-out;
    color: #2f5b69;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    padding: 3px 10px 3px 10px;
}
.area_select label.option span.title i.icon {
    padding-right: 8px;
    color: #92a8d1;
}
.area_select label.option input {
    display: none;
}
.area_select label.option input:checked ~ span.title {
    position: absolute;
    display: block;
    z-index: 3;
    top: 0px;
    background: #fff;
    border-top: 0px;
    box-shadow: none;
    width: 100%;
    font-weight: normal;
}
.area_select label.option input:disabled ~ span.title {
    background: #f9f9f9 !important;
    color: #808080;
}
.area_select label.option input:disabled ~ span.title:hover {
    color: #4d4d4d !important;
    background: none;
    cursor: no-drop;
}
.area_select label.option input:disabled ~ span em { /* Per il messaggio "Abbonati ora per vedere le riviste" */
    font-size: 12px;
    font-weight: normal;
}
.area_select label.option input:disabled ~ span em i {
    color: red;
}



.area_select_small {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    width: 30%;
    height: 100%;
    border-bottom: 0px;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    float:left;
    /*box-shadow: 0px 1em 2em -1.5em rgba(0, 0, 0, 0.5);*/
}
.area_select_small > i.toggle {
    position: absolute;
    z-index: 4;
    right: 14px;
    top: 4px;
    font-size: 22px;
    line-height: 32px;
    color: #a1bac1;
}
.area_select_small .title,
.area_select_small .placeholder {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    background: white;
    border-top: 1px solid #d7d7d7;
    cursor: pointer;
}
.area_select_small > input {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    cursor: pointer;
}
.area_select_small > input:checked ~ i.toggle.icon-arrow-down {
    display: none;
}
.area_select_small > input:checked ~ i.toggle.icon-arrow-up {
    display: block;
}
.area_select_small > input:checked div.options label.option .title {
    display: none !important;
}
.area_select_small > input:not(:checked) {
    z-index: 4;
}
.area_select_small > input:not(:checked) ~ label.option > span.title {
    display: none;
}
.area_select_small > input:not(:checked) ~ i.toggle.icon-arrow-up {
    display: none;
}
.area_select_small > input:not(:checked) ~ i.toggle.icon-arrow-down {
    display: block;
}
.area_select_small > input:disabled {
    cursor: no-drop;
}
.area_select_small > span.placeholder {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 100%;    
    font-size: 18px;
    line-height: 32px;    
    border-top: 0px;
    padding: 3px 10px 3px 10px;
    color: #2f5b69;
}
.area_select_small label.option {
    display: block;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    transition: all 1s ease-out;
    margin-bottom: 0;
}
.area_select_small label.option span.title {
    position: relative;
    z-index: 2;
    transition: background 0.3s ease-out;
    color: #2f5b69;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    padding: 3px 10px 3px 10px;
}
.area_select_small label.option span.title i.icon {
    padding-right: 8px;
    color: #92a8d1;
}
.area_select_small label.option input {
    display: none;
}
.area_select_small label.option input:checked ~ span.title {
    position: absolute;
    display: block;
    z-index: 3;
    top: 0px;
    background: #fff;
    border-top: 0px;
    box-shadow: none;
    width: 100%;
    font-weight: normal;
}
.area_select_small label.option input:disabled ~ span.title {
    background: #f9f9f9 !important;
    color: #808080;
}
.area_select_small label.option input:disabled ~ span.title:hover {
    color: #4d4d4d !important;
    background: none;
    cursor: no-drop;
}
.area_select_small label.option input:disabled ~ span em { /* Per il messaggio "Abbonati ora per vedere le riviste" */
    font-size: 12px;
    font-weight: normal;
}
.area_select_small label.option input:disabled ~ span em i {
    color: red;
}


.area_select_half {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    width: 46%;
    height: 100%;
    border-bottom: 0px;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    float:left;
    margin:0 0 20px 0;
    /*box-shadow: 0px 1em 2em -1.5em rgba(0, 0, 0, 0.5);*/
}
.area_select_half > i.toggle {
    position: absolute;
    z-index: 4;
    right: 14px;
    top: 4px;
    font-size: 22px;
    line-height: 32px;
    color: #a1bac1;
}
.area_select_half .title,
.area_select_half .placeholder {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    background: white;
    border-top: 1px solid #d7d7d7;
    cursor: pointer;
}
.area_select_half > input {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    cursor: pointer;
}
.area_select_half > input:checked ~ i.toggle.icon-arrow-down {
    display: none;
}
.area_select_half > input:checked ~ i.toggle.icon-arrow-up {
    display: block;
}
.area_select_half > input:checked div.options label.option .title {
    display: none !important;
}
.area_select_half > input:not(:checked) {
    z-index: 4;
}
.area_select_half > input:not(:checked) ~ label.option > span.title {
    display: none;
}
.area_select_half > input:not(:checked) ~ i.toggle.icon-arrow-up {
    display: none;
}
.area_select_half > input:not(:checked) ~ i.toggle.icon-arrow-down {
    display: block;
}
.area_select_half > input:disabled {
    cursor: no-drop;
}
.area_select_half > span.placeholder {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 100%;    
    font-size: 18px;
    line-height: 32px;    
    border-top: 0px;
    padding: 3px 10px 3px 10px;
    color: #2f5b69;
}
.area_select_half label.option {
    display: block;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    transition: all 1s ease-out;
    margin-bottom: 0;
}
.area_select_half label.option span.title {
    position: relative;
    z-index: 2;
    transition: background 0.3s ease-out;
    color: #2f5b69;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    padding: 3px 10px 3px 10px;
}
.area_select_half label.option span.title i.icon {
    padding-right: 8px;
    color: #92a8d1;
}
.area_select_half label.option input {
    display: none;
}
.area_select_half label.option input:checked ~ span.title {
    position: absolute;
    display: block;
    z-index: 3;
    top: 0px;
    background: #fff;
    border-top: 0px;
    box-shadow: none;
    width: 100%;
    font-weight: normal;
}
.area_select_half label.option input:disabled ~ span.title {
    background: #f9f9f9 !important;
    color: #808080;
}
.area_select_half label.option input:disabled ~ span.title:hover {
    color: #4d4d4d !important;
    background: none;
    cursor: no-drop;
}
.area_select_half label.option input:disabled ~ span em { /* Per il messaggio "Abbonati ora per vedere le riviste" */
    font-size: 12px;
    font-weight: normal;
}
.area_select_half label.option input:disabled ~ span em i {
    color: red;
}

/* select personalizzate nelle ricerche */
.area_select_contenitore{
    width:100%;
	margin-bottom:20px;
	display:block;
}

.area_select_contenitore label{
    font-size: 13px;
}
.select_contenitore {
	position:relative;
	width:100%;
	padding:0;
	display:block; 
    background-color: #fff;
    border-radius: 4px;
}

.select_contenitore select::-ms-expand {display: none;}

.select_contenitore select{
	box-shadow:none;
	border-radius:0;
	display:block;
    background-color:transparent;
	background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	position:relative;
	width:100%;
    max-width: none;
	height:40px;
	border:1px solid #d8d8d8;
	padding:0 10px;
	color:#2f5b69;
	font-size:18px;
    border-radius: 4px;
    font-family: 'Lato', sans-serif, sans-serif, Verdana, Arial;
    z-index: 10;

}

.select_contenitore select:focus {
	border:1px solid #d8d8d8;
	outline:none;
}

.select_contenitore:before {
	font-family: 'Font Awesome 5 Free';
    content: "\f0dc";
    font-size: 24px;
    color: #a1bac1;
    text-align: center;
    line-height: 16px;
	font-weight:bold;
	text-indent:1px;
	position:absolute;
	right:10px;
	top:50%;
	margin:-7px 0 0 0;
	z-index:2;}
/* fine select personalizzate nelle ricerche */


/* Per il dropdown nella ricerca in basso: */
.linguette_select_container {
    position: absolute;
}

/*checkbox personalizzato*/
.ck_profilo{
    margin:0 !important;
}

.ck_client_cat{
    margin:0 0 20px 0 !important;
}

.ck_client_acc{
    margin:0  !important;
    float:right;
    width: auto !important;
}

.ck_client_acc_lbl{
    font-size: 28px !important;
}

.ck_myebook{
    margin:5px 0 0 30px !important;
}

.checkbox_nl{
    vertical-align:middle !important;
}

.ck_client_acc_ck{
    vertical-align: top !important;
    margin: 5px 0 0 0 !important;
}

.area_checkbox {
	display:block;
	width:100%;
	position:relative;
	z-index:0;
	margin:3px 0 52px 0;}

.area_checkbox input[type=checkbox] {display:none;}

.area_checkbox label {
	font-size:16px;
    color: #2f5b69;
	margin:0 0 0 35px;
	line-height:30px;}

.area_checkbox label:before {
    content: "";
    display: inline-block;
  	width: 28px;
    height: 28px;
	box-sizing: border-box;
    position: absolute;
    left:0;
	top:1px;
	z-index:0;
    background-color: #FFF;
	border:1px solid #d7d7d7;
	border-radius:4px;}

.area_checkbox input[type=checkbox]:checked + label:before {
	font-family:'Font Awesome 5 Free';
    content: "\f00c";
    font-size: 16px;
    color:#2f5b69;
	border-color:#d7d7d7;
	background-color:#fff;
    text-align: center;
    line-height: 25px;
	font-weight:bold;
	text-indent:1px;}

.area_checkbox input[type=checkbox]:checked + label {
    color: #4d4d4d;
}

.area_checkbox .error-message {
	font-weight:600;
	font-size:11px;}

.area_checkbox_empty {
        display:block;
        width:100%;
        position:relative;
        z-index:0;
        margin:3px 0 62px 0;
}

/* fine checkbox personalizzato */


/* select label */
.area_label{
    font-size: 18px;
    font-weight: bold;
    margin:0 0 5px 0;
}
/* fine select label */

/* input text*/
.area_input {
	width:100%;
	margin: 0 0 20px 0;
	display:block;
    position:relative;
}

.area_input label {
    font-size: 12px;
    display: block;
    width: 100%;
    color: #4d4d4d;
    font-weight: 400;
    margin: 0 0 5px 0;
    line-height: 18px;
}

.area_input input {
	width:100%;
	height:40px;
	background-color:#FFF;
	border:1px solid #d8d8d8;
    border-radius: 2px;
	padding:0 10px;
	color:#4d4d4d;
	font-size:18px;
    font-family: "Lato";
    border-radius: 4px;
    box-sizing: border-box;
}

.area_input input:focus {
	border:1px solid #b9c6cf;
	outline:none;}

.area_input input::-webkit-input-placeholder {color: #2f5b69; opacity:1; font-size:18px; line-height:32px;}
.area_input input:-moz-placeholder {color: #2f5b69; opacity:1; font-size:18px;}
.area_input input::-moz-placeholder {color: #2f5b69; opacity:1; font-size:18px;}

.area_input_small {
	width:30%;
	margin: 0 0 20px 0;
	display:block;
    float:left;
}

.area_input_small label {
    font-size: 18px;
    display: block;
    width: 100%;
    color: #4d4d4d;
    font-weight: 400;
    margin: 0 0 5px 0;
    line-height: 18px;
}

.area_input_small input {
	width:100%;
	height:40px;
	background-color:#FFF;
	border:1px solid #d8d8d8;
    border-radius: 2px;
	padding:0 10px;
	color:#4d4d4d;
	font-size:16px;
    font-family: "Lato";
    border-radius: 4px;
    box-sizing: border-box;
}

.area_input_small input:focus {
	border:1px solid #b9c6cf;
	outline:none;}

.area_input_small input::-webkit-input-placeholder {color: #2f5b69; opacity:1; font-size:18px; line-height:32px;}
.area_input_small input:-moz-placeholder {color: #2f5b69; opacity:1; font-size:18px;}
.area_input_small input::-moz-placeholder {color: #2f5b69; opacity:1; font-size:18px;}


.area_input_half {
	width:calc(50% - 15px);
	padding: 0 0 20px 0;
	display:block;
    float:left;
    box-sizing: border-box;
}

.area_input_half label {
    font-size: 12px;
    display: block;
    width: 100%;
    color: #4d4d4d;
    font-weight: 400;
    margin: 0 0 5px 0;
    line-height: 18px;
}

.area_input_half input {
	width:100%;
	height:40px;
	background-color:#FFF;
	border:1px solid #d8d8d8;
    border-radius: 2px;
	padding:0 10px;
	color:#4d4d4d;
	font-size:16px;
    font-family: "Lato";
    border-radius: 4px;
    box-sizing: border-box;
}

.area_input_half input:focus {
	border:1px solid #b9c6cf;
	outline:none;}

.area_input_half input::-webkit-input-placeholder {color: #2f5b69; opacity:1; font-size:18px; line-height:32px;}
.area_input_half input:-moz-placeholder {color: #2f5b69; opacity:1; font-size:18px;}
.area_input_half input::-moz-placeholder {color: #2f5b69; opacity:1; font-size:18px;}

.area_input_third {
	width:calc(33% - 20px);
	padding: 0 0 20px 0;
	display:block;
    float:left;
    box-sizing: border-box;
}
/*
.area_input_third:last-child {
	width:50%;
	padding: 0 ;
	display:block;
    float:left;
    box-sizing: border-box;
}*/

.area_input_third label {
    font-size: 18px;
    display: block;
    width: 100%;
    color: #4d4d4d;
    font-weight: 400;
    margin: 0 0 5px 0;
    line-height: 18px;
}

.area_input_third input {
	width:100%;
	height:40px;
	background-color:#FFF;
	border:1px solid #d8d8d8;
    border-radius: 2px;
	padding:0 10px;
	color:#4d4d4d;
	font-size:16px;
    font-family: "Lato";
    border-radius: 4px;
    box-sizing: border-box;
}

.area_input_third input:focus {
	border:1px solid #b9c6cf;
	outline:none;}

.area_input_third input::-webkit-input-placeholder {color: #2f5b69; opacity:1; font-size:18px; line-height:32px;}
.area_input_third input:-moz-placeholder {color: #2f5b69; opacity:1; font-size:18px;}
.area_input_third input::-moz-placeholder {color: #2f5b69; opacity:1; font-size:18px;}


.area_input_login {
	width:calc(50% - 10px);
	padding: 0 0 0 0;
	display:block;
    float:left;
    box-sizing: border-box;
}

.area_input_login label {
    font-size: 18px;
    display: block;
    width: 100%;
    color: #4d4d4d;
    font-weight: 400;
    margin: 0 0 5px 0;
    line-height: 18px;
}

.area_input_login input {
	width:100%;
	height:40px;
	background-color:#FFF;
	border:1px solid #d8d8d8;
    border-radius: 2px;
	padding:0 10px;
	color:#4d4d4d;
	font-size:16px;
    font-family: "Lato";
    border-radius: 4px;
    box-sizing: border-box;
}

.area_input_login input:focus {
	border:1px solid #b9c6cf;
	outline:none;
    background-color: #fff;
}

.area_input_login input::-webkit-input-placeholder {color: #2f5b69; opacity:1; font-size:18px; line-height:32px;}
.area_input_login input:-moz-placeholder {color: #2f5b69; opacity:1; font-size:18px;}
.area_input_login input::-moz-placeholder {color: #2f5b69; opacity:1; font-size:18px;}


.area_input_addr {
	width:100%;
	margin: 0 0 20px 0;
	display:block;
    position:relative;
}

.area_input_addr label {
    font-size: 12px;
    display: block;
    width: 100%;
    color: #4d4d4d;
    font-weight: 400;
    margin: 0 0 5px 0;
    line-height: 18px;
}

.area_input_addr input {
	width:100%;
	height:40px;
	background-color:#FFF;
	border:1px solid #d8d8d8;
    border-radius: 2px;
	padding:0 10px;
	color:#4d4d4d;
	font-size:16px;
    font-family: "Lato";
    border-radius: 4px;
    box-sizing: border-box;
}

.area_input_addr input:focus {
	border:1px solid #b9c6cf;
	outline:none;}

.area_input_addr input::-webkit-input-placeholder {color: #2f5b69; opacity:1; font-size:18px; line-height:32px;}
.area_input_addr input:-moz-placeholder {color: #2f5b69; opacity:1; font-size:18px;}
.area_input_addr input::-moz-placeholder {color: #2f5b69; opacity:1; font-size:18px;}

.area_input_list {
	width:100%;
	margin: 0 0 20px 0;
	display:block;
    position:relative;
}

.area_input_list label {
    font-size: 12px;
    display: block;
    width: 100%;
    color: #4d4d4d;
    font-weight: 400;
    margin: 0 0 5px 0;
    line-height: 18px;
}

.area_input_list input {
	width:70%;
	height:40px;
	background-color:#FFF;
	border:1px solid #d8d8d8;
    border-radius: 2px;
	padding:0 10px;
	color:#4d4d4d;
	font-size:16px;
    font-family: "Lato";
    border-radius: 4px;
    box-sizing: border-box;
}

.area_input_list input:focus {
	border:1px solid #b9c6cf;
	outline:none;}

.area_input_list input::-webkit-input-placeholder {color: #2f5b69; opacity:1; font-size:18px; line-height:32px;}
.area_input_list input:-moz-placeholder {color: #2f5b69; opacity:1; font-size:18px;}
.area_input_list input::-moz-placeholder {color: #2f5b69; opacity:1; font-size:18px;}
/*fine input*/

.search_pdd{
    margin-right:4%;
}

.search_pdd2{
    margin-right:2.5%;
}

.search_half_left{
    margin-left:15px;
}

.search_half_right{
    margin-right:15px;
}

.search_half_right2{
    margin-right:30px;
}

.search_login_right{
    margin-right:10px;
}

.search_pdd3{
    margin-bottom:20px;
}

.inpsrc{
    position: absolute;
    z-index: 4;
    right: 14px;
    top: 4px;
    font-size: 22px !important;
    line-height: 32px !important;
    color: #a1bac1 !important;
    padding: 0 !important;
}

.inpsrc_addr{
    position: absolute;
    z-index: 4;
    right: 14px;
    top: 4px;
    font-size: 22px !important;
    line-height: 32px !important;
    color: #a1bac1 !important;
    padding: 0 !important;
    cursor: pointer;
}

.inpsrc_list{
    position: absolute;
    z-index: 4;
    right: 33%;
    top: 4px;
    font-size: 22px !important;
    line-height: 32px !important;
    color: #a1bac1 !important;
    padding: 0 !important;
    cursor: pointer;
}
/*autocomplete: stile personalizzato*/
.ui-menu {
    font-size: 18px;
    line-height: 32px;
    font-family: "Lato";
    background: white;
    border-top: 1px solid #d7d7d7;
}
/*fine autocomplete: stile personalizzato*/
