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

.ti_tx,
.mi_tx,
.mer_tx {
	width: 100%;
	text-align: center;
	height: 56px;
	display: flex;
    justify-content: center;
    align-items: center;
	border-top: 1px solid #e8e6eb;
	border-bottom: 1px solid #e8e6eb;

}
.txt_time{
	color: #000;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Pretendard-Bold';
	text-align: center;
	margin-bottom: 22px;
}
.time,
.mins,
.meridian {
	width: 60px;
	float: left;
	font-size: 20px;
	color: #2d2e2e;
	font-family: arial;
	font-weight: 700;
	text-align: center;
}

.prev,
.next {
	display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
	color: #a1a0a6;
	font-family: "Pretendard-Medium";
	font-weight: 500;
	height: 56px;
}


.time_pick {
	position: relative;
}

.timepicker_wrap {
	border-radius: 5px;
	z-index: 998;
	display: none;
	box-shadow: 2px 2px 5px 0 rgba(50,50,50,0.35);
	background: #fff;
	position: absolute;
	top: 27px;
	left: 0;
	justify-content: center;
	padding: 20px 40px 24px 40px;
}

.arrow_top {
	position: absolute;
	top: -10px;
	left: 20px;
	width: 18px;
	height: 10px;
	z-index: 999;
}
input.timepicki-input {
		padding: 0 !important;

    	float: none;
    	margin: 0;
    	text-align: center;
    	width: 70%;
		color: #001edc;
		font-family: Pretendard-Bold;
		line-height: 28px;
		border: none !important;
}
a.reset_time {
	float: left;
	margin-top: 5px;
	color: #000;
}