/* Request Parts Page Styles */
.req-parts-pg-main {
    margin-top: 20px;
}
.req-parts-pg-main .pro-details picture.rqst-img {
	margin-bottom: 12px;
	display: inline-block;
}

.req-parts-pg-cont-sec:after {
	clear: both;
	display: table;
	content: "";
}

.req-parts-pg-cont-sec .req-parts-pg-cont-left {
	width: 49%;
	float: left;
}

.req-parts-pg-cont-sec .req-parts-pg-cont-right {
	width: 49%;
	float: right;
}

.req-parts-pg-main .bot-lined-sub-title legend {
	color: #636363;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	padding-bottom: 7px;
	border-bottom: 1px solid #ededed;
}

.req-parts-pg-main .bot-lined-sub-title legend span {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
}

.req-parts-pg-cont-sec input[type="text"],
.req-parts-pg-cont-sec input[type="email"] {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #636363;
	padding: 0 8px;
	border: 1px solid silver;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	max-width: 365px;
}

.req-parts-pg-cont-sec fieldset.fieldset label {
	/* font-family: 'Raleway', sans-serif; */
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.4;
	margin: 0 0 4px !important;
}

.req-parts-pg-cont-sec .fieldset>.field,
.req-parts-pg-cont-sec .fieldset>.fields>.field {
	margin: 0 0 10px;
}

.req-parts-pg-cont-sec .fieldset textarea {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid silver;
	background: #FFFFFF;
	width: 100%;
	max-width: 450px;
	padding: 5px;
}

.bl-back-title-sec {
	font-size: 18px;
	color: #fff;
	background-color: rgb(1, 65, 117);
	padding: 11px;
	font-weight: 500;
	border-bottom: 1px solid #ededed;
	margin-bottom: 15px;
	text-transform: uppercase;	
	line-height: 1.2;
}

.req-parts-pg-cont-right .pro-name {
	font-size: 18px;
	border-bottom: 1px solid rgb(0, 83, 151);
	margin-bottom: 10px;
	color: rgb(0, 83, 151);
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.5;
}

.req-parts-pg-cont-right .pro-deascription p {
	/* font-family: 'Roboto', sans-serif; */
	line-height: 1.2;
	font-size: 14px;
	margin-bottom: 7px;
	color: #636363;
}

.req-parts-pg-cont-left .actions-toolbar button.submit {
	background-color: #005397;
	min-width: 140px;
	padding: 7px 15px;
	border: 0;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.req-parts-pg-cont-left .actions-toolbar button.submit:hover {
	background-color: #3399cc;
}

@media only screen and (max-width: 767px) {
	.req-parts-pg-cont-sec input[type="text"],
	.req-parts-pg-cont-sec input[type="email"] {
		max-width: none;
	}

	.req-parts-pg-cont-sec .fieldset textarea {
		max-width: none;
	}

	.req-parts-pg-cont-sec .req-parts-pg-cont-left {
		width: 100%;
	}

	.req-parts-pg-cont-sec .req-parts-pg-cont-right {
		width: 100%;
		/* display: none; */
		margin-top: 32px;
	}
	.req-parts-pg-main .pro-details picture.rqst-img {
		display: block;
		text-align: center;
	}
}	