@media print {
    .block-subtheme-content > form{
	display: none;
}
.page {
  padding: 0px 10px 0px ;
}
	table td, table th{
		border: 1px solid black !important;
		font-size: 11pt;
	}
	.flexwrap .block.block-subtheme-content, header > .flexwrap, .wrapper, main{
		padding: 0px !important;
		margin: 0px !important;
	}
	.flexwrap-2, .flexwrap {
	  display: block !important;
	  flex-wrap: wrap;
	  gap: 0px!important;
		margin: 0px !important;
	}
	.flexwrap .sidebar {
	 display: none !important;
		margin: 0px !important;
	}
}
fieldset .form-item.iblock {
    display: inline-block;
	min-height: auto;
	max-width: 150px;
	margin-right: 15px;
	margin-bottom: 5%;
}
fieldset .form-item.iblock .form-item, fieldset .form-item.iblock input{
	margin-bottom: 0px;
}
fieldset .form-item.iblock input{
	min-width: unset;
}
fieldset .form-item.iblock.form-type-button{
	/*margin: 0 0;
    position: absolute;
    bottom: 0;
    left: 50%;*/
	max-width: unset;
}
fieldset .filter-button-group{
	display: flex;
    /* float: left; */
    /* width: 100%; */
    text-align: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    gap: 20px;
}
fieldset .form-item.iblock.form-type-button input {
    min-width: 220px;
    /*margin: 0 0 0 -150px;*/
}
td, th {
    border: 1px solid #ccc;
	font-size: 16px;
}
th {
    background-color: #3472a9;
	color: white;
}
th a, th a:hover{
	color: white;
}
table.responsive-enabled{
	margin: 50px 0
}
table.responsive-enabled .even{
	background-color: #f7f7f7;
}
.bundle-links a, .bundle-shortcuts a {
  color: #fff;
  display: inline-block;
  font-weight: 400;
  padding: .429em 0 0;
  text-decoration: none;
  width: calc(100% - 30px);
  font-size: 1.6em;
}
.shortcut-wrapper {
  background: #4990cd;
  border: 1px solid #4990cd;
  border-bottom: 3px solid #4990cd;
  border-radius: 4px;
  transition: all .4s;
}
.bundle-links a.shortcut-link:before, .bundle-shortcuts a.shortcut-link:before {
    background: #4990cd;
    border: 1px solid #4990cd;
    color: #fff;
}
.bundle-links a.shortcut-link:hover:before, .bundle-shortcuts a.shortcut-link:hover:before {
    background: transparent;
    border: 1px solid transparent;
    color: #fff;
}
.shortcut-wrapper:hover {
    background: #13445e;
	transition: ease-in-out .4s;
}
.bundle-links a.shortcut-link, .bundle-shortcuts a.shortcut-link {
    background: transparent;
    line-height: 50px;
    padding: 0;
    width: 100%;
}
.horizontal-tabs {
    border: 0px solid #ccc;
}
.horizontal-tabs ul.horizontal-tabs-list li a, .horizontal-tabs ul.horizontal-tabs-list li.selected a {
    padding: 1em 1.3em;
    font-size: 16px;
}
.flexwrap .content-wrap .node-booking-edit-form{
	display: block;
}
.horizontal-tab-button.horizontal-tab-button-0.selected {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.horizontal-tab-button.selected {
    border-top: 1px solid #ccc;
}
.horizontal-tabs-panes .horizontal-tabs-pane{
	    padding: 40px 20px;
    margin-top: -10px;
    border: 1px solid #ccc;
}
.box {
    border-bottom: 0px solid #2f2f2f;  padding-bottom: 1.333em; 
}
#edit-actions .button.button--danger {
    margin-top: 2em;
	background-color: red;
}
.field--name-field-depot-end, .field--name-field-depot-start{
	margin: 30px 40px 40px;
}
#edit-group-kilometers input, #edit-group-kilometers input, #edit-group-extra input, #edit-group-logistics input, #edit-field-prices-bundles-widget-0-subform-group-conditions > .fieldset-wrapper > .field--type-integer input, .js-form-item-field-maintenance-km-0-value input, .field--type-decimal.field--name-field-price input, .field--name-field-km-more input, .field--name-field-km-less input, .field--name-field-km-equal input{
	width: calc(100% - 100px);
    display: inline-block;
    margin-right: 10px !important;
}
#edit-group-kilometers input + .field-suffix, #edit-group-kilometers input + .field-suffix, #edit-group-extra input + .field-suffix, #edit-group-logistics input + .field-suffix, #edit-field-prices-bundles-widget-0-subform-group-conditions input + .field-suffix, .js-form-item-field-maintenance-km-0-value input + .field-suffix, .field--type-decimal.field--name-field-price input + .field-suffix, .field--name-field-km-more input + .field-suffix, .field--name-field-km-less input + .field-suffix, .field--name-field-km-equal input + .field-suffix{
	display: inline-block;
}
.field--widget-daterange-default fieldset{
	padding: 2.4em;
}
.field-prefix{
	margin-right: 10px;
}
.form-item-field-first-subscription-0-value-date > label, .form-item-field-maintenance-last-date-0-value-date > label{
	display: none;
}
fieldset.fieldgroup.form-composite{
	margin-bottom: 30px;
}
#edit-group-price input{
	width: calc(100% - 100px);
    display: inline-block;
    margin-left: 10px;
}
#edit-group-extra input + .field-suffix{
	display: inline-block;
}
.field-group-tabs-wrapper, #edit-title-0-value{
	max-width: 950px;
}
.flexwrap .content-wrap form.node-booking-form, .flexwrap .content-wrap form.node-client-edit-form, .flexwrap .content-wrap form.node-vehicle-edit-form.node-form, .flexwrap .content-wrap form.node-client-form , .flexwrap .content-wrap form.node-vehicle-form {
	display: block;
}
#edit-field-booking-prices-add-more-add-more-button-booking-price{
	    width: auto !important;
    margin-top: 15px;
    margin-right: 15px;
}
#edit-field-booking-prices{
	position: relative;
    margin-bottom: 40px;
    background-color: #f7f7f7;
    padding: 20px;
}
#edit-field-booking-prices .paragraphs-dropbutton-wrapper{
	    width: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.tabledrag-toggle-weight-wrapper{
	display: none;
}
#field-bundles-extras-values th.field-label h4.label, #field-client-mobile-values th.field-label h4.label, #field-damage-values th.field-label h4.label, #field-prices-bundles-values th.field-label h4.label, #field-booking-prices-values th.field-label h4.label, #field-holidays-values th.field-label h4.label, #edit-field-booking-prices-wrapper th.field-label h4.label, th.field-label h4.label {
    color: white;
    font-size: 22px;
    margin: 10px 0;
    font-weight: normal;
}
.paragraphs-actions > .button {
    margin: 0;
    font-size: 14px;
    padding: 5px 15px;
}
#field-holidays-values fieldset{
	padding: 0;
	margin: 0px 0;
}
#field-holidays-values fieldset .fieldset-wrapper {
    padding: 0;
	margin-top: -25px;
}
#field-prices-bundles-values th .paragraphs-actions {
    float: right;
    margin-right: -11px;
    position: absolute;
    right: 11px;
    top: 19px;
}
#field-bundles-extras-values .draggable td > div{
	margin: 0 25px -15px;
    padding-top: 0;
}
#field-bundles-extras-values .draggable td > div .button--small{
	margin: 0;
    font-size: 14px;
    padding: 5px 15px;
	
}
.dropbutton--multiple.dropbutton--extrasmall .dropbutton__item--extrasmall .button, #field-prices-bundles-values .button{
	/*margin: 0 0 10px;*/
	margin: 0;
    font-size: 14px;
    padding: 5px 15px;
	float: right;
}
#edit-field-prices-bundles-0-subform-field-dates-add-more{
	margin: 15px 20px -10px !important
}
#field-damage-values .draggable td > div, #field-prices-bundles-0-item-wrapper, #field-prices-bundles-0-subform-field-price-periods-0-item-wrapper, #edit-field-prices-bundles-0-subform-field-dates-0{
	padding: 20px;
}
.draggable.paragraph-type--prices.odd .field-multiple-drag + td > div,/* .draggable.paragraph-type--prices.even .field-multiple-drag + td > div*/{
	padding: 20px;
}
.field--name-field-outstanding-invoice .js-form-item {
	margin-bottom: 0px;
}
.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable, .ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners {
    min-height: 300px;
}
#field-client-mobile-values{
	margin-bottom: 0px;
}
.field--name-field-client-mobile{
	margin-bottom: 60px;
}
form .input, form input[type=date], form input[type=datetime-local], form input[type=datetime], form input[type=email], form input[type=file], form input[type=image], form input[type=month], form input[type=number], form input[type=password], form input[type=search], form input[type=tel], form input[type=text], form input[type=time], form input[type=url], form select, form textarea {
    border: 1px solid #3472a9;
    border-bottom-width: 1px;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 0 0 10px;
    max-width: 100%;
    padding: 8px 12px;
    font-size: 16px;
    min-width: 230px;
}
.suffix-wrap input{
    min-width: 200px !important;
}
.taxonomy-term-form #edit-relations, .taxonomy-term-form .field--type-path{
	display: none;
}
.taxonomy-term-form .field--type-text-long{
    flex-basis: 100%;
}
#edit-field-images{
	background-color: #f7f7f7;
    padding: 30px 30px 10px;
    border-radius: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
}
#edit-field-images .js-form-type-managed-file{
	    margin: 30px 0 10px;
}
.js .field--widget-entity-reference-paragraphs td {
  padding: 10px;
  vertical-align: middle;
}
.paragraph-type-top .paragraphs-dropbutton-wrapper .dropbutton.dropbutton--multiple.dropbutton--extrasmall{
	display: flex;
}
.paragraph-type-top .paragraphs-dropbutton-wrapper .dropbutton.dropbutton--multiple.dropbutton--extrasmall .dropbutton__item--extrasmall input{
	width: auto !important;
	margin-bottom: 0px;
}
.js .even .paragraphs-collapsed-description::after {
  content: '\00a0';
  display: block;
  position: absolute;
  top: 0;
  right: 1em;
  width: 3em;
  background: #fff;
  background: linear-gradient(to right, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
}
.tablesort--desc {
  background-image: url(../images/arrow-up.svg);
}
.tablesort--asc {
  background-image: url(../images/arrow-down.svg);
}
.tablesort {
  width: 13px;
  height: 13px;
  background-size: 100%;
}
.flexwrap .content-wrap form.node-holidays-edit-form {
  display: block;
}
.bundle-links a, .bundle-shortcuts a {
  color: #fff;
  display: inline-block;
  font-weight: 400;
  padding: .429em 0;
  text-decoration: none;
  width: calc(100% - 30px);
  font-size: 1.6em;
}
.field-files .link, .field-links .link {
  background: #4990cd;
  padding: 0 .429em;
  transition: all .4s;
  border: 1px solid #4990cd !important;
}
.field-files .link:hover, .field-links .link:hover {
  background: #0a2534;
  padding: 0 .429em;
  transition: all .4s;
  border: 1px solid #4990cd !important;
}
.icon-right::before {
  content: '\e818';
  color: white;
}
.field-group-html-element.emailadressen, .field-group-html-element.algemeen-wrap, .field-group-html-element.telefoon-gsm{
	display: flex;
    gap: 20px;
}
.field-group-html-element.telefoon-gsm .field--name-field-client-mobile{
	margin-bottom: 0px;
}
.field-group-html-element.telefoon-gsm .field--name-field-client-mobile .field-multiple-table{
	    margin-top: 0;
    border: 0px;
}
.field-group-html-element.telefoon-gsm .field--name-field-client-mobile .field-multiple-table th, .field-group-html-element.telefoon-gsm .field--name-field-client-mobile .field-multiple-table td{
    border: 0px;
}
.field-group-html-element.telefoon-gsm .field--name-field-client-mobile .field-multiple-table th{
	    background-color: transparent;
    color: black;
    padding: 0px;
}
.field-group-html-element.telefoon-gsm .field--name-field-client-mobile .field-multiple-table th h4{
	color: black !important;
    font-size: 18px !important;
    margin: 0 !important;
    font-weight: 600 !important;
}
.field-group-html-element.telefoon-gsm .field--name-field-client-mobile .field-multiple-table .field-multiple-drag{
	display: none;
}
.field-group-html-element.telefoon-gsm .field--name-field-client-mobile .field-multiple-table td{
	padding: 0.6em 0;
}
.field-group-html-element.telefoon-gsm .field--name-field-client-mobile .field-multiple-table td .form-item{
	margin-bottom: 0px;
}
.field-group-html-element.telefoon-gsm .field--name-field-client-mobile .js-form-item.form-item{
	display: flex;
    align-items: end;
    flex-direction: column;
}
#field-client-mobile-values .button {
  margin: -9px 10px 0;
  font-size: 14px;
  padding: 10px 15px;
  background-color: red;
  border: 1px solid red;
}
.field-group-html-element.telefoon-gsm .field--name-field-client-mobile .field-add-more-submit {
	    margin: 0 20px 20px;
    font-size: 14px;
    padding: 5px 15px;
    float: right;
    width: auto;
}
.field--type-location.field--name-field-client-address{
	display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.field--type-location.field--name-field-client-address .form-item-field-client-address-0-street{
	flex: 1 1 80%;
	margin-bottom: 0px;
}
.field--type-location.field--name-field-client-address .form-item-field-client-address-0-street-nr{
	flex: 1 1 15%;
	margin-bottom: 0px;
}
.field--name-field-maintenance-km{
	max-width: 400px;
}
.field-group-html-element.titel-type, #field-price-periods-values .paragraphs-subform, .field--type-entity-reference-revisions.field--name-field-price-periods .paragraphs-subform {
    display: flex;
    gap: 20px;
}
.multiple-price-wrap {
    display: flex;
    gap: 20px;
	width: 100%;
}
#field-price-periods-values .paragraphs-subform .js-form-item, .multiple-price-wrap .js-form-item{
	margin-bottom: 0px;
}
#field-price-periods-values{
	margin-top: 0px;
}
#field-dates-values .fieldset-wrapper, .field--type-daterange .fieldset-wrapper{
	    display: flex;
    width: 100%;
    gap: 20px;
    align-items: center;
	    padding: 0 20px 20px;
}
.draggable.paragraph-type--prices.odd .field-multiple-drag + td > div, .draggable.paragraph-type--prices.even .field-multiple-drag + td > div{
	padding: 0 20px !important;
}
.planning-wrap #field-prices-bundles-values .paragraph-top{
	display: none;
}
#field-prices-bundles-values .field-multiple-drag{
	display: none;
}
.draggable td fieldset{
	padding: 0;
}
.field--type-entity-reference-revisions.field--name-field-price-periods .draggable td > div{
	padding: 0px 20px 0 !important
}

#field-price-periods-values .field-multiple-drag, .field--type-daterange .field-multiple-drag, .field--type-entity-reference-revisions.field--name-field-price-periods .field-multiple-drag, .field--type-entity-reference-revisions.field--name-field-price-periods .paragraph-type-top, #field-dates-values legend, .field--type-daterange legend{
	display: none;
}
.flexwrap-2, .flexwrap{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.flexwrap-2 > *{
	flex: 1 1 calc(50% - 10px)
}
.flexwrap > *{
	flex: 1
}
#edit-field-vehicle-categories{
	-webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
	width: 100%;
}
#edit-field-vehicle-categories--wrapper--description{
	margin-top: 15px;
}
#edit-field-prices-bundles-0-subform-field-dates-wrapper, #edit-field-prices-bundles-0-subform-field-price-periods-wrapper{
	    background-color: #f7f7f7;
    border-radius: 15px;
    overflow: hidden;
}
#edit-field-prices-bundles-0-subform-field-dates-wrapper{
	margin: 30px 0;
}
#edit-field-prices-bundles-0-subform-field-dates-wrapper table.responsive-enabled {
    margin: 0;
}
#edit-field-prices-bundles-0-subform-field-price-periods-wrapper th.field-label, #edit-field-prices-bundles-0-subform-field-dates-wrapper th.field-label{
	    background-color: transparent;
    color: black;
    border: 0px solid;
}
#edit-field-prices-bundles-0-subform-field-price-periods-wrapper th.field-label h4, #edit-field-prices-bundles-0-subform-field-dates-wrapper th.field-label h4{
	color: black !important;
}
#edit-field-prices-bundles-0-subform-field-price-periods-wrapper td, #edit-field-prices-bundles-0-subform-field-dates-wrapper td {
   border-left: 0px solid;
	border-right: 0px solid;
}
#edit-field-prices-bundles-0-subform-field-price-periods-wrapper .field--widget-entity-reference-paragraphs td, #edit-field-prices-bundles-0-subform-field-dates-wrapper .field--widget-entity-reference-paragraphs td {
    padding: 10px;
    vertical-align: middle;
    border: 0px;
}
#edit-field-prices-bundles-0-subform-field-price-periods-wrapper table.responsive-enabled {
    margin: 0;
}
#field-dates-values .draggable td fieldset{
	padding: 0 !important;
}
#edit-group-topname > .fieldset-wrapper{
	display: flex;
	gap: 40px;
	width: 100%;
        flex-wrap: wrap;
}
#edit-group-topname{
	margin-bottom: 20px;
}
.node-vehicle-edit-form.node-form #edit-group-general > .box{
	    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.node-vehicle-edit-form.node-form #edit-group-general > .box #edit-field-vehicle-license-wrapper select {
	max-width: 60px;
	min-width: unset;
}
.node-vehicle-edit-form.node-form #edit-group-general > .box #edit-field-vehicle-type-wrapper select{
	max-width: 140px;
	min-width: unset;
}
.node-vehicle-edit-form.node-form #edit-group-general > .box > *:nth-child(1), .node-vehicle-edit-form.node-form #edit-group-general > .box > *:nth-child(2){
	flex: 1
}
.node-vehicle-edit-form.node-form #edit-group-extra .flexwrap, #edit-group-logistics fieldset.flexwrap{
	background-color: transparent;
}
.node-vehicle-edit-form.node-form #edit-group-extra .flexwrap .fieldset-wrapper , #edit-group-logistics fieldset.flexwrap > .fieldset-wrapper{
	display: flex;
	gap: 20px;
}
.node-vehicle-edit-form.node-form #edit-group-extra .flexwrap.firstblock .fieldset-wrapper{
	flex-wrap: wrap;
}
.node-vehicle-edit-form.node-form #edit-group-extra .flexwrap.firstblock .fieldset-wrapper > *{
	flex: 1 1 18%;
}
.node-vehicle-edit-form.node-form .flexwrap .fieldset-wrapper > * h4.label{
	    margin-top: 2px;
    font-size: 1.071em;
    /* font-family: open sans-serif; */
    font-family: Open Sans,sans-serif;
}
.node-vehicle-edit-form.node-form #edit-group-extra .flexwrap-2.whitewrap > .fieldset-wrapper, #edit-group-logistics fieldset.flexwrap > .fieldset-wrapper {
	display: flex;
}
.node-vehicle-edit-form.node-form #edit-group-extra .flexwrap-2.whitewrap > legend{
	display: none;
}

.node-vehicle-edit-form.node-form #edit-group-extra .flexwrap-2 .fieldset-wrapper  > * {
    flex: 1 1 calc(50% - 10px);
}
#edit-group-logistics fieldset.flexwrap > *{
	flex: none;
	    margin-bottom: 0;
}
#field-damage-values .paragraphs-dropbutton-wrapper{
	 margin: -5px 20px -15px !important;
}
#field-damage-values .paragraphs-dropbutton-wrapper .dropbutton__item{
	 margin-left: 15px;
}
.remove input{
	background-color: red;
}
.taxonomy-term-vehicle-extras-form input[type=number] {
	max-width: 135px;
    min-width: auto;
	width: 100%;
}
.taxonomy-term-vehicle-extras-form .field--name-field-price{
	flex: none;
}
.preview-price{
	    display: flex;
    border: 1px solid #b4b4b4;
    margin-bottom: -1px;
}
.preview-price > *{
	flex: 1;
	border-right: 1px solid #333;
	padding: 5px 10px;
    max-width: 170px;
}
.preview-price > *:nth-child(1){
	flex: 3;
	font-weight: bold;
    max-width: unset;
}
.preview-prices-subtotal, .preview-prices-vat, .preview-finalprice, .preview-prices-total{
	text-align: right;
	padding: 10px 10px 0;
}
.preview-finalprice h3 {
    font-size: 1.5em;
    margin-bottom: 0;
}
.booking-request-billing-preview h2{
	    margin-top: 40px;
    font-size: 1.8em;
}
.preview-price > .preview-price-subtotal{
	text-align: right;
}
a.button#edit-contract{
	margin-top: 2em;
}
.preview-field, .preview-damagereport{
	margin-bottom: 15px;
}
#field-booking-prices-values .paragraphs-subform{
	display: flex
} 
#field-client-mobile-values .even {
    background-color: #fff;
}
#edit-title-0-value{
	text-transform: uppercase;
}
#edit-bookings .js-form-type-checkbox {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#edit-bookings .select-all {
    margin: 0;
    display: block;
    justify-content: center;
    align-items: center;
	text-align: center;
}
#edit-bookings .js-form-type-checkbox input[type=checkbox], #edit-bookings .select-all input[type=checkbox] {
    box-sizing: border-box;
    opacity: 1;
    padding: 3px;
    position: inherit; 
    z-index: 1;
    width: 15px;
    height: 15px;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
}
form input[disabled=disabled]{
	border-color: #f7f7f7;
	max-width: 140px;
    display: inline;
    min-width: unset;
}
#field-outstanding-invoices-values fieldset legend {
    display: block;
    margin-bottom: 0.5em;
    width: 100%;
    color: black;
	font-size: 1.071em;
	font-weight: 500;
}
#field-outstanding-invoices-values .paragraph-type-title {
	color: white;
}
#field-outstanding-invoices-values .invisible {
	display: none;
}
#field-outstanding-invoices-values .field--name-field-invoice-date {
    margin-bottom: 30px;
}


/*---------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
										Popup
-----------------------------------------------------------------------------------
---------------------------------------------------------------------------------*/
.booking-overview-day{
	position: relative;
}
.booking-overview-popup{
	opacity: 0;
	position: absolute;
    background-color: white;
    /* border: 1px solid black; */
    bottom: 110%;
    min-width: 300px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	transform: scale(0.2);
	transition: ease-in-out .3s;
}
.booking-overview-day:hover .booking-overview-popup{
	display: block;
	opacity: 1;
	transform: scale(1);
	transition: ease-in-out .3s;
}
.booking-overview-popup-wrapper{
	text-align: left;
    padding: 20px;
}
.booking-overview-popup-wrapper .popup-client{
	font-size: 1.3em;
    color: #3472a9;
    font-weight: bold;
}
.booking-overview-popup-wrapper .popup-status{
	background-color: #3472a9;
    width: auto;
    display: inline-block;
    color: white;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 5px 0;
}
.booking-overview-popup-wrapper .popup-extras-label{
	font-weight: bold;
    color: black;
    margin-top: 5px;
}
#edit-group-infoblock-1{
    background-color: transparent;
}
#edit-group-infoblock-1 .fieldset-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
#edit-group-infoblock-1 .fieldset-wrapper > *{
    flex: 0 1 47%;
}
.formwrapper h4.label{
    display: block;
    margin: 2px 0 0.6em;
    width: 100%;
    color: black;
    font-size: 1.071em;
    font-weight: 600;
    font-family: Open Sans, sans-serif;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5 /*{borderColorDefault}*/;
    z-index: 999;
    background-color: white;
}
fieldset.topname > .fieldset-wrapper > *{
    flex: 1;
}
img.lazy-loaded {
    display: block;
}
input+.description {
    display: none;
    left: 5px;
    margin-bottom: 1.333em;
    margin-top: 0;
    padding: 12px;
    z-index: 2;
}
.paragraphs-dropdown-actions {
    background: #3472a9;
    font-size: 14px;
}
.js .even .paragraphs-collapsed-description::after{
    content: none;
}
.e2e-custom-admin-fuel-prices-form{
    align-items: center;
}
.e2e-custom-admin-fuel-prices-form input[type=submit] {
    margin-top: 0;
}
.js-form-type-vertical-tabs.form-no-label{
    display: none;
}
.page-node-92 .bundle-links a {
    font-size: 18px;
}
#field-holidays-values .paragraph-type-title {
    padding: 0 0 30px;
}
#edit-displacements .form-item{
    min-height: unset;
}
.booking-header-filters form input[type=submit] {
    margin-top: 1.2em;
}
#edit-field-vehicle-categories--wrapper input[type=checkbox]+label {
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
}
#edit-field-vehicle-categories--wrapper .term-list-subitem input[type=checkbox]+label {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin-left: 20px;
    width: calc(100% - 20px)
}
#edit-field-vehicle-categories--wrapper .term-list-subitem{
    margin-left: 7px;
}