/**
* 2007-2014 PrestaShop
*
* 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://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2014 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
#add_to_quotation {
	cursor: pointer;
	width: 97%;
	margin-bottom: 10px;
	padding: 0;
	border-top: 1px solid #0079b6;
	border-right: 1px solid #006fa8;
	border-left: 1px solid #006fa8;
	border-bottom: 1px solid #012740;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	display: block;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
	background-image: -webkit-linear-gradient(#009ad0, #007ab7);
	background-image: -moz-linear-gradient(#009ad0, #007ab7);
	background-image: -o-linear-gradient(#009ad0, #007ab7);
	background-image: linear-gradient(#009ad0, #007ab7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0 ); 
}
#add_to_quotation:before {
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	color: white;
	font-size: 25px;
	line-height: 47px;
	text-shadow: 0 1px #015883;
	content: "\f044";
	z-index: 2;
	width: 51px;
	text-align: center;
	border: 1px solid #06b2e6;	
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px; 
}
@media (max-width: 991px) {
	#add_to_quotation:before {
	  display: none; 
	 }
}
#add_to_quotation.added:before {
  content: "\f00c"; 
 }
#add_to_quotation.disabled:before {
  content: "\f110";
  animation: 2s linear 0s normal none infinite spin;
  -webkit-animation: 2s linear 0s normal none infinite spin;
  -moz-animation: 2s linear 0s normal none infinite spin;
  border: none;
}
#add_to_quotation:after {
  background: none repeat-y 0 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 51px;
  content: "";
  width: 1px;
  z-index: 2;
}
@media (max-width: 991px) {
	#add_to_quotation:after {
		display: none;
	}
}
#add_to_quotation span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	border-top: 1px solid #06b2e6;
	border-right: 1px solid #06b2e6;
	border-left: 1px solid #06b2e6;
	border-bottom: 1px solid #06b2e6;
	text-shadow: 0 1px #015883;
	padding: 12px 36px 14px 60px;
	color: white;
	display: block !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}
@media (max-width: 1199px) {
	#add_to_quotation span {
		padding: 12px 22px 14px 55px;
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	#add_to_quotation span {
		padding: 8px 12px 10px;
		text-align: left; 
	}
}
#add_to_quotation:hover {
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ab7), color-stop(100%, #007ab7));
	background-image: -webkit-linear-gradient(#007ab7, #007ab7);
	background-image: -moz-linear-gradient(#007ab7, #007ab7);
	background-image: -o-linear-gradient(#007ab7, #007ab7);
	background-image: linear-gradient(#007ab7, #007ab7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007ab7', endColorstr='#007ab7',GradientType=0 );
	background-position: 0 0;
}
.quotation-front-form .edit_element { display: none; }

.quotation-front-form li{
	list-style-type: none;
	border: none;
	background: none;
}
.quotation-front-form label{
	display: block;
}
.quotation-front-form input{
	width : 100%;
	border: 1px solid #c4c4c4; 
    height: 25px; 
    font-size: 13px; 
    padding: 4px 4px 4px 4px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
}
.quotation-front-form input:focus{
	outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
}
.quotation-front-form textarea{
	width : 100%;
	border: 1px solid #c4c4c4; 
    height: 25px; 
    font-size: 13px; 
    padding: 4px 4px 4px 4px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
	min-height: 150px;
	resize:vertical;
}
.quotation-front-form textarea:focus{
	outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7;
}
.quotation-front-form select{
	width : 100%;
	border: 1px solid #c4c4c4; 
    height: 25px; 
    font-size: 13px; 
    padding: 4px 4px 4px 4px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
}
.quotation-front-form select:focus{
	outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7;
}

.quotation-front-form .btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #1f628d 1px;
  text-decoration: none;
}

.quotation-front-form .btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

#quotation-sent
{
	display: none;
}
#quotation-sent-header
{
	min-height: 80px;
	background-color: #57BA3C;
	padding-left: 40px;
	color: white;
	font-size: 20px;
	padding-top: 30px;
	border-bottom: 4px solid #45A82A;
}

#quotation-sent-content
{
	padding-left: 30px;
	padding-top: 10px;
	background-color: #F7F7F7;
	color: #363636;
	line-height: 2;
}
#quotation-sent-footer
{
	background-color: #E8E8E8;
	border-top: 2px solid #DBDBDB;
	min-height: 50px;
}
.remove_element
{
	display: none;
}
.move_element
{
	display: none;
}