
/*
Created on: 17 Sep, 2014, 4:29:37 PM
Author: senthil
*/

.timepicker_wrap .ti_tx,
.timepicker_wrap .mi_tx,
.timepicker_wrap .mer_tx {
	width: 100%;
	text-align: center;
	margin: 5px 0;
}

.timepicker_wrap .time,
.timepicker_wrap .mins,
.timepicker_wrap .meridian {
	width: 40px;
	float: left;
	margin: 0;
	font-size: 20px;
	color: #2d2e2e;
	font-family: arial;
	font-weight: 700;
}

.timepicker_wrap .time {
	border-right: 1px solid #eee;
}

.timepicker_wrap .prev,
.timepicker_wrap .next {
	cursor: pointer;
	padding: 15px;
	margin: auto;
}

.timepicker_wrap .prev:hover,
.timepicker_wrap .next:hover {
	background-color: #eee;
}

.timepicker_wrap .next {
	background: url('../../img/caret.svg') no-repeat center center;
}

.timepicker_wrap .prev {
	background: url('../../img/caret.svg') no-repeat center center;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	position: relative;
	left: 1px;
}

.time_pick {
	position: relative;
	display: inline-block;
}

.timepicker_wrap {
	padding: 6px;
	z-index: 998;
	display: none;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	background: #f8f8f8;
	float: left;
	position: absolute;
	top: 27px;
	left: 0;
	width: 81px;
}

.timepicker_wrap .arrow_top {
	position: absolute;
	top: -10px;
	left: 20px;
	background: url(../images/top_arr.png) no-repeat;
	width: 18px;
	height: 10px;
	z-index: 999;
}
.timepicker_wrap input.timepicki-input {
	float: none;
	margin: 0;
	text-align: center;
	width: 100% !important;
	position: static !important;
	padding: 0 !important;
	display: block;
	background: none !important;
}
.timepicker_wrap a.reset_time {
	float: left;
	margin-top: 5px;
	color: #000;
}
