/* Styles definition here */
.fieldCalendarService {display:none !important;}
#fbuilder .ui-datepicker-inline { max-width:none !important; }
#fbuilder .ui-datepicker-month, .ui-datepicker-year, .slots, .fields {color: #4b4242;}

#fbuilder .ui-datepicker-header {background-color:lightgray}

/*#fbuilder .slots {pointer-events: none;}*/
/*#fbuilder label {display: none;}*/

.pbSubmit {
    /*box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	border-radius: 8px;	*/
}
.pbSubmit {
  align-items: center;
  background-color: #85a7ca !important;
  border-radius: 12px;
  box-shadow: transparent 0 0 0 3px,rgba(18, 18, 18, .4) 0 6px 20px;
  box-sizing: border-box;
  color: #121212;
  cursor: pointer;
  display: inline-flex;
  flex: 1 1 auto;
  font-family: Inter,sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 1rem 1.2rem;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .2s,-webkit-box-shadow .2s;
  white-space: nowrap;
  border: 0;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.pbSubmit:hover {
  box-shadow: #121212 0 0 0 3px, transparent 0 0 0 0;
}

.ahb_m3 #fbuilder .slots div.currentSelection.htmlUsed a {
    background: #85a7ca !important;
}

.ahb_m3 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default.ui-state-active {
    background: #85a7ca;
}

#fbuilder .ui-datepicker .ui-datepicker-next {
    background-position: center 20px;
}
#fbuilder .ui-datepicker .ui-datepicker-prev {
    background-position: center -50px;
}