.validationMessages {
    list-style: none;
    color:red;
    margin-left: 0;
}

.calendarIconPosition {
    margin: 5px;
    width: 20px;
}

.iconForm {
    width: 30px;
    margin: 5px;
}

.hiddenElement {
    display: none;
}

.calendarIconOnly {
    position: absolute;
    cursor:pointer;
    width: 16px;
}

.pickerRoot {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
}

.iconPickerRoot {
    position: relative;
}

.picker {
    position: fixed;
    box-shadow: rgba(0,0,0,0.4) 0px 0px 5px 0px;
    /* width: 450px; */
    height: 275px;
    z-index: 9999;
    background: #fff;
    user-select: none;
    -ms-user-select: none;
    color: #000;
}

.pickerInner {
    margin: 15px;
    display:flex;
}

.datePicker {
    width: 212px;

}

.hr {
    border-left: 1px solid #eaeaea;
    height: 278px;
    margin-top: -14px;
    margin-left: 0px;
    margin-right: 0px;
}

.timePicker {
    margin-left: 12px;
    width: 200px;
    display:flex;
}

.timePickerAm {
    width: 50%;
}

.timePickerPm {
    width: 50%;
}

.datePickerHeader {
    display: inline-flex;
    width: 100%;
}

.datePickerHeaderTitle {
    flex-grow: 1;
    padding-left: 5px;
    padding-right: 5px;
    height: 28px;
    color: #222;
}

.datePickerHeaderActions {
    align-self: flex-end;
    margin-right: 12px;
    height: 28px;
    position:relative;
    top: -10px;
}

.datePickerHeaderActions button {
    color: #222;
}

.datePickerTable {
    margin-top: 4px;
    margin-right: 12px;
    user-select: none;
    -ms-user-select: none;
}

.datePickerWeekday {
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    user-select: none;
    -ms-user-select: none;
}

.datePickerToday {
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 12px;
    background: #0078d4;
    color: #fff;
    cursor: pointer;
    user-select: none;
    -ms-user-select: none;
}

.datePickerTodaySelected {
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 12px;
    background: #0078d4;
    outline: 2px solid #c7e0f4;
    color: #fff;
    cursor: pointer;
    user-select: none;
    -ms-user-select: none;
}


.datePickerToday:hover {
    outline: 2px solid #eaeaea;
}

.datePickerWeekdaySelected {
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 12px;
    background: #c7e0f4;
    color: #000;
    cursor: pointer;
    user-select: none;
    -ms-user-select: none;
}

.datePickerWeekday:hover {
    background: #eaeaea;
}

.datePickerWeekdayUnfocused {
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    color: #666666;
}

.datePickerWeekdayUnfocused:hover {
    background: #eaeaea;
}

.timePickerTime {
    font-size: 12px;
    height: 10px;
    width: 38px;
    text-align: center;
    user-select: none;
    -ms-user-select: none;
}

.timePickerTimeSelectedStart {
    background: #50C878;
    color: #fff;
    cursor: pointer;
}

.timePickerTimeSelectedStart:hover {
    outline: 2px solid #eaeaea;
}

.timePickerTimeSelectedEnd {
    background: #0078d4;
    color: #fff;
    cursor: pointer;
}

.timePickerTimeSelectedEnd:hover {
    outline: 2px solid #eaeaea;
}

.timePickerTimeDuring {
    outline: 2px solid #eeeeee;
    cursor: pointer;
}

.timePickerTimeDuring:hover {
    background: #eaeaea;
    cursor: pointer;
}

.timePickerTimeSlot:hover {
    background: #eaeaea;
    cursor: pointer;
}

.underlay {
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: transparent;
    z-index: -1;
}

.calendarIcon {
    position: absolute;
    right: 10px;
    top: 6px;
    cursor: pointer;
    width: 16px;
}
