a#mbde_find_dealer.mbde_btn.find_dealer_btn {
	background: #ff5500 !important;
	color: #ffffff !important;
}
.order-form-cover .col-inner {
	padding: 85px 54px 56px 54px;
}
.order-form-cover td, .order-form-cover th {
	border-bottom: 1px solid #ececec;
	font-size: .9em;
	line-height: 1.3;
	padding: .5em;
	text-align: left;
}
.order-form-cover {
	position: relative;
	background: #333333;
	box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.1);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #fff;
}
.bol-loading {
	position: absolute;
	top: 200px;
	right: 300px;
	width: 200px;
	/*display: none;*/
}
.order-form-cover h2 {
	color: white !important;
}
.order-form-cover * p {
	color: white !important;
}
.order-form-cover .col {
	position: relative;
}
.order-form-cover p {
	font-size: 16px;
}
.row-dashed .col:before {
	border-left: 1px dashed #ddd;
	content: " ";
	height: 100%;
	left: -1px;
	position: absolute;
	top: 0;
}
.order-status h2 {
	position: relative;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 36px;
	padding-bottom: 17px;
	margin-bottom: 20px;
}
.order-status h2::after {
	content: '';
	background: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 80px;
	height: 4px;
}
.order-form .order-field {
	background: #fff;
	height: 55px;
	font-size: 16px;
	color: #000;
	border: 0px;
	border-radius: 7px;
	outline: 0;
	padding: 5px 80px 5px 24px;
}
.order-form {
	position: relative;
}
.order-form * {
	margin: 0;
	padding: 0;
}
.order-form .order-btn:hover, .order-form .order-btn:focus {
	background: #b03933 !important;
}
.order-form .order-btn {
	position: absolute;
	top: 0px;
	right: -60px;
	max-width: 123px;
	width: 100%;
	height: 55px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	background: #b03933;
	border: 0px;
	border-radius: 0px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	cursor: pointer;
	outline: 0;
	-webkit-appearance: none;
	appearance: none;
	padding: 5px 20px;
}
.order-table {
	font-size: 16px;
	color: #000;
	margin-bottom: 25px;
}
.order-table table {
	border-spacing: 2px;
}
.order-table table tr td {
	background: #fff;
	padding: 14px 34px 13px 34px;
}
.order-table table tr td.orange-col {
	background: #c0c0c0;
	border-bottom-color: #c0c0c0;
	width: 300px;
	text-align: center;
	color: #2b3d5b;
}
.last-update {
	font-size: 24px;
	line-height: 31px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.last-update span {
	display: block;
	font-size: 18px;
	font-weight: 300;
	text-transform: initial;
}
.midText {
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding: 0;
}
.carousel-area {
	background: url(https://www.pitco.com/hubfs/pitcomay2019/carousel-bg.gif) repeat top left;
	text-align: center;
	padding: 40px 0 30px;
}
#matchingOrderNotFound {
	display: none;
	font-size: 13px;
	text-align: left;
	color: #f13e12 !important;
	background: white;
	padding: 12px;
	margin-top: 12px;
	border-radius: 5px;
	margin-bottom: 12px;
	border: 1px solid #f13e12;
	overflow: hidden;
}
#matchingOrderNotFound span {
	margin-top: 2px;
}
#matchingOrderNotFound .fa-times-circle {
	float: right;
	font-weight: 100;
	font-size: 18px;
	margin-top: -1px;
	cursor: pointer;
}
