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

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

.time,
.mins,
.meridian {
	width: 45px;
    float: left;
    margin: 0 8px;
    font-size: 13px;
    color: #2d2e2e;
    font-weight: 700;
}

.prev,
.next {
	cursor: pointer;
	padding: 13px 18px;
	width: 28%;
	/*border: 1px solid #dec10a;*/

	/*border-top: 1px solid #dec10a;
    border-bottom: 1px solid #dec10a;*/

	margin: auto;
	background: url(../img/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 {
	padding: 10px;
	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: 27px;
	left: 0;
}

.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 #FFFFFF;*/
    	border-top: 1px solid #dec10a;
    	border-bottom: 1px solid #dec10a;
    	/*border-radius: 5px 5px 5px 5px;*/
    	float: none;
    	margin: 0;
    	text-align: center;
    	width: 70%;
}
a.reset_time {
	float: left;
    width: 100%;
    margin-top: 5px;
    border-radius: 4px;
    padding: 2px 0px;
    text-decoration: none;
    background: #dec10a;
    text-align: center;
    color: #fff;
