
/*
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;
}
.mi_tx input,.ti_tx input,.mer_tx input{
    height: 25px !important;
}
.time,
.mins,
.meridian {
	width: 60px;
	float: left;
	margin: 0 10px 10px;
	color: #2d2e2e;
	font-family: 'Raleway', sans-serif;
}
.prev,
.next {
	cursor: pointer;
	margin: auto;
	border-radius: 5px;
	font-family: FontAwesome;
	font-size: 10px;
	text-align: center;
    padding: 3px 14px 3px 14px;
}
.next {
	background-position: 50% 150%;
}
.next:before {
	content: "\f068";
}
.prev {
	background-position: 50% -50%;
}
.prev:before {
	content: "\f067";
}
.time_pick {
	position: relative;
}
.timepicker_wrap {
	padding: 10px 5px;
	border-radius: 5px;
	z-index: 998;
	display: none;
	box-shadow: 2px 2px 5px 0 rgba(50,50,50,0.35);
	background: rgba(0, 0, 0, 0.75);
	float: left;
	position: absolute;
	top: 27px;
	right: 0;
	width: 250px;
}
.arrow_top {
	position: absolute;
	top: -10px;
	left: 20px;
	width: 18px;
	height: 10px;
	z-index: 999;
}
input.timepicki-input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    float: none;
    margin: 0 !important;
    text-align: center;
    width: 70%;
}
a.reset_time {
	float: left;
	margin-top: 5px;
	color: #000;
}
.button.closeTimepicker {
    display: inline-block;
    width: 91%;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}