/* 
    Created on : 15/11/2017, 17:41:55
    Author     : SHL
*/
.field_body.field_show  .field_show_timeline .timeline_list {
    width: 100%;
    margin: 0.2em 0.5em 1.8em;
}

.field_body.field_show  .field_show_timeline .timeline_list .timeline_item {
    display: inline-block;
    position: relative;
    width: 2.1em;
    height: 2.1em;
    border-radius: 100%;
    text-align: center;
    border: 1px solid #ccc;
}

.field_body.field_show  .field_show_timeline .timeline_list .timeline_item:first-of-type ~ .timeline_item {
    margin-left: 1.2em;
}

.field_body.field_show  .field_show_timeline .timeline_list .timeline_item:first-of-type ~ .timeline_item:before {
    content: "";
    position: absolute;
    width: 2em;
    height: 0.5em;
    top: 0.8em;
    left: -1.5em;
    background-color: inherit;
    opacity: 0.7;
    z-index: 1;
    border: 1px solid #ccc;
}

.field_body.field_show  .field_show_timeline .timeline_list.active .timeline_item {
    background-color: #87B226;
}

.field_body.field_show  .field_show_timeline .timeline_list .timeline_item.current ~ .timeline_item {
    background-color: #FFF;
}

.field_body.field_show  .field_show_timeline .timeline_list .timeline_item .timeline_item_label {
    position: absolute;
    bottom: -3.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    word-spacing: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 0.6em;
}

.field_body.field_show  .field_show_timeline .timeline_list .timeline_item .timeline_item_main {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    line-height: 1em;
    border-radius: 100%;
    background-color: inherit;
    color: white;
    border: 2px solid #fff;
    z-index: 3;
}
