/*********** Schedule ***************/
.schedule-time {
    width: 100px;
}

.customfield .question {
    font-weight: bold;
}

.schedule_profile {
    xfont-size: 85%;
}

.scheduleTableFull .answer {
    padding-top: 2px;
    padding-bottom: 2px;
}


.schedule_profile_teaser {
    position: relative;
}

.schedule_profile_teaser:after {
    content: "...";
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 75%);
}

tr.warning .schedule_profile_teaser:after { /* #fcf8e3 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(252,248,277, 1) 60%);
}
tr.warning:hover .schedule_profile_teaser:after { /* #faf2cc */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(250,242,204, 1) 60%);
}


tr.info .schedule_profile_teaser:after { /* #d9edf7 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(217,237,247, 1) 60%);
}
tr.info:hover .schedule_profile_teaser:after { /* #c4e3f3 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(196,227,243, 1) 60%);
}


/*********** Schedule Tracks ***************/
.schedule-track {
    border-left: 1px solid #ddd;
}
.table tbody tr > td.schedule-track-followon {
    border-top: none;
}
.table tbody tr > td.schedule-track {
    background-color: #f5f5f5;
}
