
/* 
Created on: 17 Sep, 2014, 4:29:37 PM
Author: senthil
*/

.ti_tx,
.mi_tx,
.mer_tx {
	width: 100%;
	text-align: center;
	margin: 5px 0 8px 0;
	line-height:0px;
}

.time,
.mins,
.meridian {
	width: 32px;
	float: left;
	margin: 0 3px;
	font-size: 14px;
	color: #2d2e2e;
	font-family: arial;
	font-weight: 700;
}

.prev,
.next {
	cursor: pointer;
	padding: 9px;
	width: 28%;
	border: none !important;
	margin: auto;
	background: url('/AppSite/images/TimePick/arrow.png') no-repeat;
	border-radius: 5px;
}

.prev:hover,
.next:hover {
	background-color: #ccc;
}

.next {
	background-position: 50% 150%;
}

.prev {
	background-position: 50% -50%;
}

.time_pick {
	position: relative;
}

.timepicker_wrap 
{
    width:115px;
	padding: 10px 5px;
	border-radius: 5px;
	z-index: 99999;
	display: none;
	box-shadow: 2px 2px 2px 0 rgba(50,50,50,0.15);
	background: #FFF;
	border: 1px solid #ccc !important;
	float: left;
	position: fixed;
	top: 27px;
	left: 0;
	height:75px;
}

.arrow_top {
	position: absolute;
	top: -10px;
	left: 20px;
	background: url('/AppSite/images/TimePick/arrow.png') no-repeat;
	display:none !important;
	width: 9px;
	height: 5px;
	z-index: 99999;
}
input.timepicki-input {
	background: none repeat scroll 0 0 #FFFFFF;
    	border: 1px solid #CCCCCC !important;
    	border-radius: 5px 5px 5px 5px;
    	float: none;
    	margin: 0;
    	text-align: center;
    	width: 60%;
}
a.reset_time {
	float: left;
	margin-top: 5px;
	color: #000;
}
