<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
---------------------------
BOOKING
---------------------------
*/

.rental-shoppingcart {
	border:0;
	border-radius: 10px;
	padding: 30px;
	height: auto !important;
	min-height: auto !important;
}
.rental-booking-modal {
	border:0;
	border-radius: 0px;
	padding: 30px;
	height: auto !important;
	min-height: auto !important;
}

#bookings {
	display: none;
}
#bookings.expand {
	display: block;
}
.booking-options-wrapper {
	border: 1px solid rgba(0, 102, 50, 0.04)
}


.table-buttons .button {
	padding-top: 12px;
	padding-bottom: 12px;
}


/* --------------------------------

Basic Style

-------------------------------- */

#rental {
	padding-top: 30px;
}

.booking-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 20px 20px;
}
.booking-heading-title {
	font-size: 2.5rem;
}
.booking-security {
	display: block;
	text-align: right;
	font-weight: 700;
	padding: 0px 30px 0px 0px;
}

#rental-steps {

}

.rental-steps {
  width: 100%;
  max-width: 100%;
  background: transparent;
  padding: 0 0;
  margin: 0 auto 2rem;
  border:0;
  list-style: none;
  display: flex;
  align-items: center;
  align-content: stretch;
  justify-content: space-around;
}

@media (max-width: 970px) {
	.booking-heading {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 0 20px 0px;
	}
	.booking-title {
		font-size: 2rem;
	}
}

@media only screen and (max-width: 767px) {
	.rental-steps {
		/* display: none; */
	}

}
@media only screen and (max-width: 400px) {
	.rental-shoppingcart {
		padding: 15px;
	}
}

.rental-steps li {
	position: relative;
	flex-grow: 1;
	padding-right: 10px;
}

.rental-steps li a {
	color: rgba(0, 102, 50, 0.7);
	position: relative;
	background: rgba(0, 102, 50, 0.06);
	padding: 18px 0 15px 30px;
	height: 70px;
}
.rental-steps li a:hover {
	background: rgba(0, 102, 50, 0.06);
	color: rgb(0, 102, 50);
}
.rental-steps li a:before,
.rental-steps li a:after {
	position: absolute;
	right: -25px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 0 35px 15px;
	border-color: transparent transparent transparent #fff;
	content:'';
	z-index: 2;
}
.rental-steps li a:after {
	right: -15px;
	border-color: transparent transparent transparent rgba(0, 102, 50, 0.06);
}
.rental-steps-title &gt; a:focus,
.rental-steps-title &gt; a[aria-selected='true'] {
	background: rgba(0, 102, 50, 0.9);
	color: #fff;
}
.rental-steps-title &gt; a[aria-selected='true']:hover {
	background: rgba(0, 102, 50, 0.9);
	color: #fff;
}

.rental-steps-title.completed &gt; a {
	background: #006632;
	color: #fff;
}
.rental-steps-title.completed &gt; a:hover {
	background: #006632;
	color: #fff;
}
.rental-steps-title &gt; a:focus:after,
.rental-steps-title &gt; a[aria-selected='true']:after {
	border-color: transparent transparent transparent rgba(0, 102, 50, 0.9);
}
.rental-steps-title.completed &gt; a:after {
	border-color: transparent transparent transparent #006632;
}
.rental-steps li:first-child a {
	padding-left: 20px;
	border-radius: 10px 0 0 10px;
}
.rental-steps li:last-child {
	padding-right: 0;
}
.rental-steps li:last-child a {
	border-radius: 0 10px 10px 0;
}
.rental-steps li:last-child a:before,
.rental-steps li:last-child a:after {
	display: none
}
.rental-steps li a i {
	position: absolute;
	top: 50%;
	right:1rem;
	transform: translateY(-50%);
	color: #006632;
}
.rental-steps li a[aria-selected='true'] i {
	color: #fff !important;
}
.rental-steps-title a {
	padding-left: 0;
	font-size: 14px;
}
.rental-steps-title .rental-text {
	display: block;
	font-size: 16px;
	margin-top: 3px;

}
.rental-steps-title a:hover {
	color: #fff;
}
.rental-steps-title a[aria-selected='true']:hover {
	color: #fff;
}

.rental-steps li.disabled,
.rental-steps li.disabled a {
	cursor: not-allowed;
}
.rental-steps li.disabled:after {
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	content:'';
	background: transparent;
	z-index: 888;
}


@media (max-width: 970px) {

	.rental-steps li a {
		color: rgba(24, 24, 24, 0.6);
		position: relative;
		padding: 10px 0 10px 30px;
		height: 50px;
	}

	.rental-steps-title a {
		padding-left: 0;
		font-size: 12px;
	}
	.rental-steps li:first-child a {
		padding-left: 10px;
	}
	.rental-steps-title .rental-text {
		display: block;
		font-size: 14px;
		margin-top: 3px;
	}
	.rental-steps li a:before,
	.rental-steps li a:after {
		position: absolute;
		right: -25px;
		top: 50%;
		transform: translateY(-50%);
		border-width: 25px 0 25px 15px;
		content:'';
		z-index: 2;
	}
	.rental-steps li a:after {
		right: -15px;
	}
	.rental-steps li a i {
		position: absolute;
		top: 50%;
		right: 0px;
		transform: translateY(-50%);
	}
}
@media (max-width: 640px) {
	.rental-steps {
		width: 100%;
		max-width: 100%;
		padding: 0 0;
		margin: 0 auto 10px;
	}
	.rental-steps li {
		position: relative;
		flex-grow: 1;
		padding-right: 5px;
	}
	.rental-steps li a {
		color: rgba(24, 24, 24, 0.6);
		position: relative;
		padding: 10px 0 10px 15px;
		height: 30px;
	}

	.rental-steps-title a {
		padding-left: 0;
		font-size: 12px;
	}
	.rental-steps li:first-child a {
		padding-left: 10px;
	}
	.rental-steps-title .rental-text {
		display: none;
	}
	.rental-steps li a:before,
	.rental-steps li a:after {
		position: absolute;
		right: -15px;
		top: 50%;
		transform: translateY(-50%);
		border-width: 15px 0 15px 10px;
		content:'';
		z-index: 2;
	}
	.rental-steps li a:after {
		right: -10px;
	}
	.rental-steps li a i {
		font-size: 10px;
	}
}
.column-border-right,
.column-border-left {
	position: relative;
}


.rental-steps-content {
	border:0;
	background: #fff;
	border-radius: 0px;
	border: 1px solid rgba(0, 102, 50, 0.1);
	color:  #0a0a0a
}
.rental-steps-content:hover {
	border: 1px solid rgba(0, 102, 50, 0.2);
}
.rental-steps-content.block {
	margin-bottom: 10px;
}
.rental-steps-content .tabs-panel,
.rental-steps-content.block
{
	padding: 10px 15px 10px 15px;
}
.rental-steps-content.block.invalid
{
	border-color: #dd041d;
}


.rental-steps-content.notice {
	border-color: rgba(0, 102, 49, 0.541);
	background-color: rgba(0, 102, 49, 0.1);
	padding: 20px;
	margin-bottom: 35px;
	color: #006632;
	font-weight: bold;
}

.rental-steps-content p {
	margin:0 0 10px;
	font-size: 14px;
}

.rental-steps-content label {
	line-height: 1.7;
	font-size: 14px;
	font-weight: 700;
	color: #0a0a0a;
}
.rental-steps-title {
	font-size: 2rem;
}
.rental-steps-content .date-picker-wrapper {
	padding:0;
}

.rental-steps-heading {
	margin-bottom: 2rem;
}

.rental-steps-callout {
	padding-top: 10px;
	padding-bottom: 10px;
}
.rental-steps-callout p {
	line-height: 1.4;
}
.rental-steps-callout.primary p strong {
	color: rgba(0, 102, 50, 1);
}
.rental-steps-callout .button {
	margin: 0.5rem 0rem 10px;
}
.rental-steps-section {
	padding: 20px;

	border: 1px solid rgba(0, 102, 50, 0.12);
	margin-bottom: 10px;
	border-radius: 7px;
}
.rental-steps-section.no-border {
	border:0;
	padding: 0px;
}
.rental-steps-section:hover {
	border-color: rgba(0, 102, 50, 1)
}
.rental-steps-content-title {
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.rental-steps-content-title.large {
	font-size: 28px;
	margin-bottom: 15px;
}
.rental-steps-section .input-group {
	position: relative;
	top: -4px;
	margin-bottom:5px;
}
.rental-steps-section .row {

}
.rental-steps-section label {

	margin: 0;
	line-height: 1.4;
	margin-bottom: 5px;
}
.rental-steps-section .large.button-group {
	margin-top:1rem;
}
.rental-steps-section .large.button-group .button {
	padding-top:2rem;
	padding-bottom:2rem;
}
.rental-steps-section .large.button-group .button.selected {
	border-color: #3adb76 !important;
	border-width: 2px !important;
}

.rental-steps-section .large.button-group .button span {
	margin-top: 1rem;
	display: block;
	font-size: 70%;
	font-weight: 400;
}
.rental-steps-section .large.button-group .creditcard img {
	opacity: 0.5;
}
.rental-steps-section .large.button-group .bank img {
	opacity: 0.5;
}


/* Objects */

.rental-object {
	display: flex;
	align-items: stretch;
	justify-content: space-between;

	background: #fff;
	border-radius: 7px;
	border: 1px solid rgba(0, 102, 50, 0.1);
	color:  rgba(0, 102, 50, 0.7);
	padding: 10px;
	margin-bottom: 10px;
}
.rental-object:hover {
	border-color: rgba(0, 102, 50, 0.3);
}
.rental-object-image {
	flex-basis: 200px;
}
.rental-object-info {
	font-weight: 700;
	display: block;
	color: rgba(0, 102, 50, 0.7);
}
.rental-object-section {
	display: flex;
	flex-basis: 700px;
	flex-direction: column;
	padding: 0 20px;
	font-size: 14px;
}
.rental-object-title {
	font-size: 18px;
}
.rental-object-usp-list {
	margin:5px 0 0;
	padding:0;
	list-style-type: none;
}
.rental-object-footer {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: column;
}
.rental-object-footer a {
	font-size: 14px;
}
.rental-object-footer-price {
	display: block;
	padding: 5px 0px;
	text-align: right;
	/* font-family: 'Bebas Neue'; */
	font-size: 18px;
	font-weight: 700;
}



/* Footer */
.rental-steps-footer {
	margin-top: 0rem;
	padding: 10px 0;
	/* border-top: 4px solid #eee; */
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 79%);
}
.rental-steps-footer .button.clear {
	background-image: none;
	padding-right: 1rem;
}
.rental-steps-footer .button {
	margin-left: 10px;
	font-size: 16px;
}
.rental-steps-footer-extras {
	background-color: white;
	margin-top: 20px;
	padding: 0px 0px 0rem 0px;
}
.rental-steps-footer .next-step-info {
	margin-right: 20px;
}
.rental-steps-footer .next-step-info i {
	margin-right: 5px;
}
.rental-steps-footer .button.next-step {
	align-self: flex-end;
}

@media (max-width: 970px) {
	.rental-steps-content.block {
		margin-top: 10px;
		margin-bottom: 0;
	}
	/* Footer */
	.rental-steps-footer {
		margin-top: 2rem;
		padding-top: 1rem;
		border-top: 0px solid #eee;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.rental-steps-footer .next-step-info {
		margin-right: 20px;
	}
	.rental-steps-footer .next-step-info i {
		margin-right: 5px;
	}
	.rental-steps-footer .button.next-step {
		width: 100%;
		align-self: center;
		margin-top: 10px;
	}

}
/* Rental Selection */
#rental-sidebar {
	margin-top: 0rem;
}
.rental-sidebar-content {
	border: 0px solid rgba(0, 102, 50, 0.36);
	padding: 0rem;
	border-radius: 0px;

}
@media (max-width: 970px) {

}

#sideSelection {
	z-index: 999;
}


.rental-shoppingcart .listings {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.rental-shoppingcart .listings .item {
	border-top: 1px solid rgba(0, 102, 50, 0.1);
	padding-top: 7px;
}

.rental-shoppingcart .listings .item .headline {
	
	font-weight: 700;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
	line-height: 1.1;
	color: rgb(0, 102, 50);
}

.rental-shoppingcart .listings .item .headline:hover {
	color: #eb6437;
}

.rental-shoppingcart .listings .item .price {
	float: right;
	font-weight: 700;
}


.rental-shoppingcart .listings .item .info {
	padding-bottom: 10px;
	margin-top: -5px;
	font-size: 0.95rem;
	color: rgba(0, 102, 50, 0.7);
	display: block;
}

.rental-shoppingcart .next-step {
	float: right !important;
}

.mobile-selection-button {
	display: none !important;
}

@media (max-width: 970px) {

	#mobile-selection {
		width: 100%;
		height: 40px;
		display: block;
		z-index: 9999999;
	}

	.mobile-selection-button {

		display: flex !important;
		border-radius: 10px !important;
		justify-content: flex-start !important;
	}
	.is-stuck .mobile-selection-button {
		display: flex !important;
		width: 100%;
		border-radius: 0 0 0px 0px !important;
	}
	.mobile-selection-button.open i {
		transform: rotate(-180deg);
	}
	.button.dropdown.mobile-selection-button::after {
		top:0;
	}
	.mobile-selection-button span {
		font-size: 80%;
		font-weight: 400;
		opacity: 0.6;
		margin-left: 10px;
	}
	.rental-sidebar-content {
		position: absolute;
		display: none;
		width: calc(100% - 20px);
		background: #fff;
	}
	/*.rental-sidebar-content.expanded {
		position: absolute;
		display: block;
		box-shadow: 0 0 40px rgba(0, 102, 50, 0.171);
		z-index: 999;
	} */
}
@media (max-width: 400px) {
	.mobile-selection-button {
		padding-left: 10px !important;
		font-size: 14px;
		justify-content: space-between !important;
	}
	.mobile-selection-button span {
		font-size: 9px;
	}
}

.rental-selection {
	width: 100%;
	display: block;
 	position: relative;
  	border: 0px solid rgba(0, 102, 50, 0.14);
	margin: 10px 0px 35px;
	margin-top: 0px;
	min-height: 100px;
	border-radius: 10px !important;
	background: #006632;
	color: #fff;
	z-index: 9;
	padding: 2rem 2rem 2rem;
	/* box-shadow: 0 1px 2px rgba(0, 102, 50,0.04),
                0 2px 4px rgba(0, 102, 50,0.04),
                0 4px 8px rgba(0, 102, 50,0.04),
                0 8px 16px rgba(0, 102, 50,0.04),
                0 16px 32px rgba(0, 102, 50,0.04),
                0 32px 64px rgba(0, 102, 50,0.04); */

}

.is-stuck .rental-selection {
	height: calc(100vh - 5rem);
	overflow: hidden;
	overflow-y: scroll;
}

.rental-selection-heading {
	font-size: 1.7rem;
	font-weight: 900;
	border-bottom: 5px solid rgba(0, 102, 50, 1);
	padding-bottom:10px;
	margin-bottom:0;
}
.rental-selection-image {
	margin-bottom: 1rem;
}
.rental-selection-title {
	font-size: 1.4rem;
}
.rental-info-date {
	padding-bottom: 10px;
	margin-top: -5px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.9);
	font-weight: bold;
}
.selection-price {
	color: #fff;
}
hr.dashed {
	max-width: 100%;
	border-width: 1px;
	border-bottom-style: dashed;
	border-color: rgba(255, 255, 255, 0.2);
	background: transparent;
}


.rental-selection-list {
	margin:0;
	padding: 0rem 0rem;
	display: block;
	font-size: 14px;
	position: relative;
	z-index: 2;

}
.rental-selection-list-title {
	font-size: 24px;
}
.rental-selection-list-title.large {
	font-size: 1.250rem;
}


.rental-selection-list-item {
	display: flex;
	justify-content: space-between;
	/* border-bottom: 1px solid #eee; */
}
.rental-selection-list-item span:last-of-type {
	font-weight: 700;
}
.rental-selection-list .text-link {
	display: block;
	margin-top: 10px;
	font-size: 14px;
}


.rental-sidebar-section {
	border-radius: 0px;
	border: 0px;
	padding: 30px;
	margin-bottom: 1rem;
	/* border: 1px solid rgba(0, 102, 50, 0.16); */
	background: #fff;
}
.rental-sidebar-title {
	font-size: 18px;
}
.rental-sidebar-usp {
	font-size: 16px;
	padding: 0em;
	display: block;
	margin-bottom: 0px;
}
.rental-sidebar-usp ul {
	padding: 0;
	margin: 0;
	margin-top:1rem;
}
.rental-sidebar-usp li {
	font-size: 1rem;
	font-weight: 400;
	text-align: left;
	width: 100%;
	border-radius: 0;
	display: block;
	padding: 0.2em 1em 0.2rem 1.5rem;
	font-size: 1rem;
	position: relative;
	line-height: 1.2;
}

.rental-sidebar-usp ul li i {
	position: absolute;
	top: 5px;
	left:0px;
	color: rgba(0, 102, 50, 0.5);
	font-size: 1rem;

}

.rental-table-mobile {

}

#rental-confirm-delete .object-title {
	margin-bottom: 0px;
}
#rental-confirm-delete .object-info {
	margin-bottom: 10px;
}
#rental-confirm-delete .price {

	font-size: 18px;
	font-weight: 700;
	margin-left: 0px;
}

@media only screen and (max-width: 767px) {
	.rental-selection {
		padding: 20px;
	}
	.rental-table-mobile {
		max-width: 100%;
		position: relative;
		display: flex;
		flex-direction: column;
		width: 100%;
		min-height: 0;
		background: #FFF;
		padding: 0;
		border: none;
		border-radius: 7px;
		box-shadow: 1px 3px 10px 2px rgba(0,0,0,.03),0 2px 1px rgba(0,0,0,.02),0 4px 2px rgba(0,0,0,.02),0 8px 4px rgba(0,0,0,.02),0 16px 8px rgba(0,0,0,.02),0 32px 16px rgba(0,0,0,.02);
		transition: box-shadow .1s ease;
		z-index: '';
		margin-bottom: 40px;
	}

	.rental-table-mobile td {
		padding-top: 5px !important;
		padding-bottom: 10px !important;
	}

	.rental-table-mobile .rental-aankomst {
		padding-top: 10px !important;
		padding-bottom: 0px !important;
	}

	.rental-table-mobile .rental-vertrek {
		padding-top: 0px !important;
	}
}



.input-number-group {
	position: relative;
	top:-3px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
		-ms-flex-pack: flex-end;
			justify-content: flex-end;
			margin-bottom: 5px;
  }

  @media (max-width: 768px) {
	  .input-number-group.align-left-mobile {
		  -webkit-justify-content: inherit;
		  -ms-flex-pack: inherit;
			  justify-content: inherit;
	  }
  }




  .input-number-group input[type=number]::-webkit-inner-spin-button,
  .input-number-group input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
			appearance: none;
  }
  .input-number-group input[type=number] {
	  -moz-appearance:textfield;
	 }
  .input-number-group .input-group-button {
	line-height: calc(60px/2 - 1px);
  }



  .input-number-group .input-number,
  .input-number-group .input-number-decrement,
  .input-number-group .input-number-increment {
	border: 1px solid rgba(0, 102, 50, 0.2);
	height: 30px;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	border-radius: 0px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }
  .input-number-group .input-number {
	width: 40px;
	padding: 0 12px;
	vertical-align: top;
	text-align: center;
	outline: none;
	display: block;
	margin: 0;
	font-weight: 700;
	font-size: 0.86rem;
	color: #006632;
	border-left: 0;
	border-right: 0;
	box-shadow: none;
  }
  .input-number-group .input-number-decrement,
  .input-number-group .input-number-increment {

	  display: flex;
	  align-items: center;
	  justify-content: center;
	  width: 36px;
	  height: 30px;
	  background: #fff;
	  color: #8fb73e;
	  text-align: center;
	  cursor: pointer;
	  font-size: 22px;
	  font-weight: 700;
	  line-height: 0 !important;
	  /* border-radius: 5px !important; */
	  border: 1px solid rgba(0, 102, 50, 0.2);
  }

  .input-number-group .input-number-decrement b {
	position: relative;
	top:-2px;
  }

  .input-number-group .input-number-increment b {
	position: relative;
	top:-1px;
  }
  .input-number-group .input-number:hover,
  .input-number-group .input-number-decrement:hover,
  .input-number-group .input-number-increment:hover {
	  border-color: rgba(0, 102, 50, 0.7);
	  color: #006632
  }
  .input-number-group .input-number:hover {
	  border-color: rgba(0, 102, 50, 0.2);
  }



  /* Filter (Check) */

  @keyframes hover-color {
	from {
	  border-color: #e0e3e6; }
	to {
	  border-color: rgba(0, 102, 50, 1); } }

  .magic-radio,
  .magic-checkbox {
	position: absolute;
	display: none; }

  .magic-radio[disabled],
  .magic-checkbox[disabled] {
	cursor: not-allowed; }

  .magic-radio + label,
  .magic-checkbox + label {
	position: relative;
	display: block;
	padding-left: 30px;
	padding-top: 3px;
	margin-left:0;
	cursor: pointer;
	vertical-align: middle;
	font-weight:400;
 }
	.magic-radio + label:hover:before,
	.magic-checkbox + label:hover:before {
	  animation-duration: 0.4s;
	  animation-fill-mode: both;
	  animation-name: hover-color;
	 }
	.magic-radio + label:before,
	.magic-checkbox + label:before {
	  position: absolute;
	  top: 5px;
	  left: 0;
	  display: inline-block;
	  width: 20px;
	  height: 20px;
	  content: '';
	  border: 1px solid #e0e3e6;
	  -webkit-transition: all 0.4s ease-in-out;
	  -moz-transition: all 0.4s ease-in-out;
	  -ms-transition:all 0.4s ease-in-out;
	  transition: all 0.4s ease-in-out;
	  }
	.magic-radio + label:after,
	.magic-checkbox + label:after {
	  position: absolute;
	  display: none;
	  content: ''; }

  .magic-radio[disabled] + label,
  .magic-checkbox[disabled] + label {
	cursor: not-allowed;
	color: #e0e3e6; }
	.magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
	.magic-checkbox[disabled] + label:hover,
	.magic-checkbox[disabled] + label:before,
	.magic-checkbox[disabled] + label:after {
	  cursor: not-allowed; }
	.magic-radio[disabled] + label:hover:before,
	.magic-checkbox[disabled] + label:hover:before {
	  border: 1px solid #e0e3e6;
	  animation-name: none; }
	.magic-radio[disabled] + label:before,
	.magic-checkbox[disabled] + label:before {
	  border-color: #e0e3e6; }

  .magic-radio:checked + label:before,
  .magic-checkbox:checked + label:before {
	animation-name: none; }

  .magic-radio:checked + label:after,
  .magic-checkbox:checked + label:after {
	display: block; }

  .magic-radio + label:before {
	border-radius: 50%; }

  .magic-radio + label:after {
	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #8fb73e; }

  .magic-radio:checked + label:before {
	border: 1px solid #8fb73e; }

  .magic-radio:checked[disabled] + label:before {
	border: 1px solid #c9e2f9; }

  .magic-radio:checked[disabled] + label:after {
	background: #c9e2f9; }

  .magic-checkbox + label:before {
	border-radius: 3px; }


  .magic-checkbox + label:after {
	top: 7px;
	left: 7px;
	box-sizing: border-box;
	width: 6px;
	height: 11px;
	transform: rotate(45deg);
	border-width: 2px;
	border-style: solid;
	border-color: #fff;
	border-top: 0;
	border-left: 0; }

  .magic-checkbox:checked + label:before {
	border: #8fb73e;
	background: #8fb73e; }

  .magic-checkbox:checked[disabled] + label:before {
	border: #c9e2f9;
	background: #c9e2f9; }


/* .lm_table {
	margin-left: 1rem;
	margin-right: 1rem;
	width: calc(100% - 2rem);
} */

[postcode-api="loading"] {
	display: none;
	position: relative;
	top: 37px;
}



/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso &lt;@DanielCardoso&gt;
 * Licensed under MIT
 */
 .la-ball-clip-rotate,
 .la-ball-clip-rotate &gt; div {
	 position: relative;
	 -webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			 box-sizing: border-box;
 }
 .la-ball-clip-rotate {
	 display: block;
	 font-size: 0;
	 color: #fff;
 }
 .la-ball-clip-rotate.la-dark {
	 color: #333;
 }
 .la-ball-clip-rotate &gt; div {
	 display: inline-block;
	 float: none;
	 background-color: grey;
	 border: 0 solid grey;
 }
 .la-ball-clip-rotate {
	 width: 32px;
	 height: 32px;
 }
 .la-ball-clip-rotate &gt; div {
	 width: 32px;
	 height: 32px;
	 background: transparent;
	 border-width: 2px;
	 border-bottom-color: transparent;
	 border-radius: 100%;
	 -webkit-animation: ball-clip-rotate .75s linear infinite;
		-moz-animation: ball-clip-rotate .75s linear infinite;
		  -o-animation: ball-clip-rotate .75s linear infinite;
			 animation: ball-clip-rotate .75s linear infinite;
 }
 .la-ball-clip-rotate.la-sm {
	 width: 20px;
	 height: 20px;
 }
 .la-ball-clip-rotate.la-sm &gt; div {
	 width: 20px;
	 height: 20px;
	 border-width: 1px;
 }
 .la-ball-clip-rotate.la-2x {
	 width: 64px;
	 height: 64px;
 }
 .la-ball-clip-rotate.la-2x &gt; div {
	 width: 64px;
	 height: 64px;
	 border-width: 4px;
 }
 .la-ball-clip-rotate.la-3x {
	 width: 96px;
	 height: 96px;
 }
 .la-ball-clip-rotate.la-3x &gt; div {
	 width: 96px;
	 height: 96px;
	 border-width: 6px;
 }
 /*
  * Animation
  */
 @-webkit-keyframes ball-clip-rotate {
	 0% {
		 -webkit-transform: rotate(0deg);
				 transform: rotate(0deg);
	 }
	 50% {
		 -webkit-transform: rotate(180deg);
				 transform: rotate(180deg);
	 }
	 100% {
		 -webkit-transform: rotate(360deg);
				 transform: rotate(360deg);
	 }
 }
 @-moz-keyframes ball-clip-rotate {
	 0% {
		 -moz-transform: rotate(0deg);
			  transform: rotate(0deg);
	 }
	 50% {
		 -moz-transform: rotate(180deg);
			  transform: rotate(180deg);
	 }
	 100% {
		 -moz-transform: rotate(360deg);
			  transform: rotate(360deg);
	 }
 }
 @-o-keyframes ball-clip-rotate {
	 0% {
		 -o-transform: rotate(0deg);
			transform: rotate(0deg);
	 }
	 50% {
		 -o-transform: rotate(180deg);
			transform: rotate(180deg);
	 }
	 100% {
		 -o-transform: rotate(360deg);
			transform: rotate(360deg);
	 }
 }
 @keyframes ball-clip-rotate {
	 0% {
		 -webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			  -o-transform: rotate(0deg);
				 transform: rotate(0deg);
	 }
	 50% {
		 -webkit-transform: rotate(180deg);
			-moz-transform: rotate(180deg);
			  -o-transform: rotate(180deg);
				 transform: rotate(180deg);
	 }
	 100% {
		 -webkit-transform: rotate(360deg);
			-moz-transform: rotate(360deg);
			  -o-transform: rotate(360deg);
				 transform: rotate(360deg);
	 }
 }
</pre></body></html>