@charset "UTF-8";
/* CSS Document */

#timeline {
  list-style: none;
  position: relative;
  margin: 20px 10px;
  width:100% !important;
}
#timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #ffb900;
  left: 50%;
  margin-left: -1.5px;
}
#timeline .clearFix {
  clear: both;
  height: 0;
}
#timeline .timeline-badge {
	color: #fff;
	width: 2rem;
	height: 2rem;
	font-size: 1.5rem;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1rem;
	background-color: #fff;
	z-index: 6;
	border-radius: 50%;
	border: 2px solid #ffb900;
}


#timeline .timeline-badge.timeline-future-movement {
	background-color: #ffffff;
	/*height: 100px;
	width: 100px;*/
	height: 8rem;
	width: 8rem;
	
	top: -1rem;
	margin-left: -4rem;
	border: 2px solid #ffb900;
}
#timeline .timeline-badge.timeline-future-movement p {
	color:#004c97;
	position: absolute;
	width: 8rem;
	font-size: 1.8rem;
	text-align: center !important;
	top: 2.4rem;
}

#timeline .timeline-movement {
  position: relative;
  margin-bottom: 5rem;
}
#timeline .timeline-movement.timeline-movement-top {
  height: 50px;
}
 #timeline .timeline-movement .timeline-item {
  padding: 0 1rem 0 1rem;
} 
#timeline .timeline-movement .timeline-item .timeline-panel {
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  background-color: #FFFFFF;
  color: #575757;
  padding: 1rem;
  position: relative;
/*  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);*/
}

.ue1 {
font-size: 1.25rem;
}

.ue2 {
color: #575757 !important;
}

.btn-sm {
max-width: 100% !important;
min-width: 100px !important;
/*width: auto !important;*/
background-color: #EDEDED !important;
}

.btn-sm:hover, .btn-sm a:hover {
	color: #ffb600 !important;
	background-color: #004c97 !important;
}

/*RESPONSIVE*/

@media (max-width: 777.98px) {
 #timeline .timeline-movement .timeline-item {
  padding: 0 1.5rem 0 1.5rem !important;
} 
}

@media (max-width: 575.98px) {
#timeline .timeline-badge {
	width: 1.5rem;
	height: 1.5rem;
	top: -0.7rem;
	margin-left: -0.8rem;
	}
 #timeline .timeline-movement .timeline-item {
  padding: 0 !important;
}
}

@media (max-width: 374.98px) {
.btn-sm {
min-width: 80px !important;
}
}

