
.side-route{
    font-size: 15px;
    padding-right: 18px
}
body{
    margin-top:20px !important;
    background:#eee !important;
}

.timeline {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
}

.timeline:before {
    content: '' !important;
    position: absolute !important;
    top: 5px !important;
    bottom: 5px !important;
    width: 5px !important;
    background: #2d353c !important;
    left: 25% !important;
    margin-left: -2.5px !important;
}

.timeline>li {
    position: relative !important;
    min-height: 50px !important;
    padding: 20px 0 !important;
}

.timeline .timeline-time {
    position: absolute !important;
    left: 0 !important;
    width: 22% !important;
    text-align: right !important;
    top: 30px
}

.timeline .timeline-time .date,
.timeline .timeline-time .time {
    display: block !important;
    font-weight: 600 !important;
}

.timeline .timeline-time .date {
    line-height: 16px !important;
    font-size: 12px !important;
}

.timeline .timeline-time .time {
    line-height: 24px !important;
    font-size: 20px !important;
    color: #242a30 !important;
}

.timeline .timeline-icon {
    left: 20% !important;
    position: absolute !important;
    width: 10% !important;
    text-align: center !important;
    top: 40px !important;
}

.timeline .timeline-icon a {
    text-decoration: none !important;
    width: 20px !important;
    height: 20px !important;
    display: inline-block !important;
    border-radius: 20px !important;
    background: #d9e0e7 !important;
    line-height: 10px !important;
    color: #fff !important;
    font-size: 14px !important;
    border: 5px solid #2d353c !important;
    transition: border-color .2s linear
}

.timeline .timeline-body {
    margin-left: 28% !important;
    margin-right: 5% !important;
    background: #fff !important;
    position: relative !important;
    padding: 20px 25px !important;
    border-radius: 6px !important;
}

.timeline .timeline-body:before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    border: 10px solid transparent !important;
    border-right-color: #fff !important;
    left: -20px !important;
    top: 20px !important;
}

.timeline .timeline-body>div+div {
    margin-top: 15px !important;
}

.timeline .timeline-body>div+div:last-child {
    margin-bottom: -20px !important;
    padding-bottom: 20px !important;
    border-radius: 0 0 6px 6px !important;
}

.timeline-header {
    padding-bottom: 10px !important;
    border-bottom: 1px solid #e2e7eb !important;
    line-height: 30px !important;
}

.timeline-header .userimage {
    float: left !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 40px !important;
    overflow: hidden !important;
    margin: -2px 10px -2px 0 !important;
}

.timeline-header .username {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.timeline-header .username,
.timeline-header .username a {
    color: #2d353c !important;
}

.timeline img {
    max-width: 100% !important;
    display: block !important;
}

.timeline-content {
    letter-spacing: .25px !important;
    line-height: 18px !important;
    font-size: 13px !important;
}

.timeline-content:after,
.timeline-content:before {
    content: '' !important;
    display: table !important;
    clear: both !important;
}

.timeline-title {
    margin-top: 0 !important;
}

.timeline-footer {
    background: #fff !important;
    border-top: 1px solid #e2e7ec !important;
    padding-top: 15px !important;
}

.timeline-footer a:not(.btn) {
    color: #575d63 !important;
}

.timeline-footer a:not(.btn):focus,
.timeline-footer a:not(.btn):hover {
    color: #2d353c !important;
}

.timeline-likes {
    color: #6d767f !important;
    font-weight: 600 !important;
    font-size: 12px !important;
}

.timeline-likes .stats-right {
    float: right !important;
}

.timeline-likes .stats-total {
    display: inline-block !important;
    line-height: 20px !important;
}

.timeline-likes .stats-icon {
    float: left !important;
    margin-right: 5px !important;
    font-size: 9px !important;
}

.timeline-likes .stats-icon+.stats-icon {
    margin-left: -2px !important;
}

.timeline-likes .stats-text {
    line-height: 20px !important;
}

.timeline-likes .stats-text+.stats-text {
    margin-left: 15px !important;
}

.timeline-comment-box {
    background: #f2f3f4 !important;
    margin-left: -25px !important;
    margin-right: -25px !important;
    padding: 20px 25px !important;
}

.timeline-comment-box .user {
    float: left !important;
    width: 34px !important;
    height: 34px !important;
    overflow: hidden !important;
    border-radius: 30px !important;
}

.timeline-comment-box .user img {
    max-width: 100% !important;
    max-height: 100% !important;
}

.timeline-comment-box .user+.input {
    margin-left: 44px !important;
}

.lead {
    margin-bottom: 20px !important;
    font-size: 21px !important;
    font-weight: 300 !important;
    line-height: 1.4 !important;
}

.text-danger, .text-red {
    color: #ff5b57!important;
}
