div.customerFleetList {
	margin:0;
	padding:0;
	min-width: 610px;
}

div.customerFleetList tr.dx-header-row {
	display: none;
}

div.customerFleetList tr:hover {
	background-color: #eee;
}

div.customerFleetListDialog div.MuiDialogContent-root {
	padding:0;
}

div.customSelectReadOnly::before,
div.customSelectReadOnly:hover::before,
div.customSelectReadOnly.Mui-focused::before,
div.customSelectReadOnly.MuiInput-underline:hover:not(.Mui-disabled):before {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.42)
}

div.customSelectReadOnly::after {
	content: none;
}

div.customSelectReadOnly div {
	cursor: default;
}

div.customSelectReadOnly > div.MuiInputBase-inputSelect {
	background: none;
}

span.MuiTabs-indicator {
	height: 4px;
}

h5 {
	font-size: 1.3rem;
	font-family: OpenSans,sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #498835;
	margin:0 0 1rem 0;
}

h6 {
	font-size: 1.3rem;
	font-family: OpenSans,sans-serif;
	font-weight: 400;
	line-height: 1;
	margin:0 0 1rem 0;
}

h5.subtitle-bar{
	position: fixed;
    top: 80px;
    z-index: 2;
    width: 100vw;
    left: 0vw;
    padding: var(--subtitle-padding);
	background-color: var(--subtitle-bar-bg);
	border-bottom: var(--subtitle-border);
	transition-duration: 0.2s;
}

h5.subtitle-bar > div{
	zoom: var(--subtitle-zoom);
}

.dx-scrollbar-vertical .dx-scrollable-scroll {
	min-height: 30px !important;
	width: 10px !important;
}

.dx-scrollbar-horizontal.dx-scrollbar-hoverable, .dx-scrollbar-horizontal .dx-scrollable-scroll {
	height: 10px !important;
}

.dx-scrollable-scroll-content {
	background-color: rgba(136, 136, 136, 0.99) !important;
}

span.MuiTabs-indicator {
	height: 4px;
}

DIV.dx-datagrid-headers, DIV.dx-datagrid-rowsview {
	border-left: none !important;
	border-right: none !important;
}

DIV.freespaced-table TR.dx-freespace-row {
	display:block !important;
	min-height:50px;
	width:1px;
}
