﻿.content-panel .glyphicon {
    top: -1px;
}
.content-panel #totalHours {
    margin-top: 50px;
}
.content-panel #totalHours #hours {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1.6px;
}
.content-panel #dayRepresentation {
    text-transform: capitalize;
}
.content-panel #dayRepresentation.long-date {
    font-size: 16px;
    letter-spacing: 1.1px;
}
.content-panel #today {
    position: absolute;
    bottom: 0;
    left: 75px;
}
.content-panel .validationerrors h2.ValidationErrorHeader {
    color: #D71D1D;
}
.content-panel .validationerrors i.fas {
    color: #D71D1D;
    top: 1px;
    margin-right: 15px;
}
.content-panel .bookby-text {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1.28px;
    display: inline;
}
.content-panel .checkbox {
    display: inline;
}

#DifferentUserExplanation {
    display: none;
    color: #ffc107;
    margin-top: 50px;
}
.hideoverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 999;
}