@media only screen and (min-width: 768px){
	.filer-form-time-picker {
		max-width: 130px !important;
		margin-left: -108px !important;
		z-index: 99;
	}

	.bootstrap-timepicker-widget.dropdown-menu {
		max-width: 220px !important;
	}

	.bootstrap-timepicker-minute, .bootstrap-timepicker-hour, .bootstrap-timepicker-second {
		max-width: 50px !important;
	}
}