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

.time_pick {
	position: relative;
}

.timepicker_wrap {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	z-index: 998;
	display: none;
	box-shadow: 2px 2px 5px 0 rgba(50,50,50,0.35);
	background: #f6f6f6;
	border: 1px solid #ccc;
	float: left;
	position: absolute;
	top: -125px !important;
	left: 0;
}

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

.timepicker_wrap .time,
.timepicker_wrap .mins,
.timepicker_wrap .meridian {
	width: 33.333333333%;
	float: left;
	margin: 0;
	padding: 0 6%;
	box-sizing: border-box;
	font-size: 20px;
	color: #2d2e2e;
	font-family: arial;
	font-weight: 700;
}

.timepicker_wrap .prev,
.timepicker_wrap .next {
	cursor: pointer;
	padding: 0;
	width: 100%;
	height: 35px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin: auto;
	border-radius: 5px;
	background-position: center;
	background-size: 17px;
	background-repeat: no-repeat;
	background-color: #ffde00;
}

.timepicker_wrap .prev:hover,
.timepicker_wrap .next:hover {
/*	background-color: #ccc;*/
}

.timepicker_wrap .next {
     background-image: url(../images/up_arrow.png);
}

.timepicker_wrap .prev {
     background-image: url(../images/btm_arrow.png); 
}

.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 {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	float: none;
	margin: 5px auto;
	text-align: center;
	display: block;
	width: 70%;
	font-weight: bold;
	color: #1e0c72;
}
.timepicker_wrap a.reset_time {
	float: left;
	margin-top: 5px;
	color: #000;
}
