@media print {
	#app-nav {
		display: none !important;
	}
	input, .no-print, .btn, .form-control, .checkbox, .custom-select {
		display: none !important;
	}
	.print {
		display: initial !important;
	}
	.col-form-label {
		font-weight: 700;
	}
	.card {
		border: none;
	}
	body {
		font-size: 125%;
	}
}

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

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

.overflow-y-auto {
	overflow-y: auto;
}

.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;
}

.p75 {
	padding: .75rem;
}

.tabular-nums {
	font-variant-numeric: tabular-nums;
}

.document-totals-table td:nth-child(1) {
	text-align: left;
	font-weight: 700;
}

.document-totals-table td:nth-child(2) {
	text-align: right;
	padding-left: 30px;
}

.text-extra-muted {
	color: #b4b9bd;
}

.sticky-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #f5f5f5;
}

a:not([href]):not([tabindex]) {
	color: #007bff;
}

.hightlight-card:focus-within {
	border-color: blue;
}

.card-footer-no-background {
	background-color: unset;
	border-top: unset;
}

/* it appears that this isn't being used*/

/* .border-transition {
	-webkit-transition : border 500ms ease-out;
	-moz-transition : border 500ms ease-out;
	-o-transition : border 500ms ease-out;
} */

@media (min-width: 993px) {
	.modal-xl {
		max-width: 80%;
	}
}

.custom-select {
	font-size: 83%;
}

select.polyfilling {
	z-index: 500;
}

.sale-bottom-right-buttons {
	width: 75px;
}

.bg-danger-light {
	background-color: #f5c6cb;
}

.calendar {
	z-index: 99;
}

.font-size-sm {
	font-size: 0.875rem;
}

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

.no-wrap {
	white-space: nowrap;
}

.word-wrap-break-word {
	word-wrap: break-word;
}

.inline-edit-table-cell {
	padding: 0px !important;
}

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

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

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

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

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

.modal-footer {
	justify-content: unset;
}

.no-border {
	border: unset;
}

.list-group-xs {
	padding: 0.2rem 0.45rem;
}

.list-group-sm {
	padding: 0.4rem 0.9rem;
}

.list-group-lg {
	padding: 0.8rem 1.3rem;
}

.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;
}

.autocomplete-container {
	z-index: 10;
	position: absolute;
	box-shadow: 0 20px 40px -6px grey;
	overflow: scroll;
	height: 310px;
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.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 {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

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

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

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

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

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

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

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

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

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

.menutext {
	display: inline;
}

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

@media only screen and (max-width: 480px) {
	.app-container {
		margin: 0px;
		padding: 5px;
	}
}

.homeiframe {
	width: 100%;
	border-style: solid;
	height: 35vh;
	max-height: 250px;
	border-color: #dee2e6;
	margin-bottom: 15px;
	display: inline;
}

@media only screen and (max-width: 890px) {
	.homeiframe {
		height: 90px;
	}
}

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

.cursor-pointer {
	cursor: pointer;
}

.cursor-not-allowed {
	cursor: not-allowed;
}

.non-resizeable {
	resize: none;
}

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

/* We use bootstrap's custom-select class for our selects, changing this making form-control-sm items the same size as that. */

.form-control-sm {
	height: calc(1.5em + .5rem + 1px);
}

.light {
	opacity: 0.5;
}

td.currency, .currency {
	text-align: right;
	font-variant-numeric: tabular-nums;
}

.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;
}

.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;
}

.slideout-shadow {
	box-shadow: 10px 20px 50px 10px grey;
}

.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: 0.5cm;
}

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

@media only screen and (max-height: 750px) {
	.user-area-div {
		padding: 5px 10px 15px 5px !important;
		/*top right bottom left*/
	}
}

@media only screen and (max-width: 766px) {
	.card-body-p2-form-row {
		padding-left: -5px !important;
	}
}

.vehicle-table {
	overflow-x: auto;
	margin-right: 1px;
}

.spinner {
	position: fixed;
	z-index: 1031;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
	.h-xl-100 {
		height: 100%
	}
}