.day {
    float: left;
    padding: 0 10px;
    width: 185px;
}

.day span {
    text-align: center;
}

.day .slot {
    padding: 0 5px;
    border: 1px solid #fff;
}

.calendar .day .slot .time {
    width: 89px;
    background-color: #f3f3f3;
}

.calendar .day .slot .time {
    width: 163px;
}

.day .slot.reserved .time {
    background-color: #a50808;
    color: #fff;
    /*font-size: 16px;*/
    font-weight: bold;
    text-align: center;
}

.day span,
.day button {
    float: left;
    line-height: 25px;
    padding: 5px 10px;
}

.day button {
    border: none;
}

.day .slot .request {
    background-color: #090;
    color: #fff;
    cursor: pointer;
}

.day .slot.reserved .request {
    background-color: #ccc;
    color: #ccc;
    cursor: not-allowed;
}

.day .slot .request:hover {
    background-color: #ccc;
}

.day .day-name {
    font-size: 15px;
    width: 170px;
    padding: 0;
}

.calendar .day .slot .icon {
    background-color: #f4f4f4;
    background-position: 0 8px;
    background-repeat: no-repeat;
    background-size: 17px auto;
    cursor: pointer;
    height: 35px;
    width: 54px;
    color: #fff;
    border: none;
    padding: 0;
    float: left;
}

.calendar .day .slot .icon:hover {
    color: #a50808;
}

.calendar .day .slot .icon.view:hover,
.calendar .day .slot .icon.delete:hover,
.calendar .day .slot .icon.accept:hover {
    background-color: #c3c3b3;
}

.calendar .day .slot .icon.view {
    background-color: #f90;
    background-size: 21px auto;
    line-height: 3;
    text-align: center;
}

.calendar .day .slot .icon.delete {
    background-color: #a50808;
}

.calendar .day .slot .icon.accept {
    background-color: #090;
}

.calendar .day .slot {
    background-color: #F3F3F3;
    padding: 0;
}

.calendar .day .slot.reserved .time {
    background-color: #a50808;
}

.calendar .day .slot.reserved .time {
    font-size: 12px;
}

.calendar .day .slot.has-req {
    cursor: pointer;
}

.calendar .day .slot.has-req .time {
    background-color: #060;
    color: #fff;
    width: 100%;
}

.slot .buttons {
    background-color: #ccc;
    display: none;
    position: absolute;
    width: 100%;
}

.light-box {
    height: 100%;
    position: fixed;
    width: 980px;
    z-index: 100;
    top: 0;
    display: none;
}

.light-box form {
    margin: 20% 40%;
    border: 2px solid #ccc;
    background-color: #ccc;
    width: 325px;
    padding: 5px;
}

.light-box textarea {
    width: 311px;
    height: 151px;
    background-color: #f3f3f3;
    border-radius: 5px;
    padding: 10px;
}

.light-box form input {
    border-radius: 5px;
    margin-left: 138px;
    margin-top: 5px;
    padding: 4px 10px;
    border: none;
}

.light-box form input:hover {
    background-color: #c3c3c3;
}

.light-box .close {
    margin-bottom: 4px;
    margin-right: 5px;
}

.calendar .days-cont {
    float: left;
    width: auto;
}

.time {
    position: relative;
}

.buttons {
    z-index: 10;
    top: 0px;
    left: 0px;
}
