section.block.block-views.block-views-blockcomunicati-per-regione-user-page-block-1 {
  max-width: 1140px;
  margin: 75px auto 50px;
}
section#block-views-block-referenti-utente-loggato-block-1 {
  max-width: 1140px;
  margin: auto;
}
.path-user .col-sm-12 {
  float: unset;
}
.path-user section.col-sm-12 {
  background: transparent;
}

/*DATI DEL PROFILO UTENTE*/
section#block-views-block-dettaglio-area-riservata-block-1 {
  padding-top: 50px;
}
section#block-views-block-dettaglio-area-riservata-block-1 .form-group .view-content .item-list ul {
  list-style: none;
}
.profilo-utente {
  display: grid;
  grid-template-columns: 20% 25% 55%;
  align-items: center;
  height: 100%;
  min-height: 170px;
}
.rinnovo-e-referenti {
  display: flex;
  height: 100%;
  justify-content: space-between;
  width: 80%;
  align-items: flex-end;
}
.rinnovo-e-referenti .rinnovo a {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 3px solid;
  padding-bottom: 2px;
  position: relative;
}
.rinnovo-e-referenti .rinnovo a::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  position: absolute;
  background-color: #f29330;
  transition: .6s;
  z-index: -1;
}
.rinnovo-e-referenti .rinnovo a:hover::after {
  height: 100%;
}
.rinnovo-e-referenti .rinnovo a:hover {
  color: #FFF;
}
.profilo-utente .dati-profilo-utente {
  display: grid;
  grid-template-rows: 20% 20% 20% 40%;
  height: 100%;
  align-items: end;
}
.profilo-utente .mail-referente {
  display: flex;
  align-items: center;
}
.profilo-utente .nome-cognome p {
  color: #F39200;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}
.profilo-utente .iscrizione p {
  color: #888A8D;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
}
.profilo-utente .stato p {
  color: #C22C29;
}
.profilo-utente .stato.Associato p {
  color: #66FF00;
  position: relative;
  padding-left: 10px;
}
.profilo-utente .stato.Associato p::after {
  content: "";
  width: 5px;
  height: 5px;
  left: 0;
  bottom: 5px;
  background-color: #66FF00;
  position: absolute;
  border-radius: 100%;
}





.profilo-utente .stato {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 14px;
}
.dati-utente {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.dati-utente .dati-nome-cognome p:nth-child(2),
.dati-utente .dati-email a,
.dati-utente .indirizzo p:nth-child(2) {
  color: #F39200;
  font-family: Raleway;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}
.dati-utente .dati-nome-cognome p, .dati-utente .dati-email p, .dati-utente .indirizzo p {
  color: #3D3D3D;
  font-family: Raleway;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
}
.profilo-utente .mail-referente a {
  color: #3D3D3D;
  font-family: Raleway;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  position: relative;
  text-align: end;
}
.profilo-utente .mail-referente a::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 24px;
  position: absolute;
  left: -20%;
  color: #F39200;
}
section#block-views-block-referenti-utente-loggato-block-1 .item-list {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
section#block-views-block-referenti-utente-loggato-block-1 {
  background-color: #FFF;
  padding: 0 15px;
  -webkit-box-shadow: 0px 0px 8px 0px #000000;
  -moz-box-shadow: 0px 0px 8px 0px #000000;
  -o-box-shadow: 0px 0px 8px 0px #000000;
  box-shadow: 0px 0px 45px -25px #000000;
  margin-top: 46px;
}
section#block-views-block-referenti-utente-loggato-block-1 .item-list ul {
  display: flex;
  max-width: 65%;
  width: 100%;
  list-style: none;
  justify-content: space-around;
}
section#block-views-block-referenti-utente-loggato-block-1 .view-content p {
  color: #3D3D3D;
  font-family: Raleway;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 46px;
  margin: 0;
}
section#block-views-block-referenti-utente-loggato-block-1 .item-list h3 {
  color: #F39200;
  font-family: Raleway;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0;
}
section#block-views-block-referenti-utente-loggato-block-1 .item-list h3 a:hover {
  color: unset;
}
section#block-views-block-referenti-utente-loggato-block-1 .item-list ul li .views-field.views-field-title span.field-content {
  color: #3D3D3D;
  font-family: Raleway;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
}
.dati-profilo-utente .area-staff .btn-area-staff a {
  background-color: #F39200;
  border-radius: 5px;
  padding: 9px 13px;
  filter: drop-shadow(1px 1px 1px #C7C7C7);
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  transition: .6s;
  position: relative;
}
.dati-profilo-utente .area-staff .btn-area-staff a:hover::after {
  width: 80%;
}
.dati-profilo-utente .area-staff .btn-area-staff a::after {
  content: "";
  background-color: #FFF;
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 7px;
  left: 13px;
  display: inline-block;
  transition: .6s;
}
section#block-views-block-dettaglio-area-riservata-block-1 .views-field.views-field-nothing {
  position: relative;
}
.miniatura-profilo img.img-responsive {
  border-radius: 100px;
  width: 160px;
  height: 160px;
}


/* fai valere le tue ragioni page */
.block-blocktabs-blockfai-valere-tue-ragioni-tabs .views-row {
    position: relative;
}

.block-blocktabs-blockfai-valere-tue-ragioni-tabs .views-row .lock{
    position: absolute;
    bottom: 10px;
    left:10px;
    color: #C3C3B1;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 14px;
    width: 100%;
}

.block-blocktabs-blockfai-valere-tue-ragioni-tabs .views-row .lock > span{
    display: flex;
    align-items: baseline;
}

.block-blocktabs-blockfai-valere-tue-ragioni-tabs .views-row .lock > span img{
    max-width: 15px;
}

.block-blocktabs-blockfai-valere-tue-ragioni-tabs .views-row .lock > span .restrict-text{
    margin-left: 3px;
}

.conosci-diritti-tab-view .views-field.views-field-title span {
    color: #33556F;
    font-size: 15px;
    font-weight: 700;
    line-height: initial;
}

#block-loginregistercontenutiriservatiaisoci {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#block-loginregistercontenutiriservatiaisoci h2{
    color: #3D3D3D;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 34px;
    text-align: center;
}

#block-loginregistercontenutiriservatiaisoci .actions-button a{
    margin: 20px;
    font-size: 16px;
}

#block-loginregistercontenutiriservatiaisoci p{
    color: #3D3D3D;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;

}

.prodotto-iscrizione button#edit-submit {
    margin-top: -75px !important;
}

.adminimal-admin-toolbar .prodotto-iscrizione button#edit-submit {
    margin-top: -30px !important;
}

/* Area riservata */

.area-riservata ul.tabs--primary {
    display: inline-flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom:50px;
}

.area-riservata ul.tabs--primary li{
    margin: 25px;
}

.area-riservata ul.tabs--primary a{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.area-riservata ul.tabs--primary li.active a, .area-riservata ul.tabs--primary li a:hover{
    box-shadow: inset 0 -2px 0 #f39201;
}

.area-riservata ul.tabs--primary a:before{
    margin-right:5px;
}

.area-riservata .tabs--primary li.active:nth-child(1) a:before {
    content: url(/themes/custom/comilva_sub/img/area-riservata/comilva-comunicazioni-arancione.png);
    position: relative;
}

.area-riservata .tabs--primary li:nth-child(1) a:before {
    content: url(/themes/custom/comilva_sub/img/area-riservata/comilva-comunicazioni-grigio.png);
    position: relative;

}

.area-riservata .tabs--primary li:nth-child(2) a:before {
    content: url(/themes/custom/comilva_sub/img/area-riservata/comilva-appuntamenti-grigio.png);
    position: relative;

}

.area-riservata .tabs--primary li.active:nth-child(2) a:before {
    content: url(/themes/custom/comilva_sub/img/area-riservata/comilva-appuntamenti-arancione.png);
    position: relative;
}

.area-riservata .tabs--primary li:nth-child(3) a:before {
    content: url(/themes/custom/comilva_sub/img/area-riservata/comilva-cerca-persone-grigio.png);
    position: relative;

}

.area-riservata .tabs--primary li.active:nth-child(3) a:before {
    content: url(/themes/custom/comilva_sub/img/area-riservata/comilva-cerca-persone-arancione.png);
    position: relative;
}

.area-riservata .tabs--primary li:nth-child(4) a:before {
    content: url(/themes/custom/comilva_sub/img/area-riservata/comilva-cassetta-attrezzi.png);
    position: relative;

}

.area-riservata .tabs--primary li.active:nth-child(4) a:before {
    content: url(/themes/custom/comilva_sub/img/area-riservata/comilva-cassetta-attrezzi-arancione.png);
    position: relative;
}

.view-id-area_riservata_staff.pagina-cerca {
    margin-top: 0;
}

form#views-exposed-form-lista-rubrica-staff-page-1 .form--inline {

    display: flex;
    align-items:center;
}

.view-lista-rubrica-staff table h3 {
    color: #33556F;
    font-size: 22px;
    font-weight: 600;
}

.view-lista-rubrica-staff table th a, .view-lista-rubrica-staff table th {
    color: black;
    text-transform: uppercase;
    font-size: 16px;
}

.view-lista-rubrica-staff table td {
    vertical-align: middle !important;
}

form#views-exposed-form-lista-rubrica-staff-page-1 .form--inline .form-item{
    margin-right: 10px;
}

form#views-exposed-form-lista-rubrica-staff-page-1 input#edit-title {
    border: 1px solid #999;
    border-radius: 50px;
    width: 300px;
    padding: 30px;
}

form#views-exposed-form-lista-rubrica-staff-page-1 select {
    border: 1px solid #999;
    border-radius: 50px;
    width: 200px;
    height: 60px;
    padding:20px;
}
form#views-exposed-form-lista-rubrica-staff-page-1 select::-webkit-input-placeholder::before {
    color:#666;
    content:"Line 1\A Line 2\A Line 3\A";
}

form#views-exposed-form-lista-rubrica-staff-page-1 button {
    background: #f29330;
    color: #fff;
    font-weight: 700;
}

form#views-exposed-form-lista-appuntamenti-staff-page-1 button {
    margin-left: -150px;
    background: #f29330;
    color: #fff;
    font-weight: 700;
}

form#views-exposed-form-lista-appuntamenti-staff-page-1 input#edit-title {
    border: 1px solid #999;
    border-radius: 50px;
    width: 500px;
    padding: 30px;
}

.view-lista-appuntamenti-staff {
    margin-top: 0;
}
.page-node-type-appuntamento h1.page-header {
    font-size: 40px;
    font-weight: 600;
    border-bottom: 0px solid #eeeeee;
}

form#views-exposed-form-area-riservata-staff-page-3 input#edit-search-api-fulltext {
    border: 1px solid #999;
    border-radius: 50px;
    width: 500px;
    padding: 30px;
}

form#views-exposed-form-area-riservata-staff-page-3 button {
    margin-left: -150px;
    background: #f29330;
    color: #fff;
    font-weight: 700;
}
/* CONTENUTO PER LO STAFF */

.page-node-type-contenuto-per-lo-staff .field--name-field-tipologia{
    color: #f29200;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}



/* RESPONSIVE */
@media all and (max-width: 1024px) {

    nav.area-riservata ul.tabs--primary{
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    nav.area-riservata ul.tabs--primary li{
        margin: 0 0 25px 25px;
    }

}
@media all and (max-width: 580px) {
    /* Area riservata */

    nav.area-riservata {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 25px;
    }

    nav.area-riservata ul.tabs--primary{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
    }

    .area-riservata ul.tabs--primary li {
        margin: 10px;
    }

    form#views-exposed-form-lista-appuntamenti-staff-page-1 input#edit-title, form#views-exposed-form-lista-appuntamenti-staff-page-1 input#edit-title {
        width: 100%;
    }

    form#views-exposed-form-lista-appuntamenti-staff-page-1 button, form#views-exposed-form-lista-rubrica-staff-page-1 button {
        width: 100%;
        margin-left: 0;
    }

    form#views-exposed-form-lista-rubrica-staff-page-1 .form--inline {
        flex-direction: column;
        align-items:center;
    }

    form#views-exposed-form-lista-rubrica-staff-page-1 .form-item {
        width: 100%;
        display: flex;
        justify-content:center;

    }

    form#views-exposed-form-lista-rubrica-staff-page-1 .form--inline .form-item {
         margin-right: 0;
    }

    form#views-exposed-form-area-riservata-staff-page-3 input#edit-search-api-fulltext {
        width: 100%;
    }

    form#views-exposed-form-area-riservata-staff-page-3 button {
        width: 100%;
        margin-left: 0;
    }

}
