/* Styles definition here */

/** Hide Booking Service dropdown menu. Not needed on site **/
.formheader_1{display: none;}
.fieldCalendarServicefieldname1_1{display: none;}
/** Hide label Booking form. **/
#fbuilder label[for=fieldname1_1] {display: none; }

#fbuilder .ui-datepicker-inline {
    width: 100%;
    max-width: 800px;
}

/* Border select time picker */
.ahb_m #fbuilder .slotsCalendar {
     border: 1px solid #005;
}
/* Styling look of booking slots. Remove border and background colour from changing hover experience */
#fbuilder .slots div {
	 border: 0px;
}
#fbuilder .availableslot div {
    border: 0px;
}
.ahb_m #fbuilder .availableslot a{
	background-color: inherit;
}
.ahb_m #fbuilder .availableslot a:hover{
	color: #8ed1fc;
	background-color: inherit;
}
/*.ui-state-active {	*/
.ui-datepicker-current-day{
	background-color: #8ed1fc;
}
/* Remove border from Attach file area and resize button label */
#fbuilder input[type=file] {
    border: 0px;
}
::file-selector-button{
    font-size: 10px;
}
/****** My Upload file *******/
#fbuilder input[type="file"] {
	font-size: 12px;

  outline: none;
  padding: 4px;
  margin: -4px;
}

#fbuilder input[type="file"]:focus-within::file-selector-button,
#fbuilder input[type="file"]:focus::file-selector-button {
  outline: 2px solid #0964b0;
  outline-offset: 2px;
}

#fbuilder input[type="file"]::before {
  top: 16px;
}

#fbuilder input[type="file"]::after {
  top: 14px;
}

/* ------- From Step 2 ------- */

#fbuilder input[type="file"] {
  position: relative;
}

#fbuilder input[type="file"]::file-selector-button {
  width: 110px;
  color: transparent;
}


/* Set fake label styles and icon */
#fbuilder input[type="file"]::before {
  position: absolute;
  pointer-events: none;
  /*   top: 11px; */
  left: 40px;
  color: #0964b0;
  content: "Ladda fil";
}
/* Set icon  style */
#fbuilder input[type="file"]::after {
  position: absolute;
  pointer-events: none;
  /*   top: 10px; */
  left: 16px;
  height: 20px;
  width: 20px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230964B0'%3E%3Cpath d='M18 15v3H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2zM7 9l1.41 1.41L11 7.83V16h2V7.83l2.59 2.58L17 9l-5-5-5 5z'/%3E%3C/svg%3E");
}

/* ------- From Step 1 ------- */

/* file upload button */
#fbuilder input[type="file"]::file-selector-button {
  border-radius: 4px;
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  margin-right: 16px;
  transition: background-color 200ms;
}

/* file upload button hover state */
#fbuilder input[type="file"]::file-selector-button:hover {
  background-color: #f3f4f6;
}

/* file upload button active state */
#fbuilder input[type="file"]::file-selector-button:active {
  background-color: #e5e7eb;
}

/* ------------------------ */

/****** My Upload file End ********/



/*#fbuilder a{
	color: #2271b3;
}
#fbuilder a:hover{
	color: #8ed1fc;
	background-color: inherit;
}*/

/** Jag funkar
#fbuilder a[m2="30"]{
	color: #2271b3;
}
#fbuilder a[m2="30"]:hover{
	color: #8ed1fc;
}*/

/* For fully booked dates or dates not available for booking*/
#fbuilder .notavailslot a{ background:#f00; }

/** Make the send button in a hover format: **/
/*#fbuilder .pbSubmit:hover { background-color: #4CAF50; color: white; }*/

/* Change label and text size in form and input field */
#fbuilder .fields, #fbuilder .fform {font-size: 14px;}
#fbuilder input[type=text], 
#fbuilder textarea, 
#fbuilder select { 
    font-size: 14px;
	padding: 5px;
	text-indent:left;
	border: 1px solid #000;
    border-radius: 2px;
}