#dealmanager {
	max-width: 400px;
	border: 3px solid #146793;
	border-radius: 8px;
	margin-top: 2vh;
	padding: 10px;
}

.wgacolorbg {
	background-color: #146793 !important;
}

.row {
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #fff;
}

h6 {
	font-weight: 400 !important;	
}

.form-switch *, .bi {
	cursor: pointer;	
}

#description {
	min-height: 200px;	
}

img {
	padding-bottom: 12px;
	max-width: 70% !important;
}

.outterdealer {
	margin-top: 12px;
	border-radius: 6px;
	padding: 12px;
	box-shadow: 0 2px 4px 2px rgba(200,200,200,.25);	
}

.outterdealer * {
	font-family: "Segoe UI", Arial, sans-serif;	
}

.outterdealer img {
	border-bottom: 1px solid rgba(200,200,200,.25);;
	
}

.form-check-label {
	cursor: pointer;
}

.inventorybutton {
	display: flex;
	align-items: center;
	justify-content: center;

	text-align: center;

	min-width: 100%;
	padding: 4px 0px 4px 0px ;

	background: #ffffff;
	color: #0d6efd;
	border: 1px solid #0d6efd;
	border-radius: 6px;
	text-decoration: none;
	
	font-size: 12px;
	
}

.servicebutton {
	display: flex;
	align-items: center;
	justify-content: center;

	text-align: center;

	min-width: 100%;
	padding: 4px 0px 4px 0px ;

	background: #198754;
	color: #ffffff;
	border: 2px solid #198754;
	border-radius: 6px;
	text-decoration: none;
	
	margin-bottom: 10px;
	margin-top: 10px;
	
}



.telephonebutton {

	text-decoration: none;
	color: #212529;
	font-size: 20px;
	font-weight: 400;
	text-decoration: none;

}

.telephonebutton .bi {
	color: #1c62b1;
}
