.jw-custom-dataTimePicker {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	height: 40px;
	padding-left: 10px;
	background: #F5F5F5;
	border-radius: 2px;
	padding-right: 34px;
	div {
		height: 100%;
	}
	.jw-custom-date {
		cursor: pointer;
		max-width: 106px;
		div {
			&:before {
		        border-bottom: none !important;
		    }
		    &:after {
		        border-bottom: none !important;
		    }
		}
		input {
			cursor: pointer;
			font-size: 13px;
			color: #494949;
			padding: 0 5px;
		}
		p {
			display: none;
		}
	}
	.icon-date-suffix {
		position: absolute;
	    right: 10px;
	    top: 50%;
	    transform: translate(0, -50%);
	}
	.custom-time {
		display: flex;
		width: 50px;
		.jw-custom-input {
			cursor: pointer;
			&:before {
		        border-bottom: none !important;
		    }
		    &:after {
		        border-bottom: none !important;
		    }
			input {
				padding: 0 5px;
				font-size: 13px;
				color: #494949;
			}
		}
	}
}
.custom-time-popper {
	height: 270px;
	width: 181px;
    margin-top: 5px;
    z-index: 10000;
	.custom-time-list {
		display: flex;
		height: 100%;
		.custom-time-hour {
			width: 50%;
			border-right: 1px solid #E7E7E7;
			overflow-y: scroll;
			overflow-x: hidden;
			.custom-time-hour-i {
				cursor: pointer;
				height: 36px;
				text-align: center;
				line-height: 36px;
				font-size: 13px;
				color: #494949;
				&.active {
					background: #F7F7F7;
				}
				&.disabled {
					color: #999999;
					cursor: not-allowed;
				}
			}
		}
		.custom-time-minute {
			overflow-y: scroll;
			overflow-x: hidden;
			width: 50%;
			.custom-time-minute-i {
				cursor: pointer;
				height: 36px;
				text-align: center;
				line-height: 36px;
				font-size: 13px;
				color: #494949;
				&.active {
					background: #F7F7F7;
				}
				&.disabled {
					color: #999999;
					cursor: not-allowed;
				}
			}
		}
	}
}
.jw-custom-dataTimeRange {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	background: #F5F5F5;
	padding-left: 10px;
	border-radius: 2px;
	padding-right: 34px;
	.jw-custom-dataTimePicker {
		width: auto;
		border-radius: 0;
		padding-right: 0;
		padding-left: 0;
	}
	.icon-date-suffix {
		position: absolute;
	    right: 10px;
	    top: 50%;
	    transform: translate(0, -50%);
	}
	.jw-dataTimeRange-space {
		padding: 0 10px;
	}
}