/* Enable color on button */

.xdsoft_datetimepicker button,
.xdsoft_timepicker button {
    background-size: auto !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: transparent !important;
}
.xdsoft_datetimepicker  .xdsoft_prev {
    background-image: url(../img/btn_left.png) !important;

}
.xdsoft_datetimepicker .xdsoft_next {
    background-image:url(../img/btn_right.png) !important ;

}
.xdsoft_datetimepicker  .xdsoft_today_button {
    background-image: url(../img/btn_home.png) !important;

}
.xdsoft_timepicker .xdsoft_prev {
    background-image: url(../img/btn_up.png) !important;
}
.xdsoft_timepicker .xdsoft_next {
    background-image: url(../img/btn_down.png) !important;
}