body {	background: white;}/* DatePicker Container */.ui-datepicker {	width: 250px;	height: auto;	margin: 0px auto 0;	font: 9pt Arial, sans-serif;}.ui-datepicker a {	text-decoration: none;}/* DatePicker Table */.ui-datepicker table {	width: 100%;}.ui-datepicker-header {	background: white;	line-height: 20px;    padding-bottom: 5px;}.ui-datepicker-title {	text-align: center;}.ui-datepicker-prev, .ui-datepicker-next {	display: none;	width: 30px;	height: 30px;	text-align: center;	cursor: pointer;	background-image: url('../img/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: white;/*	background-color: #f7f7f7;	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );	border-bottom: 1px solid #bbb;*/}.ui-datepicker th {	text-transform: uppercase;	font-size: 15px;	padding: 5px 0;	font-family: 'Nunito', sans-serif;	font-weight: 800;	color: #fcbe04;}.ui-datepicker tbody td {	padding: 0;	border-right: 0px solid #bbb;}.ui-datepicker tbody td:last-child {	border-right: 0px;}.ui-datepicker tbody tr {	border-bottom: 1px solid #bbb;}.ui-datepicker tbody tr:last-child {	border-bottom: 0px;}.ui-datepicker td span, .ui-datepicker td a {	font-family: 'Nunito', sans-serif;	display: table;    font-weight: normal;    text-align: center;    width: 25px;    /*margin-left: 0px;    margin-right: 0px;*/    margin: auto;    border-radius: 5px;    font-size: 15px;    height: 20px;    margin-top: 3px;    margin-bottom: 3px;    border: 1px solid #fcbe04;    line-height: 20px;    color: #fcbe04;}.ui-datepicker-calendar .ui-state-default {	background: white;/*	background: #ededed;	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);	background: linear-gradient(top,  #ededed 0%,#dedede 100%);	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);*/}.ui-datepicker-calendar .ui-state-hover {	background: #f7f7f7;}.ui-datepicker-calendar .ui-state-active {	background: #fcbe04;	color: white;	position: relative;	/*margin-left: 12px;    margin-right: 12px;*/    display: table;    margin: auto;    height: 20px!important;    margin-top: 3px;    margin-bottom: 3px!important;}.ui-datepicker-unselectable .ui-state-default {	background: white;	color: #4d4d4d;	border: 0px solid!important;}.ui-datepicker-calendar td:first-child .ui-state-active {	width: 29px;	margin-left: 0;}.ui-datepicker-calendar td:last-child .ui-state-active {	width: 29px;	margin-right: 0;}.ui-datepicker-calendar tr:last-child .ui-state-active {	height: 29px;	margin-bottom: 0;}.ui-datepicker-month{	color: #505050;	font-weight: bold;	font-size: 16px;	text-transform: uppercase;}.ui-datepicker-year{	color: #fcbe04;    font-weight: bold;	font-size: 16px;	text-transform: uppercase;}.ui-datepicker-other-month .ui-state-default{	color: #c1c1c1!important;}.ui-datepicker td a:hover{	background: #fcbe04;	color: white;}.ui-state-active{	border: 1px solid #fcbe04!important;}.ui-state-default{	border: 1px solid #fcbe04!important;	/*color: #fcbe04!important;*/}.next_prev_container{	width: 100%;	height: 30px;	margin: auto;}.next_and_prev_date{	width: 34px;	height: 17px;	border-radius: 3px;	background: #fcbe04;	position: relative;	margin: auto;	margin-top: 16px;}.next_date{	width: 5px;	height: 8px;	background: url(../img/next_date.png);	background-size: 100% 100%;	float: right;	margin-top: 4px;	margin-right: 7px;	cursor: pointer;}.next_date:hover{	background: url(../img/next_date_hover.png);	background-size: 100% 100%;}.prev_date{	width: 5px;	height: 8px;	background: url(../img/prev_date.png);	background-size: 100% 100%;	float: left;	margin-top: 4px;	margin-left: 7px;	cursor: pointer;}.prev_date:hover{	background: url(../img/prev_date_hover.png);	background-size: 100% 100%;}.line_seperate_next_prev_date{	width: 1px;	height: 11px;	position: absolute;	top: 3px;	left: 50%;	margin-left: -0.5px;	background: rgba(255,255,255,0.5);}