body {
  font-family: 'Open Sans';
  background-image: url("../../assets/img/sfondo.png");
  background-size: cover;
  background-color: rgb(135,157,193);
}

@media (max-width: 575px) {
  .login {
    width: 100%;
    min-height: 100%;
    padding: 40px 4% 40px!important;
  }
}

.login {
  width: 100%;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login-scheda {
  background-color: white;
  width: 35%;
  padding: 30px 3%;
  border-radius: 10px;
  height: auto;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .login-scheda {
    background-color: white;
    width: 100%;
    margin-left: 0;
    padding: 30px 3%;
    border-radius: 10px;
  }
}

.login-scheda img {
  width: 57%;
  margin-left: 21.5%;
  margin-bottom: 30px;
}

.login div p {
  color: #004B80;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.login label {
  text-transform: uppercase;
  color: #5e85c5;
  font-weight: 700;
  font-size: 15px;
}

.password {
  font-size: 12px;
  text-align: right;
  display: block;
  margin-top: 10px;
}

.btn-success {
  color: #fff;
  background-color: #39BC8E;
  border-color: #39BC8E;
  font-weight: 700;
  font-size: 15px;
}

.login .btn-success {
  padding-left: 40px;
  padding-right: 40px;
}

.login div p a {
  text-decoration: none;
  color: #5C83C4;
}

.login div p a:hover {
  text-decoration: underline;
  color: #5C83C4;
}

.layout {
  margin: 0;
}

.barra-sx {
  background-color: #FFFFFF;
  padding: 0;
  justify-content: space-between;
  flex-direction: column;
  border-right: 2px solid #C8D6EC;
  height: 100vh;
  display: flex;
  position: fixed;
}

@media (min-width: 992px) {
  .logo {
    width: 93%;
    margin-left: 3.5%;
    margin-bottom: 42px;
  }
}

.voce {
  display: block;
  padding: 11px 10px;
  border-radius: 5px;
  color: #004C81;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  transition: .4s;
  margin-bottom: 10px;
}

.voce i {
  font-size: 15px;
  transition: .4s;
}

.voce.attivo, .voce:hover {
  background-color: #C1EFDF;
  transition: .4s;
  color: #004C81;
}

.voce.attivo i, .voce:hover > i {
  color: #39BC8E;
  transition: .4s;
}

.sez {
  padding: 30px 6%;
  border-bottom: 2px solid #C8D6EC;
}

.barra-sx p {
  font-size: 12px;
  color: #003D67;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 5%;
}

.contatti {
  margin-bottom: 0;
  color: #5C83C4;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  padding: 0 5%;
}

.chorus {
  text-align: center;
  padding: 17px 6% 5px 6%;
}

.chorus p, .chorus a {
  color: #92ABBE;
  font-size: 9px;
}

.chorus img {
  width: 51%;
  margin-bottom: 17px;
}
.sw_ico{
	width:auto !important;
	margin-top:20px;
	margin-bottom:0px  !important;
}
.barra-dx {
  background-color: #EEF4FE;
  padding: 0;
  min-height: 100vh;
}

h1 {
  color: #004C81;
  font-weight: 700;
  font-size: 28px;
  display: inline;
  margin-bottom: 0;
  font-family: 'Montserrat';
}

.barra-top {
  padding: 20px 3% 15px;
  border-bottom: 2px solid #C8D6EC;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-toggle::after {
  content: none;
}

.dropdown img {
  width: 34px;
  border: 2px solid white;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.dropdown-menu {
  min-width: 0;
}

.contenuto {
  overflow-y: auto;
  padding: 25px 3% 0;
  overflow-x: hidden;
}

.swiper-slide h2 {
  color: #3CBD90;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 500;
}

.swiper-pagination-bullet-active {
  background-color: #3CBD90;
}

.titolino {
  color: #87ACCD;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.profilo {
  padding: 15px!important;
}

.evento {
  padding: 25px 15px;
  background-color: white;
  border-radius: 5px;
  color: rgb(60,189,144);
  font-weight: 500;
  font-size: 15px;
  text-transform: initial;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow:rgb(176 198 234) 0px 2px 8px 0px;
}
.evento  a{
	color: rgb(60,189,144);
	text-decoration:none;
}
.evento  a:hover{
	text-decoration:underline;
}

.evento h2 {
  color: #004C81;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Montserrat';
  margin-bottom: 10px;
}
.referente_elenco_partecipanti .evento h2 {
	text-transform: none;
}

.evento p, .referente a {
  color: #003D67;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 16px;
  text-decoration: none;
}

.evento small{
	font-size:15px;
}

.evento p i {
  color: #39BC8E;
  background-color: #E0F7EF;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-right: 10px;
}

.referente {
  padding: 10px;
  background-color: #E0F7EF;
  border-radius: 5px;
}

.accedi {
  border-top: 2px solid #C8D6EC;
  margin-top: 23px;
  position: relative;
  text-align: center;
  height: 7px;
}

.accedi a {
  text-align: center;
  display: inline-block;
  color: #39BC8E;
  font-family: 'Montserrat';
  font-weight: 700;
  text-decoration: none;
  background-color: white;
  position: absolute;
  top: -13px;
  left: calc( 50% - 42.5px );
  padding: 0 10px;
}

.accedi a:hover {
  color: rgb(7,76,129);
}

.btn-agenda {
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 10px;
  text-align: left;
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
  background-color: #FDB46B;
  border-color: #FDB46B;
  color:white;
}

.btn-richiesta {
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 10px;
  background-color: #FD6B6B;
  border-color: #FD6B6B;
  text-align: left;
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
}

.btn-questionario{
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 10px;
  background-color: #3b42e7;
  border-color: #3b42e7;
  text-align: left;
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;	
}

.btn-questionario:hover{
	background-color: #272db7;
	border-color: #272db7;
	text-decoration:none!important;
}

.btn-absolute{
	position: absolute;
    right: 30px;
    top: -20px;
}

.btn-absolute .btn:nth-of-type(even){
	margin-left: 10px;
}

.lista .singolo {
  position: relative;
  margin-bottom: 40px;
}

.btn-allegato i {
  font-size: 22px;
  margin-right: 8px;
}

.btn-richiesta i, .btn-agenda i, .btn-questionario i, .btn-viaggio i {
  font-size: 26px;
  margin-right: 8px;
}

@media (max-width: 991px) {
  .footer img {
    width: 25%!important;
  }
}

@media (max-width: 991px) {
  .footer p, .footer a {
    font-size: 13px;
  }
}

.footer {
  padding: 0;
}

#link-mobile {
  color: rgb(7,76,129);
  font-size: 22px;
}

@media (max-width: 991px) {
  .padding-mobile {
    padding-top: 53px;
  }
}

.navbar-menu a {
  padding: 12px 5px;
  display: block;
  text-decoration: none;
  text-align: center;
  font-family: 'Montserrat';
  font-weight: 600;
  color: rgb(7,76,129);
  border-bottom: 2px solid rgba(255,255,255,0.56);
}

.referente.scheda-evento {
  display: flex;
  flex-wrap: wrap;
}

.referente.scheda-evento p, .referente.scheda-evento a {
  margin: 5px 10px 5px;
}

@media (min-width: 1106px) {
  .referente.scheda-evento p, .referente.scheda-evento a {
    width: 33.3%;
    margin: 0;
  }
}

.referente span {
  font-weight: 700;
}

.link label {
  color: #004C81;
  text-decoration: underline;
  font-weight: 700;
  padding: 0;
  font-family: 'Montserrat';
  display: block;
  text-transform: uppercase;
}

.link a {
  color: #004C81;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  min-width: 50%;
  margin-bottom: 6px;
}

.link i {
  color: rgb(57,188,142);
  margin-right: 6px;
}

.link .col {
  margin-bottom: 11px;
}

.contenuto .singola-card {
  margin-bottom: 30px;
}

.btn-allegato {
  width: 170px;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 10px;
  background-color: #1C45A2;
  border-color: #1C45A2;
  position: absolute;
  color: white;
  right: 30px;
  top: -27px;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 3px 9px;
}

.viaggio h3 {
  font-family: 'Montserrat';
  color: rgb(7,76,129)!important;
  text-transform: uppercase!important;
}

.text-muted {
  color: #9d9d9d!important;
  font-size: 12px!important;
  margin-bottom: 0!important;
}

.riga-viaggio {
  background-color: #E0F7EF;
  padding: 10px 1%;
  border-radius: 5px;
  display: flex;
}

.mezzo i {
  font-size: 21px;
}

.mezzo span {
  display: block;
  margin: 3px 0 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
}

.centro {
  display: flex;
  align-items: center;
}

.ora {
  font-family: 'Montserrat';
  color: #004C81!important;
  font-size: 16px!important;
  font-weight: 600;
  text-align: left!important;
  margin: 0!important;
}

.fas.fa-circle {
  font-size: 11px;
  color: rgb(121,158,214);
}

.fa-arrow-alt-circle-right {
  font-size: 17px;
  color: rgb(121,158,214);
}

.pallini {
  width: 3%;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pallini div {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background-image: url("../../assets/img/linea.svg");
}

.simple-slider .swiper-slide {
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
  width: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width:767px) {
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    display: none;
  }
}

.swiper-slide .contenitore {
  background-color: white;
  margin: 10px 3%;
  padding: 15px;
  border-radius: 5px;
  width: 100%;
  max-height: 140px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.swiper-container {
  background-color: #CBDBF4;
  max-height: 170px;
}

.swiper-slide p {
  color: #003D67;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.evento h3 {
  color: rgb(60,189,144);
  font-weight: 500;
  font-size: 15px;
  text-transform: initial;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .logo {
    height: 65px;
  }
}

@media (max-width: 991px) {
  .barra-top {
    border-bottom: 7px solid #C8D6EC!important;
  }
}

@media (max-width: 991px) {
  .barra-top {
    position: fixed;
    width: 100%;
    z-index: 4;
    background-color: rgb(238,244,254);
  }
}

.navbar-menu {
  position: fixed;
  margin-top: 107px;
  z-index: 2;
  background-color: rgb(203,219,244);
  width: 100%;
  padding: 10px 2% 0;
  border-bottom: 2px solid rgb(7,76,129);
  border-top: 2px solid rgb(7,76,129);
}

@media (min-width: 992px) {
  .navbar-menu {
    display: none;
  }
}

.btn-agenda:hover {
  background-color: #e8a25b;
  border-color: #e8a25b;
  color: white;
}

.link a:hover {
  text-decoration: underline;
}

@media (min-width: 576px) {
  .evento.dettaglio-evento {
    padding: 28px 2% 17px;
  }
}

.contenuto .singolo {
  margin-bottom: 20px;
}

.link {
  margin-top: 14px;
}

.btn-allegato:hover {
  color: white;
  background-color: #133582;
  border-color: #133582;
}

.evento.dettaglio-evento .viaggio h3 {
  text-transform: uppercase;
  color: #004C81;
  font-family: 'Montserrat';
  font-size: 16px;
}

.numero.mezzo {
  color: #206391;
  font-weight: 600;
  font-size: 16px;
}

.data {
  color: #638CCF;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Montserrat';
  justify-content: center;
  align-items: center;
  display: flex;
  border-left: 2px solid #C8D6EC;
  border-right: 2px solid #C8D6EC;
}

.luogo {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: rgb(60,189,144);
  display: block;
}

@media (max-width: 767px) {
  .luogo {
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    color: rgb(60,189,144);
    display: block;
  }
}

.freccia {
  font-size: 40px;
  color: #628CCF;
}

@media (max-width: 767px) {
  .freccia {
    font-size: 21px;
    color: #628CCF;
    margin: 0 15px;
  }
}

.bordo-dx {
  border-right: 2px solid #C8D6EC;
}

.mezzo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.w-97 {
  width: 97%;
}

.sez-viaggio3 {
  width: 16%;
  margin-right: 4%;
}

.sez-viaggio5 {
  width: 10%;
  display: flex;
  align-items: center;
}

.sez-viaggio4 {
  width: 61%;
  margin-right: 2%;
  padding-right: 4%;
  border-right: 2px solid #C8D6EC;
}

@media (max-width: 767px) {
  .sez-viaggio5 {
    width: 100%;
    border: 0;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .sez-viaggio4 {
    width: 100%;
    border: 0;
    margin: 20px 0 0;
  }
}

.sez-viaggio2 {
  width: 10%;
  margin-right: 2%;
}

.sez-viaggio1 {
  width: 5%;
  margin-right: 2%;
}

@media (max-width: 767px) {
  .sez-viaggio1 {
    width: 22%;
    margin: 0;
    border: 0;
  }
}

@media (max-width: 767px) {
  .sez-viaggio2 {
    width: 44%;
    margin: 0;
    border: 0;
  }
}

@media (max-width: 767px) {
  .sez-viaggio3 {
    width: 33%;
    margin: 0;
    border: 0;
  }
}

.w-97 .col:last-child {
  margin-bottom: 0!important;
}

.evento.dettaglio-evento.viaggio {
  padding: 13px 2%;
  box-shadow: none;
}

@media (max-width: 767px) {
  .riga-viaggio {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .pallini {
    display: none;
  }
}

@media (max-width: 767px) {
  .w-97 .col {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .w-97 .col p {
    text-align: center!important;
  }
}

.bg-avviso {
  background-color: rgb(250,107,107);
  padding: 5px;
  text-align: center;
  color: white;
}

.bg-avviso h3 {
  font-size: 18px!important;
  text-transform: uppercase;
}

.proposta.text-initial {
  text-transform: initial!important;
}

.mezzi-propri {
  color: grey;
  font-size: 21px;
  margin-right: 5px;
}

.contattami {
  color: rgb(255,184,47);
  font-size: 17px;
  margin-right: 5px;
}

.contenuto.bg-scuro .dettaglio-evento {
  background-color: #ffffff47;
}

.contenuto.bg-scuro .titolino {
  color: rgba(7,76,129,0.68);
}

@media (max-width: 767px) {
  .lista .col:first-child {
    /*margin-top: 12px;*/
  }
}

.proposta input {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

.contenuto.bg-scuro {
  background-color: rgba(251,164,164,0.34);
  padding: 5px 3%;
}

.contenuto.bg-scuro .text-muted, .contenuto.bg-scuro .proposta, .contenuto.bg-scuro .titolino {
  color: rgba(0,0,0,0.88)!important;
}

.contenuto.bg-scuro .fas.fa-circle {
  color: rgb(205,225,255);
}

.contenuto.bg-scuro .mezzi-propri {
  color: rgb(119,119,119);
}

.contenuto.bg-scuro .contattami {
  color: rgb(247,255,160);
}

.conferma {
  text-transform: uppercase;
  margin-top: 19px;
  font-family: 'Montserrat';
}

.conferma:hover{
	text-decoration:none!important;
}

@media (max-width: 991px) {
  .conferma, .btn_nuovo_viaggio, .btn_reset {
    width: 100%!important;
  }
}

#compila .btn-close {
  position: absolute;
  right: 14px;
}

#compila img {
  width: 45%;
  margin: 16px 0;
}

#compila p {
  color: #004C81;
  font-size: 14px;
  margin-top: 9px;
}

#compila .nome-evento {
  text-transform: uppercase;
  font-weight: 700;
  color: #39BC8E;
  font-size: 15px;
}

#compila {
  text-align: center;
}

#compila .btn-danger {
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 14px;
  background-color: #FD6B6B;
  border-color: #FD6B6B;
  padding: 8px 31px;
}

.profilo h3 {
  font-size: 15px;
}

.profilo select, .profilo input {
  background-color: #F8FBFF;/*!important;*/
  border-color: #195C8B!important;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #D7E3F5!important;
}

.copyright img {
  width: 120px;
  margin-bottom: 5px;
}

.copyright, .copyright a, .copyright p {
  text-align: center;
  color: white!important;
  font-family: 'Montserrat';
  font-weight: 500!important;
  font-size: 12px!important;
}

.lista.privacy p {
  line-height: 23px;
  font-size: 12px;
}

.titolo-agenda{
    color: #004C81;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat';
    margin: 22px 0;
}

.btn-primary:first-child {
    margin: 0!important;
}

.lead{
    color: rgb(60,189,144)!important;
    font-size: 18px!important;
    text-transform: initial;
    border-bottom: 2px solid;
    margin-bottom: 8px;
    font-weight: 700;
}

.ora-riga{
	background-color: #F3FCF9!important;
    padding: 10px 1%;
    border-radius: 5px;
    margin: 10px 0 0;
    border: 2px solid #36c88a9c;
}

.ora-riga h6{
    font-size: 13px;
    font-weight: 700;
}

@media (min-width:992px){
	.add_preferito, .remove_preferito{
    	float: right;
	}
}

@media (max-width:991px){
	.ora-riga h6{
		display: inline;
		margin-right:10px;
	}
	label.btn.btn-primary.cambia_giorno.w {
    	max-width: 100px;
    	margin-bottom: 10px!important;
	}
	.add_preferito, .remove_preferito{
    	margin-left:10px;
	}
}
		
.ora-riga h5{
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #004c81;
    display: block;
}

.ora-relatore{
    color: #004c81;
    font-weight: 400!important;
    margin:0;
}

.ora-riga p{
    font-size: 13px;
}

.sottoevento-riga{
    background-color: #44c095b3!important;
    margin: 5px 0 0;
    border-radius: 0;
    padding: 0 1%;
}

.sottoevento-riga p{
	font-size: 12px;
    color: #004c81;
}

.segnalato {
    border-color: #ff5757!important;
}

[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none;
}

.titolo {
  color: #07a66f;
  font-size: 24px;
  display:inline-block;
}

.domanda p {
  font-size: 15px!important;
  margin-bottom: 9px!important;
}

.domanda .form-check {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
}

.domanda .form-check:last-child {
  margin-bottom: 0;
}

.form-check-input:checked {
  background-color: #0d6efd!important;
  border-color: #0d6efd!important;
}

.btn-questionario.vers-grande, .btn-viaggio.vers-grande{
    color: white;
    text-align: center;
    margin-bottom: 13px;
    font-size: 16px!important;
    padding: 20px;
    width:100%;
    justify-content: center;
    text-align: left;
}

.btn-questionario.vers-grande i, .btn-viaggio.vers-grande i{
	font-size: 26px!important;
	margin-right: 20px;
}

.contenuto.evento.evento_sospeso:first-child{
	margin-bottom: 20px;
}

@media(min-width:1200px){
	.contenuto.evento.evento_sospeso .titolino{
		margin-left:12px;
	}
}

@media(max-width:1199px){
	.px-mobile{
		padding:0;
	}
}

hr{
    color: #195c8b61;
    opacity: 1;
}

.btn-secondary {
    color: #fff;
    background-color: #919da8;
    border-color: #919da8;
    font-weight: 600;
}

.table-questionario {
	color: #003d67;
}

.table-questionario th:first-letter {
    text-transform: uppercase;
}

.table-questionario th,.table-questionario td{
	padding: 8px!important;
}

.div-iframe iframe{
    max-width: 100%;
    max-height: 184px;
}

.logo-dettaglio-evento{
	max-width: 230px;
	max-height: 80px;
	margin-top: 5px;
}

.logo-eventi{
	max-width: 140px;
	max-height: 70px;
}

#route .riga-viaggio {
    display: block;
    padding: 17px .7%;
    border-radius: 5px;
    margin: 0;
}

#route .riga-viaggio h5{
    font-size: 15px;
    font-weight: 700;
    color: #003D67;
    border-bottom: 2px solid #003d67;
    padding-bottom: 5px;
    margin-bottom: 2px;
}

#route .riga-viaggio label{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #198754;
}

#route .modal-title{
    color: #003D67;
    font-weight: 600;
}

.no-documento{
    margin: -11px 0 0 0!important;
}

#route select{
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: sans-serif;
}

.btn-viaggio{
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 10px;
    background-color: #39bc8e;
    border-color: #39bc8e;
    text-align: left;
    display: inline-flex;
    align-items: center;
    padding: 3px 9px;
    color:white;
}

.btn-viaggio:hover{
    background-color: #1f9069;
    border-color: #1f9069;
}

#add-route, #incompleto{
    background-color: #000000a3;
    z-index: 99999;
}

.box_righe_viaggio .riga-viaggio{
	display:block!important;
}

.box_righe_viaggio .volo i {
    font-size: 26px;
    margin-top: 5px;
    margin-right: 0;
}

.box_righe_viaggio .riga-viaggio p {
    margin: 0;
}

.box_righe_viaggio .volo {
    text-align: center;
    font-weight: 700;
    color: #39bc8e;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box_righe_viaggio .n-volo {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 10px;
    background-color: rgb(0 61 103);
    color: white;
    min-width: 130px;
    text-align: center;
    letter-spacing: .5px;
}

.box_righe_viaggio .route-ora {
    font-weight: 600;
    width: 100%;
    height: 85%;
    font-size: 23px;
    font-family: 'Montserrat';
    justify-content: center;
    align-items: center;
    display: flex;
    margin:0;
}

.box_righe_viaggio .route-luogo{
    font-weight: 600;
    width: 100%;
    height: 85%;
    font-size: 16px;
    font-family: 'Montserrat';
    justify-content: center;
    align-items: center;
    display: flex;
}

.box_righe_viaggio .riga-viaggio .col {
    display: flex;
    align-items: center;
}

.fas.fa-trash-alt {
    color: rgb(190,0,0);
    font-size: 21px;
    cursor: pointer;
}

.box_righe_viaggio .riga-viaggio{
	padding: 8px .7%;
    margin-bottom: 10px;
}

.btn-success{
	font-family:'Montserrat', sans-serif;
	text-transform:uppercase;
}


@media(max-width:575px){
	.box_righe_viaggio .route-ora {
    	margin-right: 10px!important;
	}
	
	.route-ora, .route-luogo{
	    width: auto;
	}
	
	.box_righe_viaggio .route-luogo {
    	width: auto;
	}
	.bordo-sotto{
		border-bottom: 2px solid;
    	padding-bottom: 7px;
    	margin-bottom: 5px;
	}
}

.lista-home .singolo{
	margin-bottom: 32px;
}

.presenza h3 {
    color: rgb(0 76 129);
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat';
    margin-bottom: 15px;
}

.presenza .info{
    padding: 10px;
    background-color: #fff486;
    border-radius: 5px;
    margin-top: 10px;
}

@media(min-width:768px){
	.presenza {
   		padding: 0 12px 0 30px;
    	margin-left: 20px;
    	border-left: 2px solid #c8d6ec;
	}
}

.presenza form{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.presenza .btn-danger{
    font-weight: 700;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
/*clienti operatori*/
.operatori_tabella td {
  border: 1px solid rgba(0,0,0,0.12);
  border-left: none;
  border-right: none;
  font-weight: normal;
  font-size:13px;
  padding-top:6px;
  padding-bottom:6px;
}

.operatori_tabella th {
  border: none;
  font-weight: 500;
}
.operatori_tabella thead ,.operatori_tabella thead tr{
	 border: none !important;
}
.operatori_tabella a{
	color: #1a1a1a;
    text-decoration: none;
    background-color: transparent;
   font-weight:bold;
}
.operatori_tabella .icona_lente{
	margin-right:10px;
}
.dettagli .table-sm td, .dettagli .table-sm th {
  padding: .4rem!important;
  /*background-color: ghostwhite;*/
}

.dettagli td strong {
  text-transform: uppercase;
  color: black;
}

.dettagli:hover, .dettagli tr:hover {
  /*background-color: ghostwhite!important;*/
  cursor: initial;
}

.dettagli td:first-child {
  font-weight: 600;
}

.dettagli .table-responsive,.dettagli .box_hotel {
  background-color: white!important;
}
.sfondo_selezionato{
	background-color:#0dcaf021;/*#f0f0f0;*/
	color:#4e4e4f !important;
}
.dettagli .titolino {
    font-weight:bold;
    display: inline-block;
    font-size: 16px;
}

.dettagli td:first-child {
    color: rgb(61,66,106);
    font-weight: 500;
}
.dettagli .riga_dettagli {
    background-color: #fff;
    cursor: initial;
    margin: 0 2px;
    padding: 10px 0px;
}
.dettagli .table-responsive {
    background-color: white!important;
}
.dettagli .table-sm td, .dettagli .table-sm th {
    padding: 0.4rem!important;
    /* background-color: ghostwhite; */
}
.dettagli h2{
	color: black;
  opacity: .7;
  font-weight: 500;
  letter-spacing: 0px;
}
.referente_elenco_partecipanti .dettagli h2{
	color:#004C81 !important;
}
.referente_elenco_partecipanti .dettagli strong{
	font-size:19px;
}
.operatori_tabella .lente_dettagli{
	margin-right:10px;
}
.operatori_tabella .dettagli_partecipante{
	cursor:pointer;
}
.operatori_tabella .bg-viaggio{
	background-color:#0dcaf021 !important;
}
.operatori_tabella .cambio_tratta td{
	background-color:#0d66f04f !important;
}
#cerca_tabella{
	max-height: 80vh;
	font-size:12px;
}
#cerca_tabella td{
	padding:3px;
}

.tableFixHead          { overflow: auto; height: 100px; }
.tableFixHead thead th { position: sticky; top: 0; z-index: 1; }