/**
* 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;
	margin-left: 15px;
	/* padding: 12px 36px 14px 36px; */
	float: left;
	/* 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 );*/
	/*background: #2765ad;;*/
}
#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 {
	font-size: 14px!important;
	width: 220px/*!important*/;
	font-weight: 600;
	background-color: #2765ad;
	line-height: 22px;
	padding: 12px 36px 14px 36px;
	color: #fff;
	display: block !important;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
}
@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{
	margin-left: 5%;
	width : 15%;
	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: #2765ad;
  color: #ffffff;
  font-size: 15px;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  float:right;
}
*/

.quotation_continue{
	float:left;
	font-size: 17px;
	font-weight: bold;
}

.quotation_continue i {
	font-size: 25px;
	margin-right: 9px;
	vertical-align: -4px;
	/*
	font-family: "FontAwesome";
	content: "\f044";
	*/
}

#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;
}
#quotation_quantity_wanted_p{
	display: none;
}

h2{
	text-align:center;
	color:#2765ad;
	margin-top:0;
	margin-bottom:30px;
}

h4{
	text-transform:uppercase;
	padding:10px;
	background:#f2f2f2;
	display:inline;
}

table{
	margin-top:15px;
}

table td{
	border: 1px solid #d6d4d4;
}

.img-quotation{
	text-align:center
}

.alert-danger a{
	color:#fff;
	text-decoration:underline;
}

.devis-titre td{
	background:#f2f2f2;
	text-align:center;
	padding:0;
}

table tr td:nth-child(3),
table tr td:nth-child(4) {
	text-align:center;
}

.ok-quotation .title{
    display: block;
    font: 400 23px/29px Arial, Helvetica, sans-serif;
    color: #46a74e;
    text-align: left;
    font-size: 19px;
}

#layer_cart_quotation .icon-check{
	padding-right: 10px;
}

/* Quotation_cart */
.quotation_quantity_input,
div.quotation_quantity_button {
	display: inline-block;
}

.quotation_delete {
    padding: 0 !important;
}

.quotation_delete i {
    font-size: 23px;
}

#upload-files textarea {
    min-height: 25px;
    height: auto;
}

#upload-files input {
	margin: 0;
    width: 100%;
}

#sendQuotation {
    background-color: #2765ad;
    color: #ffffff;
    float: right;
	font-size: 17px;
	font-weight: bold;
	height: 49px;
    padding: 10px;
}

/* quotation comment */
.quotation_comment h3 {
	background-color: #f1f1f1;
	padding: 5px;
}

.quotation_comment .comment_button {
	background-color: #2765ad;
	color: #ffffff;
	cursor: pointer;
	display: none !important;
    float: right;
	margin: 10px 0 10px 10px;
    padding: 10px;
}

/* quotation to cart */
.cart_navigation .quotation_to_cart.button-medium,
.cart_navigation .cart_to_quotation.button-medium,
.quotation_to_cart {
	background-color: #d5292f;
	color: #ffffff;
	cursor: pointer;
	float: right;
	font-size: 17px;
	font-weight: bold;
	height: 49px;
	line-height: 25px;
	margin: 0 10px 0 0;
	padding: 11px;
}

.cart_navigation .cart_to_quotation.button-medium {
	background-color: #2765ad;
	background-image: none;
	border-color: #2765ad;
	display: none;
	height: 49px;
	font-size: 17px;
	line-height: 21px;
	font-weight: bold;
}

.cart_navigation .cart_to_quotation.button.button-medium:hover {
	background-color: #2765ad;
	background-image: none;
	border-color: #2765ad;
}

#sendQuotation span i {
	font-size: 25px;
	margin-left: 9px;
	vertical-align: -4px;
}
