.nav-header{
  margin-bottom: 50px;
  position: relative;
  left: 0px!important;
  width: 19rem;
  top: 0px;
  height: auto;
  background: transparent;
}
.nav-header .brand-logo{
  height:auto;
  background: #D0352F;
  padding-left: 30px!important;
}
.nav-header .logo-abbr {
  height: 150px;
  background: white;
  padding: 10px;
  width: auto;
}
#main-wrapper{
  height: 100vh
}
.box_dashboard{
  box-shadow: 0px 5px 5px #00000029;
  border-radius: 5px;
  opacity: 1;
  padding:20px;
}

input{
  color:#000
}
.js-form-type-password{
  margin-top: 20px;
}
.js-form-submit{
  background: white;
  margin-top: 30px;
  color: #d22233;
  border-radius: 30px;


}
.js-form-submit:hover{
  background: #F04E29;
  margin-top: 30px;
  color: #fff;
  border-radius: 30px;
}
input:focus{
  box-shadow: inset 0 1px 3px rgb(255 255 255), 0 0 5px rgb(255 255 255 / 70%)!important;
  border: 1px solid #b9b9b9;
}

.quixnav{
  background-color: #D0352F;
  width:19rem;
  padding-bottom: 0px;
  height: 100vh;
  overflow: scroll;
  top: 0px;
  position: fixed;
}
/*HEADER*/
.header {
  background-color: #fffd;
  width: calc(100% - 19rem);
  border-bottom: 1px solid #ddd;
  position: absolute;
  right: 0px;
  z-index: 99999;
  height: auto;
  padding: 0px;
  box-shadow: 0px 3px 7px 0px rgb(227 227 227 / 62%)

}
.dropdown_user_menu .content_img_header{
  background: #d0362e
}
.content_img_header{
  background: #939393;
  border-radius: 100px;
}
.content_img_header .default_profile_image{
  width: 40px;
  height: 40px;
  /* margin-top: 22px; */
  padding: 10px;
}
.content_img_header .img_profile_real{
  width: 40px;
  height: 40px;
}
.header_container{

  padding: 15px 50px;
}
.header-left{
  float:left;
  margin-top: 8px;
  display: none;
}
.header-right{
  display: flex;
  justify-content: right;
}

.header_profile{
  background: #f04e2a;
  padding: 10px 20px;
  border-radius: 5px 5px 0px 0px;
}
.header_profile_data{
  border: 3px solid #f04e2a;
  border-radius: 5px 5px 0px 0px;
}
#menu_sidebar:hover{cursor: pointer;}
/*HEADER*/

/*TABLE_DASHbOARD*/
.elenco_iscrizioni table{
  box-shadow: none;
  margin-top: 0px;
  margin-bottom: 0px;
}
/*TABLE_DASHbOARD*/


.sidebar_rigistration_email{
  overflow: scroll;
  height: 100%;
}
.logo_sidebar{
  padding: 15px;
  background: white;
  width: 150px
}

.item_first_menu{
  position: relative;
  display: block;

}
.icon_arrow_menu{
  height: 13px;
  margin-left: 10px;
  margin-bottom: 3px;
}
.arrow_position{
  position: absolute;
  right: 0px;
}
.first_item_li img {
  width: 14px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.first_item_li{
  font-size: 14px;
}
.sub_menu_first{
  padding: 10px 30px 10px 60px!important;
  background: #f04e2a;
  border-top: 0.5px solid #d0362e;
}
.sub_menu_first:hover a{
  color: #d0362e;
  font-weight: 600;
}
.footer_sidebar{
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: #f04e2a;
}
.footer_sidebar .item_footer{
  padding:20px 30px 17px 30px
}
.footer_sidebar .text{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.footer_sidebar img{
  width: 16px;
  margin-right: 10px;
  margin-bottom: 2px;
}
/*SIDEBAR*/
.field--name-field-privacy{
  margin-top:20px;
}
input[type="checkbox"]:after {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  margin-top: 0px;
  margin-left: -1px;
  border: 1px solid transparent;
  border-radius: 3px;
  background: #d4d7da!important;
  line-height: 1.3;
}

label{
  font-weight: 600;
  font-size: 18px;
}
input[type="checkbox"]:checked:after{
  color:#000
}
select{
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 3px rgb(0 0 0 / 6%);
  box-shadow: inset 0 1px 3px rgb(0 0 0 / 6%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  -o-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
}
.titolo_login{
  float: right;
  position: relative;
  top: 50px;
}

.btn_front:hover{
  background-color: #d9d9d9
}
.user-pass p{
  color:white;
}
.box_profile{
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 12px 6px #ededed;
}
.box_profile h3{
  font-size: 19px;
  color: #fff;
  line-height: 20px;

}
.box_profile li {
  list-style: disc;
  font-size: 16px;
}
.box_profile ul{
  margin-left: 30px;
  font-size: 16px;
}
.page-user-login label, .page-user-login div,
.page-user-register label, .page-user-register.div{
  color:white;
}
.messages{
  z-index: 99999;
  position: relative;
  font-size: 20px;
font-weight: 600;
}
.modal-dialog {
  max-width: 50%;
  margin-top: 20vh;
}
.messages a{
  color:white!important;
  text-decoration: underline;
}
/*TABLE*/
table{
  box-shadow: 0px 2px 12px 6px #ededed;
}
th,td{
  padding: 10px;
}
th{
  background: #b1b1b1;
  color: #fff;
}
select:disabled {
  opacity: 1;
  background: #8080801c;
}
input[type="checkbox"]:checked:after {
  color: #000;
  background: #bfbfbf!important;
}
.menu_item{
  padding:10px 30px;
  border-bottom: 0.5px solid #f04e2a;
}
.menu_item:hover{
  background: #f04e2a;
}
.menu_item:hover .item_first_menu{
  color: #d0362e;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #d0362e;
  border-color: #d0362e;
}
.section-node ul li a{
  color:black;
}
/*.page-user-login .messages--error{ display: none;}*/
.content-body{
  /*height: 100vh;
  padding-top: 150px;*/
  overflow: scroll;
}
/*MENU UTENTE*/
.menu_user{
  position: absolute;
  right: 20px;
  top: 65px;
  background: #fbfbfb;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 2px #cdcdcdb8;
  /*width: 20vw;*/
}
.dropdown_user_menu .default_profile_image{
  width: 80px;
  padding: 23px 24px;
  height: auto;
}
.dropdown_user_menu .real_profile_image{
  width: 70px;
  padding: 23px 24px;
}

.dropdown_user_menu .content_img_header{
  width: 80px;
  height: 80px;
}
.menu_user p, .menu_user h6{
  line-height: 20px;
}
.menu_user a {
  color: #F04E29!important
}
.menu_user p{
  font-size: 14px;
}
/*MENU UTENTE*/

.state_description {
  color: #fff;
  font-size: 16px;
  /* text-transform: uppercase; */
  margin-right: 40px;
  background-color: #F04E29;
  padding: 6px;
  border-radius: 5px;

}
.container_alert{

  position: relative;
  font-size: 16px;
}
.container_alert p{
  color: #d0362e;
  font-size: 20px;
  font-weight: 600;
}
.title_area_soci{
  color:white;
  text-transform: uppercase;
  font-weight: 600;
  height: 180px;
  display: table-cell;
  vertical-align: middle;
  line-height: normal;
}
.center_block{
  display: flex;
  justify-content: center;
}
.btn_front{
  background: white;
  text-align: center;
  padding: 8px 5px;
  border-radius: 10px;
  box-shadow: 0px 5px 5px #00000029;
  display: block;
}
.link_btn_login{
  color: #d0362e;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
.h2_title{
  text-transform: uppercase;
  font-weight: 600;
}
.h3_style{
  font-size: 25px;
  text-transform: uppercase;
  color: #f04e2a;
  margin-bottom: 10px;
  font-weight: 700;
}
.border_red{
  border: 3px solid #d0362e;
}
.h4_quote{
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 25px;
}


/*BOX AREA PERSONle*/
.context_box{
  margin-top: 20px;
}
.context_box p{
  font-size: 16px;
}
.body_profile{
  padding: 20px;
}
.info_user p{
  border-top: 1px solid #ddd;
  padding: 5px 0px;
}
.profile_image{
  justify-content: center;
  display: flex;
}
.content_img{
  background: #d0362e;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
}
.content_img .default_profile_image{
  width: 50px;
  height: 50px;
  margin-top: 22px;
}
.content_img .img_profile_real{
  width: 100px;
  height: 100px;
  /* margin-top: 22px; */
  border-radius: 100px;
}
.alert_profile{
  margin-bottom: 20px;
  text-align: center;
  color: #d0362e;
  font-weight: 600;
}
.quixnav a{
  color: #fff!important;
}
#edit-accept--description a{color:white}

.section-user .tabs .primary{display: none;}


/*APGINA MODFICA DRUPAL*/

.user-form #edit-field-codice-socio-wrapper,
.user-form #edit-field-nome-wrapper,
.user-form #edit-field-cognome-wrapper,
.user-form #edit-field-token-wrapper{
  display: none;
}
.login_form_hp label, .login_form_hp div{
  color: white;
}
.page-form-contact .js-form-submit{
  background: #F04E29;
  margin-top: 30px;
  color: #fff;
  border-radius: 30px;
  border-radius: 2px solid #F04E29;
}
.page-form-contact .js-form-submit:hover{
  border:2px solid #F04E29;
  background: white;
  margin-top: 30px;
  color: #F04E29;
  border-radius: 30px;
}
.disabled_div{
  pointer-events: none;
  opacity: 0.4;
}
.alert_disabled{
  width: 100%;
  position: absolute;
  top: 50%;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}
.section-user .js-form-submit{
  background: #F04E29;
margin-top: 30px;
color: #fff;
border-radius: 30px;
}
.user-pass label{color:white}
.page-user-password label,.page-user-password p{
  color:#000!important;
}
.js-form-item-field-invio-mail-di-benvenuto-value{
  display: none;
}
