﻿ul.bookings {
    margin-top: 8px;
}

ul.bookings > li {
    border-bottom: 1px solid #eee;
    padding: 4px 2px;
    cursor: pointer;
}

ul.bookings > li > div {
    padding-left: 8px; 
    border-left-style: solid; 
    border-left-width: 4px;     
    border-top-left-radius: 4px; 
    border-bottom-left-radius: 4px;
}

.bookings > li:nth-child(odd) {
    background-color: #fafafa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.bookings li.NoReservation {
    background-color: #ddd;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.bookings li:last-of-type {
    border-bottom: 0px none transparent;
}

.calendar-control {
    width: 300px; 
    margin: 0 auto; 
    font-size: 18px; 
    text-align: center; 
    line-height: 36px; 
    height: 36px; 
    cursor: pointer;
}

.calendar-control {
    color: #000;
}

.calendar-control > div:hover {
    color: #008500;
}

.calendar {
    border: 3px solid #aaa;
    box-shadow: #ccc 0px 0px 10px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

ul.times {
}

.time-standard {
    float: left;
    width: 30px;
    margin: 6px;
    cursor: pointer;
}

.endtime-list .time-standard {
    width: 46px;
    text-align: center;
}

.confirmation .label {
    display: inline-block;
    width: 70px;
    font-size: 13px;
    color: #333;
}

.negative {
    color: #990000;
    font-weight: bold;
}

ul.leftborderlist li {
    padding: 0;
    border-left-width: 1px;
}

.leftborder {
    border-left: 5px solid #aaa;
    border-radius: 4px;
    padding: 3px 11px;
}

.hoverRed {
    background-color: #d9534f; 
    border-radius: 6px;
    color: white; 
    cursor: pointer;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    border-left: 1px solid #aaa;
    border-top: 1px solid #aaa;
}
.hoverRed:hover {
    background-color: red;
}

.NoReservation {
    background: repeating-linear-gradient(315deg, #e4e4e4, #e4e4e4 3px, #fff 3px, #fff 6px);
}

.limits {
    font-style: italic;
    font-weight: bold;
}

.bookingImage {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 2px;
    max-width: 30%;
    float: right;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 12px;
}