.timeline {
  list-style: none;
  margin: 25px 0 22px;
  padding: 0;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.timeline:after {
  
  color: #a9a9a9;
  content: "\f1ce";
  display: block;
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 14.1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.timeline-horizontal:after {
  border-top-width: 6px;
  border-left-width: 13px;
  border-color: transparent transparent transparent #e93b3a;
  top: 15px;
  right: 0;
  bottom: auto;
  left: auto;
}
.timeline-horizontal .timeline-milestone {
  border-top: 2px solid #e93b3a;
  display: inline;
  float: left;
  margin: 20px 0 0 0;
  padding: 40px 0 0 0;
}
.timeline-horizontal .timeline-milestone:before {
  top: -17px;
  left: auto;
}
.timeline-horizontal .timeline-milestone.is-completed:after {
  top: -17px;
  left: 0;
}

.timeline-milestone {
  border-left: 2px solid #afafaf;
  margin: 0 0 0 20px;
  padding: 0 0 5px 25px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.timeline-milestone:before {
  border: 7px solid #e93b3a;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: -17px;
  width: 32px;
  height: 32px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.timeline-milestone.is-completed:before {
  background-color: #e93b3a;
}
.timeline-milestone.is-completed:after {
  color: #fff;
  content: "\f00c";
  display: block;
  font-family: "FontAwesome";
  line-height: 32px;
  position: absolute;
  top: 0;
  left: -17px;
  text-align: center;
  width: 32px;
  height: 32px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.timeline-milestone.is-current:before {
  background-color: #eee;
}
.timeline-milestone.is-future:before {
  background-color: #8dacb8;
  border: 0;
}
.timeline-milestone.is-future .timeline-action .title {
  color: #e93b3a;
}

.timeline-action {
  background-color: #fff;
 padding: 12px 10px 12px 20px;
  position: relative;
  top: -3px;
}
.timeline-action.is-expandable .title {
  cursor: pointer;
  position: relative;
}
.timeline-action.is-expandable .title:focus {
  outline: 0;
  text-decoration: underline;
}
.timeline-action.is-expandable .title:after {
  border: 6px solid #e93b3a;
  border-color: transparent transparent transparent #e93b3a;
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
}
.timeline-action.is-expandable .content {
  display: none;
}
.timeline-action.is-expandable.is-expanded .title:after {
  border-color: #e93b3a transparent transparent transparent;
  top: 10px;
  right: 5px;
}
.timeline-action.is-expandable.is-expanded .content {
  display: block;
}
.timeline-action .title,
.timeline-action .content {
  word-wrap: break-word;
}
.timeline-action .title {
  color: #e93b3a;
  font-size: 18px;
  margin: 0;
}
.timeline-action .date {
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
}
.timeline-action .content {
  font-size: 14px;
}

.file-list {
  line-height: 1.4;
  list-style: none;
  padding-left: 10px;
  color: #e93b3a;
}


.video-link:before {
  content: "\f03d";
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 5px;
  color: #e93b3a;
}
a{
   color: #777777;
   font-size: 16px;
}
li {

    color: #777777;
   font-size: 16px;

}


.img-link:before {
  content: "\f03e";
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 5px;
}

a[href*=".pdf"]:before {
  content: "\f0f6";
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 8px;
}



.boleto:before {
  content: "\f0f6";
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 5px;
}

.produto:before {
  content: "\f02c";
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 5px;
}

.peso:before {
  content: "\f24e";
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 5px;
}

.ordem-tipo:before {
  content: "\f1b8";
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 5px;
}

.ordem-status:before {
  content: "\f05a";
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 5px;
}

.ordem-filial:before {
  content: "\f041";
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 5px;
}

.service-lupa:before {
  content: "\f002";
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 5px;
}

.service-lupa-plus:before {
  content: "\f00e";
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 5px;
  font-size: 30px;
}

.service-up:before {
  content: "\f00e";
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 5px;
  font-size: 30px;
}

.service-down:before {
  content: "\f00e";
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 5px;
  font-size: 30px;
}