﻿.box {
	background: var(--white);
	border-radius: var(--border-radius);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
	margin-bottom: 16px;
	padding: 16px 24px;
}


@media (min-width: 992px) {
	.box--desktop-last {
		margin-bottom: 0;
	}
}

@media (max-width: 576px) {
	.box--mobile-last {
		margin-bottom: 0;
	}
}

.box--w-100 {
	width: 100%;
}

.box--flex-auto {
	flex: 1 1 auto;
}

.box--relative {
	position: relative;
}

@media (max-width: 576px) {
	.box {
		padding: 16px;
	}
}

.box--highlighted {
	background: var(--primary);
}

.box__title {
	color: var(--secondary);
	display: flex;
	font-size: 16px;
	font-weight: 700;
	justify-content: space-between;
	margin-bottom: 20px;
	text-transform: uppercase;
}

@media (max-width: 992px) {
	.box__title {
		font-size: 14px;
	}
}

.box__title--white {
	color: var(--white);
}

.box__icon-move {
	cursor: grab;
	margin-right: 16px;
	opacity: 0;
	transition: 300ms ease all;
}

.box:hover .box__icon-move {
	opacity: 1;
}

.box__table {
	line-height: 20px;
	width: 100%;
}

	.box__table tr td:first-child {
		font-weight: 700;
	}

@media (min-width: 577px) and (max-width:992px) {
	.box__table tr td:first-child {
		width: calc(50% + 20px);
	}

	div.box .box__table tr td:first-child {
		width: 50%;
	}
}

@media (max-width: 576px) {
	.box__table tr td:first-child {
		width: 173px;
	}

	div.box .box__table tr td:first-child {
		width: 157px;
	}
}

.box__table td {
	padding-right: 15px;
	vertical-align: top;
}

.box__table--right-align tr td:nth-child(2) {
	text-align: right;
	padding-right: 0;
}

@media (max-width: 576px) {
	.box__table--mobile-large tr td:nth-child(2) {
		font-size: 14px;
	}
}

.box__gray-container {
	background: var(--secondary-gray-4);
	margin: 24px 0;
	padding: 16px;
	border-radius: var(--border-radius);
}

.box__arrow {
	background: url(../../images/icons/arrow-yellow.svg);
	color: var(--white);
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	height: 16px;
	line-height: 16px;
	margin: 0;
	padding-left: 5px;
	text-align: left;
	width: 49px;
}

/* ADDED OWN HERE FOR TELERIK TABS */
.nav--box-gray .k-tabstrip-content,
.nav--box-simple .k-tabstrip-content {
	padding-top: 1rem !important;
}

.nav--box-simple li:not(.k-active) {
	border-color: transparent;
}

.nav--box-right .k-tabstrip-items.k-reset {
	justify-content: flex-end;
}

.nav--box-left .k-tabstrip-items.k-reset {
	justify-content: flex-start;
}

@media(max-width:768px) {
	.nav--box-right .k-tabstrip-items.k-reset {
		justify-content: flex-start;
	}

	.nav--box-left .k-tabstrip-items.k-reset {
		justify-content: flex-start;
	}
}

.nav-tabs.nav--box-gray ul > li {
	background: var(--secondary-gray-4);
	border: 1px solid var(--secondary-gray-4);
	border-bottom: none;
	color: var(--form-default);
	/*margin-left: 8px;*/
}

.nav-tabs.nav--box-gray {
	border: 0;
}

	.nav-tabs.nav--box-gray li.k-active {
		background: var(--white);
		border-left: 1px solid var(--secondary-gray-2);
		border-right: 1px solid var(--secondary-gray-2);
		border-top: 1px solid var(--secondary-gray-2);
	}

	.nav-tabs .nav--box-gray .k-tabstrip-content {
		border: 0;
	}
/* END OWN */
.nav-tabs.nav--box-historic {
	border: none;
	margin-bottom: 18px;
}

.nav-tabs .nav-link.nav-link--box-historic {
	background: var(--light-gray);
	border: 1px solid var(--light-gray);
	border-bottom: none;
	border-radius: 4px;
	color: var(--form-default);
	margin-left: 8px;
}

@media (max-width: 992px) {
	.nav-tabs .nav-link.nav-link--box-historic {
		margin-bottom: 8px;
	}
}

.nav-tabs .nav-link.nav-link--box-historic.active {
	background: var(--primary);
	border-color: var(--primary);
	color: var(--white);
}

.box__car-mobile td {
	padding-bottom: 8px;
	padding-top: 8px;
}

.box__car-mobile tr td:nth-child(2) {
	font-size: 14px;
}

.box__car-small-text {
	color: var(--light-gray-2);
	font-size: 13px;
}

.box__find-company-title {
	color: var(--secondary);
	font-size: 32px;
	font-weight: 700;
	flex-wrap: wrap;
	margin: 0;
}

	.box__find-company-title ~ div {
		margin-bottom: 7px;
	}

.box__car-container {
	align-items: center;
	background: var(--light-gray);
	border-radius: 4px;
	display: flex;
	padding: 0px 8px 0px 12px;
	align-self: stretch;
	height: 45px;
	gap: 6px;
}

	.box__car-container:hover {
		background-color: var(--secondary-gray-4);
	}

.box__car-container--small {
	margin-bottom: 8px;
}

	.box__car-container--small img {
		width: 32px;
	}

.box__car-container p {
	margin: 0;
}

@media (min-width: 992px) {

	.box__car-container--small p {
		line-height: 17px;
		max-width: calc(100% - 40px);
	}
}

.box__car-container--large {
	display: flex;
	width: 116px;
	height: 116px;
	padding: 0px 8px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	word-break: break-word;
	text-align: center;
}


@media(max-width:400px) {
	.box__car-container--large {
		width: 88px;
		height: 88px;
	}
}

.box__car-container--large img {
	margin-bottom: 2px;
	width: 48px;
}

.box__car-container--large p {
}

	.box__car-container--large p > span:first-of-type {
		font-size: 20px;
		font-weight: 700;
	}

	.box__car-container--large p > span:last-of-type {
		margin-top: -5px;
	}

.box__small-gray-container {
	align-items: center;
	background: var(--body);
	border-radius: 4px;
	display: flex;
	margin-bottom: 8px;
	padding: 10px;
}

	.box__small-gray-container img {
		margin-right: 4px;
		max-width: 32px;
		width: 32px;
	}

	.box__small-gray-container p {
		margin: 0;
	}

.box__table-right-border {
	width: 100%;
}

	.box__table-right-border td:first-child {
		width: 70%;
	}

		.box__table-right-border td:first-child > div {
			max-width: 100%;
		}

	.box__table-right-border td:nth-child(2),
	.box__table-right-border td:last-child {
		padding: 0 8px;
	}

	.box__table-right-border tr:not(:first-child) td:last-child {
		/*color: var(--primary);*/
		text-align: right;
	}

	.box__table-right-border td:nth-child(2) {
		border-right: 1px solid var(--secondary-light-gray);
		text-align: right;
	}


/* OWN */
.box-vehicledetails {
	min-height: 396px;
}

@media(min-width:577px) and (max-width:996px) {
	.box-vehicledetails {
		margin-bottom: 0px;
	}
}

@media(max-width:576px) {
	.vehicledetails--technicaldetails {
		margin-bottom: -4px;
	}
}


.box__title {
}

	.box__title img {
		max-width: 24px;
	}

		.box__title img.image--adprotected {
			max-width: fit-content;
		}

	.box__title.box__disabled {
		/*opacity: 0.3;*/
	}

.box__table tr td:nth-child(2) {
	padding-right: 0;
}

.group-company-container {
	overflow: auto;
	margin-top: 65px;
	/*max-height: 250px;*/
}

.group-company-row {
	padding-left: 12px;
	padding-right: 8px;
	background: var(--light-gray);
	height: var(--large-control-height);
}

	.group-company-row.link:hover {
		background: var(--secondary-gray-4);
	}

	.group-company-row .company-icon {
		margin-right: 10px;
		width: 22px;
		height: 22px;
	}
