/**
 * 2010-2017 Prestashoppe
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to http://doc.prestashop.com for more information.
 *
 *  @author    Prestashoppe
 *  @copyright 2010-2017 Prestashoppe
 *  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

.caygri-requestforquote {
	padding-top: 15px;
	padding-bottom: 15px;
}
.requestforquote-button {
}
.requestforquote-popup {
}
.requestforquote-popup .page-heading {
	text-align: center;
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	background: #333;
	margin-bottom: 20px;
	margin-top: 0px;
}
.requestforquote-popup .cfpcountry {
	max-width: 270px;
	width: 100%;
}
.requestforquote-popup .submit_button {
	text-align: center;
	margin-top: 10px;
}
.requestforquote-popup sup {
	color: #F00;
}
.callforprice-popup .error {
	border: 1px solid #F00;
}
.requestforprice-popup label.error {
	border: none;
	color: #F00;
}
.requestforprice-popup .alert.alert-danger::before {
	display: none;
}
.requestforprice-popup .alert-danger {
	display: none;
}
.requestforprice-popup .alert.alert-success::before {
	display: none;
}
.requestforprice-popup .alert-success {
	display: none;
}
div.requestforprice a::before {
	content: "\f095";
	display: inline-block;
	font-family: "FontAwesome";
	margin-right: 3px;
	margin-right: 10px;
}
/* Karan Kanani 04/53 */
#requestforquote-popup #requestforquote-form .form-group .error {
	background: none !important;
	padding: 8px 10px !important;
}
#requestforquote-popup #requestforquote-form .form-group label.error{
	border:none !important;
}
.pb-center-column .caygri-requestforprice .requestforprice-button {
	border-top: 1px solid #dfdede;
	padding: 19px 0px 19px 0px;
	border-bottom: 1px solid #dfdede;
	margin-bottom: 7px;
}
