/***
* highlighting individual dates in datepicker
***/
table tr td.ui-datepicker-days-cell-over {
  border: none;
  box-shadow: 0 0 0 3px #FFFFFF, 0 0 4px 6px #368BA6;
  outline: 3px solid transparent;
  outline-offset: 3px;
  position: relative;
  z-index: 1;
  width: 15%;
}

/***
* Trigger
***/
button.accessible-datepicker-trigger {
  width: 60px;
  height: 43px;
}

button.accessible-datepicker-trigger img {
  width: 38px;
  height: 34px;
}

.c-datepicker-image {
  background-color: #FFFFFF;
  border: none;
}

.calendar_img {
  width: 42px;
  height: 40px;
  /*margin-right: 5px;*/
}

.ui-datepicker-trigger {
  display: none;
}


.c-graph-calendar-icon {
  width: 20px;
  height: 20px;
}

img {
  vertical-align: middle;
  border: 0;
}

#small-cal-id {
  background: url("../img/SU_Calendar_Icon.png") no-repeat;
  background-size: 25px;
  margin: 3px 5px 0 0;
  width: 30px;
  height: 30px;
  font-size: 0px;
  color: transparent;
  border: none;
}

.c-date-range-chart {
  padding-left: 10px;
  display: flex;
  align-items: center;
}
