﻿.dx-list-group-body.dx-list-item {
    overflow: hidden;
    text-overflow: ellipsis;
}

#jumpto {
    /*border-left: 1px solid #f79239;*/
    border-left: solid 1px lightgrey;
    position: absolute;
    top: 50px;
    right: 0;
    padding: 10px 20px 20px 20px;
    bottom: 0;
    width: 210px;
    background-color: #fff;
    /*box-shadow: -30px 0px 30px -30px rgba(0,0,0,0.2);*/
}

#expandTimelineItem {
    float: right;
    cursor: pointer;
    padding: 0px;
    width: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;    
}

.center-timeline-layout-box .dx-list-group-body .dx-list-item {
    margin-top: 20px;
    margin-bottom: 20px;
    transform: translate(0, 0);
    padding: 5px 5px 10px 5px;
    cursor: default;
    background-color: #fff;
    border: 1px solid rgba(248, 248, 248, 0.11);
    border-radius: 2px;
    box-shadow: 0 1.6px 3.6px 0 rgba(0,0,0,0.132), 0 0.3px 0.9px 0 rgba(0,0,0,0.108);
    -webkit-box-shadow: 0 1.6px 3.6px 0 rgba(0,0,0,0.132), 0 0.3px 0.9px 0 rgba(0,0,0,0.108);    
}

.center-timeline-layout-box .dx-scrollable-content {
    padding-right: 20px;
    padding-left: 20px;
}

.center-timeline-layout-box .type-circle {
    display: inline-block;
    background: #00a6e9;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    left: 9px;
    color: white;
    border-radius: 50%;
}

    .center-timeline-layout-box .type-circle .type-text {
        text-align: center;
        line-height: 40px;
    }


/* Sidebar css */
.left-timeline-layout-hidden {
    left: -260px;
}

.left-timeline-layout-visible {
    left: 0;
}

.left-timeline-layout-box {
    position: absolute;
    top: 50px;
    bottom: 0;
    width: 300px;
    height: auto;
    /*border-right: 1px solid #f79239;*/
    border-right: solid 1px lightgrey;
    z-index: 1;
    background-color: #fff;
    /*box-shadow: 30px 0px 30px -30px rgba(0,0,0,0.2);*/
}

.center-timeline-layout-box {
    position: absolute;
    top: 50px;
    left: 300px;
    right: 250px;
    padding: 0px;
    bottom: 0;
    width: auto;
    height: 100%; 
    background-color: transparent!important;
}

.center-timeline-hidden-sidebar {
    left: 40px;
}

.left-timeline-content-hidden {
    margin-bottom: 10px;
    margin-top: 10px;
    display: none;
}

.left-timeline-content-visible {
    margin-top: 10px;
    display: block;
}

@media screen and (max-width: 1023px) {
    #jumpto {
        display: none;
    }

    .center-timeline-layout-box {
        right: 0;
    }
}
