.ui-datepicker {width:100%;height:auto;font-size:0.813em;color:#fff;background:#bdc3c7;transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;}
.ui-datepicker a {display:block;text-decoration:none;color:#fff;padding:2px 0;margin:0 5px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;}
.ui-datepicker table {width:100%;}
.ui-datepicker-header {border-bottom:1px solid #fff;}
.ui-datepicker-title {height:50px;font-size:1.077em;font-weight:400;text-align:center;line-height:50px;}
.ui-datepicker-prev, .ui-datepicker-next {/*font-family:FontAwesome;*/font-size:1.5em;font-style:normal;cursor:pointer;padding:10px 0 !important;}
.ui-datepicker-prev {float:left;}
.ui-datepicker-next {float:right;}
.ui-datepicker thead, .ui-datepicker tbody {text-align:center;}
.ui-datepicker td {padding:2% 0;}
.ui-datepicker-week-col {display:none;}
.ui-datepicker-other-month a {color:#4c4e47;}
.ui-state-highlight {background:#4c4e47;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;}
.ui-datepicker-other-month .ui-state-highlight {background:none;}
.ui-datepicker .ui-state-active {color:#125e8c;background:#fff;}
.ui-datepicker .ui-state-hover {color:#fff;background:#125e8c;}