﻿.custom-date-picker .k-datepicker {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.custom-date-picker .button-prev {
	position: relative;
	left: 1px;
	background-color: rgb(245, 245, 245);
	color: rgb(66, 66, 66);
	border-color: rgba(0, 0, 0, 0.08);
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.custom-date-picker .button-next {
	position: relative;
	left: -52px;
	border-radius: 0;
	z-index: 7;
	background-color: rgb(245, 245, 245);
	color: rgb(66, 66, 66);
	border-color: rgba(0, 0, 0, 0.08);
}

.custom-date-picker .k-input-inner {
	margin-right: 19px;
}
