.timepicker_container {
	position: relative;
}

.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}

.timepicker_popover .input_micro {
	border-radius: 2px;
	padding: 2px 4px;
	text-align: center;
	width: 30px;
}

.timepicker_popover {
	border: 1px solid #ddd;
	border-radius: 4px;
	position: absolute;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 1000;
	box-shadow: 5px 5px 2px #b8b8b8;
}

.timepicker_container:not(.open) .timepicker_popover{
	display: none;
}

.timepicker_container.open .timepicker_popover{
	display: block;
}

.timepicker_popover table.table {
	margin: 0;
}

.timepicker_popover table.table tbody tr td {
	background-color: #fff;
	border: none;
}

.timepicker_popover .time_separator {
	padding: 0;
	font-weight: bold;
	font-size: 22px;
}

.timepicker_popover .btn-close-popover {
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    right: 2px;
    top: -2px;
	cursor: pointer;
}

.timepicker_popover table td {
	vertical-align: middle;
	text-align: center;
}

.pickprevious.icomoon,
.picknext.icomoon {
	cursor: pointer;
	font-size: 12px;
}

.pickprevious {
	position: relative;
}