

.ui-widget {
    font-size: 0.9em;
}

.ui-datepicker {
    width: 14em;
}

.ui-widget-content{
    border: 1px solid #EEE; 
}

.ui-widget-content table td{
    border-color: #EEE !important; 
}

.ui-dialog{
    z-index: 600;
    box-shadow: 0 0 5px #444444;
}

.ui-widget-header {
    border: 1px solid #2b2d35 !important;
    background: #2b2d35 !important;
    /*background: linear-gradient(top, #BD954C 0, #2b2d35 100%) no-repeat !important;*/
    /*background: -webkit-linear-gradient(top, #BD954C 0, #2b2d35 100%) no-repeat !important;*/
    /*background: -moz-linear-gradient(top, #BD954C 0, #2b2d35 100%) no-repeat !important;*/
    /*background: -o-linear-gradient(top, #BD954C 0, #2b2d35 100%) no-repeat !important;*/
    /*background: -ms-linear-gradient(top, #BD954C 0, #2b2d35 100%) no-repeat !important;*/
    /*background: linear-gradient(top, #BD954C 0, #2b2d35 100%) no-repeat !important;*/
    /*-svg-background: linear-gradient(top, #BD954C 0, #2b2d35 100%) no-repeat !important;*/
    color: #fff;
    font-weight: bold;
}

.buttons-center{
    text-align: center;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    background: #d3d3d3 !important;
}
