/* DatePicker Container */.ui-datepicker {    /*width: 315px;*/    background: #256bb1;    height: auto;    margin: 0px auto 0;    z-index: 3 !important;    font: 9pt Arial, sans-serif;    display:none;}    .ui-datepicker a {        text-decoration: none;    }    /* DatePicker Table */    .ui-datepicker table {        width: 100%;        max-width: 320px;    }.ui-datepicker-header {    /*background: url('../img/dark_leather.png') repeat 0 0 #256bb1;*/    color: #e0e0e0;    font-weight: bold;    filter: dropshadow(color=#000, offx=1, offy=-1);    line-height: 30px;    border-style: solid;    border-color: #111;    padding: 15px 0 5px 0;}.ui-datepicker-title {}    .ui-datepicker-title span {        font-size: 26px;        color: #FFF;        font-family: 'Open Sans';        font-weight: 400;        margin-left: 10px;    }.ui-datepicker-prev, .ui-datepicker-next {    display: inline-block;    width: 25px;    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 left;}.ui-datepicker-next {    float: right;    background-position: center right;}.ui-datepicker thead {    background-color: #f7f7f7;}.ui-datepicker th {    text-transform: uppercase;    font-size: 6pt;    padding: 5px 0;    color: #666666;}.ui-datepicker tbody td {    padding: 3px 0;    background: #256bb1;}.ui-datepicker td span, .ui-datepicker td a {    display: inline-block;    font-weight: bold;    text-align: center;    width: 34px;    height: 34px;    line-height: 30px;    padding: 1px 0 5px 0;    color: #fff;    font-family: 'Roboto', sans-serif;}.ui-datepicker-calendar thead {    display: none;}.ui-datepicker-calendar .ui-state-default {    background: #256bb1;}.ui-datepicker-calendar .ui-state-hover {    color: #ff9400;}.ui-datepicker-calendar .ui-state-active {    background: #ff9400;    border: 2px solid #ff9400;    color: #e0e0e0;    position: relative;    border-radius: 50%;    -webkit-border-radius: 50%;    -moz-border-radius: 50%;}.ui-datepicker-unselectable .ui-state-default {    background: #256bb1;    color: #000;}.ui-datepicker-calendar td:first-child .ui-state-active {    width: 34px;    margin-left: 0;}.ui-datepicker-calendar td:last-child .ui-state-active {    width: 34px;    margin-right: 0;}.ui-datepicker-calendar tr:last-child .ui-state-active {    margin-bottom: 0;}