
/*
Created on: 17 Sep, 2014, 4:29:37 PM
Author: senthil
*/

.ti_tx,
.mi_tx,
.mer_tx {
	width: 100%;
	text-align: center;
	margin: 10px auto;
}

.time,
.mins,
.meridian {
	width: 40%;
	float: left;
	margin: 0 5px;
	font-size: 20px;
	color: rgba(var(--hitam), 0.80);
}

.prev,
.next {
	cursor: pointer;
	padding: 10px;
	width: 24px;
	border: 0px solid #ccc;
	margin: auto;
	background: url(/img/timepicki.png) no-repeat;
	border-radius: 5px;
}

.prev:hover,
.next:hover {
	background-color: #ccc;
}

.next {
	background-position: 50% 105%;
}

.prev {
	background-position: 50% 5px;
}

.time_pick {
	position: relative;
}

.timepicker_wrap {
	padding: 10px;
	border-radius: 5px;
	z-index: 998;
	display: none;
	box-shadow: 2px 2px 5px 0 rgba(var(--hitam), 0.35);
	background: rgba(var(--putih), 1.00);
	border: 1px solid #ccc;
	float: left;
	position: absolute;
	top: 0px;
	left: 0;
	width: 125px;
}

.arrow_top {
	position: absolute;
	top: -10px;
	left: 20px;
	/* background: url(/img/top_arr.png) no-repeat; */
	width: 18px;
	height: 10px;
	z-index: 999;
}
input.timepicki-input {
	background: none repeat scroll 0 0 rgba(var(--putih), 1.00);
    	border: 1px solid #CCCCCC;
    	border-radius: 5px 5px 5px 5px;
    	float: none;
    	margin: 0;
    	text-align: center;
    	width: 100%;
}
a.reset_time {
	float: left;
	margin-top: 5px;
	color: rgba(var(--hitam), 1.00);
}
