/* Timeline pattern used together with listing.less */

div.timeline-ct {
    border-left: 6px solid #ccc;
    position: relative;
    margin-left: 25px;
    padding-left: 30px;
    min-height: 1px;
    padding-bottom: 15px;
}

div.timeline-ct .timeline-ct-point {
    position: absolute;
    left: -13.5px;
    font-size: 21px;
    text-align: center;
    width: 20px;
    height: 27px;
    display: block;
    line-height: 21px;
    background-color: white;
    padding: 3px 0px;
    color: #ccc;
}

div.timeline-ct .timeline-ct-point.active {
    color: #3f9c35;
}

div.timeline-ct .timeline-ct-md {
    font-size: 24px;
    width: 24px;
    height: 32px;
    line-height: 24px;
    padding: 4px 0px;
    left: -16px;
}

div.timeline-ct .timeline-ct-lg {
    font-size: 40px;
    width: 40px;
    height: 44px;
    line-height: 40px;
    left: -23.5px;
    padding: 2px 0px;
}

div.timeline-ct .fa-caret-up {
    font-size: 30px;
    line-height: 20px;
    height: 24px;
}

div.timeline-ct div.listing-ct-panel {
    margin-bottom: 0px;
}

div.timeline-ct.timeline-ct-end {
    min-height: 30px;
    padding-left: 36px;
    background-repeat: repeat-y;
    background-position: 0% 100%;
    background-size: 6px 5px;
    background-image: linear-gradient(#ccc 33%, #fff 0%);
    border-left: none;
}

div.timeline-ct.timeline-ct-end .timeline-ct-md {
    left: -10px;
}
