/**
* 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.
*/
#rappelcreneauplaneteplanning{
    width: 100%;
    height: 50px;
    background: #023249;
    color: #fff;
    font-family: 'Poppins';
    display: flex;
    justify-content: center;
    align-items: center;
}
#rappelcreneauplaneteplanning h4{
    font-size:1rem;
}
#rappelcreneauplaneteplanning span{
    font-size:1.15rem;
}
.specialistePresence{
    background:#f7dd95 !important;
}
.infocreneauplanete{
    display: flex;
    justify-content: center;
    font-family: 'Poppins';
}
.btn-update-creneau {
    background: #023249;
    color: #fff;
    border-radius: 10px;
    height: 100%;
    margin-left: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Poppins';
}
#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;
}