input::-webkit-calendar-picker-indicator{ display: none; }
input.srtimepicker::-webkit-input-placeholder{ font-size:10px; }
.srtimepicker {display:inline-block;text-align:left;cursor:pointer;background-position:right center;background-repeat:no-repeat;background-size:contain;overflow:hidden;min-width:30px}
input.srtimepicker.sr-timepicker-1 {min-width:60px;}

#sr-timepicker {
  user-select:none;-webkit-user-select:none;-moz-user-select:none;
  position:fixed;left:50%;top:50%;transform:Translate(-50%, -50%);
  text-align:left;width:170px;font-size:14px;line-height:30px;z-index:100;
  background:#fff;color:#666;border:0;border-radius:2px;box-shadow:1px 1px 3px rgba(0,0,0,0.4);overflow:hidden;
  border:1px solid #114779;border-radius:2px;
}

.sr-timepicker-line, #sr-timepicker-time {width:100%;height:30px;line-height:30px;text-align:left;padding:2px;margin:0 2px 0 0;}
#sr-timepicker-time {width:100%;height:30px;line-height:30px;text-align:left;padding:2px;margin:0 2px 0 0;background:#efefef;border:1px solid #dcdcdc;border-left:0;border-right:0;}
.sr-timepicker-box {width:45px;height:25px;line-height:25px;text-align:center;border-radius:2px;margin:0 1px;display:inline-block;}

.sr-timepicker-button {margin-right:2px;display:inline-block;width:45px;text-align:center;border:1px solid #114779;width:60px;height:25px;line-height:25px;margin:1px 2px;text-align:center;display:inline-block;border-radius:2px;cursor:pointer;box-sizing:border-box;background:#114779;color:#fff;display:inline-block;font-size:14px;}
#sr-timepicker-minute-plus, #sr-timepicker-minute-minus,#sr-timepicker-hour-plus, #sr-timepicker-hour-minus {width:45px;margin-right:3px;}
#sr-timepicker-hour, #sr-timepicker-minute {width:42px;}
#sr-timepicker-hour {margin-left:3px;margin-right:2px;} #sr-timepicker-minute {margin-right:2px;}
#sr-timepicker-close {float:right;margin-right:2px;width:25px;float:right;background-size:contain;background-image:url('srTimePicker/close.png');}

#sr-timepicker.sr-move-left { transform:translateX(-100%); } #sr-timepicker.sr-move-right { transform:translateX(100%); }

.sr-timepicker-counter,#timepicker-hour-plus,#timepicker-hour-minus,#timepicker-minute-plus,#timepicker-minute-minus {width:45px;display:inline-block;text-align:center;vertical-align:middle;font-size:14px !important;margin-right:2px;}
#sr-timepicker-body {background:#fff;color:#666;width:100%;line-height:30px;padding:0 3px 2px 3px;line-height: normal;}

#sr-timepicker-ampm {margin:0 0 0 13px;width:45px;}
.sr-timepicker-button.sr-timepicker-half {width:75px;}

.sr-hide {width:0;height:0;display:none;visibility: hidden;}

@media print {#sr-timepicker {display:none;visibility:hidden;width:0;height:0;margin:0;padding:0;}}