/*** UI DATEPICKER STARTS***/
.ui-datepicker-material-header {
  display: none;
  background-color: #fff;
  color: white;
  text-align: center;
  width: 325px;
  
}
.ui-datepicker-material-header .ui-datepicker-material-day {
  background-color: #1F3A58;
  padding: 10px;
  font-size: 1rem;
}
.ui-datepicker-material-header .ui-datepicker-material-date {
  padding: 20px;
}
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-month,
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-day-num,
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-year {
  padding: 5px;
}
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-month {
  font-size: 2rem;
  text-transform: uppercase;
}
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-day-num {
  font-size: 4.5rem;
}
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-year {
  font-size: 1.8rem;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.4);
}

.ui-datepicker {
  padding: 0;
  border: none;
  box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  width: 325px;
}

.ui-corner-all {
  border-radius: 0;
}

.ui-widget-header {
  border: 0;
}

.ui-datepicker-header {
  text-align: center;
  background: white;
  padding-bottom: 15px;
  font-weight: 300;
}
.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next,
.ui-datepicker-header .ui-datepicker-title {
  border: none;
  outline: none;
  margin: 5px;
}
.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next{
  cursor: pointer;
}

.ui-datepicker-prev.ui-state-hover,
.ui-datepicker-next.ui-state-hover {
  border: none;
  outline: none;
  background:#fff;
}

.ui-datepicker-calendar .ui-state-default {
  background: none;
  border: none;
  text-align: center;
  height: 33px;
  width: 33px;
  line-height: 28px;
}
.ui-datepicker-calendar .ui-state-highlight {
  color: #284B72;
}
.ui-datepicker-calendar .ui-state-active {
  border-radius: 50%;
  background-color:#C3002F;
  color: #fff;
}
.ui-datepicker-calendar thead th {
  color: #999999;
  font-weight: 200;
}

.ui-datepicker-buttonpane {
  border: none;
}
.ui-datepicker-buttonpane .ui-state-default {
  background: white;
  border: none;
}
.ui-datepicker-buttonpane .ui-datepicker-close,
.ui-datepicker-buttonpane .ui-datepicker-current {
  background: white;
  color: #284B72;
  text-transform: uppercase;
  border: none;
  opacity: 1;
  font-weight: 200;
  outline: none;
}
.ui-datepicker-buttonpane .ui-datepicker-close:hover,
.ui-datepicker-buttonpane .ui-datepicker-current:hover {
  background: #b4cbe5;
}
.ui-datepicker .ui-datepicker-next .ui-icon-circle-triangle-e {
 background-image: url(../images/calendar-arrow-next.svg);
 background-position: center;
}
.ui-datepicker .ui-datepicker-prev .ui-icon-circle-triangle-w {
  background-image: url(../images/calendar-arrow-prev.svg);
  background-position: center;
 }
 .form-date-picker-col input {
  background-image: url(../images/datepicker-calendar.svg);
  background-position: 8px 10px;
  background-repeat: no-repeat;
 }
 .form-time-picker-col input {
  background-image: url(../images/timepicker-clock.svg);
  background-position: 8px 10px;
  background-repeat: no-repeat;
 }
 .form-time-picker-col select {
  background-image: url(../images/timepicker-clock.svg);
  background-position: 8px 10px;
  background-repeat: no-repeat;
 }
 .ui-datepicker-calendar thead th span {
  color: #AAAAAA;
  font-style: normal;
font-weight: 500;
letter-spacing: 0.03em;
text-transform: uppercase;
font-size:10px; 
 }
 .ui-datepicker .ui-datepicker-buttonpane {
   display: none;
 }
 #ui-datepicker-div {
  border-radius: 6px;
  border: 1px solid #D7D7D7;
 }
 .ui-datepicker .ui-datepicker-header {
  border-radius: 6px;
 }
 .ui-datepicker table {
  margin: 0 auto 14px;
  width: 94%;
 }
/*** UI DATEPICKER ENDS***/






/*** TIMEPICKER STARTS***/
/* #input {
  cursor: pointer;
}
.timepicker {
  background-color: #F2F2F2;
  position: absolute;
  color: #8C8C8C;
  border: 1px solid #B5B5B5;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.33);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.33);
  z-index: 2147483647;
  left:0!important;
  top:-220px!important;
}
.timepicker .clock {
  width: 200px;
  height: 200px;
  position: relative;
  padding: 5px;
}
.timepicker .done {
  cursor: pointer;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  display: block;
  color:#fff;
  border-top: 1px solid #DEDEDE;
  background-color: #C3002F;
}
*/
/* .timepicker .done:hover {
  background-color: #DEDEDE;
  color: #848484;
} */
/*
.timepicker .meridiem {
  position: absolute;
  bottom: 5px;
  width: 26px;
  height: 26px;
  background-color: white;
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.timepicker .meridiem.selected {
  background-color: #D6F0F9;
  color: #6D828C;
}
.timepicker .meridiem.am {
  left: 5px;
}
.timepicker .meridiem.pm {
  right: 5px;
}
.timepicker .bubble {
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.timepicker .bubble:hover {
  background-color: #C3002F;
  color: #fff;
}
.timepicker .bubble.selected {
  color: #fff;
  background-color: #C3002F;
}
.timepicker .unit {
  top: 5px;
  background-color: white;
}
.timepicker .unit.hour {
  left: 5px;
}
.timepicker .unit.minute {
  right: 5px;
}
.timepicker .face {
  width: 100%;
  height: 100%;
  background-color: white;
  border: none;
  border-radius: 50%;
  position: relative;
}
.timepicker .face:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  background-color: #C3002F;
  border-radius: 50%;
  content: "";
  display: block;
}
.timepicker .hand {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  pointer-events: none;
  background-color: #8C8C8C;
}
.timepicker .hand.minute {
  margin: -30% 0 0 -1px;
  padding: 30% 1px 0;
  border-radius: 1px 1px 0 0;
}
.timepicker .hand.hour {
  margin: -23% 0 0 -2px;
  padding: 23% 2px 0;
  border-radius: 2px 2px 0 0;
}
.timepicker .hand.selected {
  background-color: #C3002F;
}
.timepicker .time {
  background-color: #F2F2F2;
}
 */

input[type='time']::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  width: 100%;
  left:0;
  top:0;
  height:100%;
  cursor: pointer;
}