/**
* 2007-2021 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-2021 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.
*/
label.error {
    color: #c31818;
    font-weight: 700;
    font-family: cursive;
}
.input_address{
  padding: 7px 25px 7px 25px;
  text-align: center;
  margin: 6px;
  border: 2px solid #1a8fdc;
  width: 50%;
  border-radius: 5px;

}

#div_retrait{
  margin-top : 20px;
  margin-bottom:20px;
}
#div_livraison{
  margin-top : 20px;
  margin-bottom:20px;
}
.histo_kameleon_stockage{
  cursor : zoom-in;
}
.histo_kameleon_retrait{
  cursor : zoom-in;
}
.kameleonConfirm{
    position: fixed;
    top: 250px !important;
    right: 25px;
    width: 280px;
    z-index: 1000;
}
.kameleonConfirmClose{
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: transparent;
    font-size: 1.5em;
    color: #FFF;
    cursor: pointer;
    outline: none;
}
.kameleonConfirmContent{
  position: relative;
    margin-bottom: 10px;
    padding: 20px;
    width: 100%;
    background-color: #00cc8f;
    line-height: 15px;
    font-size: 0.8em;
    color: #FFFFFF;
}
.gridkameleondrive{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    text-align: center;
    grid-gap: 10px;
    grid-auto-rows: minmax(10px, auto);
}
.input-kameleon-drive{
    text-align: center;
    border-radius: 4px;
    max-width: 50px;
    outline: none;
    border: 1px dashed grey;
}
.label-kameleon{
    font-size: 18px;
    font-family: 'Dax';
}
.error-champ{
  border:2px solid red;
}
#showerror{
    background: #ea4f20;
    padding: 25px;
    color: #fff;
    text-align: center;
    display: none; 
    font-family: 'Poppins';
}
.title_palette{
  text-align: center;
  font-size:12px;
  font-family: 'Dax';
}
.kameleonDrive{
  display:none;
}
.kameleonDrive.first{
  display: block;
}
.div-palette {
    width: 100%;
    min-height: 125px;
    margin: 10px 0px;
}
#creneauselected{
    background: #3ad43a;
    padding: 25px;
    color: #fff;
    text-align: center;
    display: none; 
    font-family: 'Poppins';
}
#erreurcreneau{
    background: #d43a3a;
    padding: 25px;
    color: #fff;
    text-align: center;
    display: none; 
    font-family: 'Poppins';
}
#table_creneau_kameleon.viewList tr td .dispo {
    background: #ddd;
}
#table_creneau_kameleon.viewList tr td .selected {
    background: #87D728 !important;
    color: #FFF;
}
@media screen and (min-width: 992px){
    #table_creneau.viewList tr span {
        width: calc( 33.333334% - 10px);
    } 
}
#list_creneau_kameleon tr td span.active {
    border-bottom: 5px solid #349AEF;
}
#list_creneau_kameleon.viewList td span {
    white-space: nowrap;
    padding: 8px 15px;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
}
#table_dispo_head_kameleon {
    overflow-x: auto;
    margin-bottom: 1rem;
}
#table_creneau_kameleon.viewList tr span {
    display: none;
    width: 200px;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
    cursor: pointer;
}

#table_dispo_kameleon span {
    display: inline-block;
    background: #ddd;
    padding: 15px 20px;

    margin: 5px;
}


.account-state{
  height: 50px;
  text-align: center;
  align-items: center;
  display: flex;
  border-radius: 5px;
  justify-content: center;
  background: #bdbbbb;
  cursor: help;
}
.account-disabled{
  background: #dc3545;
}
.account-attente{
  background: #dc8b1a;
}
.account-valide{
  background: #28a745;
}
.account-state label{
  font-size: 18px;
  color: #fff;
}
.button_insert_product a.white:hover > p {
  color: #ece8e1;
}
.button_insert_product a.white > p {
  background: #ece8e1;
  color: #0f1923;
}
.button_insert_product a.white > p span.base {
  border: 1px solid transparent;
}
.button_insert_product a.transparent:hover > p {
  color: #ece8e1;
}
.button_insert_product a.transparent:hover > p span.text {
  box-shadow: 0 0 0 1px #ece8e1;
}
.button_insert_product a.transparent > p {
  background: #0f1923;
  color: #ece8e1;
}
.button_insert_product a.transparent > p span.base {
  border: 1px solid #ece8e1;
}


.button_insert_product a p {
  margin: 0;
  height: 54px;
  line-height: 54px;
  box-sizing: border-box;
  z-index: 1;
  left: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.button_insert_product a p span.base {
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  border: 1px solid #ff4655;
}

.button_insert_product a p span.bg {
  left: -5%;
  position: absolute;
  background: #ff4655;
  width: 0;
  height: 100%;
  z-index: 3;
  transition: 0.15s ease-out all;
  transform: skewX(-10deg);
}
.button_insert_product a p span.text {
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.button_insert_product a:hover {
  color: #ece8e1;
}
.button_insert_product a:hover span.bg {
  width: 110%;
}
.button_insert_product a:hover span.text:after {
  background: #ece8e1;
}
.button_add_prod{
	background: none;
	border: none;
	outline: none;
}
.button_add_prod:focus{
	outline:none;
	border: none;

}
.button_insert_product button{
	  width: 100%;
	  height: 54px;
	  font-size: 0.8rem;
	  font-weight: 900;
	  color: #ff4655;
	  text-align: center;
	  text-transform: uppercase;
	  text-decoration: none;
	  position: relative;
	  cursor: pointer;

}
.button_insert_product button:hover {
	color: #fff;
}
.img_create{
	transition-duration: 1s;
}
.img_create:hover{
	transform: scale(1.1);
	cursor: pointer;
}
.button_kameleon{
	border: none;
  background: transparent;
}
.kameleonSwitch{
  text-align: center;
}
.status_orange{

  animation-duration: 1s;
  animation-name: status_orange;
  animation-iteration-count: infinite;
  animation-direction: alternate;	
}
.button_kameleon .material-icons{
	font-size:14px;
}

 .kameleonFormAdd .switch,  .adminkameleonstockage .switch, .adminkameleoncustomer .switch, .kameleonSwitch .switch{
  position: relative;
  display: inline-block;
  width: 44px;
  height: 17px !important;
}
 
/* Hide the html checkbox */
.switch input {
  display:none;
}
 .kameleonFormAdd .form-control,  .kameleonFormAdd input[type=password], .kameleonFormAdd input[type=search], .kameleonFormAdd input[type=text], .kameleonFormAdd select,  .kameleonFormAdd textarea {
    background: none;
    padding: 12px 12px 12px 10px;
    height: auto;
    border-radius: 7px;
    width: 100%;
    color: black;
    border: 1px solid black;
    outline:none;
}
.divise-div-kameleon{
	padding:0 !important;
}
/* Format the switch box on which the control knob or slider will slide */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
 .kameleon_draggable{
 	display: flex;
 	float: left;
 	margin:5px;
 	text-decoration: underline;
 }
 .content_draggable{
 	width:80px;
 	height:57px;
 	border:1px solid black;
 	text-align: center;
 	margin-right:20px;
 	float: left;
    margin-bottom: 13px;
 }
/* Depict the control knob or slider using the pseudo-selector before */
.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
 
/* We change the background color when the checkbox is activated */
input:checked + .slider {
  background-color: #43d824;
}
 
/* We slide the slider to the right when the checkbox is activated */ 
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
 
/* We apply a rounded edge effect to the slider and to the bottom of the slide */
.slider.round {
  border-radius: 34px;
}
 
.slider.round:before {
  border-radius: 50%;
}

input[type="radio"].status_product {
  display: none;
}
input[type="radio"].status_product + label {
  padding: 0.5rem 1rem !important;
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
  border-radius: 0.3rem !important;
  color: #fff !important;
  background-color: #6c757d !important;
  border: 1px solid transparent !important;
  transition: all 0.15s ease-in-out !important;
  justify-content: center;
  display: flex;
  cursor: pointer;
}
input[type="radio"].status_product.s_val:hover + label {
  background-color: #218838 !important;
  border-color: #1e7e34 !important;
}
input[type="radio"].status_product.s_val:checked + label {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}
input[type="radio"].status_product.s_att:hover + label {
  background-color: #dc8b1a !important;
  border-color: #dc8b1a !important;
}
input[type="radio"].status_product.s_att:checked + label {
  background-color: #dc8b1a !important;
  border-color: #dc8b1a !important;
}
input[type="radio"].status_product.s_desa:hover + label {
  background-color: #c82333 !important;
  border-color: #bd2130 !important;
}
input[type="radio"].status_product.s_desa:checked + label {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

input[type="radio"].type_retrait {
  display: none;
}
input[type="radio"].type_retrait + label {
  padding: 0.5rem 1rem !important;
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
  border-radius: 0.3rem !important;
  color: #fff !important;
  background-color: #6c757d !important;
  border: 1px solid transparent !important;
  transition: all 0.15s ease-in-out !important;
  justify-content: center;
  display: inline-flex;
  margin: 5px;
  cursor: pointer;
  width: calc(50% - 10px);
}
input[type="radio"].type_retrait.livraison:hover + label {
  background-color: #1a8fdc !important;
  border-color: #1a8fdc !important;
}
input[type="radio"].type_retrait.livraison:checked + label {
  background-color: #1a8fdc !important;
  border-color: #1a8fdc !important;
}
input[type="radio"].type_retrait.retrait:hover + label {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}
input[type="radio"].type_retrait.retrait:checked + label {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}
.alerte_status{
  animation-duration: 3s;
  animation-name: status_alerte;
  animation-iteration-count: 10;
  animation-direction: alternate;	
}
@keyframes status_alerte {
  from {
  	background-color:#fff;
  	color:#000;
  }

  to {
    color: #fff !important;
    background-color: #d09e4c;
  }
}
@keyframes status_orange {
  from {
  	 background-color:orange;
  }

  to {
    background-color: #ff6500;
  }
}
.btn-show-stockage {
    color: grey !important;
    /* font-size: 16px; */
}
.kameleonFormAdd .col-md-12 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.kameleonFormAdd .content{
	max-width: 1120px;
	margin-left:auto;
	margin-right: auto;
}
.kameleonFormAdd .error {
    color: red;
    font-size:10px;
}
.product_line_link {
    color: #000 !important;
    outline: none !important;
}
.adminkameleonstockage .jconfirm .jconfirm-cell{
	background: #6b4435ab !important;
}
.label-file {
    cursor: pointer !important;
    color: #00b1ca !important;
    font-weight: bold !important;
        font-size: 18px;
}
.label-file:hover {
    color: #25a5c4 !important; 
}


.input-file {
    display: none !important;
}