﻿.TimePicker {
    position: relative;
}

.selectTimePicker {
    position: absolute;
    z-index: 99;
    box-shadow: 0px 1px 4px 2px #dfdfdf;
    background: #fff;
}

    .selectTimePicker p.timetext {
        width: 100%;
        padding: 5px;
        background: #f08423;
        font-size: 14px;
        text-align: center;
        margin-bottom: 13px !important;
        color: #fff;
    }

    .selectTimePicker input {
        width: 45px;
        border: 0;
        height: 40px;
        text-align: center;
        margin: 5px;
    }

        .selectTimePicker input:focus {
            border: 1px solid #b7b7b7;
        }

        .selectTimePicker input:focus-visible,
        .selectTimePicker button:focus {
            outline: none;
        }

    .selectTimePicker button {
        border: 0;
        background: #f08423;
        font-size: 20px;
        padding: 0px 10px;
    }

.colonsign {
    position: absolute;
    left: 82px;
}

button.okBtn {
    font-size: 16px;
    color: #fff;
    padding: 4px 25px;
}

input.error {
    border: 1px solid red;
}

.selectDisable button {
    pointer-events: none;
}
