
/* 
Created on: 17 Sep, 2014, 4:29:37 PM
Author: senthil
*/
.timepicker{
	cursor: default;
}
.ti_tx,
.mi_tx,
.mer_tx {
	width: 100%;
	text-align: center;
	margin: 10px 0;
}

.time,
.mins,
.meridian {
	width: 38px;
	float: left;
	margin: 0 5px;
	font-size: 16px;
	color: #003449;
	font-weight: 530;
	text-align: center;
}

.prev,
.next {
	cursor: pointer;
	padding: 10px;
    width: 35px;
    height: 35px;
    border: 1px solid #D1D1D1;
	margin: auto;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	font-family: 'Font Awesome 5 Pro';
    font-weight: 530;
	border-radius: 5px;
}

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

.next::before {
	content: "\f078";
}

.prev::before {
	content: "\f077";
}

.time_pick {
	position: relative;
}

.timepicker_wrap {
	padding: 10px;
	border-radius: 5px;
	z-index: 998;
	display: none;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border: 0px solid transparent;
	float: left;
	position: absolute;
	top: 27px;
	left: 0;
}

.arrow_top {
	position: absolute;
	top: -10px;
	left: 20px;
	background: url(../images/top_arr.png) no-repeat;
	width: 18px;
	height: 10px;
	z-index: 999;
}
input.timepicki-input {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D1D1D1;
    border-radius: 5px;
    float: none;
    margin: 0;
    text-align: center;
    width: 35px;
    height: 35px;
}
a.reset_time {
	float: left;
	margin-top: 10px;
}
