
.datepicker_btn {
	width: 10%;
	height: auto;
	border-radius: 5px;
	color: #000;
	background-color: #CCC;
	cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 2%;
    margin-right: 30%;
    border: 1px #888 solid;
}

.datepicker_btn .far {
    font-size: 1.2em;
    margin-right: 5px;
} 


.datepicker_btn:hover {
	color: #fff;
	background-color: #000;
}


/* the div that holds the date picker calendar */
.dpDiv {
	}
/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	border-radius: 0px 0px 5px 5px;
	}
/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}
/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}
/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}
/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}
/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}
/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}
/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: #000000;
	font-size: 1.2em;
	padding: 0px 3px;
	}
/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}
/* the forward/backward buttons at the top */
.dpButton {
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background: #990000;
	font-weight: bold;
	padding: 0px 8px;
	border-radius: 5px;	
	}
/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background: #990000;
	font-weight: bold;
	padding: 5px;
	border-radius: 5px;
	}
	
	
/*------------------------- JQUERY UI CALENDAR -----------------*/
#ui-datepicker-div {
	background: #fff;
	padding: 2px 5px;
	border: #ccc;
	width: 364px;
	height: 180px;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, .3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	display: none;
}

.ui-datepicker-calendar {
	width: 100%;
}

.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #666;
}
.ui-datepicker td a.ui-state-active {
	background: #666;
	color: #fff;
}
.ui-datepicker-header {
	position: relative;
	border: 1px solid #aaa;
	background: none;
}
.ui-datepicker-title {
	text-align: center;
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #efefef 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efefef 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efefef 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #efefef 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(top, #efefef 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	padding: 3px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.ui-datepicker-prev, .ui-datepicker-next {
	position:absolute;
	left: 5px;
	top: 3px;
	cursor: pointer;
	width: 15px;
	height: 15px;
	background:url(../images/cal-prev.png) no-repeat top left;
}
.ui-datepicker-next {
	left: auto;
	right: 5px;
	top: 3px;
	background:url(../images/cal-next.png) no-repeat top left;
}
.ui-state-hover {
	background-color: #ddd;
}
.ui-datepicker-prev:hover, .ui-datepicker-next-hover {
	background-position: bottom;
	background-color: transparent;
}