/**
* 2007-2018 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-2018 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.
*/

#wfu123_gmap_js {
    width: 100%;
    height: 600px;
    background-color: #f6f6f6;
}

#module-wherefindus123-wfupointsvente #wfu123_searchform_js label.form-control-label {
    font-size: 1rem;
    padding-bottom: 0.5rem;
}
#module-wherefindus123-wfupointsvente #wfu123_searchform_js .form-group-check label.form-control-label {
    padding-bottom: 0.65rem;
}

#module-wherefindus123-wfupointsvente #wfu123_searchform_js #wfu123_addressInput_js {
    width: 92%;
}
#module-wherefindus123-wfupointsvente #wfu123_searchform_js .form-group .form-check-inline+.form-check-inline {
    margin-left: 0;
}
#module-wherefindus123-wfupointsvente #wfu123_searchform_js .form-group .form-check-inline {
    margin-bottom: .3rem;
}


#module-wherefindus123-wfupointsvente #wfu123_searchform_js .form-button {
    margin-top: 1.5rem;
}

#module-wherefindus123-wfupointsvente #wfu123_pointvente-table {
    background: #fff;
    overflow: hidden;
}
#module-wherefindus123-wfupointsvente #wfu123_pointvente-table .wfu123_pointvente-head {
    border-bottom: 1px solid #ebebeb;
}

#module-wherefindus123-wfupointsvente #wfu123_pointvente-table .wfu123_pointvente-type, #module-wherefindus123-wfupointsvente #wfu123_pointvente-table .wfu123_pointvente-infos, #module-wherefindus123-wfupointsvente #wfu123_pointvente-table .wfu123_pointvente-distance {
    display: inline-block;
    vertical-align: middle;
    padding: 15px;
    margin-bottom: 0;
}
#module-wherefindus123-wfupointsvente #wfu123_pointvente-table #wfu123_incorrect_address_js, #module-wherefindus123-wfupointsvente #wfu123_pointvente-table #wfu123_listcontainer_empty_js {
    padding: 15px;
}
#module-wherefindus123-wfupointsvente #wfu123_pointvente-table .wfu123_pointvente-type {
    width: 25%;
}
#module-wherefindus123-wfupointsvente #wfu123_pointvente-table .wfu123_pointvente-infos {
    width: 78%;
}
#module-wherefindus123-wfupointsvente #wfu123_pointvente-table .wfu123_pointvente-distance {
    width: 20%;
}
#module-wherefindus123-wfupointsvente #wfu123_pointvente-table .wfu123_pointvente-head>div {
    font-weight: 700;
}
#module-wherefindus123-wfupointsvente #wfu123_pointvente-table #wfu123_listcontainer_js {
    height: 549px;
    overflow-y: auto;
}
#module-wherefindus123-wfupointsvente #wfu123_pointvente-table .wfu123_pointvente-lines {
    border-bottom: 1px solid #ebebeb;
}

#module-wherefindus123-wfupointsvente #wfu123_pointvente-table dt {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: .2rem;
}
#module-wherefindus123-wfupointsvente #wfu123_pointvente-table dd {
    font-size: 0.875rem;
    margin-bottom: .2rem;
}
#module-wherefindus123-wfupointsvente #wfu123_pointvente-table dd strong {
    font-weight: 400;
}