.datepicker {
  font-size: 16px;
  background-color: #FFF;
}
.calendarWidget {
  margin-top: 10px;
  margin-bottom: 15px;
}
.calendarWidget #datepicker-container {
  position: relative;
  width: fit-content;
}
.calendarWidget #searchForm {
  width: 200px;
}
.calendarWidget #searchForm .form-group {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 12px;
}
.calendarWidget #searchForm .form-group label {
  text-align: left;
}
.calendarWidget #searchForm .form-group input {
  font-size: 14px;
  line-height: 1.5;
  height: 32px;
}
.calendarWidget #searchForm .form-group .input-daterange {
  width: 94%;
  padding-left: 5%;
}
.calendarWidget #searchForm .archive-toggle-wrapper label.checkbox-inline {
  margin-left: -20px;
  margin-bottom: 10px;
  font-size: 14px;
}
.calendarWidget #searchForm .archive-toggle-wrapper label.checkbox-inline #archive-toggle {
  margin-left: 5px;
}
.calendarWidget #searchForm .action-btn-wrapper {
  clear: both;
  text-align: center;
}
.calendarWidget #searchForm .action-btn-wrapper .btn {
  width: 33%;
  background-color: white;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid #eeeeee;
}
.calendarWidget #searchForm .action-btn-wrapper .btn:hover,
.calendarWidget #searchForm .action-btn-wrapper .btn:focus {
  background-color: #eeeeee;
  outline: none;
}
