/* Styles definition here */
#fbuilder .ui-datepicker-inline {
  max-width: none !important;
  box-shadow: none;
  border-width: 0px;
  border-style: none;
  font-family: Arial, sans-serif;
}
.pbSubmit:hover {
  background-color: #4CAF50;
  color: white;
}
.ui-datepicker {
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
}
.ui-datepicker-header {
  background-color: #505f72 !important;
  padding: 5px 0 !important;
  margin: 0 !important;
}
.ui-datepicker-title {
  text-shadow: none;
  font-size: 16px;
  font-family: proxima-nova;
  color: #f5f7fa;
  font-weight: 400;
  text-transform: uppercase;
  background-color: transparent;
  letter-spacing: 0;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  margin-top: -5px;
}
select.ahbfield_service {
  display: none;
}
table.ui-datepicker-calendar thead {
  background: #505f72 !important;
}
table.ui-datepicker-calendar thead th {
  background: none !important;
  text-shadow: none;
  color: #dee4e9;
  font-weight: 400;
}
table.ui-datepicker-calendar tbody tr {
  border-bottom: 0;
}
table.ui-datepicker-calendar tbody td {
  border: solid #f5f7fa 1px !important;
}
table.ui-datepicker-calendar tbody td.ui-datepicker-unselectable {
  opacity: 1;
  border: solid #eaeef3 1px !important;
}
table.ui-datepicker-calendar tbody td.ui-datepicker-unselectable.ui-datepicker-other-month {
  background: #f5f7fa;
}
table.ui-datepicker-calendar tbody td span,
table.ui-datepicker-calendar tbody td a {
  height: 50px;
  padding: 12px 0;
  border: 0 !important;
}
table.ui-datepicker-calendar tbody td span {
  text-shadow: none;
}
table.ui-datepicker-calendar tbody td span.ui-state-default {
  background: #f5f7fa;
  color: rgba(80, 95, 114, 0.5);
}
table.ui-datepicker-calendar tbody td a.ui-state-default {
  background: white;
  color: #505f72;
  text-shadow: none;
}
table.ui-datepicker-calendar tbody td a.ui-state-default:hover {
  background: rgba(80, 95, 114, 0.1);
}
table.ui-datepicker-calendar tbody td a.ui-state-default.ui-state-active {
  background: #505f72;
  color: white;
}
#fbuilder .slots {
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
}
#fbuilder .slots .availableslot {
  border: 1px solid #e0e5ed;
  border-radius: 5px;
}
#fbuilder .slots .availableslot a {
  background: transparent;
  color: #505f72;
  font-size: 90%;
  padding: 5px 10px;
}
.usedSlotsfieldname1_1 .ahb_list {
  padding: 15px;
  margin: 5px;
  background: #505f72;
  border-radius: 5px;
  color: white;
  font-size: 80%;
  display: relative;
}
.usedSlotsfieldname1_1 .ahb_list .ahb_list_time {
  display: block;
}
.usedSlotsfieldname1_1 .ahb_list .ahb_list_service {
  padding: 0;
  position: relative;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 5px;
  background: rgba(224, 229, 237, 0.25);
}
.usedSlotsfieldname1_1 .ahb_list a.cancel {
  position: absolute;
  margin-top: -10px;
  right: 15px;
  color: #505f72;
}
.usedSlotsfieldname1_1 .ahb_list a.cancel:after {
  content: "CANCEL";
  background: #c70f2b;
  display: inline-block;
  color: white;
  border-radius: 5px;
  padding: 5px 15px;
  text-transform: uppercase;
}
input {
  border-radius: 5px;
  padding: 10px !important;
}
.collection-points .facetwp-facet.facetwp-facet-location.facetwp-type-proximity {
  margin-bottom: 5px;
}
.collection-points .location-wrap {
  width: 65%;
}
.collection-points .location-wrap input.facetwp-location {
  width: 100%;
  min-width: 100% !important;
}
.collection-points .facetwp-radius {
  width: 30%;
}
.collection-points .facetwp-map-filtering {
  background: rgba(50, 68, 89, 0.25);
  color: white !important;
  padding: 5px 15px;
  border-radius: 5px;
  margin-top: 10px;
}
.collection-points .facetwp-map-filtering:hover {
  background: #2c3c4e;
}
.pbSubmit {
  background: #505f72;
  color: white;
  border-radius: 40px;
}
.pbSubmit:hover {
  background: #c70f2b;
}
