﻿.staticLineBar {
   
    height: 100%;
    position: absolute;
   
}
.EventlinebarDiv {
   
    height: 100%;
    position: absolute;
   
}

.lineBar {
    position: absolute;
    /*left: 100px;*/
    /*transform: translateX(70px);*/
    width: 2px;
    height: 100%;
    background-color: green;
    transition: all 0.25s;
    z-index:1050;
}

.EventNotelineBar {
    position: absolute;
    /*left: 100px;*/
    left: 611px;
    width: 3px;
    height: 100%;
    background-color: yellow;
    transition: all 0.25s;
    cursor: pointer;
}

    .EventNotelineBar:hover {
        /*left: 100px;*/
        left: 611px;
        width: 3px;
        height: 100%;
        background-color: red;
        transition: all 0.25s;
        cursor: pointer;
    }
.EventLine {
    position: absolute;
    /*left: 100px;*/
    left: 611px;
    width: 3px;
    height: 100%;
    background-color: yellow;
    transition: all 0.25s;
    cursor: pointer;
    z-index: 1000;
}
    .EventLine:hover {
        /*left: 100px;*/
        left: 611px;
        width: 3px;
        height: 100%;
        background-color: red;
        transition: all 0.25s;
        cursor: pointer;
    }
.Ebrush {
    position: absolute;
    height: 100%;
    transition: all 0.25s;
    opacity: 20%;
}

.noteViewertag {
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: white;
    border-radius: 5px;
    opacity: 85%;
    padding: 5px;
    width: 150px !important
}