/*
* 2007-2015 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-2015 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/


#gear-right {
	background: #333333;
	display: block;
	left: 0px;
	position: fixed;
	top: 150px;
	z-index: 10000;
	cursor: pointer;
	-webkit-box-shadow: 10px 10px 14px -8px rgba(0,0,0,0.28);
-moz-box-shadow: 10px 10px 14px -8px rgba(0,0,0,0.28);
box-shadow: 10px 10px 14px -8px rgba(0,0,0,0.28);
}
#gear-right i {
	display: block;
	padding-top: 10px;
	text-align: center;
}
.tool_customization {
	margin: 10px;
	border:1px solid #ccc;
	background:#f8f8f8;
}
.configure_title {
	color: #333;

background-color: #f5f5f5;

border: 1px solid #ccc;
font-size:12px;
padding:10px 15px;
margin-bottom:4px;
}
#tool_customization{
	position: fixed;
	top: 80px;
	left:-310px;
	z-index: 10000; 
	height: auto;
	width: 310px;
	max-height:80%;
	overflow-y: auto;
	background: #fff;
	-webkit-box-shadow: 10px 9px 41px -29px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 9px 41px -29px rgba(0,0,0,0.75);
box-shadow: 10px 9px 41px -29px rgba(0,0,0,0.75);
}
.color_wheel { padding:10px; background:url(../img/color_icon.png) no-repeat center top !important; height:35px; width:35px; margin:10px;}
#tool_customization p span{
	color: #8d8c8c;
	font-size: 11px;
}
#tool_customization .list-tools{
	background: #484848;
	border: 1px solid #595959;
	border-left: none;
	border-right: none;
	color: #fff;
	padding: 10px;
}
#tool_customization .list-tools p {
	font-size: 1.2em;
	text-transform: uppercase;
	line-height:2em;
	margin:0;
	text-align:center;
color:#fff;
}
#tool_customization .list-tools i{
	font-size: 1.4em;
	position: relative;
	top: -4px;
}
#tool_customization #color-box{
	margin: 0;
	padding: 15px 0 0 15px;
}
#tool_customization #color-box li{
	display: inline-block;
	border: 1px solid black;
	width: 110px;
	margin: 0 10px 15px 0;
	text-transform:capitalize;
	border-radius:15px;
}
#tool_customization #color-box li div.theme_pixel { border-radius:50%; border:2px solid #000; float:left; position:inherit !important}
#tool_customization #color-box li div.theme_pixel.selected, #tool_customization #color-box li:hover div.theme_pixel{ border-color:#fff;}
#tool_customization #color-box li span {
	float:left;
	padding:3px 10px;
}
#tool_customization #color-box li:hover{
	border: 1px solid white;
}
#tool_customization #color-box .color-theme1{
	display: block;
	width: 0px;
	height: 0px;
	border-left-color: transparent !important;
	border-top-color: transparent !important;
	position: relative;
	z-index: 1
}
#tool_customization #color-box .color-theme2{
	display: block;
	width: 26px;
	height: 26px;
	position: relative;
	top: -26px;
}
#tool_customization #color-box li.theme1{
	display: none
}
#tool_customization #color-box li{
	cursor: pointer;
	position:relative;
}

#tool_customization #font-box{
	padding: 0 15px 15px;
}
#tool_customization #font-box p{
	padding: 0; 
	margin: 15px 0 5px;
	color: #9c9b9b;
}
#tool_customization #font-box .font-list{
	height: 30px;
	width: 180px;
}
#tool_customization .btn-tools{
	background: #484848;
	border: 1px solid #595959;
	border-left: none;
	border-right: none;
	padding: 10px 15px;
	float:left;
	clear:both;
	width:100%;
	color:#fff;
}
#tool_customization .btn{
	width: 47%;
	padding: 8px 5px;
	float: left;
	display: block;
	overflow: hidden;
}
#tool_customization .btn-1{
	background: #727171;
	color: white;
	margin: 0 4% 0 0;
}
#tool_customization .btn-2{
	background: white;
	color: #3a3939;
	font-weight: bold;
}
#tool_customization .btn-1:hover{
	background-color: #959394;
}
#tool_customization .btn-2:hover{
	background-color: #64D3FF;
}
#tool_customization #block-advertisement{
	padding: 20px;
}

#tool_customization .input-group-addon {

    padding: .2rem .15rem;
}
#tool_customization input[type="text"] {
	width:100%
}

#tool_customization .input-group-addon {

    background: none !important;
    border: none !important;

}
#tool_customization .control-label {
	color:#000;
	text-transform:capitalize;
	font-size:12px;
	text-align:left;
}
#tool_customization .form-wrapper { width:100%; clear:both; display:inline-block;}

#tool_customization .save_btn_disable 
{background: white;
color: #3a3939;
font-weight: bold;
width: 47%;
padding: 8px 5px;
float: left;
display: block;
overflow: hidden;
cursor:pointer;
text-align:center;
}