

/* datepicker css */

input:focus {outline: none;}
#ui-datepicker-div {
	display: none;
	background-color: #fff;
	box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1);
	margin-top: 0.25rem;
	border-radius: 0.5rem;
	padding: 0.5rem;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.ui-datepicker-header a.ui-datepicker-prev {	
	left: 0;	
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 50%;
	transform: rotate(180deg);
	left: 15px;
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 50%;
	right: 15px;
}
.ui-datepicker-header a>span {
	display: none;
}
.ui-datepicker-title {
	text-align: center;
	line-height: 2rem;
	margin-bottom: 0.25rem;
	font-size: 0.875rem;
	font-weight: 500;
	padding-bottom: 0.25rem;
}
.ui-datepicker-week-col {
	color: #78909C;
	font-weight: 400;
	font-size: 0.75rem;
}



.ui-datepicker {
    width: 100% !important;
	max-width: 300px;
	background-color: #fff;
}
.ui-datepicker .ui-datepicker-header {
    padding: 10px;
    background-color: #fff;
    border: none;
	min-width: 269px;
  	position: relative;
}
.ui-datepicker .ui-datepicker-title {
    font-size: 15px;
    color: #009688;
}
.ui-datepicker-header a.ui-datepicker-prev,
.ui-datepicker-header a.ui-datepicker-next {
    top: 0;
}
.ui-datepicker .ui-datepicker-calendar {
	margin: 0 auto;
	background-color: #fff;
}
.ui-datepicker-calendar tbody td a,
.ui-datepicker td span {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	transition: 0.3s all;
	color: #546E7A;
	font-size: 10px;
	text-decoration: none;
    text-align: center !important;
    background-color: #ececec !important;
}
.ui-datepicker-calendar .ui-datepicker-unselectable span {
	background-color: #546E7A !important;
	color: #fff;
	opacity: 0.35;
}
.ui-datepicker-calendar tbody td {
	width: 2.5rem;
	text-align: center;
	padding: 1px;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    border: none !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    background: rgb(0, 150, 136, 0.3) !important;
	color: white !important;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
	background-color: #009688 !important;
	color: white;
}
.ui-datepicker-calendar tbody td a:hover {	
	/*background-color: rgb(0, 150, 136, 0.3);*/
    background-color: #009688 !important;
    color: #fff;
}
.ui-datepicker-calendar th {
	padding: 10px;
	text-align: center;
	font-weight: bold;
	color: #009688;
}
.ui-icon, .ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
    background-image: none !important;
}
.ui-datepicker-header a.ui-corner-all {
	cursor: pointer;
    position: absolute;
    top: 10px;
    width: 10px;
    height: 10px;
	margin: 0;
    padding: 10px;
    border-radius: 50%;
    transition: 0.3s all;
    background-color: #ececec;
}
.ui-datepicker-header a.ui-corner-all:hover {
	background-color: #009688;
}
.ui-state-hover {
    border: none !important;
}