/* DatePicker Container */ .ui-datepicker-other-month {    background-color:white}.ui-datepicker {	width: 233px;	height: auto;	margin: 5px auto 0;	font: 9pt Arial, sans-serif;	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);}.ui-datepicker a {	text-decoration: none;}/* DatePicker Table */.ui-datepicker table {	width: 100%;}.ui-datepicker-header {    background-color: #3cb3e7;
    color: #ffffff;
    font-weight: bold;	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);	text-shadow: 1px -1px 0px #000;	filter: dropshadow(color=#000, offx=1, offy=-1);	line-height: 32px;	border-width: 1px 0 0 0;	border-style: solid;	border-color: #111;}.ui-datepicker-title {	text-align: center;}.ui-datepicker-prev, .ui-datepicker-next {	display: inline-block;	width: 32px;	height: 32px;	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-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: 6pt;	padding: 5px 0;	color: #666666;	text-shadow: 1px 0px 0px #fff;	filter: dropshadow(color=#fff, offx=1, offy=0);}.ui-datepicker tbody td {	padding: 0;	border-right: 1px 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 {	display: inline-block;	font-weight: bold;	text-align: center;	width: 32.5px;	height: 32.5px;	line-height: 30px;	color: #666666;	filter: dropshadow(color=#fff, offx=1, offy=1);}.ui-datepicker-calendar {
border-collapse: collapse;
    border-spacing: 0;
}.ui-datepicker-calendar .ui-state-default {	background: #ededed;	background: -moz-linear-gradient(top,  #ffffff 0%, #b9e4f7 100%);	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#b9e4f7));	background: -webkit-linear-gradient(top,  #ffffff 0%,#b9e4f7 100%);	background: -o-linear-gradient(top,  #ffffff 0%,#b9e4f7 100%);	background: -ms-linear-gradient(top,  #ffffff 0%,#b9e4f7 100%);	background: linear-gradient(top,  #ffffff 0%,#dedede 100%);	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b9e4f7',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: #ffcd45;
    color: #000;
}.ui-datepicker-unselectable .ui-state-default {	background: #f4f4f4;	color: #b4b3b3;}.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 {	margin-bottom: 0;}.ui-corner-all {
    color:white
}.ui-priority-secondary {	background: white !important;}.ui-priority-secondary:hover {	background: #f7f7f7 !important;}div.ui-datepicker{width:380px}
.ui-datepicker-header{background:#fff}
.ui-datepicker-title{color: #0d8fe0;text-shadow: none;font-family: Arial;padding: 16px 0;}
.ui-datepicker th{text-transform:capitalize;font-size:14px;text-shadow: none;font-weight:400}
.ui-datepicker thead{border:none}
.ui-datepicker-calendar thead tr{font-size:19px;background:#fff}

.ui-datepicker tbody td{background: #fff;height: 50px;border:none}

.ui-datepicker-calendar .ui-state-default{display: inline-block;width: 100%;background:#fff;font-weight: 400;height: 100%;padding-top: 8px;}
.ui-datepicker-calendar .ui-state-hover{background:#ffcd45 !important}
.ui-datepicker-calendar td:first-child .ui-state-active{width:100%!important}
.ui-datepicker tbody tr{border:none}
.ui-datepicker td span, .ui-datepicker td a{color:#0d8fe0}
.ui-datepicker-prev, .ui-datepicker-next{margin-top:18px;}
.ui-datepicker-calendar td:last-child .ui-state-active{width:100%;}

       
div.ui-datepicker{
 font-size:18px;
}