@charset "UTF-8";

/* jQuery-UI-datepicker */

.class-requlaer_holiday > .ui-state-default {
  background: #FFEBCC !important;
  color: #FF8300 !important;
}

.class-holiday > .ui-state-default {
  background: #FFCCCC !important;
  color: red !important;
}

.class-sunday > .ui-state-default {
  background: #FFCCCC !important;
  color: red !important;
}

.class-saturday > .ui-state-default {
  background: #CCCCFF !important;
  color: blue !important;
}

img.ui-datepicker-trigger {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 5px;
}

button.ui-datepicker-close {
    font-size: 12px;
}
