/**
* 2017 Zlab Solutions
*
* 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    Eugene Zubkov <magrabota@gmail.com>
*  @copyright 2017 Zlab Solutions
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

/*WIDGET POPUP*/
.pplpoints-widget-status{
	width: 100%;
	display:none;
	height: auto;
	vertical-align: middle;
	font-size: 18px;
}
.pplpoints-widget-status a{
	color:red !important;
}


.pplpoints_widget_wrapper{
	max-width: 100%;
	height: 100%;
	margin: auto;
	margin-top: 40px;
	background-color: #fff;
	display: none;
	overflow: scroll;
}
/*END WIDGET POPUP*/

/*WIDGET*/
#widget-button-container{
	position: absolute;

}
#widget-button-container input{
	width: 100%;
}
.page-order table td, .page-order table th {
	padding: 0;
}

.widget_block_title{
	display:none;
}

.branch-details p{
	margin-bottom: 0rem;
}

#pplpoints-widget{
	margin-bottom: 30px;
}

.pplpoints-widget-close {
	position: absolute;
	right: 5px;
	top:1px;
	cursor: pointer;
}

#pplpoints-widget  .no-float{
	float:none;
}

#pplpoints-widget .col-md-6{

}

.branch_details{
	margin-top: 30px;
	margin-bottom: 30px;
}
.widget-left{
	float:left;
	width: 49%;
}
.widget-right{
	float:right;
	width: 49%;
}

.branch-foto img{
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
}
.branch-name, .pplpoints-widget-status .pack-details-heading p
{
	line-height: 20px;
	padding: 30px 0 20px;
	border-top: 1px solid #ccc;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 20px;
}
.widget_block_title,
.widget_block_title-visible
{
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}
.pack-details-left{
	color: #808080;
	font-weight: 400;
}


#pplpoints-widget p,
.pplpoints-widget-status p {
	font-size: 14px;

	font-weight: 600;

	line-height: 16px;
	margin-bottom: 5px;
}

#pplpoints-widget a{
	color: #B68479;
}
.pplpoints-widget-status
{
	background: #e3f4ec;
}

.pplpoints-widget-status button {
	float: right;
}
#pplpoints-widget .pack-details-left table th,
.pplpoints-widget-status .pack-details-left table th{
	font-weight: normal;
	font-size: 13px;
	width: 15%;
}
#ppl-parcelshop-map .smap {
	height: auto !important;
}

#pplpoints-widget .container, #pplpoints-widget {
	height: 95% !important;
}
#pplpoints-widget .control-panel__content {
	height: 85% !important;
}
/*END WIDGET*/