﻿div.timeline > .header {
    border-bottom: 2px solid #454546;
    margin-bottom: 10px;
    padding: 10px;
    text-transform: uppercase;
}

div.timeline > .text {
    margin-left: 10px;
    min-height: 15px;
    padding-left: 80px;
    padding-right: 15px;
    position: relative;
}

div.timeline > .text:after {
    background-color: #585858;
    bottom: 0;
    content: "";
    display: block;
    left: 50px;
    min-height: 15px;
    position: absolute;
    top: 0;
    width: 1px;
}

div.timeline > .month {
    background-color: #9CA270;
    border-radius: 15px;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 10px;
    min-width: 100px;
    padding: 2px 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

div.timeline > .month:after {
    background-color: #585858;
    bottom: -15px;
    content: "";
    display: block;
    height: 15px;
    left: 50px;
    position: absolute;
    width: 1px;
}

div.timeline > .event:after {
    background-color: #585858;
    bottom: -15px;
    content: "";
    display: block;
    left: 50px;
    min-height: 15px;
    position: absolute;
    top: 60px;
    width: 1px;
}

div.timeline > .event {
    margin-bottom: 15px;
    margin-left: 10px;
    min-height: 60px;
    padding-right: 15px;
    position: relative;
}

div.timeline > .event.selected {
    background-color: #272728;
    margin-right: 15px;
    padding-right: 0;
}

div.timeline > .event.selected:before {
    border-bottom: 30px solid transparent;
    border-left: 15px solid #272728;
    border-top: 30px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -15px;
    width: 0;
}

div.timeline > .event .date {
    color: #d2d2d3;
    display: inline-block;
    line-height: initial;
    padding-bottom: 5px;
    padding-left: 35px;
    padding-top: 5px;
}

div.timeline > .event:hover .date { color: #ffffff; }

body > div.menu > div.group div.icon {
    background-position: 5px 50%;
    background-repeat: no-repeat;
    display: inline-block;
    height: 48px;
    vertical-align: middle;
    width: 48px;
}

div.timeline > .event .date .month-day {
    display: block;
    font-size: 200%;
    text-align: center;
    width: 100%;
}

div.timeline > .event .date .week-day {
    display: block;
    text-align: center;
    width: 100%;
}

div.timeline > .event .content .duration { color: #6D6D6D; }

body > div.menu > div.group div.icon.docs { background-image: url('/Images/icons/navigation/docs.svg'); }

div.timeline > .event .content {
    margin-left: 80px;
    margin-top: -60px;
    padding-top: 15px;
}


div.timeline-icon-wrapper .delimiter {
    border-left: 1px solid #535354;
    height: 12px;
    margin: 2px 6px;
}