ul.parsley-errors-list {
	display: none;
}

label {
	vertical-align: top;
}

input[type='text'][disabled],
input[type='text'][readonly],
input[type='tel'][disabled],
input[type='tel'][readonly],
select[disabled],
select[readonly] {
	background-color: var(--opaque-white);
	opacity: 1;
	cursor: not-allowed;
}

.table.hideSelectBoxes thead tr th.select,
.table.hideSelectBoxes tbody tr td.select {
	display: none;
}

@media (min-width: 1024px) {
	.table-selectable .table-responsive.table.hideSelectBoxes thead tr th.select,
	.table-selectable .table-responsive.table.hideSelectBoxes tbody tr td.select {
		display: none;
	}
}

.input-naast-labels ul > li.fixed-width input[type="checkbox"],
.input-naast-labels ul > li.fixed-width input[type="radio"] {
	width: 30px;
}

.no-close .ui-dialog-titlebar-close {
	display: none;
}

.row-flex {
	display: -ms-flexbox; /* IE10			*/
	display: flex; /* All the rest	*/
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}

.row-flex.baseline {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.row-flex > [class*='col-'] {
	display: -ms-flexbox; /* IE10			*/
	display: flex; /* All the rest	*/
	-ms-flex-direction: column;
	flex-direction: column;
}

/* IE9 */
.no-flexbox .row-flex {
	min-height: 35px;
}

@media (min-width: 992px) and (max-width: 1300px) {
	.no-flexbox .row-flex {
		min-height: 55px;
	}
}

.no-flexbox .row-flex > [class*='col-'] .popover-icon {
	padding: 20px 0;
}

.row-flex.container:before,
.row-flex.container:after,
.row-flex.row:before,
.row-flex.row:after {
	content: normal; /* IE doesn't support `initial` */
}

.row-flex.split {
	justify-content: space-between;
}

@media (max-width: 992px) {
	.row-flex .prefilled {
		margin-top: 20px;
		margin-bottom: 3px;
	}
}

@media (max-width: 450px) {
	.hidden-xxs {
		display: none;
	}

	.col-xxs-6 {
		width: 50%;
	}

	.col-xxs-12 {
		width: 100%;
	}
}

@media (min-width: 1400px) {
	.col-xl-2 {
		width: 16.66666667%;
	}

	.col-xl-3 {
		width: 25%;
	}

	.col-xl-10 {
		width: 83.33333333%;
	}
}

.m-t {
	margin-top: 15px !important;
}

.m-b {
	margin-bottom: 15px !important;
}

.m-r {
	margin-right: 15px !important;
}

.m-l {
	margin-left: 15px !important;
}

.m-none {
	margin: 0;
}

.m-b-none {
	margin-bottom: 0;
}

.m-t-none {
	margin-top: 0;
}

.m-l-none {
	margin-left: 0;
}

.m-r-none {
	margin-right: 0;
}

.p-r-none {
	padding-right: 0;
}

.inline,
.inline > * {
	display: inline-block;
}

.pw-score .score-meter li.nok {
	background-color: var(--high-alert-red);
}

img.uploading_files {
	height: 14px;
}

button[disabled] {
	background-color: var(--primary-green-active);
	cursor: not-allowed;
}

@media (max-width: 767px) {
	.desktop {
		display: none;
	}

	.rendered-vehicle-history .container {
		overflow-x: visible;
	}
}

@media (min-width: 768px) {
	.mobile {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1300px) {
	.hidden-tablet {
		display: none !important;
	}

	.last-child-tablet {
		margin-bottom: 10px;
	}
}

.table.table-responsive td .issue {
	text-align: right;
	font-size: 1.4rem;
}

.table.table-responsive td .activities {
	float: right;
	display: flex;
	flex-direction: row;
	text-align: left;
}

.table.table-responsive td .activities .visualized-activities-wrapper {
	margin-left: 10px;
}

.table.table-responsive td .activities .visualized-activities-wrapper > * {
	margin: 0;
}

.table.table-responsive td .activities ul {
	font-size: 1.4rem;
	padding: 0;
	list-style-position: inside;
}

.table.table-responsive td .activities li {
	padding-left: 5px;
}

.issue .popover-icon {
	font-size: 1.4rem;
	margin-top: 0;
}

@media (max-width: 1023px) {
	.table.table-responsive .td-resp:before,
	.table.table-responsive .td-resp.select.selectable:before {
		content: attr(data-title);
	}
}

@media (min-width: 1024px) {
	.table.table-responsive td .issue {
		text-align: left;
	}

	.table.table-responsive td .activities {
		float: left;
	}

	.issue .popover-icon{
		font-size: 1.8rem;
		margin-top: 2px;
	}

	.table.table-responsive .wrap {
		max-width: 100px;
	}
}

.message-container.no-bottom {
	padding-bottom: 0;
}

.kilometerstanden .list {
	margin-bottom: 0;
}

.legende .row {
	margin: 0;
}

.full-width {
	width: 100%;
}

.full-height {
	height: 100%;
}

.subform-rectification-type {
	/* stupid hack to keep the green line actually to the bottom of the form */
	border-bottom: 1px solid transparent;
}

.input-group-addon,
.input-group-addon:last-child {
	border-radius: 0;
}

.input-group input {
	margin-bottom: 0;
}

.custom-button-group {
	display: flex;
	align-items: baseline;
}

.custom-button-group > input[readonly] {
	height: 42px;
	cursor: text;
}

.checkbox {
	display: inline-block;
	vertical-align: top;
	padding-left: 25px;
	position: relative;
	accent-color: var(--primary-green);
}

.checkbox input[type=checkbox] {
	*overflow: hidden;
}

select:focus::-ms-value {
	color: black;
	background: none;
}

.input-group-btn:last-child > .btn.passwordButton {
	border-radius: 0;
}

.passwordButton {
	color: inherit;
	margin: 0;
	height: 35px;
}

.passwordButton.passwordShown {
	color: var(--primary-green);
}

.btn.passwordButton:focus {
	outline: none;
}

.jsHide {
	display: none;
}

iframe.rendered-vhr {
	width: 100%;
	height: 100vh;
}

.center {
	text-align: center;
}

svg .cls-1,
svg .cls-2 {
	fill: white;
}

svg .cls-1 {
	fill-rule:evenodd;
}


.orange {
	color: var(--orange);
}

.green {
	color: var(--primary-green);
}

.red {
	color: var(--high-alert-red);
}

div.row.row-flex.printCorrectionsButton {
	margin-top: 40px;
	margin-bottom: -40px;
	text-align: right;
}

a.printOpenIssues {
	font-size: large;
}

.blockUI {
	display: none;
}

.blockUI.blockOverlay {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	opacity: .8;
	background-color: black;
	cursor: wait;
	display: block;
	z-index: 999999;
}

.blockUI.blockMsg.blockPage {
	padding: 0;
	margin: 0;
	width: 30%;
	top: 40%;
	left: 35%;
	text-align: center;
	cursor: wait;
	display: block;
	z-index: 999999;
	position: fixed;
	border: 0;
	background-color: transparent;
	color: white;
}

.valign-top {
	align-items: baseline;
	vertical-align: top;
}

.disclaimer {
    font-style: italic;
	font-size: smaller;
	max-width: 55rem;
	word-wrap: break-word;
}

.imposter-bar {
	width: 100%;
	margin: 0;
	padding: 1em;
	background-color: var(--red);
	height: 50px;
	position: fixed;
	z-index: 999;
}

.imposter-bar > * {
	color: white;
	text-align: center;
	width: 100%;
	margin: 0;
}

.lower-for-imposter {
	top: 50px;
}

#popover-send-wrapper {
	display: inline-block;
}

#popover-send-wrapper button {
	pointer-events: none;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown .dropdown-button {
	vertical-align: baseline;
	*vertical-align: middle;
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
	border: none;
	display: inline-block;
	transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
	outline: 0;
	line-height: 1.2em;
	padding: 12px 20px;
	margin: 10px 0 10px;
	background-color: var(--primary-green);
	text-decoration: none;
	color: white;
	text-transform: uppercase;
}

.dropdown-content {
	display: none;
	position: absolute;
	width: 100%;
	top: 55px;
	z-index: 20;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.19);
}

.dropdown-content button {
	display: block;
	margin: 0;
	width: 100%;
}

.dropdown:hover .dropdown-content {
	display: block;
}

[id$=activities-wrapper]:after {
	border-left: 3px solid var(--primary-green);
	content: "";
	position: absolute;
	top: 40px;
	bottom: 0;
	left: 5px;
}

ul[id$=activities] {
	margin: 55px 0 10px -5px;
	padding-left: 12px;
}

ul[id$=activities-selection] {
	margin: 5px 15px;
	padding: 0;
}

ul[id$=activities-selection] li {
	font-weight: 300;
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.5em;
	padding: 0;
	color: var(--black-text);
}

@media (min-width: 1024px) {
	.scrolling-wrapper {
		overflow-y: auto;
		height: 350px;
	}

	.description-row {
		min-height: 0;
		flex-grow: 1;
	}
}

.list-group {
	margin-bottom: 0;
	padding-left: 25px;
}

.list-group.activities .list-group-item {
	padding: 2px 15px 2px 15px;
	border: 1px solid transparent;
	cursor: pointer;
	background-color: transparent;
	width: 95%;
}

.list-group.activities .list-group-item > * {
	font-weight: 300;
	cursor: pointer;
}

.list-group.activities .list-group-item label input {
	top: 10%;
}

.list-group.activities .list-group-item label span {
	vertical-align: middle;
}

.ui-menu .ui-menu-item {
	list-style-image: none;
}

.list-group.activities .list-group-item.active,
.ui-menu-item-wrapper.ui-state-active {
	background-color: var(--soft-yellow-active);
	border-color: var(--soft-yellow);
	color: var(--black-text);
}

.list-group.activities .list-group-item.active > * {
	accent-color: var(--primary-green)
}

.clear-icon {
	position: absolute;
	cursor: pointer;
	top: 25%;
	right: 15px;
	display: none; /*start hidden*/
	color: var(--input-border-grey);
}

.search-container {
	position: absolute;
	width: 90%;
	z-index: 3;
	margin-top: 10px;
}

.search-container input {
	padding-left: 30px;
	border-radius: 50px;
}


.search-container .search-icon {
	position: absolute;
	top: 25%;
	left: 5px;
	width: 25px;
	height: 25px;
	text-align: center;
	pointer-events: none;
	color: var(--opaque-placeholder-grey);
}

.main-activity-wrapper {
	padding: 0;
}

.no-result-messagebox {
	display: none;
	position: absolute;
	margin-top: 50px;
	left: 50%;
	width: 100%;
	text-align: center;
	transform: translate(-50%, 0%);
}

.h-100 {
	height: 100%;
}

.edit-description-form {
	margin: 0;
	overflow-y: auto;
}

.edit-description-form > * {
	height: 100%;
	margin: 0;
}

.edit-description-form > * > .h-100 {
	margin: 0;
}

.edit-dialog {
	width: calc(100% - 30px);
	z-index: 999;
}

.confirm-manual-dialog {
	width: calc(100vw - 30px);
	margin-left: 15px;
	left: 0;
}

@media (min-width: 768px) {
	.edit-description-form {
		max-height: 55vh;
	}

	.edit-dialog {
		margin-left: min(calc(25vw + 15px), 415px);
		margin-right: 15px;
		max-height: 95vh;
		min-width: 300px;
		width: min(calc(75vw - 45px), 100% - 445px);
	}

	.confirm-manual-dialog {
		margin-left: min(calc(25vw + 15px), 415px);
		min-width: 300px;
		width: calc(75vw - 30px);
		max-width: 726px;
		left: 0;
	}
}

@media (min-width: 1400px) {
	.edit-dialog {
		width: min(100% - 445px, 1400px);
	}
}

.edit-dialog > .ui-dialog-buttonpane > .ui-dialog-buttonset {
	float: left;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em 0 .5em .4em;
}

.prefilled {
	width: fit-content;
	margin-bottom: 8px;
}

.observation-info {
	z-index: 1;
}

.switch {
	position: relative;
	display: inline-block;
	width: 100px;
	margin-bottom: 15px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--grey-to-contrast-green);
	-webkit-transition: .4s;
	transition: .4s;
	display: flex;
	justify-content: space-evenly;
}

.slider:before {
	position: absolute;
	content: "";
	height: 80%;
	width: 46%;
	left: 2%;
	bottom: 10%;
	background-color: var(--white-to-contrast-green);
	-webkit-transition: .4s;
	transition: .4s;
}

.slider > p {
	color: var(--white-to-contrast-green);
	text-align: center;
	font-size: 1.5rem;
	text-decoration: none;
	text-transform: uppercase;
}

input:checked + .slider {
	background-color: var(--primary-green);
}

input:checked + .slider:before {
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
}

.tyre-info {
	margin-left: -5px;
	padding-left: 10px;
}

.tyre-info :is(input,select, #tyre-brand-suggestion) {
	display: inline;
	height: 35px;
	margin: 2px;
	width: 100%;
}

.tyre-info > li {
	padding: 0;
}

.tyre-info label {
	margin-bottom: 0;
}

button.tyre-info-button {
	margin: 25px -5px 0 0;
	width: 35px;
	height: 35px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: 700;
	font-size: 1.3em;
}

button.tyre-info-button {
	background-color: var(--offset-white);
	color: var(--dark-grey);
}

button.tyre-info-button:is(*:hover, *:active, *[disabled]) {
	background-color: var(--grey-to-contrast-green);
}

button.tyre-info-button[disabled] {
	display: none;
}

button.tyre-info-button > i {
	margin: -5px 0 0 1px;
}

@media (min-width: 992px) {
	.tyre-info .delete-button-col {
		display: flex;
		justify-content: right;
		padding-right: 35px;
	}

	.tyre-info > .row:not(*:first-child) button.tyre-info-button {
		margin-top: 2px;
	}

	button.tyre-info-button {
		margin-right: -25px;
	}

	.tyre-info > .row:not(*:first-child) label {
		display: none;
	}

	.tyre-info :is(.col-xs-11, .col-xs-12) {
		padding-left: 0;
	}
}

.tyre-info [id^=tyre-info]:only-child button.tyre-info-button {
	display: none;
}

.activities-cell, .activities-cell label {
	cursor: pointer;
}

div.input-background-text {
	position: absolute;
	display: inline;
	height: 35px;
	margin: 2px;
	padding: 6px;
	border: 1px solid transparent;
	line-height: inherit;
	pointer-events: none;
	opacity: 0.5;
}

.ui-autocomplete {
	max-height: 120px;
	overflow: hidden scroll;
}

.dropdown-icon {
	position: absolute;
	cursor: pointer;
	bottom: 12px;
	right: 20px;
	display: none;
	color: var(--input-border-grey);
}

button[role='link'] {
	margin: 0;
	text-transform: none;
}

p.clippy {
	cursor: pointer;
	font-style: italic;
	color: var(--primary-green);
	margin-bottom: 0.5em;
}

@media (min-width: 992px) {
	p.clippy {
		position: absolute;
		top: 25px;
		right: 25px;
		z-index: 10;
		margin: 0;
	}
}

.introjs-tooltip.introTooltip {
	width: 350px;
	max-width: inherit;
}

.introjs-tooltipReferenceLayer.image-container .introjs-tooltip.introTooltip {
	width: inherit;
	left: 0 !important;
}

a.introjs-disabled {
	display: none;
}

.edit-contact-buttonset {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

button.remove-contact-button {
	background-color: var(--high-alert-red);
}

button:hover.remove-contact-button {
	background-color: #b11c21;
}

button[disabled].remove-contact-button,
button[disabled]:hover.remove-contact-button {
	background-color: #CB202759;
}

.feedback-warning {
	margin-left: 10px;
	font-size: 15px;
	display: none;
	color: red;
}

label.checkbox.contact-role-label {
	margin: 0;
}

label.contact-roles-label {
	padding-left: 0;
}

input.contact-role-input {
	margin-top: 4px;
	margin-bottom: 2px;
}

.recalls-info-manufacturer-code {
	margin-bottom: 10px !important;
	margin-top: 25px !important;
}
