/**
* NOTICE OF LICENSE
*
* This source file is subject to a commercial license from SOLEDIS
* Use, copy, modification or distribution of this source file without written
* license agreement from the SOLEDIS GROUP is strictly forbidden.
*    ___  ___  _    ___ ___ ___ ___
*   / __|/ _ \| |  | __|   \_ _/ __|
*   \__ \ (_) | |__| _|| |) | |\__ \
*   |___/\___/|____|___|___/___|___/
*
*  @author    SOLEDIS <prestashop@groupe-soledis.com>
*  @copyright 2019 SOLEDIS
*  @license   All Rights Reserved
*/

/* *** Classic theme *** */

._desktop_quotation {
    display: inline-block;
    float: left;
    margin-right: 10px;
    min-width: 200px; }

#header .header-nav .quotation {
    position: relative;
    height: 3rem;
    padding: .3rem .4rem;
    text-align: center;
    white-space: nowrap; }
#header .header-nav .right-nav .quotation {
    background: #f1f1f1; }

#header .header-nav .quotation i {
    position: absolute;
    top: .6em;
    left: .6em; }

#header .header-nav .quotation select {
    padding: .5rem 0.5rem .5rem 2rem;
    font-size: small; }


table.quotation-table tr.selected {
    background-color:#2fb5d2;
    color:#fff; }
table.quotation-table tr.selected a {
    color:#ff8; }

#quotation-products input {
    min-width:100%;
    line-height:2em; }

.quote-msg {
    width:80%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.quote-msg-you {
    width:80%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    float:right;
}

.quote-msg:before,
.quote-msg-you:before {
    content : '';
    display: none;
}

form#cartrule_form .control-label {
    padding-top: 6px; }

form#cartrule_form .form-group {
    clear: both;
    padding: 10px; }

.menu-pdf .submenu li a {
  white-space: nowrap; }

.swal2-container .swal2-content {
    text-align: left;
    margin: 40px auto 0;
}
.swal2-container .swal2-content label.required:after {
    content: "*";
    color: red;
}

.swal2-container .swal2-html-container fieldset {
    display: flex;
    flex-direction: column;
    margin: 2em 1em;
}

.swal2-container .swal2-html-container fieldset label {
    text-align: unset;
}

.swal2-container .swal2-html-container fieldset .swal2-input,
.swal2-container .swal2-html-container fieldset .swal2-textarea{
    margin: 0;
}