#timelineWrap {
    /*background-color:#C7C7C7; */
    padding-bottom: 50px;
    margin: 0 auto;
    /*Don't allow highlighting*/
    -webkit-touch-callout: none;
    /*for mobile*/
    -webkit-user-select: none;
    /*for chrome*/
    -khtml-user-select: none;
    /*for safari*/
    -moz-user-select: none;
    /*for Mozilla*/
    -ms-user-select: none;
    /*for mircosoft*/
    -o-user-select: none;
    /*for opera*/
    user-select: none;
    /*base css ,but not work in all browsers*/
}

#timeline {
    background-color: #afafaf;
    text-align: left;
    position: relative;
    /*helpful so we can position the divs inside over one another */
    height: 0;
    border: 1px solid #000;
    padding-top: 20px;
    /* so that we can click above and move the position bar*/
    margin: 0 auto;
}

#timelinePosBarCont {
    width: 100%;
    height: 100%;
}

#timelineMinLeftCont {
    width: 100%;
    height: 100%;
    float: left;
}

#timelineMinLeftTriangle {
    height: 10px;
    width: 5px;
    top: -40px;
    cursor: col-resize;
    text-align: left;
    z-index: 11;
    left:0px;
    /* width: 3px; */
    position: relative;
}

#timelineMinLeftTriangle img {
    width: 15px;
    left: -9px;
    position: relative;
}

#timelineMinLeftShade {
    background: rgba(0,0,0,0.64);
    z-index: 12;
    float: left;
    position: relative;
    top: -31px;
    height: 100%;
}

#timelineMaxRightCont {
    width: 100%;
    height: 100%;
    float: right;
}

#timelineMaxRightTriangle {
    height: 10px;
    width: 5px;
    top: -40px;
    left:0px;
    cursor: col-resize;
    text-align: right;
    z-index: 11;
    float: right;
    /* width: 3px; */
    position: relative;
}

#timelineMaxRightTriangle img {
    width: 15px;
    left:-3px;
    position: relative;
}

#timelineMaxRightShade {
    background: rgba(0,0,0,0.64);
    z-index: 12;
    float: left;
    position: relative;
    top: -31px;
    height: 100%;
    float: right;
}

.gridLines {
    background-image: linear-gradient(to right,black 0%,transparent 2%,transparent 100%);
}

.imageIconInTimeline {
    padding-top: 4px;
    width: 20px;
    height: 20px;
}

.timelineLock {
    position: absolute;
    z-index: 3;
    margin-left: -26px;
    margin-top: 4px;
    cursor: pointer;
    pointer-events: all;
}

.timelineCopy {
    position: absolute;
    z-index: 3;
    margin-top: 4px;
    cursor: pointer;
    pointer-events: all;
}

.lockedBar {
    background-color: #C7C7C7 !important;
}

.lockImage,.copyImage {
    width: 18px;
}

.tween {
    background-color: #E0CD54;
    float: left;
    position: absolute;
    z-index: 3;
    height: 2px;
    margin-top: 8px;
}

.timelineBar {
    height: 100%;
    float: left;
    background-color: #4876A0;
    z-index: 2;
    cursor: pointer;
    pointer-events: all;
}

/* overwrites timelinebar color to orange for images */
.imageTimelineBar {
    background-color: #FFE750;
}

#timelinePosBar {
    height: 100%;
    cursor: col-resize;
    text-align: left;
    z-index: 10;
    border: 1px solid #FF8A1B;
}

#timelinePosBarHandle {
    background-color:#FF8A1B;
    position: relative;
    height: 20px;
    top: -21px;
    left: -1px;
    padding: 0 3px 0 4px;
}

#timelineTextCont {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 20px;
    /* so that we can click above and move the position bar*/
}

.timelineTextWrap {
    height: 29px;
    padding-bottom: 2px;
    pointer-events: none;
    overflow: hidden;
}

.timelineOverText {
    overflow: hidden;
    color: #FFF;
    margin-left: 10px;
    line-height: 28px;
    font-size: 1.2em;
    cursor: text;
    display: inline;
}

.timelineEnd {
    width: 5px;
    height: 100%;
    float: left;
    background-color: #5C618C;
    z-index: 2;
    cursor: e-resize;
}

.timelineTextBar {
    background-color: #a1aaf3;
    margin: 2px;
    height: 20px;
    border-left: 2px solid blue;
    border-right: 2px solid blue;
    position: relative;
}

.selectedBar {
    background-color: #272A4E;
}

.keyframe {
    float: left;
    position: absolute;
    z-index: 2;
    pointer-events: auto;
}

.keyframe img {
    width: 10px;
}


