#main-app>.card {
	border: 0 !important;
}

#main-app>.card>.card-header {
	border-radius: 0 !important;
}

.it-expandable {
	border-style: solid;
	border-width: 0px;
	background-color: #dddddd;
	border-color: #dddddd;
}

.it-expandable-cell {
	margin-bottom: 1mm;
	margin-left: 1mm;
	margin-right: 1mm;
	margin-top: 0mm;
	padding: 1mm;
}

.it-expandable-body {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	background-color: #FFFFFF;
	border-color: #dddddd;
	border-color-top: #FFFFFF;
	margin-bottom: 1mm;
}

.it-title-font {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
}

.text-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sale-line-cell {
	padding: 0px !important;
}

.sale-line-cell-add-item {
	border-top: medium solid darkgrey;
}

.loading-spinner {
	animation: spin 2s infinite linear;
}

.spinner {
	position: fixed;
	z-index: 1031;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@keyframes spin {

	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.attachment-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
}

.no-border {
	border: unset;
}

.list-group-xs {
	padding: .20rem .45rem;
}

.list-group-sm {
	padding: .40rem .90rem;
}

.list-group-lg {
	padding: .80rem 1.30rem;
}

.text-dim {
	color: #cccccc;
}

.btn-xs {
	padding: 0.25rem 0.3rem;
	font-size: 0.875rem;
	line-height: 1;
	border-radius: 0.2rem;
}

.btn-outline-primary,
.btn-outline-warning,
.btn-outline-success,
.btn-outline-danger,
.btn-outline-info,
.btn-outline-dark {
	background-color: white;
}

.centeredImageContainer {
	height: 298px;
	width: 298px;
	overflow: hidden;
	position: relative;
}

.centeredImage {
	min-width: 100%;
	min-height: 100%;
	max-height: 298px;
	max-width: 298px;
	position: absolute;
}

.autocomplete-container {
	z-index: 10;
	position: absolute;
	box-shadow: 0 20px 40px -6px grey;
	overflow: scroll;
	height: 310px;
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
	background-color: white;
}

.btn-input-group {
	border-color: #ced4da;
}

.btn-light {
	background: white;
}

.btn-disabled {
	background-color: #e9ecef;
	opacity: 0.65;
}

.vehicle-history-report {
	width: 100%;
	height: 800px;
}

.underline,
.em {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.list-group-item-action,
.dropdown-item {

	/*
	Bootstrap 4 doesn't apply
	cursor: pointer; to certain
	classes I think it should
*/
	cursor: pointer;
}

.unselectable {
	-ms-user-select: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

.page-item {
	min-width: 28px;
}

.btn[disabled] {
	cursor: not-allowed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0px;
}

th[data-sort-specified="asc"] {
	background: red;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .03));
}

th[data-sort-specified="desc"] {
	background: red;
	background: linear-gradient(rgba(0, 0, 0, .03), rgba(0, 0, 0, 0));
}

.no-border {
	border: none !important;
}

.modal-backdrop {
	opacity: 0.5;
}

.rd-container {
	font-size: 20px !important;
	z-index: 4;
}

.rd-days {
	border-collapse: separate !important;
	border-spacing: 5px !important;
}

.homeiframe {
	position: relative;
	padding-bottom: 20%;
	padding-top: 25px;
	height: 0;
	-webkit-overflow-scrolling: touch;
}

.homeiframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.nav-transition {
	transition: all 0.2s linear;
}

.nav-left-margin {
	margin-left: 180px;
}

.less-col-padding-left {
	padding-left: 5px;
}

.less-col-padding-right {
	padding-right: 5px;
}

.top-level-nav {
	position: fixed;
	width: 160px;
	z-index: 60;
	overflow: hidden;
}

.list-group-item {
	white-space: nowrap;
}

.menutext {
	display: inline;
}

.home-logo {
	height: 13em;
	display: inline-block;
}

@media only screen and (max-width: 800px) {

	.menutext {
		display: none;
	}

	.top-level-nav {
		width: 48px;
	}

	.top-level-nav:hover {
		width: 160px;
	}

	.top-level-nav:hover .list-group-item .menutext {
		display: inline;
	}

	.app-container {
		margin-left: 60px;
	}
}

@media only screen and (max-width: 480px) {

	.top-level-nav {
		display: none;
	}

	.app-container {
		margin: 0px;
		padding: 5px;
	}
}

.tab-bar {
	margin-bottom: 20px;
}

.cursor-pointer {
	cursor: pointer;
}

.non-resizeable {
	resize: none;
}

.form-control-feedback.fa {
	padding-top: 14px;
	padding-right: 15px;
}

.light {
	opacity: 0.5;
}

td.currency {
	text-align: right;
}

.inline {
	display: inline-block;
}

.VoidedDocumentTableRow {
	color: rgba(144, 144, 144, 1);
}

.VoidedDocumentSelectedTableRow {
	background-color: rgba(153, 84, 187, 0.58) !important;
	color: dimgrey;
}

tr.Closed {
	color: lightgray;
}

.label-width {
	width: 100px;
}

.teardown-modal-item-label {
	margin-top: 10px;
}

.vehicle-red {
	color: DarkRed;
}

.sale-green {
	color: Green;
}

.customer-blue {
	color: Blue;
}

.vendor-red {
	color: Red;
}

.sale-green {
	color: #216C2A;
}

.mnav-tabs>li.active>a,
.mnav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	box-shadow: -2px -2px 4px 0px #ededed;
	background-color: white;
}

.mnavtab:hover {
	box-shadow: -1px 0px 4px 0px #ededed;
	background-color: white;
}

.mnavtab-body {
	box-shadow: -2px -2px 4px 0px #ededed;
	border-top: 0px;
	border-left: 1px;
	border-bottom: 1px;
	border-right: 1px;
	border-color: #dddddd;
	border-style: solid;
}

.mtabbar {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.mtab-content {
	margin: 0px;
	margin-top: 0px;
}

.clickable-item {
	cursor: pointer;
}

.clickable-item:hover {
	background-color: #dddddd;
}

.btn-group-info-label {
	background-color: #dddddd;
}

/* for file selector for bootstrap */

.custom-file-control:after {
	content: "Select file...";
}

/* attachment component */

.image-container-area {

	/*background-color: rgb(125, 216, 96); */
	border-radius: 1cm;
	border-width: 1mm;
	border-color: rgb(7, 122, 16);
	border-style: dashed;
	margin-top: .5cm;
}

.img-thumb-rank {
	position: absolute;
	left: -12mm;
	top: 5mm;
	bottom: 5mm;
	width: 1.0cm;
	background-color: #FFFFFF;
	border-radius: 6mm;
}

table>tbody>tr>td {
	text-align: left;
}

.mh-300 {
	max-height: 300px;
}

.mh-400 {
	max-height: 400px;
}

.mh-500 {
	max-height: 500px;
}

.mh-50vh {
	max-height: 50vh;
}

.mh-60vh {
	max-height: 60vh;
}

.mh-70vh {
	max-height: 70vh;
}

.mh-80vh {
	max-height: 80vh;
}

.mh-90vh {
	max-height: 90vh;
}

.mh-100vh {
	max-height: 100vh;
}

.monospace {
	font-family: monospace, monospace;
}

.listGroupStriped>ul:nth-of-type(odd)>li {
	background-color: rgba(0, 0, 0, 0.05) !important;
}

ul.list-group-striped>li:nth-of-type(odd):not(.active) {
	background-color: rgba(0, 0, 0, 0.05);
}

@media (max-width: 576px) {
	.small-2-rem-font {
		font-size: 2rem;
	}
}

.text-underline {
	text-decoration: underline;
}

@media (min-width: 768px) {
	.flex-md-grow-2 {
		-ms-flex-positive: 2 !important;
		flex-grow: 2 !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-grow-3 {
		-ms-flex-positive: 3 !important;
		flex-grow: 3 !important;
	}
}