/**
* 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;
    position: relative;
    display: block;
}
.add_to_quotation:before {
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    color: #f14d4d;
    font-size: 25px;
    line-height: 47px;
    content: "\f044";
    z-index: 2;
    width: 51px;
    text-align: center;
}
@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 {
    padding: 10px 2px 14px 13px;
    color: #f14d4d;
    display: block !important;
    text-transform: uppercase;
    font: 400 25px "Ubuntu Condensed", sans-serif;
}
@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:before,
.add_to_quotation:hover span {
    color: white;
}
.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;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.cart-images-quotation {
    padding: 7px;
    width: 137px;
    text-align: center;
}

.total_quotation {
    text-align: right;
    font-weight: bold;
    font-size: 20px;
}
