piq-time-picker .uib-datepicker-popup {
    display: none !important;
}

.piqPicker > .form-control{
    box-shadow: 0px 3px 6px #424242;
    background: #D9D9D9;
    color: #424242;
    font-weight: 500;
    font-size: 16px;
    border-radius: 10px;
    padding: 10px 12px 7px;
    border: 0;
    width: 100%;
    height: 35px;
    -webkit-appearance: none;
    font-family: 'Eurostile LT Std Oblique';
    font-family: 'EurostileLTStd Roman';
    height: calc(1.6em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
}