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


.time_pick .btn {
	display: block;
	text-align: center;
	line-height: 32px;
}
.input-group .time_pick .btn, .input-group .time_pick .form-control {
	border-radius: 4px;
}


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

}

.time,
.mins,
.meridian {
	width: 60px;
	float: left;
	margin: 0 4px;
/*
	margin: 0 10px;
*/
	font-size: 20px;
	color: #2d2e2e;
	font-family: arial;
	font-weight: 700;
}


.meridian {
	padding-top:33px;
}

	/*
.prev,
.next {
	cursor: pointer;
	padding: 18px;
	width: 28%;
	border: 1px solid #ccc;
	margin: auto;
	background: url(../images/arrow.png) no-repeat;
	border-radius: 5px;
}
.prev:hover,
.next:hover {
	background-color: #ccc;
}
	*/

#inputMeridian {
	color:#555;
}

.btn-up, .btn-down {
	color:#555;
}





.next {
	background-position: 50% 150%;
}

.prev {
	background-position: 50% -50%;
}

.time_pick {
	position: relative;
	display: inline-block;
}

.timepicker_wrap {


	padding: 8px;
	border-radius: 4px;
	z-index: 1998;
	display: none;
	box-shadow: 2px 2px 5px 0 rgba(50,50,50,0.35);
	background: #f6f6f6;
	border: 1px solid #ccc;
	float: left;
	position: absolute;
	left: 0;
	top: 27px;
	width: 250px;

}

.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::-webkit-outer-spin-button, .timepicker_wrap input.timepicki-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.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: 0;
    	text-align: center;
    	width: 100%;
    	font-size:16px;
    	font-weight:bold;
    	line-height: 32px;
    	height: 32px;
    	padding: 0;
			-moz-appearance: textfield;


}

a.reset_time {
	float: left;
	margin-top: 5px;
	color: #000;
}


.time-footer {
	border-top: 1px solid #ccc;
	text-align: center;
	padding-top:12px;
	margin-top: 7px;
}
.time-footer .btn {
	display: inline-block;
	width: 86px;
	margin: 0 8px;
	font-weight: bold;
}


.time-footer-second {
	margin-top: 7px;
}

.time-footer-second .btn-clear {
	color:#555;
	padding: 0;
	font-weight: normal;
	color: #27e;
}
