.custom_timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
}

.custom_timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #B72D78;
    left: 5%;
    margin-left: -1.5px;
}

.custom_timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.custom_timeline > li:before,
.custom_timeline > li:after {
    content: " ";
    display: table;
}

.custom_timeline > li:after {
    clear: both;
}

.custom_timeline > li:before,
.custom_timeline > li:after {
    content: " ";
    display: table;
}

.custom_timeline > li:after {
    clear: both;
}

.custom_timeline > li > .custom_timeline-panel {
    width: 75%;
    float: left;
    border: none;
    border-radius: 10px;
    padding: 20px;
    background: #F2F2F2;
    position: relative;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}

.custom_timeline > li > .custom_timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 5%;
    margin-left: -25px;
    background-color: #7F0056;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom_timeline > li > .custom_timeline-noti-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 5%;
    margin-left: -20px;
    background-color: #B72D78;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom_timeline > li > .custom_timeline-inbox-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    bottom: 96%;
    left: 5%;
    margin-left: -20px;
    background-color: #7F0056;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom_timeline > li > .custom_timeline-inbox-horas {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    bottom: 96%;
    left: 5%;
    margin-left: -20px;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom_timeline > li > .custom_timeline-date {
    color: #9497AE;
    width: 55px;
    min-width: 55px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 10%;
}
.custom_timeline_date{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #9497AE;
}

.custom_timeline > li.custom_timeline-inverted > .custom_timeline-panel {
    float: right;
}


.custom_timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.custom_timeline-badge.success {
    background-color: #3f903f !important;
}

.custom_timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.custom_timeline-badge.danger {
    background-color: #d9534f !important;
}

.custom_timeline-badge.info {
    background-color: #5bc0de !important;
}

.custom_timeline-title {
    margin-top: 0;
    color: inherit;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #6F7287;
}

.custom_timeline-body > p,
.custom_timeline-body > ul {
    margin-bottom: 0;
}

.custom_timeline-body > p + p {
    margin-top: 5px;
}

.custom_timeline-date{
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #9497AE;
}
@media (max-width: 767px) {
    ul.custom_timeline:before {
        left: 40px;
    }

    ul.custom_timeline > li > .custom_timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.custom_timeline > li > .custom_timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.custom_timeline > li > .custom_timeline-panel {
        float: right;
    }

    ul.custom_timeline > li > .custom_timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.custom_timeline > li > .custom_timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}