.frontpage .tab-pane#traghetti {
    border-bottom: 1px solid #e0e1dd;
    border-left: 1px solid #e0e1dd;
    border-right: 1px solid #e0e1dd;
    padding-top: 14px;
    padding-bottom: 5px;
    padding: 15px;
}

@media (max-width: 768px){
.frontpage .tab-pane#traghetti {
    border: 0px solid #e0e1dd;
}
}

.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
    font-family: 'SanaSansAlt-Black', arial, helvetica, sans-serif;
  }
.form_tratta_div{
	padding-left: 30px;
	padding-right: 30px;
	position:relative;
}







#div-pulsanti-forcing-porti,

.div-submitt-button{
	display: none;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
/*-------------------- EDIT ZONA ---------------- */
#div-deit-zone *{
	box-sizing: border-box;
}
.edit-zona{
	cursor: pointer;
}
form.example input[type=text] {
    padding: 5px;
    border: 1px solid grey;
    float: left;
    width: 79%;
}
[id^='input-editing_']{
	display: none;
}
.glyphicon-list{
	cursor:pointer;
}
.span-dettagli-offerte{
	float :right;
}
.span-dettagli-offerte{
	float :right;
	cursor:pointer;
}
.span-codice-offerta{
	font-weight: 900;
}
.div-dettaglio-prezzi{
	display:none;
}
.glyphicon.glyphicon-chevron-up{
	float: right;
}
.nascondi-div-dettaglio-prezzi{
	cursor: pointer;
}
.div-nascondi-tariffe{
	float: right;
	cursor: pointer;
	z-index: 100;
}
.progress{
	margin-top: 10px;
}
.offer{
	float:left;
}

.div-offer:hover{
	 border: 1px solid #cccccc;
   background: #ededed;
   font-weight: normal;
   color: #2b2b2b;

}

.div-offer{
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
    
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: 2px 2px 2px 2px;
    font-size: 100%;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
	 border-top-right-radius: 3px;
	 border-top-left-radius: 3px;
   line-height: 1.2;
}

/*label.lbl_timetable_selected {
  background-color: #f1f1f1; 
  margin-right:10px;
  margin-bottom: 0px;
}

input:checked+label {
    background:yellow;
}*/







/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.cart-help{
	text-align: center;
	font-size: 25px;
}


.risultati-body{
  padding-top: 10px;
}

.titolo-andata{
    background-color: #d4ebff;
    border: 1px solid #c1dcfd;
    color: #31708f;
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 5px;
    text-transform: uppercase;
    padding-left:10px;
}

.titolo-ritorno{
    background-color: #EE82EE;
    border: 1px solid #c1dcfd;
    color: #ffffff;
    margin-bottom: 8px;
    margin-top: 8px;
    border-radius: 5px;
    text-transform: uppercase;
    padding-left:10px;
}

.titolo-andata h2,.titolo-ritorno h2 {
    margin: 5px auto 2px;
    padding-left: 25px;
    font-size: 24px !important;
    text-transform: uppercase;
}

.form-group{
	margin-bottom: 5px;
}
.toHide{
    display:none;
}

.goLeft{
    float:left;
    padding:5px;
}
.goRight{
    float:right;
    padding:5px;
}



div .ui-accordion .ui-accordion-content{
	padding: 0px;
}
.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 10px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: " ";
    padding-left: 10px;
    background-color: #FFCCCC; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: " ";
    padding-right: 10px;
    background-color: #00FF00; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
.toClearBoth{
    clear:both;
}
#procedi{
	width        : 200px;
	margin-right : auto;
	margin-left  : auto;
}

.class_boat_name{
	font-size: 12px;
    text-align: left;	
    margin:0px;
}

.class_orario{
    font-size: 19px;
    font-weight: bold;
    color: #3882b5;
    margin:0px;
}

.class_data{
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    margin:0px;    
}

.class_porto{
    font-size: 17px;
    font-weight: bold;
    color: #555;
    margin:0px;
}
.class_durata{
    font-size: 15px;    
    margin:0px;
}

.class_info{    
    border-right: 1px dashed #ddd;
}

@media (max-width:991px){
  .class_info{    
    border-left: none;
    border-top: 1px dashed #ddd;
  } 
}



.image.goLeft{
	margin-left: 3px;	
    margin-top: 2px;
}


.dettaglio-icona{
	width:15%;
	text-align:center;
}
.dettaglio-descrizione{
	width:60%;
}
.dettaglio-prezzo{
	width:20%;
	text-align: right;
    padding-right: 10px;
}

.table-offerta{
	width:100%;
}

.table-offerta tr{
	height:20px;
	font-size: 11px;
}

.separator-table{
	background: #dbe4eb;
    color: #0c4976;
    padding-left:10px;
}

.totale-riga-da-scontare{
    background: #b6c8d6;
    color: #002C6D;
    font-size: 14px;
    font-weight: bold;
}

.totale-scontato{
	background: #0c4976;
	color:#FFFFFF;	
	font-size: 16px;
    font-weight: bold;
}

.totale-riga-da-scontare td{
	padding-left:10px;
}

.totale-scontato td{
	padding-left:10px;
}

.class_tratta{
	color: #002C6D;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    background: #b6c8d6;
    padding-left:10px;
    width:60%;
}

.class_tratta_prezzo{
    padding-right:10px;
    text-align: right;
}

.class_tratta_info{
	color: #002C6D;
    font-size: 10px;
    margin: 0;
    background: #b6c8d6;
    padding-left:10px;
}

.class_tratta_info_nave{
	color: #0C4976;
    font-size: 10px;
    margin: 0;
    background: #b6c8d6;
    padding-left:10px;
}

.class_tratta_info_nave img{
    padding:1px;
}

.even{
    background-color: #ffffff;
    border:1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 10px;
}
.odd{
    background-color: #eee;
    border:1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 10px;
}

.no_border td{
    border-top: 0px ;
}
#div-riepilogoPreventivo{
    position: sticky;
    top: 0;
}

.modify-price{
    font-size: 14px;
}

.input-modify-price{
    font-size: 14px;   
    width: : 50px;
    text-align: right;
    margin: 10px;

}

.assicurazione{
    /*padding-left: 10px;*/
    font-size: 14px;
}

.info_label_class{
    margin: 10px;
}

#id_valore_assicurazione{
    font-size: 14px; 
}

#id_totale_ticket{
    font-size: 14px;    
}


#div-risultatiRicerca1 thead{
    /*background-color: cyan;*/
    border: 2px solid cyan ;
}

#div-risultatiRicerca2 thead{
    /*background-color: #EE82EE;*/
    border: 2px solid #EE82EE ;
}


#div-risultatiRicerca1 tbody{
    /*background-color: cyan;*/
    border: 2px solid cyan ;
}

#div-risultatiRicerca2 tbody{
    /*background-color: #EE82EE;*/
    border: 2px solid #EE82EE ;
}



.label_prezzi{
    font-size: 16px;
    font-weight: bold;
    color: #3882b5;
}

.div_info_prezzi{ 
  border-right: 1px dashed #ddd;
}
@media (max-width:991px){
  .div_info_prezzi{ 
    border-right: none;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
  } 
}

.form-control.no-padding{
    padding:0px;
}

.no-padding-div{
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width:991px){
    .no-padding-div{
        padding-left: 15px;
        padding-right: 15px;
    }    
}



.lbl_timetable_selected {
    width: 100%;   
}

.lbl_timetable_selected > input{ /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}
.div-prezzi{
    width: 100%;
}

.lbl_timetable_selected > input + div{ 
    cursor:pointer;
    font-size: 16px;    
    color: #333;
    display : block;    
    height: 34px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #d49213;
    width: 100%;
}

.lbl_timetable_selected > input:checked + div{

    height: 34px;        
    background-color: #fffbda;
    border-radius: 4px;
    border: 1px solid #d49213;

    /*background-color: #ffd6bb;
    border: 1px solid #ff6600;
    height: 20px;*/
}

/*input:checked+label {
    background-color: #ffd6bb;
    border: 1px solid #ff6600;
}*/

.cont-riepilogoPreventivo{
    border:1px solid #ccc;
    border-radius: 4px;
}

.margin-button{
    margin-top: 10px;
    margin-bottom: 10px;
}

.row-dettagli-servizi{
    height:34px;    
    border-top: 1px solid #ccc;
    margin-bottom: 2px;    
    font-size: 14px;
}

.service-name{
    padding-top: 6px;
}


#form-prenotazione [class*=col-]{
    padding-left: 10px; 
    padding-right: 10px; 
}

.title_leg{
	height:20px;
	font-size: 12px;
}


.title_modal_form_traghetti{
    font-family: 'SanaSansAlt-Black', arial, helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    margin-top: 13px;
}

.inftxt {
    border: 1px solid #dde9ff;
    padding: 5px;
    background-color: #f0f8ff;
    color: #307cb6;
    border-radius: 5px;
    margin-top: 10px;
}


.customselect:focus {
    border: 1px solid #e0e1dd !important;
}  

@media (max-width:767px) {

  .customselect:focus {
      border: 1px solid #e0e1dd !important;
  }

  .title_modal_form_traghetti {    
    /*font-size: 14px;    */
    margin-top: 2px;
  }
}

#div-eta-1,#div-eta-2{
  border-bottom: 1px solid #e0e1dd;  
  margin-bottom: 5px;
}

.searchform .input-group>.form-control[disabled]
{
    background-color: #eee;
    opacity: 1;
}
.no-padding-desktop{
  padding-left: 0px !important;
}

@media (max-width:991px){
  .no-padding-desktop{
  padding-left: 10px !important;
} 
}



.form-check-label-traghetti input[type=checkbox]{
  margin-right: 5px;  
}

.form-check-label-traghetti input[type=radio]{
  margin-right: 5px;  
}

.close-popup{
    background-image: url(/images/block-blue.svg);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    width: 25px;
    height: 25px;
}

.close-popup:hover {
    background-image: url(/images/block-light-blue.svg);
}
    
.open-modal-info[style] {
    padding-right:0 !important;
}
.open-modal-info.modal-open {
    overflow: auto;
}    



#myModalErrorLabel{
  color:black;
}

#ModalError h3{
  color:black; 
}

.help-block.form-error{
  color:red;
}


#clearInfoBtn_1.icona_chiudi,
#clearInfoBtn_2.icona_chiudi {
    background-color: #ffffff;
    border: none;
    background-image: url(/images/close.svg);
    background-repeat: no-repeat;
    background-size: 40px 12px;
    background-position: 90% 50%;
    width: 30px;
}

#clearInfoBtn_1.icona_chiudi:hover,
#clearInfoBtn_2.icona_chiudi:hover {
    background-image: url(/images/close.svg);
}


#div-lunghezzaAltezza_1,#div-lunghezzaAltezza_2{
  margin-top: 10px;
}

.rimorchioDipendenza_1,.rimorchioDipendenza_2{
  margin-top: 10px;
}


.open-details-input{
    cursor: pointer;
}

.modal-title{
    font-family: 'SanaSansAlt-Black', arial, helvetica, sans-serif;
}

#trattaLabel_1::-ms-clear { 
  display: none; 
  width : 0;
  height: 0;
}

#trattaLabel_2::-ms-clear { 
  display: none; 
  width : 0;
  height: 0;
}