
/* 
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,
/*Div que contione bonotes y etiqueta de hora*/
.meridian {
	text-align: center;
	width: 33%;
	height:auto;
	float: left;
	font-size: 12px;
	color: #2d2e2e;
	font-family: arial,helvetica;

}
/*botmoes de arriba y abajo*/
.prev,
.next {

	border: 1px #dadada solid;
	text-align: center;
	cursor: pointer;
	padding: 18px;
	width: 9%;
	background: #ededed url(../images/arrow.png) no-repeat;
	

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

}

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

}

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

.time_pick {
	position: relative;

}
/*todo contenedor*/
.timepicker_wrap {
	
	position:relative; 
	padding: 3px 0px 3px 3px;
    text-align: center;
    height: auto;
	display: none;
	box-shadow: 2px 2px 5px 0 rgba(50,50,50,0.35);
	/*background: #f6f6f6;*/
	background: #fff;
	position:absolute; 
	margin-left: 176px;
	margin-top: 36px;
	border:solid 1px #ccc;
	border-radius: 3px;

}
.arrow_top {

	position: absolute;
	top: -10px;
	left: 74px;
	/*background: url(../images/top_arr.png) no-repeat;*/
	width: 18px;
	height: 10px;
	z-index: 2500;
	transform:rotate(0deg);
}
/*input que muestran los digitos*/
input.timepicki-input {

	margin: 0px;
	border:none;
	width: 98%;
	height: 40px;
	background: #dadada;
	text-align: center;
	font-family: arial,helvetica;
	font-size: 12px;
	color: #002e58;
	z-index: 2500;
	font-weight: bold;
}