/* DatePicker Container */.ui-datepicker {	border-bottom: 1px solid #ceccc0;	background-color: #fff;	height: auto;	padding-bottom: 10px;	display: none;}.ui-datepicker a {	font-size: 14px;	color: #6cab36;	display: block;}/* DatePicker Table */.ui-datepicker table {	width: 280px;	border-spacing: 0px;	border-collapse: collapse;}.ui-datepicker-header {	position: relative;	height: 40px;	width: 280px;	background-color: #343434;	margin-bottom: 10px;}.ui-datepicker-title {	width: 280px;	height: 40px;	text-align: center;	color: #fff;	font-size: 13px;	line-height: 40px;}.ui-datepicker-prev, .ui-datepicker-next {}.ui-datepicker-prev span,.ui-datepicker-next span {	color: #fff;	font-size: 13px;}.ui-datepicker-prev {	position: absolute;	left: 0px;	top: 0px;	display: block;	height: 40px;	width: 135px;	cursor: pointer;	line-height: 40px;	padding-left: 5px;	font-style: italic;	font-weight: 600;}.ui-datepicker-next {	position: absolute;	right: 0px;	top: 0px;	display: block;	height: 40px;	width: 135px;	text-align: right;	cursor: pointer;	line-height: 40px;	padding-right: 5px;	font-style: italic;	font-weight: 600;}.ui-datepicker th {	height: 30px;	padding-bottom: 10px;}.ui-datepicker tbody td {	text-align: center;	height: 30px;	width: 30px;}.ui-datepicker tbody td:hover {	background-color: #6cab36;	text-align: center;	-webkit-border-radius: 5px;	-moz-border-radius: 5px;	border-radius: 5px;}.ui-datepicker tbody td.ui-state-disabled:hover{	background: none;}.ui-datepicker tbody td:hover a{	color: #fbfaf6;}	.ui-datepicker-calendar .ui-state-active {	padding: 5px;	background-color: #6cab36;	text-align: center;	-webkit-border-radius: 5px;	-moz-border-radius: 5px;	border-radius: 5px;	color: #fbfaf6;}