@charset "utf-8";
/* CSS Document */
 



 
   .tscroll { 
  overflow-x: scroll; font-size: 14px;
  margin-bottom: 10px;
  border: solid black 0px;
	   border-top: 5px solid #ccc
}

.tscroll table td:first-child, table th:first-child {
  position: sticky;
  left: 0; color: white; padding: 5px; background-color: #ccc; font-weight: bold; z-index: 1;  font-size: 13px;
}

.tscroll td, .tscroll th {
  border-bottom: dashed #ccc 0px ; border-left: dashed #ccc 1px ;   min-width: 80px;  max-width: 80px;   font-size: 13px;
}
			 


.calendari-ora-header{
				  margin-left: -18px;
			  }	 


.alert{padding: 7px;}
.alert-info{border-left: 3px solid #0095A2; }
.alert-light{ box-shadow: 0px 5px 10px #ccc}


.timeline {
    border-left: 3px solid #727cf5;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: #F9F9F9;
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 30px;
    list-style: none;
    text-align: left;
    max-width: 40%;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 10px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline .event {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -180px;
    content: attr(data-date);
    text-align: right;
    font-weight: bold;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #ccc;
    box-shadow: 0 0 0 3px #ccc;
    left: -36px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

.timeline_icon{position:absolute;display:block;width:40px; z-index: 100;left:-72px;  top:-5px}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -16px;
    }
		.timeline_icon{left:-41px;top:-3px; width:30px;}
}



.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #ccc
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}


.giorno_timeline{ padding: 5px; font-weight: bold; text-transform: uppercase; color: white; border-radius: 5px;width: 100%; }


.btn-tour-edit{ min-width:100px; margin-top:10px;margin:10px; display:inline-block;}