/* Main stylesheet for select plugin */
.selectul {
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin-right: 10px;
}

	.selectul ul {
		position: absolute;
		left: 0;
		top: 0px;
		background: #fff url(../images/select-arr-line.gif) repeat-x 0 0;
		border: 1px solid #bdc3c7;
		border-top: none;
		padding: 0px;
		overflow: hidden;
		overflow-y: auto;
		display: none;
		padding-top: 31px;
		-webkit-box-shadow: 1px 1px 2px #eee;
		box-shadow: 1px 1px 2px #eee;
	}

		.selectul ul li {
			height: 32px;
			color: #6a7576;
			font-size: 16px;
			padding: 5px 10px;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}

			.selectul ul li:hover {
				background: #666;
				color: #fff;
				cursor: pointer;
			}

	.selectul select {
		display: none;
	}

.selectfocus {
	height: 34px;
	line-height: 34px;
	border: 1px solid #bdc3c7;
	background-color: #fff;
	padding: 0 0 0 8px;
	position: relative;
	z-index: 1002;
	border-radius: 3px;
}

	.selectfocus em {
		height: 32px;
		line-height: 32px;
		font-style: normal;
		display: block;
		background: url(select-arr-default.gif) no-repeat right 0;
		font-style: normal;
		color: #4b555b;
		padding-right: 8px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: 16px;
	}

.select_ul_show .selectfocus {
	/*border-color:#91c4e5;
    border-bottom-color:#edf4f8;*/
}

	.select_ul_show .selectfocus em {
		background-position: right -28px;
	}

/*时间样式*/
.lq-datetimepick {
	/*width: 400px;*/
	width: calc(100vw - 70px);
	max-width:400px;
	/*height: 280px;*/
	padding: 10px;
	position: absolute;
	/*left: 50%;
    top: 50%;
    margin: -160px 0 0 -260px;*/
	border: 1px solid #dddddd;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.2);
	box-shadow: 2px 2px 7px 2px rgba(0,0,0,.2);
	display: none;
	box-sizing: unset;
	border-radius: 5px;
}

/*.lq-datetimepick::before {
		content: '';
		position: absolute;
		border-top: 10px solid #dddddd; 
		border-right: 10px solid transparent;  
		border-bottom: 10px solid transparent;  
		top: -7px;
		left: 0;
		transform: rotateZ(45deg);
	}*/
.datetime-arr {
	width: 13px;
	height: 7px;
	position: absolute;
	left: 25px;
	top: -7px;
	background: url("pop-tips-info-arr.gif") no-repeat 0 0;
}

.select-datetime {
	width: 100%;
}



	.select-datetime dl.datetime-day {
		margin-bottom: 10px;
	}

	.select-datetime dl dt {
		color: #4b555b;
	}

		.select-datetime dl dt a {
			display: block;
			padding: 7px 0;
		}

		.select-datetime dl dt span {
			display: block;
			border-right: 1px solid #ecf0f1;
			margin-right: -1px;
		}

		.select-datetime dl dt.last span {
			border-right: none;
		}

		.select-datetime dl dt span i {
			color: #f03368;
			margin-left: 6px;
		}

		.select-datetime dl dt em {
			display: block;
			font-style: normal;
			font-weight: normal;
		}
		/*.select-datetime dl dt a:hover,*/
		.select-datetime dl dt.current a {
			background-color: #13a4e7;
			color: #FFFFFF;
			text-decoration: none;
			font-weight: bold;
		}
			/*.select-datetime dl dt a:hover i,*/
			.select-datetime dl dt.current a i {
				color: #FFFFFF;
			}

		.select-datetime dl dt a:hover {
			text-decoration: none;
		}

	.select-datetime dl dd {
		height: 40px;
		background-color: #fff;
		/*border: 1px solid #d3dcdd;*/
		padding: 0;
		margin: 0;
		line-height: 20px;
		text-align: center;
		color: #000000;
		cursor: pointer;
		border-radius: 3px;
		grid-column: span 1;
	}

		.select-datetime dl dd em {
			font-size: 16px;
			display: block;
			font-style: normal;
		}

		.select-datetime dl dd.over {
			color: #000000;
			background-color: #cacaca;
		}

		.select-datetime dl dd.selected {
			color: #ffffff;
			background-color: #cacaca;
		}

.select-nextmonth, .select-prevmonth {
	position: relative;
	display: flex;
	cursor: pointer;
	text-align: center;
	width: 34px;
	font-size: 22px;
	align-items: center;
	justify-content: flex-end;
	border-radius: 3px;
	font-weight: bold;
	user-select: none;
}
.select-prevmonth {
	justify-content: flex-start;
}
#lqmonth{
	margin-left:10px!important;
}
.select-prevmonth:hover {
	background-color: #e5e5e5;
}
	.select-nextmonth:hover {
		background-color: #e5e5e5;
	}
	/*年份*/
	.datetime-select {
		clear: both;
		margin-bottom: 5px;
		border-bottom: 1px solid #d3dcdd;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding-bottom: 5px;
	}

	.datetime-select .selectul {
		width: 100px;
	}

/*日期*/
.select-datetime dl.datetime-day {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-auto-flow: row dense;
}

	.select-datetime dl.datetime-day dt {
		height: 30px;
		line-height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight:bold;
	}
	.select-datetime dl.datetime-day dd {
		color: green;
		flex-wrap: wrap;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: bold;
	}
		.select-datetime dl.datetime-day dd p {
			color: green;
			width: 100%;
			margin: 0;
			font-size: 12px;
		}
		.select-datetime dl.datetime-day dd.time-disabled {
			color: #c4c1c1 !important;
			cursor: default !important;
			font-weight: normal !important;
		}

		.select-datetime dl.datetime-day dd.time-inactive {
			color: #939393 !important;
			cursor: default !important;
			font-weight: normal!important;
		}
		.select-datetime dl.datetime-day dt span {
			border-right: none;
			font-size: 16px;
			text-align: center;
		}

.select-datetime dl dd.blank {
	background-color: #fafbfb;
}

.select-datetime dl dd.current {
	background-color: #f2f5f5;
	font-weight: bold;
}

/*时分*/
.select-datetime dl.datetime-hour dd {
	width: 61px;
	height: 30px;
	line-height: 30px;
}


/**/
.select-datetime dl.datetime-week {
	height: 50px;
}

	.select-datetime dl.datetime-week dt,
	.select-datetime dl.datetime-week dd {
		width: 100px;
		height: 50px;
		line-height: 150%;
	}

		.select-datetime dl.datetime-week dt span {
			border-right: 1px solid #ecf0f1;
			font-size: 12px;
			text-align: center;
			margin-right: -1px;
		}

.select-datetime dl dt.last span {
	border-right: none;
}
