.cal-header {
    border-top: 2px solid #efefef
}

.cal-header img {
    width: 100%;
}

.timeStripLine {
    height: 54px; /* 2x .fre height */
    color: #ccc;
}

/*#divTS .timeStripLine:nth-child(odd) {*/
    /*background-color: #ccc;*/
/*}*/


.timeStripLeft {
    font-size: 10px;
}


#divSchedulingAreaBack {
    position: absolute;
    width: 100%;
    top: -352px;
    left: 30px; /* make room for times on lefthand*/
}

#divSchedulingAreaBack > div {
    border-width: 0px 0px 1px 0px;
    border-bottom-style: solid;
}

.fre {
    height: 27px;
}

/* off hours */
.freRH {
    background-color: #fafafa;
    border-bottom-color: #efefef;
}

/* off hours */
.freRW {
    background-color: #fafafa;
    border-bottom-color: #e0e0e0;
}

/* working hours */
.freWW {
    background-color: #ffffff;
    border-bottom-color: #e0e0e0;
}

/* working hours */
.freWH {
    background-color: #ffffff;
    border-bottom-color: #f0f0f0;
}

.calendarVisualContainer {
    cursor: pointer;
    z-index: 2;
}

.calendarVisualContainer, .calendarVisualElement {
    position: absolute;
    overflow: hidden;
}

.calendarVisualContainer {
    left: 400px;
    transition: left .25s ease-in-out;
}

.calendarVisualContainer.show {
    /*left: 40px;*/
    left: 30px;
}


#divVisualBorderBody {
    border-style: solid;
    font-size: 0px;
    line-height: 0px;
    background-color: #d7e3f3;
    border-color: #999999;
    color: #000000;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    border-width: 0px;

}

.color-light-blue #divVisualBorderBody {
    background-color: #d5edf9;
    border-left: 4px solid #2074bd;
}

.color-red #divVisualBorderBody {
    background-color: #f7e2dd;
    border-left: 4px solid #cf4f27;
}

.color-orange #divVisualBorderBody {
    background-color: #fdeadc;
    border-left: 4px solid #f26d1f;
}

.color-green #divVisualBorderBody {
    background-color: #dbf9ed;
    border-left: 4px solid #177444;
}

.color-blue #divVisualBorderBody {
    background-color: #dde9f5;
    border-left: 4px solid #2074bd;
}



#divVisualTextContainer {
    top: 2px;
    bottom: 2px;
    left: 4px;
    right: 4px;
    z-index: 2;
    color: #555;
}

.schedulingAreaVisual > #divVisualTextContainer > #l1 {
    margin-top: 2px;
    overflow: hidden;
}

.visLn {
    font-size: 8.25pt;
}
.visLn {
    overflow: hidden;
    padding: 0 2px 0 6px;
}

#l1 {
    font-weight: bold;
}


#cal-line {
    z-index: 3;
    border-bottom: 2px solid #f00;
    position: absolute;
    top: -10px;
    height: 1px;
    width: 100%;
    left: 30px;
    transition: top .6s ease-out;
}




#o365-cal-wrapper.entry-0 #cal-line {
    top: 79px;
}

#o365-cal-wrapper.entry-1 #cal-line {
    top: 160px;
}

#o365-cal-wrapper.entry-2 #cal-line {
    top: 295px;
}

#o365-cal-wrapper.entry-3 #cal-line {
    top: 376px;
}

#o365-cal-wrapper.entry-4 #cal-line {
    top: 511px;
}
