.hiddenButton {
    visibility: hidden;
    width: 0px;
    height: 0px;
}

.reportingButton {
    max-width: 150px;
}

.oneSeventhWidth {
    /*width: 14.285714285714285714285714285714% !important;*/
}

.reportingAsOtherUser {
    background-color: #FFFFCC;
}

.noHours {
    opacity: 0.3 !important;
}

.allowInputValidation:invalid{
    box-shadow: 0 0 5px 1px red;
}

.red-day {
    color:red;
}