.sked-tape{
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    
}

.sked-tape__locations,
.sked-tape__hours > ul,
.sked-tape__timeline,
.sked-tape__dates,
.sked-tape__grid  {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sked-tape__aside {
    flex: none;
    min-width: 200px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
    position: relative;
    z-index: 100;
}

.sked-tape__time-wrap{
position: relative;
    background-color: #efefef;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.sked-tape__location {
position: relative;
padding: 0 15px;
line-height: 54px;
height: 54px;
}

.sked-tape__location-jumlah{
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 40px;
border-left: 1px solid #ddd;
text-align: center;
}
.sked-tape__caption {
display: block;
background-color: white;
height: 24px;
position: relative;
top: 0;
text-align: center;
}

.sked-tape--has-dates .sked-tape__caption {
height: 48px;
line-height: 48px;
}

.sked-tape__location:first-child{
border-top: 1px solid #ddd;
}

.sked-tape__location{
border-bottom: 1px solid #ddd;
}

.sked-tape__location-text {
display: inline-block;
width: 140px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}









.sked-tape__time-wrap {
position: relative;
box-shadow: 0 0 6px #ccc;
}

.sked-tape__time-frame {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}

.sked-tape__time-frame:focus {
outline: none;
}

.sked-tape__time-canvas {
position: relative;
}

.sked-tape__hours {
background: white;
-webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
}

.sked-tape__hours > ul {
margin: 0;
padding: 0;
list-style: none;
display: flex;
height: 24px;
align-items: center;
}

.sked-tape__hours > ul > li {
flex: none;
display: block;
position: relative;
min-width: 96px;
width: 96px;
height: 24px;
line-height: 24px;
}

.sked-tape__hours > ul > li > time {
display: block;
position: absolute;
left: 0;
font-size: 13px;
white-space: nowrap;
}

.sked-tape__hours > ul > li:not(:first-child) > time {
-webkit-transform: translateX(-50%);
        transform: translateX(-50%);
}

.sked-tape__hours > ul > li:last-child {
width: 0;
min-width: 0;
}

.sked-tape__hours > ul > li:last-child > time {
-webkit-transform: translateX(-100%);
        transform: translateX(-100%);
}

.sked-tape__timeline-wrap {
position: relative;
}

.sked-tape__timeline {
list-style: none;
margin: 0;
padding: 0;
width: 100%;
border-left: none;
}

.sked-tape__event-row {
position: relative;
background-color: #F4F4F4;
height: 54px;
}

.sked-tape__event-row:nth-child(odd) {
background-color: #FDFDFD;
}

.sked-tape__event-row:first-child {
border-top: 1px solid #E5E5E5;
}

.sked-tape__event-row:last-child {
border-bottom: 1px solid #E5E5E5;
}

.sked-tape__event-row:not(:last-child) {
border-bottom: 0;
}

.sked-tape__gap {
display: block;
height: 53px;
line-height: 1;
position: absolute;
z-index: 4;
white-space: nowrap;
font-size: 12px;
pointer-events: none;
}

.sked-tape__gap-text {
display: block;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
background: white;
border-radius: 0.2em;
padding: 2px;
}

.sked-tape__event {
background: #F2994A;
transition: 200ms background-color;
top: 1px;
bottom: 0;
display: block;
position: absolute;
z-index: 3;
white-space: nowrap;
overflow: hidden;
font-size: 12px;
color: white;
min-width: 10px;
cursor: default;
line-height: 16px;
border-left: 10px solid rgba(0,0,0,0.07);
}

/*.sked-tape__event:hover {
background-color: #e74030;
}*/

.sked-tape__event--low-gap {
background: #00b3b3;
border-left: 10px solid rgba(0,0,0,0.07);
}

.sked-tape__center {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
        transform: translateY(-50%);
display: block;
padding: 0 10px;
}

.sked-tape__grid {
display: flex;
align-items: stretch;
list-style: none;
margin: 0;
padding: 0;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}

.sked-tape__grid > li {
display: block;
margin: 0;
padding: 0;
background-image: linear-gradient(to right, #E5E5E5 1px, #E5E5E5 1px), linear-gradient(to right, #E5E5E5 1px, #E5E5E5 1px), linear-gradient(to right, #E5E5E5 1px, #E5E5E5 1px), linear-gradient(to right, #E5E5E5 1px, #E5E5E5 1px), linear-gradient(to right, #E5E5E5 1px, #E5E5E5 1px);
background-size: 1px 100%, 1px 100%, 1px 100%, 1px 100%, 1px 100%;
background-repeat: no-repeat;
background-position: 0 0, 100% 0, 25% 0, 50% 0, 75% 0;
min-width: 96px;
width: 96px;
}

.sked-tape__indicator {
position: absolute;
z-index: 4;
top: 0;
bottom: 0;
border-left: 1px solid red;
}

.sked-tape__dates {
display: flex;
align-items: stretch;
width: 100%;
list-style: none;
margin: 0;
padding: 0;
}

.sked-tape__date {
display: block;
margin: 0;
padding: 0;
height: 24px;
line-height: 24px;
font-size: 13px;
font-weight: bold;
text-align: center;
overflow: hidden;
white-space: nowrap;
background: #e0e0e0;
}

.sked-tape__date:nth-child(odd) {
background: #eee;
}

.sked-tape__date:before, .sked-tape__date:after {
content: attr(title);
display: block;
width: calc(50% - 20px);
height: inherit;
overflow: hidden;
text-overflow: ellipsis;
}

.sked-tape__date:before {
float: left;
margin-left: 15px;
text-align: left;
}

.sked-tape__date:after {
float: right;
margin-right: 15px;
text-align: right;
}

.sked-tape__date--short:before {
float: none;
width: auto;
margin: 0 5px;
text-align: center;
}

.sked-tape__date--short:after {
display: none;
}