﻿.cx-timepicker {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2000;
    background-color: white;
    padding: 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}


.cx-timepicker-table {
    margin: 5px;
    border: 1px solid #E0E0E0;
}

    .cx-timepicker-table th {
        width: 50%;
        border: 1px solid #E0E0E0;
        text-align: center;
    }

    .cx-timepicker-table td {
        padding: 3px 6px 6px 3px;
        border: 1px solid #E0E0E0;
        width: 12.5%;
        cursor: pointer;
    }
