/* datepicker ----------------------------------*/ .nd_rst_bookingform_component_cal_l1.ui-datepicker { width: 300px; display: none; padding: 10px; box-sizing: border-box; } .nd_rst_bookingform_component_cal_l1.ui-datepicker .ui-datepicker-header { position: relative; padding: 15px 10px; } .nd_rst_bookingform_component_cal_l1.ui-datepicker .ui-datepicker-prev, .nd_rst_bookingform_component_cal_l1.ui-datepicker .ui-datepicker-next { position: absolute; } .nd_rst_bookingform_component_cal_l1.ui-datepicker .ui-datepicker-prev{ left: 15px; top: 25px; } .nd_rst_bookingform_component_cal_l1.ui-datepicker .ui-datepicker-next{ right: 58px; top: 25px; } .nd_rst_bookingform_component_cal_l1.ui-datepicker .ui-datepicker-prev span, .nd_rst_bookingform_component_cal_l1.ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 0%; margin-left: 0px; top: 50%; margin-top: -7px; padding: 2px 5px; font-size: 10px; text-transform: uppercase; cursor: pointer; font-weight: normal; letter-spacing: 2px; line-height: 10px; } .nd_rst_bookingform_component_cal_l1.ui-datepicker .ui-datepicker-title { margin: 0px; line-height: 20px; text-align: center; font-size: 14px; font-weight: bold; letter-spacing: 1px; } .nd_rst_bookingform_component_cal_l1.ui-datepicker .ui-datepicker-title select { font-size: 1em; margin: 1px 0; } .nd_rst_bookingform_component_cal_l1.ui-datepicker select.ui-datepicker-month, .nd_rst_bookingform_component_cal_l1.ui-datepicker select.ui-datepicker-year { width: 45%; height: auto; } .nd_rst_bookingform_component_cal_l1.ui-datepicker table { width: 100%; font-size: .9em; border-collapse: collapse; margin: 0 0 .4em; } .nd_rst_bookingform_component_cal_l1.ui-datepicker th { padding: 0px; text-align: center; font-weight: normal; border: 0; font-size: 10px; text-transform: uppercase; letter-spacing: 2px; } .nd_rst_bookingform_component_cal_l1.ui-datepicker td { border: 0; padding: 5px; } .nd_rst_bookingform_component_cal_l1.ui-datepicker td span, .nd_rst_bookingform_component_cal_l1.ui-datepicker td a { display: block; padding: 0px; text-align: center; text-decoration: none; font-weight: normal; font-size: 12px; } .nd_rst_bookingform_component_cal_l1.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; } .nd_rst_bookingform_component_cal_l1.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width: auto; overflow: visible; } .nd_rst_bookingform_component_cal_l1.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; } /*color*/ .nd_rst_bookingform_component_cal_l1.ui-datepicker th { color: #fff; } .nd_rst_bookingform_component_cal_l1.ui-datepicker .ui-datepicker-title { color: #fff; } .nd_rst_bookingform_component_cal_l1.ui-datepicker .ui-datepicker-prev span, .nd_rst_bookingform_component_cal_l1.ui-datepicker .ui-datepicker-next span { color: #fff; } .nd_rst_bookingform_component_cal_l1.ui-datepicker td span, .nd_rst_bookingform_component_cal_l1.ui-datepicker td a { color:#fff; } .nd_rst_bookingform_component_cal_l1.ui-datepicker td.ui-state-disabled span{ opacity: 0.5; } .nd_rst_bookingform_component_cal_l1.ui-datepicker td.ui-datepicker-today { background-color: rgba(0, 0, 0, 0.15); }