.datepicker-margin-top
{
	height: 15px;
}

.datepickerContainer {
	font-size: 13px;
}

.datepicker-relative {
	position: relative;	
}

.datepicker-no-touch {
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
}

.datepicker-popup {
	position: absolute;
	background: white;
	width: 250px;
	z-index: 666;
	box-shadow: 0px 2px 7px 0 #ddd;
	font-family: Verdana;
	top: 35px;
	left: 5px;
}

.datepicker-year-selected {
	font-size: 20px;
	color: #ff6300;
	margin: 19px 0 0 0;
	transition: 0.5s ease;
	cursor: default;
}

.datepicker-year-minus-1, .datepicker-year-plus-1 {
	font-size: 16px;
	color: #ffb07e;
	margin: 19px 0 0 0;
	transition: 0.5s ease;
}

.datepicker-year-minus-1:hover {
	font-size: 20px;
	color: #ff6300;
}

.datepicker-year-plus-1:hover {
	font-size: 20px;
	color: #ff6300;
}

.datepicker-year-selected-changed {
	font-size: 16px !important;
	color: #ffb07e !important;
}

.datepicker-arrow {
	transition: 0.5s
}

.datepicker-arrow:hover {
	font-size: 15px;
}

.datepicker-arrow-minus-month {
	float: left;
	margin-left: 30px;
	width: 0px;
}

.datepicker-arrow-plus-month {
	float: right;
	margin-right: 33px;
	width: 0px;
}

.datepicker-month-selected {
	display: inline-block;
	margin: 0 0 0 15px;
	font-size: 17px;
}

.datepicker-oneline {
	text-align: center;
}

.datepicker-calendar {
	margin: 4px auto 10px auto;
	border-bottom: solid 1px #f2f2f2;
	border-top: solid 1px #f2f2f2;
}

.datepicker-line-day-letter {
	color: #ff6300;
	letter-spacing: 0.5px;
	text-align: center;
}

.datepicker-line-day-letter td {
	border-bottom: solid 1px #f2f2f2;
}

.datepicker-line-day {
	text-align: center;
}

.date-picker-day { 
	width: 25px;
	position: relative;
	height: 25px;
}

.date-picker-day-number {
	position: absolute;
	top: 5px;
	left: 1px;
	text-align: center;
	width: 24px;
	height: 21px;
	border-radius: 50%;
	padding-top: 4px;

}

.date-picker-day-number:hover:not(.datepicker-not-this-month) {
	top: 4px;
	left: 0px; 
	border: solid 1px #ff6300; 
	height: 21px;
}

.datepicker-not-this-month {
	color: grey;
}

.datepicker-buttons {
	position: relative;
	height: 20px;
}

.datepicker-button-valid {
	left: 32px;
}

.datepicker-button-cancel {
	right: 32px;
}

.datepicker-button-text {
	margin: 0;
}

.datepicker-button-border-bottom {
	width: 0%;
	background: #ff6300;
	height: 2px;
	display: block;
	transition: 0.5s;
	margin: 0 auto;
}

.datepicker-button-border-bottom-hovered {
	width: 100%;
}

.datepicker-button-bottom {
	display: block;
	position: absolute;
}

.datepicker-date-selected
{
	background: orange !important;
	color: white;
}

.datepicker-date-is-today
{
	background: #b1b1b1;
	color: white;
}

.datepicker-margin-bottom {
	height: 15px;
}

.datepicker-today:hover {
	color: black;
	letter-spacing: 1px;
}
.datepicker-today {
	font-size: 13px;
	color: grey;
	transition: 0.3s;
	letter-spacing: 0px;
	margin: 4px;
}

.datepicker-month-selected-list
{
	font-weight: bold;
}

.datepicker-month-list{
	height: 0px;
	overflow: hidden;
	transition: 0.5s;
}

.datepicker-month-list-show{
	height: 35px;
}

.datepicker-triangle-droplist {
	color: grey;
	margin-left: 5px;
	transform: rotate(0deg);
	display: inline-block;
	transition: 0.4s;
}

.datepicker-triangle-droplist-turned {
	transform: rotate(90deg);
}

.datepicker-behind-popup {
	position: absolute;
	width: 1000px;
	display: block;
	height: 1230px;
	top: -200px;
	left: -55px;
	z-index: 665;
	cursor: initial;
}


.datepicker-input-date {
	width: 100%;
	height: 25px;
}

.datepicker-calendar-img {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 2px;
	right: -6px;
	background-repeat: no-repeat;
	background-size: 100%;
	filter: invert(50%);
}


/* ================== GOOGLE-CHROME INPUT DATE ==================== */

input::-webkit-outer-spin-button,
input::-webkit-clear-button,
input::-webkit-inner-spin-button,
input::-webkit-calendar-picker-indicator{
	display: none !important;
	-webkit-appearance: none !important;
	margin: 0;
}

input[type="date"]::-webkit-input-placeholder{ 
	visibility: hidden !important;
}

/* ================================================================ */
