/**
* 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.
*/
/* BAT modal iframe style */
.iframe-container {
		padding-bottom: 60%;
		padding-top: 30px; height: 0; overflow: hidden;
}

.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
}

#composite-thumb-section{
	width: 100%;
	clear: both;
	min-height:150px;
	background-color: #BDBDBD;
}

.composite-thumb-container{
	text-align: center;
	max-height:150px;
}

.composite-thumb-container li {
		cursor: pointer;
}

.composite-thumb-container > li > img{
	box-shadow: 5px 5px 3px grey;
}

.composite-thumb-container { list-style-type: none; margin: 0; padding: 0; width: 450px; }

.composite-thumb-container li { margin: 3px 3px 3px 0; padding: 1px; float: left; width: 100px; height: 90px; font-size: 0.8em; text-align: center; }

body#module-jchiliconnector-customerdata #content {
		box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
		background: #fff;
		padding: 1rem;
		font-size: .875rem;
		color: #7a7a7a;
}

.composite-thumb-highlight{
	border: 2px #000 solid;
}

.product-line-grid > div > div > div > a > .thumb{
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
}

.container-fluid {
		max-width: 1920px !important;
}

.product-customization-thumbs{
	margin-top:10px;
}

.product-customization-thumbs > li{
	padding-right:10px;
}

.contactListContainer {
	text-align:center;
	margin:0;
	padding:0;
	overflow:auto;
	max-height:150px;
}

.contactListContainer select {
	display:block;
	margin:0;
	list-style:none;
	padding:0;
	overflow:auto;
	height:auto;
	cursor:pointer;
}

.contactListContainer select option {
	display:block;
	padding:5px 10px;
	line-height:18px;
	font-size:18px;
	overflow:hidden;
}

.contactListContainer select option:hover {
	background-color:#eeeeee;
}

#btnContactSelect {
	display:block;
	margin:10px auto;
}

.jchiliconnector-warning {
	padding:10px;
	margin:10px 0;
	color:#000000;
}

#photo-upload-message {
	margin:10px;
	text-align:center;
	color:#ffffff;
	padding:15px;
	display:none;
}

.btn-small {
	padding: .2rem .5rem;
}

.btn-small .material-icons {
	margin-right:0;
	font-size:16px
}

.photoUploadedView {
	max-width:500px;
	max-height:500px;
	height:auto;
	margin:0 auto;
	display:block;
}