.dtp {	position: fixed;	top: 0;	left: 0;	right: 0;	bottom: 0;	background: rgba(28, 28, 28, 0.4);	z-index: 2000;	display: flex;	align-items: center;	justify-content: center;}.dtp .dtp-date-view {	position: relative;}.dtp > .dtp-content {	background: #fff;	max-width: 300px;	width: 100%;	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);	position: static;	left: 50%;	margin: 0 !important;}@media (max-width: 767px) {	.dtp > .dtp-content {		max-height: 90vh;		overflow-y: auto;	}}.dtp-header {	background: #df0024;	color: #fff;	text-align: center;	padding: 0.3rem;	position: relative;}/* .dtp > .dtp-content > .dtp-date-view > header.dtp-header { background: #689F38; color: #fff; text-align: center; padding: 0.3em; } *//* .dtp div.dtp-date, .dtp div.dtp-time { background: #8BC34A; text-align: center; color: #fff; padding: 10px; }.dtp div.dtp-date > div { padding: 0; margin: 0; }.dtp div.dtp-actual-month { font-size: 1.5em; }.dtp div.dtp-actual-num { font-size: 3em; line-height: 0.9; }.dtp div.dtp-actual-maxtime { font-size: 3em; line-height: 0.9; }.dtp div.dtp-actual-year { font-size: 1.5em; color: #DCEDC8; }.dtp div.dtp-picker { padding: 1em; text-align: center; } */.dtp-header {	background: #DF0024;	color: #fff;	text-align: center;	padding: 0.3rem;	position: relative;}.dtp-date, .dtp-time {	background: #DF0024;	text-align: center;	color: #fff;	padding: 10px;}.dtp-date > div {	padding: 0;	margin: 0;}.dtp-actual-month {	font-size: 1.5em;}.dtp-actual-num, .dtp-actual-maxtime {	font-size: 3em;	line-height: 0.9;}.dtp-actual-year {	font-size: 1.5em;	color: #fff;}.dtp-picker {	padding: 1rem;	text-align: center;}.dtp div.dtp-picker-month, .dtp div.dtp-actual-time { font-weight: 500; text-align: center; }.dtp div.dtp-picker-month { padding-bottom:20px!important; text-transform: uppercase!important; }.dtp-close {	position: absolute;	top: 0;	bottom: 0;	right: 1rem;}.dtp-close > a {	display: inline-block;	vertical-align: middle;	color: #fff;}/* .dtp .dtp-close { position: absolute; top: 0.5em; right: 1em; } *//* .dtp .dtp-close > a { color: #fff; } *//* .dtp .dtp-close > a > i { font-size: 1em; } *//* .dtp table.dtp-picker-days { margin: 0; min-height: 251px;} *//* .dtp table.dtp-picker-days, .dtp table.dtp-picker-days tr, .dtp table.dtp-picker-days tr > td { border: none; } *//* .dtp table.dtp-picker-days tr > td {  font-weight: 700; font-size: 0.8em; text-align: center; padding: 0.5em 0.3em; } *//* .dtp table.dtp-picker-days tr > td > span.dtp-select-day { color: #BDBDBD!important; padding: 0.4em 0.5em 0.5em 0.6em;} *//* .dtp table.dtp-picker-days tr > td > a, .dtp .dtp-picker-time > a { color: #212121; text-decoration: none; padding: 0.4em 0.5em 0.5em 0.6em; border-radius: 50%!important; } *//* .dtp table.dtp-picker-days tr > td > a.selected{ background: #8BC34A; color: #fff; } *//* .dtp table.dtp-picker-days tr > th { color: #757575; text-align: center; font-weight: 700; padding: 0.4em 0.3em; } */.dtp table.dtp-picker-days {	margin: 0;	border: none;}.dtp table.dtp-picker-days tr {	border: none;}.dtp table.dtp-picker-days tr > td {	border: none;	font-weight: 700;	font-size: 14px;	text-align: center;	padding: 1rem 0.3rem;}.dtp table.dtp-picker-days tr > td > span.dtp-select-day {	color: #BDBDBD !important;}.dtp table.dtp-picker-days tr > td > a {	color: #1c1c1c;	width: 24px;	height: 24px;	display: inline-block;	text-align: center;	line-height: 24px;	border-radius: 50%;	transition: .3s all ease;}.dtp .dtp-picker-time > a {	color: #1c1c1c;	padding: 0.4rem 0.5rem 0.5rem 0.6rem;	border-radius: 50% !important;}.dtp table.dtp-picker-days tr > td > a.selected {	background: #df0024;	color: #fff;}.dtp table.dtp-picker-days tr > th {	color: #1c1c1c;	text-align: center;	font-weight: 700;	padding: 0.4rem 0.3rem;	border-bottom: none;}/* .dtp .p10 > a { color: #689F38; text-decoration: none; }.dtp .p10 { width: 10%; display: inline-block; }.dtp .p20 { width: 20%; display: inline-block; }.dtp .p60 { width: 60%; display: inline-block; }.dtp .p80 { width: 80%; display: inline-block; } */.dtp .p10, .dtp .p20, .dtp .p60, .dtp .p80 {	display: inline-block;	vertical-align: middle;}.dtp .p10 {	width: 10%;}.dtp .p10 > a {	color: #f6f6f6;	transition: .3s all ease;}.dtp .p10 > a:hover {	color: #fff;}.dtp .p20 {	width: 20%;}.dtp .p60 {	width: 60%;}.dtp .p80 {	width: 80%;}.dtp-picker-month {	display: none !important;}/* .dtp a.dtp-meridien-am, .dtp a.dtp-meridien-pm { position: relative; top: 10px; color: #212121; font-weight: 500; padding: 0.7em 0.5em; border-radius: 50%!important;text-decoration: none; background: #eee; font-size:1em; }.dtp .dtp-actual-meridien a.selected { background: #689F38; color: #fff; } */.dtp-meridien-am, .dtp-meridien-pm {	position: relative;	top: 10px;	color: #1c1c1c;	font-weight: 500;	width: 27px;	height: 27px;	line-height: 27px;	text-align: center;	display: inline-block;	border-radius: 50% !important;	text-decoration: none;	background: #eee;	font-size: 1rem;}.dtp-actual-meridien a.selected {	background: #df0024;	color: #fff;}/* .dtp .dtp-picker-time > .dtp-select-hour { cursor: pointer; }.dtp .dtp-picker-time > .dtp-select-minute { cursor: pointer; } */.dtp-picker-time {	position: absolute;	width: 30px;	height: 30px;	font-size: 1em;	border-radius: 50%;	cursor: pointer;	font-weight: 500;	text-align: center !important;}.dtp-picker-time > a {	display: block;	line-height: 23px;	padding: 0.3rem 0.3rem 0.3rem 0.3rem;}.dtp-picker-time > a.dtp-select-hour.selected {	background: #df0024;	color: #fff;}.dtp-picker-time > a.dtp-select-hour.disabled {	color: #282828;}.dtp-picker-time > a.dtp-select-minute.disabled {	color: #282828;}.dtp-picker-time > a.dtp-select-minute.selected {	background: #df0024;	color: #fff;}.dtp-picker-clock {	margin: 1rem 2rem 0 2rem;	padding: 1rem;	border-radius: 50% !important;	background: white;}.dtp-clock-center {	width: 15px;	height: 15px;	background: #282828;	border-radius: 50%;	position: absolute;	z-index: 50;}html[class*="ie"] .dtp-clock-center {	display: none;}.dtp-hand, .dtp-hour-hand {	position: absolute;	width: 4px;	margin-left: -2px;	background: #282828;	-webkit-transform: rotate(0deg);	transform: rotate(0deg);	-webkit-transform-origin: bottom;	-moz-transform-origin: bottom;	-ms-transform-origin: bottom;	transform-origin: bottom;	z-index: 1;}html[class*="ie"] .dtp-hand, html[class*="ie"] .dtp-hour-hand {	display: none;}.dtp-minute-hand {	width: 2px;	margin-left: -1px;}.dtp-hand.on {	background: #df0024;}/* .dtp .dtp-buttons { padding: 0 1em 1em 1em; text-align: right; } */.dtp-buttons {	padding: 0 1rem 1rem 1rem;	text-align: right;}.dtp-buttons .btn {	min-width: 0;	padding-left: 30px;	padding-right: 30px;	padding-top: 10px;	padding-bottom: 10px;}/* .dtp.hidden, .dtp .hidden { display: none; }.dtp .invisible { visibility: hidden; }.dtp .left { float: left; }.dtp .right { float: right; }.dtp .clearfix { clear: both; } */.dtp .invisible {	visibility: hidden;}.dtp .left {	float: left;}.dtp .right {	float: right;}.dtp .center { text-align: center; }.dtp-picker-year{    margin-bottom: 1px;}.year-picker-item{    text-align: center;    padding-top: 5px;    font-size: large;    cursor: pointer;    margin: 0 auto;}.dtp-actual-year:hover{    cursor: pointer;}.dtp-actual-year.disabled:hover{    cursor: inherit;}.year-picker-item:hover{    color:#FF5700;}.year-picker-item.active{    color:#DF0024;    font-weight: bold;}.dtp-select-year-range{    display: inline-block;    text-align: center;    width: 100%;}