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]{
	background-color: #eee;
	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:not(.special) {
	padding: 20px 0;
}

.no-flexbox .row-flex > [class*='col-'] .popover-icon.special {
	padding: 5px 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%;
	}
}

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

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

.m-none {
	margin: 0;
}

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

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

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

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

.pw-score .score-meter li.nok {
	background-color: #CB2027;
}

img.uploading_files {
	height: 14px;
}

button[disabled] {
	background-color: #1e773a;
	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;
	}
}

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

.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;
	}
	
	.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-oorzaak {
	/* 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;
}

.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: #2DB458;
}

.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:#fff;
}

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

.vin-char-count {
}

.vin-char-count.orange {
	color: #ff900d;
}

.vin-char-count.green {
	color: #2DB458;
}

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: #000;
	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: #fff;
}

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

.informex-disclaimer {
    font-style: italic;
	font-size: smaller;
}

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

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

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