﻿.flatpickr-current-month .numInputWrapper {
	display: none;
}

.flatpickr-current-month span.cur-month {
	margin-right: 10px;
	width: 85px;
	font-size: 0.75em;
	top: 0px;
	padding-top: 10px;
	padding-right: 2px;
	position: absolute;
	left: 0px;
	font-weight: 600;
	text-align: right;
}

.flatpickr-current-month {
	width: 100px;
}

.flatpickr-year-select {
	z-index: 100;
	position: absolute;
	top: 3px;
	right: 50px;
	width: 100px;
}

select.flatpickr-monthDropdown-months {
	font-size: 16px !important;
	color: #696969 !important;
	padding: 0px !important;
	border-radius: 5px;
}

.flatpickr-year-select select {
	cursor: pointer;
	width: 100%;
	height: 24px;
	font-weight: 300;
	font-size: 16px;
	outline: 0;
	overflow: hidden;
	background: #ffffff;
	border: #ffffff;
	padding: 0px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 5px;
	margin-top: 2px;
	color: #696969;
}

.flatpickr-year-select select:hover {
	background: rgba(0,0,0,0.05) ;
}
