/**
* 2007-2019 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-2019 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.
*/
#myTab {
    margin-top: 20px;
    margin-bottom: -1px;
}
#myTab a, #myTab a:active,#myTab a:focus{
    outline: none;
}
#myTab li {
    margin: 0;
    text-align: center;
}
#myTab a.active {
    border: #050504 2px solid;
    border-bottom: none;
}
.gbGreen,.gbGreen a.active, .gbGreen a:active {
    color: #ecf0f1 !important;
    background: #1abc9c !important;
}
#myTabContent {
    padding: 10px;
    border: #ddd 1px solid;
    margin-bottom: 20px;
}
#myTabContent label{
}

#face_express.active, #dos_express.active, #droit_express.active, #gauche_express.active {
    display: flex;
}

#face_express.active .form-group, #dos_express.active .form-group, #droit_express.active .form-group, #gauche_express.active .form-group{
    padding: 0 10px;
}
.ppc-forms .form-group input, .ppc-forms .form-group textarea, .ppc-forms .form-group select {
    line-height: 1.8rem;
}

.devis_express_btn {
    display: block;
    float: right;
    border: 1px solid;
    margin: 5px;
}
.devis_express_btn:hover {
    border-color: #ff7101;
}

#popup_content_1 {
    width: 70%;
}

.devis_alert {
    display: block;
    float: left;
    width: 100%;
}

.new-title-devis, #fichier_ajouté_express
{
    font-size: 1.375rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
}

#devis_express_form.ppc-forms {
    box-shadow: inherit;
}

input.nextbtn_express, a.nextbtn_express {
    background: #ff7101;
}

input.nextbtn_express:hover, a.nextbtn_express:hover {
    background: #000;
}
