/* line 1, /app/spa/app/assets/stylesheets/timeline.scss */
.cbp_tmtimeline {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

/* line 8, /app/spa/app/assets/stylesheets/timeline.scss */
.cbp_tmtimeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #eee;
  left: 15%;
  margin-left: -6px;
}

/* line 19, /app/spa/app/assets/stylesheets/timeline.scss */
.cbp_tmtimeline > li {
  position: relative;
}

/* line 47, /app/spa/app/assets/stylesheets/timeline.scss */
.cbp_tmtimeline > li .empty span {
  color: #777;
}

/* line 51, /app/spa/app/assets/stylesheets/timeline.scss */
.cbp_tmtimeline > li .cbp_tmtime {
  display: block;
  width: 18%;
  padding-right: 70px;
  position: absolute;
}

/* line 58, /app/spa/app/assets/stylesheets/timeline.scss */
.cbp_tmtimeline > li .cbp_tmtime span {
  display: block;
  text-align: right;
}

/* line 63, /app/spa/app/assets/stylesheets/timeline.scss */
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
  font-size: 15px;
  color: #3d4c5a;
  font-weight: 700;
}

/* line 74, /app/spa/app/assets/stylesheets/timeline.scss */
.cbp_tmtimeline > li .cbp_tmlabel {
  margin: 0 0 15px 20%;
  background: #f0f1f3;
  padding: 1.2em;
  position: relative;
  border-radius: 5px;
}

/* line 82, /app/spa/app/assets/stylesheets/timeline.scss */
.cbp_tmtimeline > li .cbp_tmlabel-edited {
  margin: 0 0 15px 20%;
  background: rgba(240, 241, 243, 0.29);
  padding: 1.2em;
  position: relative;
  border-radius: 5px;
}

/* line 90, /app/spa/app/assets/stylesheets/timeline.scss */
.cbp_tmtimeline > li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #f0f1f3;
  border-width: 10px;
  top: 10px;
}

/* line 103, /app/spa/app/assets/stylesheets/timeline.scss */
.cbp_tmtimeline > li .cbp_tmlabel blockquote {
  font-size: 16px;
}

/* line 107, /app/spa/app/assets/stylesheets/timeline.scss */
.cbp_tmtimeline > li .cbp_tmlabel .map-checkin {
  border: 5px solid rgba(235, 235, 235, 0.2);
  -moz-box-shadow: 0px 0px 0px 1px #ebebeb;
  -webkit-box-shadow: 0px 0px 0px 1px #ebebeb;
  box-shadow: 0px 0px 0px 1px #ebebeb;
  background: #fff !important;
}

/* line 115, /app/spa/app/assets/stylesheets/timeline.scss */
.cbp_tmtimeline > li .cbp_tmlabel h2 {
  margin: 0px;
  padding: 0 0 10px 0;
  line-height: 26px;
  font-size: 16px;
  font-weight: normal;
}

/* line 123, /app/spa/app/assets/stylesheets/timeline.scss */
.cbp_tmtimeline > li .cbp_tmlabel h2 a {
  font-size: 15px;
}

/* line 127, /app/spa/app/assets/stylesheets/timeline.scss */
.cbp_tmtimeline > li .cbp_tmlabel h2 a:hover {
  text-decoration: none;
}

/* line 131, /app/spa/app/assets/stylesheets/timeline.scss */
.cbp_tmtimeline > li .cbp_tmlabel h2 span {
  font-size: 15px;
}

/* line 135, /app/spa/app/assets/stylesheets/timeline.scss */
.cbp_tmtimeline > li .cbp_tmlabel p {
  color: #444;
}

/* line 139, /app/spa/app/assets/stylesheets/timeline.scss */
.cbp_tmtimeline > li .cbp_tmlabel-edited a {
  text-decoration: line-through;
  color: #ff6b68;
}

/* line 144, /app/spa/app/assets/stylesheets/timeline.scss */
.cbp_tmtimeline > li .cbp_tmicon {
  width: 40px;
  height: 40px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4em;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #fff;
  background: #46a4da;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #f5f5f6;
  text-align: center;
  left: 15%;
  top: 0;
  margin: 0 0 0 -25px;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  /* line 167, /app/spa/app/assets/stylesheets/timeline.scss */
  .cbp_tmtimeline > li .cbp_tmtime {
    padding-right: 60px;
  }
}
@media screen and (max-width: 65.375em) {
  /* line 173, /app/spa/app/assets/stylesheets/timeline.scss */
  .cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 12px;
  }

  /* line 177, /app/spa/app/assets/stylesheets/timeline.scss */
  .container-checkbox-all-documents {
    margin: 5px 0px 0px 0px !important;
    float: left !important;
    top: 2rem !important;
    z-index: 9999999;
  }

  /* line 184, /app/spa/app/assets/stylesheets/timeline.scss */
  .selected-amount-documents {
    float: right !important;
    position: relative;
  }
}
/* line 190, /app/spa/app/assets/stylesheets/timeline.scss */
.container-checkbox-all-documents {
  z-index: 9999999;
}

@media screen and (max-width: 47.2em) {
  /* line 195, /app/spa/app/assets/stylesheets/timeline.scss */
  .cbp_tmtimeline:before {
    display: none;
  }

  /* line 198, /app/spa/app/assets/stylesheets/timeline.scss */
  .cbp_tmtimeline > li .cbp_tmtime {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0;
  }

  /* line 203, /app/spa/app/assets/stylesheets/timeline.scss */
  .cbp_tmtimeline > li .cbp_tmtime span {
    text-align: left;
  }

  /* line 206, /app/spa/app/assets/stylesheets/timeline.scss */
  .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 30px 0;
    padding: 1em;
    font-weight: 400;
    font-size: 95%;
  }

  /* line 212, /app/spa/app/assets/stylesheets/timeline.scss */
  .cbp_tmtimeline > li .cbp_tmlabel:after {
    right: auto;
    left: 20px;
    border-right-color: transparent;
    border-bottom-color: #f5f5f6;
    top: -20px;
  }

  /* line 219, /app/spa/app/assets/stylesheets/timeline.scss */
  .cbp_tmtimeline > li .cbp_tmicon {
    position: relative;
    float: right;
    left: auto;
    margin: -64px 5px 0 0px;
  }

  /* line 225, /app/spa/app/assets/stylesheets/timeline.scss */
  .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: #f5f5f6;
  }
}
/* line 232, /app/spa/app/assets/stylesheets/timeline.scss */
#timeline-list-documents-download .timeline-check-document {
  padding-left: 0px !important;
  top: 11px !important;
  cursor: pointer;
}
/* line 238, /app/spa/app/assets/stylesheets/timeline.scss */
#timeline-list-documents-download .checkbox > input[type=checkbox]:checked ~ .checkbox__label:before {
  background-color: #32c787 !important;
  border-color: #32c787 !important;
}

@media screen and (min-width: 768px) {
  /* line 245, /app/spa/app/assets/stylesheets/timeline.scss */
  .amount-documents-checked {
    display: block;
    width: 18%;
    position: absolute;
    left: 20%;
  }
}
/* line 253, /app/spa/app/assets/stylesheets/timeline.scss */
.amount-documents-checked span:first-child {
  font-size: 15px;
  color: #3d4c5a;
}

/* line 258, /app/spa/app/assets/stylesheets/timeline.scss */
.padding-none {
  padding: 0px !important;
}

@media only screen and (min-width: 2300px) {
  /* line 263, /app/spa/app/assets/stylesheets/timeline.scss */
  .cbp_tmtimeline > li .cbp_tmtime {
    padding-right: 80px;
  }
}
