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

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

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

.prev,
.next {
	position: relative;
	cursor: pointer;
	padding: 18px;
	width: 28%;
	margin: auto;
	border-radius: 5px;
	height: 20px;
}

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

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

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

.time_pick {
	position: relative;
}

.timepicker_wrap {
	padding: 10px 40px;
	border-radius: 5px;
	z-index: 998;
	display: none;
	box-shadow: 2px 2px 5px 0 rgba(50,50,50,0.35);
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	position: absolute;
	top: 27px;
	left: 0;
}

@media (max-width: 520px) {
	.timepicker_wrap {
		padding: 0;
		margin-top: 10px;
        margin-left: 40px;
	}
}

.action-next::after {
	position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.action-prev::after {
	position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
 }

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: 70%;
}
a.reset_time {
	margin-top: 5px;
	color: #000;
}
