/**
* DHL Parcel module for Prestashop 1.6.x
*
* Developed by Skrey Software (DIGITAL SKWARE LDA.) for DHL Parcel Iberia, S. L. U.
*
* @author    Skrey Software <info@skrey-software.com>
* @owner     DHL Parcel Iberia, S. L. U.
* @copyright 2018 DHL Parcel Iberia, S. L. U.
* @license   Proprietary - no redistribution without prior consent from owner
*/
.pointParcel
{
    min-width:350px;
    max-height:300px;
}
.parcel_loc_txt .checkbox{
    margin-bottom:15px;
}
.over_map 
{ 
    position: absolute; 
    background-color: rgba(204, 204, 204, 80%);
    height: 100%;
    width: 100%;
    top: 0px; 
    left: 0px; 
    z-index: 99; 
}
.map_wrapper
{
    position: relative;

    text-align: center;
}
.no_results
{
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.btn-search-dhl
{
    margin: 10px;
}

.search-div-dhl
{
    align-items: center;
    display: flex;
}

#dhl_parcel_map { height:500px;}