???
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    color: #fff;
    z-index:9999 !important;
}

.ui-widget-content {
    border: 1px solid #dddddd;   
    background-color: #fff;
    color: #000;
}

.ui-helper-clearfix {
    display: block;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-widget-header {
    background-color: #fff;
    color: #000;
    font-weight: bold;
}

.ui-datepicker .ui-datepicker-prev {
    left: -2px;
}

.ui-datepicker .ui-datepicker-next {
    right: -2px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 10px;
    width: 1.5em;
}

.ui-widget-header a {
    color: #ffffff;
}

.ui-widget-content a {
    color: #333333;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker-prev .ui-datepicker-next {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.ui-datepicker-prev {
   width: 0; 
   height: 0; 
   border-top: 10px solid transparent;
   border-bottom: 10px solid transparent;   
   border-right:10px solid #000; 
}

.ui-datepicker-next {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;  
  border-left: 10px solid #000;
}

.ui-icon {
    display: none !important;    
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 48%;   
    padding: .375rem .3rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: .875rem;
    margin: 1px 1px;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;  
    color: #495E69; 
    border-top: 1px solid #ccc;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity = 35);
    background-image: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    font-weight: bold;
    color: #495E69;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    color: #fff;
    background-color:#495E69;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;   
    text-decoration: none;
    text-align: center;
}

.ui-datepicker td a:hover {
    color: #fff;
    background-color:#495E69;
}

.ui-datepicker td {
    border: 0;
    text-align: center;
    padding: 1px;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    filter: Alpha(Opacity = 70);
    font-weight: normal;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
   color: #fff; 
   background-color: #495E69; 
}

.ui-datepicker button {
     height: 2rem;
     border-radius: 2px;    
     background-repeat:no-repeat;    
     cursor:pointer;
     overflow: hidden;
     outline:none;
}

.ui-datepicker-close {    
    background-color:#2196f3;
    color: #fff !important;
    background-image: none;
    border: none;
    font-weight: normal !important;
}

.ui-datepicker-current {
    border: 1px solid #2196f3;
    background-color:#fff;
    color: #2196f3 !important;   
}#cboxOverlay {
    height: 100%;
    position: fixed;
    width: 100%;
}

#colorbox, #cboxOverlay {
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 9999;
    
}
#cboxWrapper{
    left: 0;
    overflow: hidden;
    top: 0;
    z-index: 9999;
}

#cboxOverlay {
    background: none repeat 0 0 #777;
}