<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.jq-dte {
	display:flex;
	flex-direction:column-reverse;
	position:relative;
}
span.jq-dte input.jq-dte-day {
	width:22px;
	text-align:center;
}

span.jq-dte input.jq-dte-month {
	width:30px;
	text-align:center;
}

span.jq-dte input.jq-dte-year {
	width:38px;
	padding-left:4px;
}

span.jq-dte input.hint.jq-dte-year {
  letter-spacing: 1px;
}

span.jq-dte-inner {
  white-space: nowrap;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}

span.jq-dte input {
  border: none;
  background-color: transparent;
  text-align: left;
  margin: 0;
  padding: 0;
  outline: none;
  height: 100%;
  display: block;
  height:24px;
  line-height:24px;
}

span.jq-dte input.error {
  background-color: #ffebeb;
  color: #c00;
}

span.jq-dte.readonly,
span.jq-dte.readonly span.jq-dte-inner,
span.jq-dte.readonly input {
  background-color: #f2f2f2;
  color: #666666;
}

span.jq-dte input.hint {
  color: #999999;
}

span.jq-dte span.separator {
  color: #999999;
}

span.jq-dte span.jq-dte-tooltip {
  display: inline-block;
  font-family: sans-serif;
  font-size: 13px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius:3px;
  margin: 0;
  padding: 3px 5px;
  line-height: 125%;
  z-index: 99;
  color:#333333;
}</pre></body></html>