/* jQuery UI Datepicker moving pixels fix */
table.ui-datepicker-calendar {
  border-collapse: separate;
}
.ui-datepicker-calendar td {
  border: 1px solid transparent;
}

/* jQuery UI Datepicker hide datepicker helper */
#ui-datepicker-div {
  display: none;
}

/* jQuery UI Datepicker emphasis on selected dates */
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
  background: #1a4562 none;
  color: white;
}

#pi-holiday-calender .ui-datepicker {
  width: 100%;
}

#pi-holiday-calender .ui-datepicker td a,
#pi-holiday-calender .ui-datepicker td span {
  padding: 1.5em;
}

.ui-widget-header {
  border: 1px solid #ee6443 !important;
  background: #ee6443 !important;
  color: #ffffff;
  font-weight: bold;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
  background:#ee6443!important;
  color:#fff;
  padding:5px !important;
  border:0px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
 color:#fff !important;
}

.pi-clear-value {
  position: absolute;
  right: 15px;
  top: 0px;
}