﻿.carsOverview .controls {
	cursor: pointer;
}

.carsOverview #selectionBox {
	display: inline;
}

.overlay #disabled {
	background-color: #f3f3f5 !important;
}

.node-preview .umb-node-preview {
	padding: 10px 0;
	margin-bottom: 0 !important;
}

	.node-preview .umb-node-preview:first-of-type {
		padding-top: 5px;
	}

.node-preview .umb-node-preview__name {
	font-weight: bold;
}

.carsOverview .table a:hover {
	cursor: pointer;
}

.carsOverview .table a {
	line-height: 25px;
}

.carsOverview .table .indicator {
	display: none;
	transform: rotate(90deg);
}

.carsOverview .table a.active {
	color: #00aea2;
}

	.carsOverview .table a.active .indicator {
		display: inline-block;
		padding-left: 7px;
		font-size: 25px;
	}

.carsOverview .umb-listview {
	transition: .2s linear;
	opacity: 1;
}

	.carsOverview .umb-listview.disabled {
		pointer-events: none;
		cursor: default;
		opacity: 0.5;
	}

.carsOverview .car-row.active {
	background-color: #35c786 !important;
	color: white;
	font-weight: bold !important;
}

	.carsOverview .car-row.active td {
		background-color: #35c786 !important;
	}

.carsOverview .car-row:hover {
	background-color: #dcdcdc;
	color: black;
}

	.carsOverview .car-row:hover td {
		background-color: #dcdcdc !important;
	}

.umb-panel.carsOverview.disabled {
	user-select: none;
}

.carsOverview td.toggle-underline:hover {
	text-decoration: underline;
}
