/* DatePicker Container */.datepicker_block {	width: 266px;	height: 255px;	border-width: 1px;	border-style: solid;	border-color: #FFF;	background-color: WHITE;}.ui-datepicker {	width: 266px;	height: 125px;	font: 14pt 'Source Sans Pro', Arial, Helvetica, sans-serif;	border-width: 0px;	border-style: solid;	border-color: #FFF;	background-color: WHITE;}.ui-datepicker a {	text-decoration: none;}/* DatePicker Table */.ui-datepicker table {	width: 100%;}.ui-datepicker-header {	background-color: #ffffff;	color: #000000;	font-weight: 400;	line-height: 30px;	border-bottom: 1px solid #000000;}.ui-datepicker-title {	text-align: center;}.ui-datepicker-prev, .ui-datepicker-next {	display: inline-block;	width: 40px;	height: 30px;	text-align: center;	cursor: pointer;	background-image: url('images/date_picker_arrow.png');	background-repeat: no-repeat;	line-height: 600%;	overflow: hidden;}.ui-datepicker-prev {	float: left;	background-position: center -30px;}.ui-datepicker-next {	float: right;	background-position: center 0px;}.ui-datepicker thead {	background-color: #ffffff;	border-bottom: 1px solid #000000;}.ui-datepicker th {	text-transform: uppercase;	font-size: 10pt;	font-weight: 400;	padding: 5px 0;	color: #000000;}.ui-datepicker tbody td {	padding: 0;	border-right: 0px solid #ffffff;}.ui-datepicker tbody td:last-child {	border-right: 0px;}.ui-datepicker tbody tr {	border-bottom: 0px solid #ffffff;}.ui-datepicker tbody tr:last-child {	border-bottom: 0px;}.ui-datepicker td span, .ui-datepicker td a {	display: inline-block;	font-weight: 400;	text-align: center;	width: 38px;	height: 38px;	line-height: 38px;	color: #000000;	border-width: 0px;	border-style: solid;	border-color: #000;}.ui-datepicker-calendar .ui-state-default {	background: #ffffff;}.ui-datepicker-calendar .ui-state-hover {	background: #f68f1e;	border-radius: 100px;	color: #ffffff;}.ui-datepicker-calendar .ui-state-active {	background: #f68f1e;	color: #ffffff;	border: 1px solid #f68f1e;	position: relative;	margin: -1px;	border-radius: 100px;	}.ui-datepicker-unselectable .ui-state-default {	background: #ffffff;	color: #ffffff;}.ui-datepicker-calendar td:first-child .ui-state-active {	width: 30px;	margin-left: 0;}.ui-datepicker-calendar td:last-child .ui-state-active {	width: 30px;	margin-right: 0;}.ui-datepicker-calendar tr:last-child .ui-state-active {	height: 30px;	margin-bottom: 0;}