
* {
	font-family: "UbuntuRegular";
}

.datePickerWrapper {
    float: right;
    margin-bottom: 25px;
    display: inline-block;
}

.datePicker {
    display: inline-block;
}

.datePickerInput {
	width: 250px;
    height: 44px;
    background: white;
    border-radius: 10px;
  	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.16);
  	border: none;
  	text-align: left;
    padding-left: 15px;
    color: var(--light-gray);
    font-size: 15px;
}

.datePickerLabel {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}

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 .ui-datepicker-header {
    background: white;
    border: none;
}

.ui-datepicker-calendar thead th {
	padding: 0.25rem 0;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 400;
	color: #78909C;
}

.ui-datepicker-calendar tbody td a {
	text-decoration: none;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	margin: auto;
	margin-bottom: 8px;
}

.ui-datepicker-calendar tbody td a:hover {	
	background-color: #E0F2F1;
}

.ui-datepicker-calendar tbody td a.ui-state-default {
	background-color: #e9e6e4;
	color: #53606f;
}

.ui-datepicker-calendar tbody td a.ui-state-active {
	background-color: #034f76;
	color: white;
	text-decoration: underline;
}

.ui-datepicker-header a.ui-corner-all:hover {
	background-color: #ECEFF1;
}

.ui-datepicker-title {
    font-size: 16px;
}

.ui-datepicker-week-col {
	color: #78909C;
	font-weight: 400;
	font-size: 0.75rem;
}

.ui-state-default, .ui-widget-content .ui-state-default {
	border: none;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {
	opacity: 0.3;
}
