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

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

.time_pick .time,
.time_pick .mins {
	width: 36px;
	float: left;
	color: #000000;
}

.time_pick .meridian {
	width: 38px;
	float: left;
	color: #000000;
}


.time_pick .time{
	margin-right:24px;
}

.time_pick .time::after{
	content:":";
	position:absolute; top:59.5px; left:84px;
	font-size:18px; font-weight:400;
	width:5px;
}

.time_pick .mins{
	margin-left:29px;
	margin-right:43px;
}


.time_pick .prev,
.time_pick .next {
	cursor: pointer;
	width: 36px; height:36px;
	margin: auto;
}

.time_pick .prev{
	background: url(/assets/images/sub_inquire/time_arrow_top.png) no-repeat;
}

.time_pick .next{
	background: url(/assets/images/sub_inquire/time_arrow_down.png) no-repeat;
}

.meridian .prev, .meridian .next{
	margin: 0 1px;
}

.time_pick .prev:hover,
.time_pick .next:hover {
	background-color: #ECECEC;
	border-radius:999px;
}

.time_pick {
	position: relative;
    height: 100%;
}

.time_pick .timepicker_wrap {
	padding: 10px 24px;
	border-radius: 12px;
	z-index: 998;
	display: none;
	/* box-shadow: 2px 2px 5px 0 rgba(50,50,50,0.35); */
	box-shadow:0 3px 12px rgba(0, 0, 0, 0.2);
	background: #ffffff;
	/* border: 1px solid #ccc; */
	float: left;
	position: absolute;
	top: 68px !important;
	left: 0;
	/* width:254px; */
	/* width:400px; */
}

.time_pick .arrow_top {
	/* position: absolute;
	top: -10px;
	left: 20px;
	background: url(/assets/images/sub_inquire/time_top_arr.png) no-repeat;
	width: 18px;
	height: 10px;
	z-index: 999; */
}
.time_pick input.timepicki-input {
	background: none repeat scroll 0 0 #FFFFFF;
	border:0px;
	/* border: 1px solid #CCCCCC; */
	/* border-radius: 5px 5px 5px 5px; */
	float: none;
	margin: 0;
	text-align: center;
	width:100%;
	/* width: 70%; */
	/* width:26px;
	height:29px; */
	font-size:24px;
	font-weight: 400;
	padding:0;
}
.time_pick a.reset_time {
	float: left;
	margin-top: 5px;
	color: #000;
}