
@charset "UTF-8";
/* CSS Document */

* {box-sizing:border-box;}

body {
    background:#ececec ;
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
	width:auto;
	margin:0;
	padding:0;
	width: 100%;
	height:auto; 
    font-size: 15px;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: inherit;
    color: inherit;
}

.cb {
    clear: both;
}
.font_white {
    color: #ffffff;
}
.font_green {
    color: #4ab1a9;
}
.bg_green {
    background-color: #4ab1a9;
    color:#FFFFFF;
}
.font_black {
    color: #000000;
}
.font_blue {
    color: #2c3e50;
}
.bg_blue {
    background-color: #2c3e50;
    color:#FFFFFF;
}
.font_gray {
    color: #cfd2d5;
}
.bg_gray {
    background: #cfd2d5;
}
.border_gray {
    border-color: #cfd2d5;
}
.font_red {
    color: #ff5a5a;
}
.bg_red {
    background-color: #ff5a5a;
    color:#FFFFFF;
}
.font_white_i {
    color: #ffffff !important;
}
.font_green_i {
    color: #4ab1a9 !important;
}
.bg_green_i {
    background-color: #4ab1a9 !important;
    color:#FFFFFF !important;
}
.font_black_i {
    color: #000000 !important;
}
.font_blue_i {
    color: #2c3e50 !important;
}
.bg_blue_i {
    background-color: #2c3e50 !important;
    color:#FFFFFF !important;
}
.font_gray_i {
    color: #cfd2d5 !important;
}
.font_gray2_i {
    color: #7D8C9D !important;
}
.bg_gray_i {
    background: #cfd2d5 !important;
}
.border_gray_i {
    border-color: #cfd2d5 !important;
}
.font_red_i {
    color: #ff5a5a !important;
}
.bg_red_i {
    background-color: #ff5a5a !important;
    color:#FFFFFF !important;
}
.font_yellow {
    color: #fbd30d;
}
.bg_yellow {
    background-color: #fbd30d;
    color:#FFFFFF;
}
.font_yellow_i {
    color: #fbd30d !important;;
}
.bg_yellow_i {
    background-color: #fbd30d !important;;
    color:#FFFFFF !important;;
}
.border_white {
    border-color: #ffffff;
}
.border_green {
    border-color: #4ab1a9;
}
.border_black {
    border-color: #000000;
}
.border_blue {
    border-color: #2c3e50;
}
.border_gray {
    border-color: #cfd2d5;
}
.border_red {
    border-color: #ff5a5a;
}
.border_yellow {
    border-color: #fbd30d;
}
.border_white_i {
    border-color: #ffffff !important;
}
.border_green_i {
    border-color: #4ab1a9 !important;
}
.border_black_i {
    border-color: #000000 !important;
}
.border_blue_i {
    border-color: #2c3e50 !important;
}
.border_gray_i {
    border-color: #cfd2d5 !important;
}
.border_red_i {
    border-color: #ff5a5a !important;
}
.border_yellow_i {
    border-color: #fbd30d !important;
}
.bg_white_i {
    background-color: #FFFFFF !important;
    color:#333333 !important;
}
.bg_black {
    background-color: #000000 !important;
    color:#FFFFFF !important;
}
.bg_black_i {
    background-color: #000000 !important;
    color:#FFFFFF !important;
}
.font_green2 {
    color: #7de2da;
}
.bg_green2 {
    background-color: #7de2da;
    color:#FFFFFF;
}
.font_green2_i {
    color: #7de2da !important;
}
.bg_green2_i {
    background-color: #7de2da !important;
    color:#FFFFFF !important;
}
.border_green2 {
    border-color: #7de2da;
}
.border_green2_i {
    border-color: #7de2da !important;
}
.font_planning_blue {
    color: #3598DC;
}
.bg_planning_blue {
    background-color: #3598DC;
    color:#FFFFFF;
}
.font_planning_blue_i {
    color: #3598DC !important;
}
.bg_planning_blue_i {
    background-color: #3598DC !important;
    color:#FFFFFF !important;
}
.border_planning_blue {
    border-color: #3598DC;
}
.border_planning_blue_i {
    border-color: #3598DC !important;
}
.font_planning_red {
    color: #E26A6A;
}
.bg_planning_red {
    background-color: #E26A6A;
    color:#FFFFFF;
}
.font_planning_red_i {
    color: #E26A6A !important;
}
.bg_planning_red_i {
    background-color: #E26A6A !important;
    color:#FFFFFF !important;
}
.border_planning_red {
    border-color: #E26A6A;
}
.border_planning_red_i {
    border-color: #E26A6A !important;
}
.font_planning_yellow {
    color: #F3C200;
}
.bg_planning_yellow {
    background-color: #F3C200;
    color:#FFFFFF;
}
.font_planning_yellow_i {
    color: #F3C200 !important;
}
.bg_planning_yellow_i {
    background-color: #F3C200 !important;
    color:#FFFFFF !important;
}
.border_planning_yellow {
    border-color: #F3C200;
}
.border_planning_yellow_i {
    border-color: #F3C200 !important;
}
.gras {
    font-weight: 700;
}
img {
border: none:
}
input:focus {
     outline:  none;
}
.row-nobefore:before,
.row-nobefore:after {
    content: '';
    display: none;
}
/* CONTAINER */

.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0 auto;
}
.ui-widget-content.ui-autocomplete {
    z-index: 9910510 !important;
}
/* POPUP CALENDRIER */
#popup {
    background:url(../images/bg_popup.png) repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 999999;
}
#popup .content {
    background: #ffffff;
    width: 50%;
    margin: 0 auto;
    margin-top: 160px;
    padding: 30px;
    position: relative;
}
#popup .btn {
    background-color: #2c3e50;
    text-align: center;
    color: #ffffff;
    padding: 20px 30px;
}
#popup .btn_fermer{
    background-color: #2c3e50;
    position: absolute;
    width: 25px;
    height: 25px;
    top:3px;
    right: 3px;
    padding: 4px;
    text-align: center;
}
#popup .green {
    background-color: #4ab1a9;
}
#popup .red {
    background-color: #ff5a5a;
}
#popup .icone {
    width: 16px;
}
#popup .icone img {
    width: 100%;
}
.card-hover-green {
    transition: .5s ;
}
.card-hover-green:hover {
    color: #FFFFFF !important;
    background-color: #32c4d2 !important;
}
.card-hover-green:hover .card-title span,
.card-hover-green:hover i.font-green {
    color: #FFFFFF !important;
}
/* HEADER */
#header {
    background: #2c3e50;
    width: 100%;
    height: 130px;
}
#header .logo {
    float: left;
    margin-top: 20px;
}
#centres_deroulant {
    background: url(../images/header_triangle.png) right no-repeat;
    float: right;
    color: #4ab1a9;
    font-size: 13px;
    padding: 0px 20px 0px 0px;
    margin: 50px 20px 0px 0px;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    height: auto;
}
#centres_deroulant .deroulant {
    background: url(../images/deroulant_bg.png) top no-repeat;
    position: absolute;
    display: none;
    z-index: 9999999;
    width: 220px;
    height: auto;
    top: 30px;
    right: -34px;
    padding: 8px 0px;
}
#centres_deroulant .deroulant_content {
    background-color:#4ab1a9;
    width: 100%;
    padding: 5px 5px 5px 5px;
    color: #ffffff;
}
#centres_deroulant .onglet,
#centres_deroulant .onglet_2,
#centres_deroulant .onglet_3,
#centres_deroulant .onglet_4 {
    background: url(../images/deroulant_icone_changer_centre.png) left no-repeat;
    background-color: #69beb7;
    padding: 10px 10px 10px 27px;
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
}
#centres_deroulant .onglet_2 {
    background: url(../images/deroulant_icone_pointage.png) left no-repeat;
    background-color: #69beb7;
}
#centres_deroulant .onglet_3 {
    background: url(../images/deroulant_icone_calendrier.png) left no-repeat;
    background-color: #69beb7;
}
#centres_deroulant .onglet_4 {
    background: none;
    padding: 10px 10px 10px 10px;
    text-align: center;
}
#centres_deroulant a {
    display:block;
    width:100%;
}
#centres_deroulant .onglet_0 {
    background-color: #69beb7;
    padding: 10px 10px 10px 7px;
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
}

#header .notifications {
    /*background: #fd5959;*/
    background:transparent;
    float: right;
    /*border-radius: 12px;*/
    width: 25px;
    height: 25px;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    padding: 0px 0px 0px 0px;
    margin-left: 7px;
}
/* MENU */
#menu {
    float: left;
    margin-left: 50px;
}
#menu ul {
    margin: 0 auto;
    padding: 0px 30px 0px 0px;
    float: right;
}

#menu ul li {
    float: left;
	list-style: none;
    display: inline;
    padding: 35px 30px 0px 30px;
    text-align: center;
    color: #ffffff;
    line-height: 26px;
    height: 130px;
}

#menu ul li:first-child {
    border-left: none;
}

#menu ul li a:hover {
    color: #4ab1a9;
}
#menu ul li.active {
    background: #34495e;
    border-bottom: #4ab1a9 solid 3px;
}
#menu .deroulant {
    margin: 0px 0px 0px 10px;
}
/* NAVIGATION CALENDRIER */
#nav {
    margin-top: 35px;
}
#nav.w1200,
.sub_nav.w1200,
h1.w1200 {
    width:1200px;
}
#nav .menu {
    background: #cfd2d5;
    border-radius: 5px;
    color: #ffffff;
    float: left;
}
#nav .menu ul.my_menu {
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    float: right;
}
#nav .menu ul.my_menu>li {
    float: left;
	list-style: none;
    display: inline;
    text-align: center;
    padding: 8px 10px;
    border-left:1px solid #ececec;
}
#nav .menu ul.my_menu>li.active_left {
    background: #2c3e50;
    float: left;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
#nav .menu ul.my_menu>li.active_middle {
    background: #2c3e50;
    float: left;
}
#nav .menu ul.my_menu>li.active_right {
    background: #2c3e50;
    float: left;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
#nav .menu ul.my_menu>li:last-child {
    border-left:1px solid #ececec;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
#nav .date {
    float: right;
}
#nav .date_affichage {
    float: left;
    font-family: 700;
    margin-top: 8px;
}
#nav .date_affichage_puce {
    margin: 0px 10px;
}
#nav .date_btn {
    background: #4ab1a9;
    border-bottom: 1px #32988d solid;
    height: 35px;
    color: #ffffff;
    padding: 8px 20px 8px 15px;
    border-radius: 5px;
    margin: 0px 0px 0px 20px;
    float: right;
}
#nav .date_btn input {
    width:0px;
    height:0px;
    visibility:hidden;
}
#nav .pull-right select,
.sub_nav select {
    height: 35px;
}
#nav .recherche {
    float: right;
    margin: 0px 0px 0px 50px;
}
#nav .recherche_client {
    float: left;
}
#nav .recherche_champ {
    background: #cfd2d5;
    height: 35px;
    border-radius: 5px;
    float: right;
}
#nav .champ {
    background: #cfd2d5;
    height: 33px;
    border-radius: 5px;
    border: none;
    padding-left: 10px;
    padding-top: 3px;
    float: left;
    width: 200px;
}
#nav .recherche_btn {
    padding: 10px 10px 0px 0px;
    float: right;
}
.corbeille,
#ajout {
    background: #cfd2d5;
    height: 35px;
    border-radius: 5px;
    float: left;
    margin-left: 5px;
    text-align: center;
    padding: 7px 12px 0px 12px;
    color:#FFFFFF;
}
.corbeille span {
    display:none;
}
.corbeille:hover span {
    display:inline;
}
#ajout {
    padding-top: 9px;
    position: relative;
}
#ajout .ajout_deroulant {
    background: url(../images/carte_cadeau_ajout_deroulant_bg.png) top center no-repeat;
    position: absolute;
    display: none;
    z-index: 9999;
    width: 220px;
    height: auto;
    top: 40px;
    right: -92px;
    padding: 7px 0px;     
}
#ajout .ajout_deroulant_content {
    background-color:#34495e;
    width: 100%;
    padding: 5px 5px 5px 5px;
    color: #ffffff;
}
#ajout .ajout_deroulant_content_onglet {
    background: url(../images/carte_cadeau_ajout_deroulant_onglet_bg.png) left no-repeat;
    background-color: #4ab1a9;
    display: block;
    margin: 1px 0px 0px 0px;
    padding: 15px 0px 15px 35px;
    text-align: left;
}
#nav .tri {
    float: right;
    margin-left: 20px;
    margin-top: 10px;
}
#nav .deroulant {
    margin: 0px 5px;
}
/* CALENDRIER JOUR */
#content_calendrier_jour {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 35px;
    font-size: 14px;
    -moz-box-shadow: 3px 3px 8px #e0e0e0; 
    -webkit-box-shadow: 3px 3px 8px #e0e0e0; 
    box-shadow: 3px 3px 8px #e0e0e0;
    float: left;
    padding-bottom: 30px;
}
#content_calendrier_jour td a,
#content_calendrier_semaine td a {
    display: block;
}
#content_calendrier_jour .heures {
    float: left;
    width: 6%;
    padding-left: 20px;
}
#content_calendrier_jour .salle {
    float: left;
    color: #ffffff;
    width: 18.5%;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
}
#content_calendrier_jour .salle.salle_w_1 {
    width: 94% !important;
}
#content_calendrier_jour .salle.salle_w_2 {
    width: 47% !important;
}
#content_calendrier_jour .salle.salle_w_3 {
    width: 31.3% !important;
}
#content_calendrier_jour .salle.salle_w_4 {
    width: 23.5% !important;
}
#content_calendrier_jour .salle.salle_w_5 {
    width: 18.8% !important;
}
#content_calendrier_jour .salle.salle_w_6 {
    width: 15.6% !important;
}
.cellule_rouge {
    position:relative;
    background: #ff5a5a;
}
.cellule_rouge .corbeille {
    color: #ff5a5a !important;
    background: #FFFFFF !important;
}
.cellule_orange {
    position:relative;
    background: #fd9634;
}
.cellule_orange .corbeille {
    color: #fd9634 !important;
    background: #FFFFFF !important;
}
.cellule_bleue {
    position:relative;
    background: #0382ab;
}
.cellule_bleue .corbeille {
    color: #0382ab !important;
    background: #FFFFFF !important;
}
.cellule_bleue_foncee {
    position:relative;
    background: #2c3e50;
}
.cellule_bleue_foncee .corbeille {
    color: #2c3e50 !important;
    background: #FFFFFF !important;
}
.cellule_verte {
    position:relative;
    background: #4ab1a9;
}
.cellule_verte .corbeille {
    color: #4ab1a9 !important;
    background: #FFFFFF !important;
}
.cellule_jaune {
    position:relative;
    background: #fbd30d;
}
.cellule_jaune .corbeille {
    color: #fbd30d !important;
    background: #FFFFFF !important;
}
.cellule_grise {
    position:relative;
    background: #bdc3c7;
}
.cellule_grise .corbeille {
    color: #bdc3c7 !important;
    background: #FFFFFF !important;
}
.cellule_rose {
    position:relative;
    background: #FC9393;
}
.cellule_rose .corbeille {
    color: #FC9393 !important;
    background: #FFFFFF !important;
}
.cellule_rose #content_calendrier_jour .btn_creation_reservation {
    background: #FC9393 !important;
}
.bg_blue .corbeille {
    color:#2c3e50 !important;
    background: #FFFFFF !important;
}
.bg_blue .corbeille.bg_green {
    background-color: #4ab1a9 !important;
    color:#FFFFFF !important;
}
.bg_blue .corbeille.bg_red {
    background-color: #ff5a5a !important;
    color:#FFFFFF !important;
}
.booking_more {
    position:absolute;
    top:5px;
    left:5px;
}
.booking_more2 {
    position:absolute;
    top:5px;
    right:5px;
}
#content_calendrier_jour .btn_creation_reservation {
    background: #70c2bb;
    border-radius: 5px;
    font-weight: bold;
    width: 70%;
    padding: 20px 30px;
    display: block;
    margin-left: 15%;
    margin-top: 20px;
}
/* CALENDRIER SEMAINE */
#content_calendrier_semaine {
    background: #ffffff;
    width: 1200px;
    margin-bottom: 35px;
    font-size: 14px;
    -moz-box-shadow: 3px 3px 8px #e0e0e0; 
    -webkit-box-shadow: 3px 3px 8px #e0e0e0; 
    box-shadow: 3px 3px 8px #e0e0e0;
    float: left;
    padding:0px 0px 30px 0px;
}
#onglets {
    margin-top: 35px;
    width: 100%;
    float: left;
}
#onglets ul {
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    float: left;
}
#onglets ul li {
    background: #bdc3c7;
    height: 34px;
    padding: 10px 20px 0px 20px;
    float: left;
    list-style: none;
    color: #ffffff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin-right: 1px;
}
#onglets ul li.active {
    background: #2c3e50;
}
#content_calendrier_semaine .haut {
    background: #2c3e50;
    width: 100%;
    float: left;
    padding: 0px 20px;
    height: 56px;
}
#content_calendrier_semaine .jour_haut {
    float: left;
    color: #ffffff;
    width: 13%;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    margin-top: 20px;
}
#content_calendrier_semaine .jour_haut_couleur {
    color: #bdbdbd;
}
#content_calendrier_semaine .content {
    padding: 0px 20px;
}
#content_calendrier_semaine .heures {
    float: left;
    width: 9%;
}
#content_calendrier_semaine .jour {
    float: left;
    color: #ffffff;
    width: 13%;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    margin-top: 33px;
}
#content_calendrier_semaine .btn_creation_reservation {
    background: #70c2bb;
    border-radius: 5px;
    font-weight: bold;
    width: 90%;
    padding: 10px 10px;
    display: block;
    margin-left: 5%;
    margin-top: 10px;
}
#content_calendrier_jour .btn_creation_reservation.orange,
#content_calendrier_semaine .btn_creation_reservation.orange {
    background:#f6bc85;
}
#content_calendrier_jour .btn_creation_reservation.rose,
#content_calendrier_semaine .btn_creation_reservation.rose {
    background:#fed4d4;
}
/* CREATION D'UNE RESERVATION */
#content_reservation_creation {
    width: 1200px;
    margin-top: 35px;
    margin-bottom: 35px;
    font-size: 14px;
    float: left;
}
#content_reservation_creation .haut {
    background: #2c3e50;
    width: 100%;
    /*height: 57px;*/
    color: #ffffff;
    padding: 19px 20px 5px 20px;
}
#content_reservation_creation .haut_left {
    float: left;
}
#content_reservation_creation .haut_right {
    float: right;
}
#content_reservation_creation .haut_btn {
    background: #4ab1a9;
    border-bottom: 1px #32988d solid;
    height: 35px;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 5px;
    margin: 0px 0px 0px 20px;
}
#content_reservation_creation .left {
    background: #ffffff;
    -moz-box-shadow: 3px 3px 8px #e0e0e0; 
    -webkit-box-shadow: 3px 3px 8px #e0e0e0; 
    box-shadow: 3px 3px 8px #e0e0e0;
    /*margin-top: 7px;*/
    float: left;
    width: 60%;
    padding: 20px 0px;
}
#content_reservation_creation .left_separation_titre {
    background: #2c3e50;
    width: 100%;
    height: 57px;
    color: #ffffff;
    padding: 19px 0px 0px 20px;
    margin: 10px 0px;
}
#content_reservation_creation .champ {
    background: #ececec;
    border: none;
    padding-left: 10px;
    padding-top: 3px;
    height: 30px;
    width: 200px;
}
#content_reservation_creation .champ_grand {
    background: #ececec;
    border: none;
    padding-left: 10px;
    padding-top: 10px;
    width: 100%;
    height: 100px;
}
#content_reservation_creation>.right {
    width: 39%;
    float: right;
    color: #ffffff;
}
#content_reservation_creation .detail {
    background: #4ab1a9;
    padding: 20px 20px 30px 20px;
}
#content_reservation_creation .btn_copier {
    background: url(../images/btn_copier_bg.jpg) left no-repeat;
    background-color: #429f98;
    float: right;
    height: 30px;
    padding: 7px 10px 0px 25px;
    border-radius: 3px;
    font-size: 13px;
}
#content_reservation_creation .options {
    margin-top: 8px;
}
#content_reservation_creation .options_onglets {
    height: 46px;
}
#content_reservation_creation .options_onglet,
#content_reservation_creation .options_onglet_actif {
    /*width: 19.7%;*/
    margin-right: 0.3%;
    background-color: #bdc3c7;
    float: left;
    height: 46px;
    text-align: center;
    padding:13px 10px 0px 10px;
}
#content_reservation_creation .options_onglet_actif {
    background-color: #2c3e50;
}
#content_reservation_creation .options_content {
    background-color: #2c3e50;
    padding: 15px;
    float: left;
    width: 100%;
}
#content_reservation_creation .options_bloc {
    background-color: #344556;
    padding: 10px;
    margin-bottom: 3px;
    width: 100%;
    float: left;
}
#content_reservation_creation .options_bloc_puce {
    float: left;
    display: block;
}
#content_reservation_creation .options_bloc_nom {
    float: left;
    display: block;
    margin: 5px 0px 0px 10px;
}
/* CONTENT PAGE LISTE CARTES CADEAUX ET TRANSACTIONS*/
#content {
    background: #ffffff;
    width: 1200px;
    margin-top: 35px;
    margin-bottom: 35px;
    font-size: 14px;
    -moz-box-shadow: 3px 3px 8px #e0e0e0; 
    -webkit-box-shadow: 3px 3px 8px #e0e0e0; 
    box-shadow: 3px 3px 8px #e0e0e0;
}
/* Tableau */
#content .tableau {
   width: 100%;
}
#content .tableau_haut {
   color: #ffffff;
}
#content .tableau_ligne {
    padding: 10px 0px;
    border-bottom: 1px solid #ececec;
}
#content .tableau_ligne_2 {
    padding: 20px 20px;
}
#content .tableau_btn,
#content .tableau_btn_actif,
#content .tableau_btn_modifier,
.sub_nav .tableau_btn {
    background: #4ab1a9;
    border-bottom: 1px #32988d solid;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 5px;
    margin: 0px 10px 0px 0px;
    display:inline-block;
}
#content .tableau_btn:hover,
#content .tableau_btn_actif:hover,
#content .tableau_btn_modifier:hover,
.sub_nav .tableau_btn:hover {
    opacity:0.8;
}
#content .tableau_btn_actif {
    background: #2c3e50;
    border-bottom: 1px #1e2a36 solid;
}
#content .tableau_btn_modifier {
    margin-right: 0px;
    margin-top: 20px;
}
/* EN SALLE */
#content_en_salle {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 35px;
    font-size: 14px;
    float: left;
    padding: 0px 10px;
}
#content_en_salle .salle {
    float: left;
    color: #ffffff;
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    -moz-box-shadow: 3px 3px 8px #e0e0e0; 
    -webkit-box-shadow: 3px 3px 8px #e0e0e0; 
    box-shadow: 3px 3px 8px #e0e0e0;
}
#content_en_salle .haut {
    margin: 5px 0px 25px 0px;
    text-align: center;
}
#content_en_salle thead th {
    background-color:#2c3e50;
    text-align:center;
    padding:21px 0px;
}
#content_en_salle .cellule {
    background: #ffffff;
    padding: 15px 0px;
    color: #2d3e50;
}
#content_en_salle .cellule_verte {
    background: #4ab1a9;
    padding: 20px 0px;
    color: #2d3e50;
    font-size: 16px;
    color: #ffffff;
    line-height: 16px;
}
#content_en_salle .btn_commande_validee {
    background: #4ab1a9;
    border-bottom: 1px #32988d solid;
    height: auto;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 5px;
    display: inline-block;
    margin: 10px auto 0px auto;
    width: 70%;
}
#content_en_salle .btn_commande_annuler {
    background: #ff5a5a;
    border-bottom: 1px #c23e3e solid;
    height: auto;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 5px;
    display: inline-block;
    margin: 10px auto 0px auto;
    width: 70%;
}
#content_en_salle .produits {
    margin: 10px auto;
}
ul.choose_center {
    margin:0px;
    padding:0px;
    list-style:none;
}
ul.choose_center li {
    float:left;
    margin-right:10px;
    border:1px solid #4ab1a9;
}
ul.choose_center li a {
    display:block;
    padding:20px;
    color:#4ab1a9;
    font-weight:700;
}
/* FOOTER */
#footer {
    width: 100%;
    height:auto;
}
#table_list,
.table_list_simple {
    border-spacing: 0px;
}
#table_list>thead>tr>th,
.table_list_simple>thead>tr>th {
    background-color:#2c3e50;
    color:#ffffff;
    font-weight:500;
    vertical-align: middle;
    border:0px;
    padding:15px;
}
#table_list>tbody>tr>td,
.table_list_simple>tbody>tr>td {
    background-color:#FFFFFF;
    padding: 15px;
    border-bottom: 1px solid #ececec;
    border-top:0px;
    vertical-align: middle;
}
#table_list>tbody>tr:hover>td,
.table_list_simple>tbody>tr:hover>td {
    background-color:#ECECEC;
}
.form-control {
    outline: 0!important;
}
.btn, .form-control {
    box-shadow: none!important;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute !important;
    bottom: 14px !important;
    right: 8px !important;
    display: block !important;
    font-family: 'Glyphicons Halflings' !important;
    opacity: 0.5 !important;
}
table.dataTable thead .sorting{
    /*background-image:url("images/sort_both.png");*/
    background-image:none !important;
}
table.dataTable thead .sorting_asc{
    /*background-image:url("images/sort_asc.png");*/
    background-image:none !important;
}
table.dataTable thead .sorting_desc{
    /*background-image:url("images/sort_desc.png");*/
    background-image:none !important;
}
table.dataTable thead .sorting_asc_disabled{
    /*background-image:url("images/sort_asc_disabled.png");*/
    background-image:none !important;
}
.dataTables_filter { display: none; }
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_length {
    padding:5px 15px 0px 15px !important;
}
table.dataTable.no-footer {
    border:0px !important;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: inherit;
    border: 0px solid #ddd; 
}
.pagination>li>a, .pagination>li>span {
    color: inherit;
    border: 0px solid #ddd; 
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #2c3e50;
}
#modal_ajax_preview>.modal-dialog {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 35%;
    margin: 0 auto;
    border:none;
}
#modal_ajax_preview .modal-content {
    position: relative !important;
    background-color: #FFFFFF !important;
    border:none !important;
    border-radius: 0px !important;
    box-shadow:none !important;
    outline: 0 !important;
}
.item_preview .modal-header img {
    display:block;
    float:left;
    height: 75px;
    width: 75px;
    -webkit-border-radius: 50%!important;
    -moz-border-radius: 50%!important;
    border-radius: 50%!important;
    margin:0px 20px;
}
.item_preview .modal-header .infos {
    /*padding-top:15px;*/
}
.item_preview .modal-header .infos span {
    font-size:20px;
}
.item_preview .modal-header .infos a {
    color:inherit;
}
.item_preview .portlet>.portlet-title {
    padding-bottom:0px !important;
}
.item_preview .portlet.light .portlet-body {
    padding-top:0px;
}
.item_preview .infos_ul {
    list-style:none;
    padding:0px;
    margin:0px;
    font-size:12px;
}
.item_preview .infos_ul li {
    padding-bottom:5px;
    margin-bottom:8px;
    border-bottom:1px dashed #d8d8d8;
}
.portlet.nobg>.portlet-title {
    border-bottom: 1px solid #d8d8d8;
}
.bootstrap-timepicker-widget input, .bootstrap-timepicker-widget input:focus {
    outline: 0!important;
    border: 0;
}
.form_input_hide {
    width:0px;
    border:none;
    color:#FFFFFF;
}
.row_line_dashed {
    display: inline-block;overflow: hidden;white-space: nowrap;width: 375px;
}
#modal_gift_card .ui-autocomplete-input {
}
.ui-menu .ui-menu-item a {
    font-size: 12px;
}
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10510 !important;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}
.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}
.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}
a.add_element {
    display:block;
    text-align:center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    padding:10px;
    margin:10px 0px 5px 0px;
    color:#FFFFFF;
    font-weight:700;
}
.add_image {
    display:block;
    width: 300px;
    text-align:center;
    background: #FFFFFF;
    border: 1px dashed #cfd2d5;
    padding:50px 0px;
    margin:10px auto;
    color:#cfd2d5;
    font-size:50px;
    font-weight:700;
    cursor: pointer;
}
#stats_bloc {
    border-radius:5px;
}
.refresh_briefing {
    position:absolute;
    top:15px;
    right:25px;
}
html, body{
  height:100%;
  position: relative;
}
#load_page_ajax {
    display:none;
    z-index: 99999999999999;
    text-align:center;
    padding-top: 200px;
    background: rgba(255, 255, 255, 0.7);
    height: 100vh;
    width: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    font-size:50px;
    color:#000000;
}
@media all and (max-width:1600px) {
#stats_bloc {
    position:static;
}
}
@media all and (max-width:1200px) {
#header {
    width: 1200px;
}
#content_calendrier_jour,
#content_en_salle {
    width: 1200px;
}
}
.close {
    display: inline-block;
    margin-top: 0;
    margin-right: 0;
    width: 9px;
    height: 9px;
    background-repeat: no-repeat!important;
    text-indent: -10000px;
    outline: 0;
    background-image: url(../images/remove-icon-small.png)!important;
}
#module_tally .btn {
    background-color:#4ab1a9;
    color:#FFFFFF;
    cursor:pointer;
    padding: 6px 25px;
}
.briefing_fund {
    position:absolute;
    top:5px;
    left:30px;
    font-size:30px;
}
body #header .container .slide_toggle i {
    display: none;
}
@media all and (max-width:1200px) {
    body.briefing_responsive #header,
    body.briefing_responsive .container,
    body.briefing_responsive #content,
    body.briefing_responsive #nav.w1200,
    body.briefing_responsive h1.w1200,
    body.briefing_responsive .sub_nav.w1200 {
        width:100%;
    }

    body.briefing_responsive #header .container {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        align-content: center;
        width: 95%;
        padding: 20px 0px;
        position: relative;

    }
    body.briefing_responsive #header .container .logo {
        width: 75%;
    }
    body.briefing_responsive #header .container .logo img{
        width: auto;
    }
    body.briefing_responsive #header .container .slide_toggle span {
        display: none;
    }
    body.briefing_responsive #header .container .slide_toggle i {
        display: inline-block;
    }
    body.briefing_responsive #header .container #centres_deroulant {
        width: 25%;
        text-align: right;
        position: static;
    }
    body.briefing_responsive #header .container #centres_deroulant .deroulant {
        background: none;
        top: 127px;
        left: 0px;
        width: 100%;
    }
    body.briefing_responsive #header {
        height:auto;
    }
    body.briefing_responsive #menu {
        display:none;
    }
    body.briefing_responsive #header .logo {
        float: none;
        margin-top: 5px;
        display:inherit;
        text-align:center;
    }
    body.briefing_responsive #centres_deroulant {
        background: none;
        float: none;
        text-align:center;
        color: #4ab1a9;
        font-size: 13px;
        padding: 10px 0px;
        margin: 0px;
        font-weight: 500;
        font-size: 15px;
        position: relative;
        height: auto;
    }
    body.briefing_responsive #centres_deroulant #center_actions {
        width:100%;
        right:auto;
        background:none;
    }
    body.briefing_responsive #nav .menu ul {
        float:none !important;
        width:100% !important;
    }
    body.briefing_responsive #nav .menu ul.my_menu>li {
        float:none !important;
        display:block !important;
        width:100%;
    }
    body.briefing_responsive #nav .menu,
    body.briefing_responsive #nav .pull-left {
        float:none !important;
        width:100% !important;
        clear:both !important;
        text-align:center;
    }
    body.briefing_responsive #nav .pull-left {
        margin-top:10px;
    }
    body.briefing_responsive #nav a.date_btn {
        float:none !important;
        width:100%;
        display:block;
        margin:0px;
    }
    body.briefing_responsive #nav .pull-right {
        float:none !important;
        width:100%;
        display:block;
        margin:10px 0px;
    }
    body.briefing_responsive #nav .pull-right select {
        width:100%;
    }
    body.briefing_responsive table.table_no_responsive {
        display:none;
    }
    body.briefing_responsive table.table_yes_responsive {
        display:table;
    }
    body.briefing_responsive table#edit_briefing td {
        display:block;
        text-align:center !important;
    }
}
.table>tbody>tr:hover>td.no-hover,
.table>tbody>tr:hover>th.no-hover,
.table.table-light>tbody>tr:hover>td.no-hover,
.table.table-light>tbody>tr:hover>th.no-hover,
.table.table-hover>tbody>tr:hover>td.no-hover,
.table.table-hover>tbody>tr:hover>th.no-hover,
.table>tbody>tr.no-hover:hover,
.table.table-light>tbody>tr.no-hover:hover,
.table.table-hover>tbody>tr.no-hover:hover {
    background-color: transparent !important;
}
.sub_nav {
    background-color:#FFFFFF;
    margin:10px 0px 0px 0px;
    padding:10px;
    width:100%;
}
.card-icon {
  width: 100%;
  text-align: center;
  overflow: hidden; }

.card-icon i {
  font-size: 50px;
  border: 1px solid #ecf0f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 47px 30px;
  margin: 30px 0 30px 0; }

.card-title {
  text-align: center; }

.card-title span {
  font-size: 18px;
  font-weight: 600;
  color: #373d43; }

.card-desc {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px; }

.card-desc span {
  font-size: 14px;
  font-weight: 400;
  color: #808a94;
}
.select2-container {
    z-index: 999999;
}
.nomodal .select2-container {
    z-index: 999;
}
.modal {
    z-index: 999999;
}
@media all and (max-width:1200px) {
    #briefing_search {
        margin-left:0px !important;
    }
    #briefing_search .select2-container {
        width: 100% !important;
    }
}
@media all and (max-width:768px) {
    #stats_search input,
    #stats_search .select2-container {
        width: 100% !important;
    }
    #stats_search button {
        width: 100% !important;
        text-align:center;
    }
    a.date_btn.stats_search {
        text-align:center !important;
        background:#Ffffff !important;
        color:#4ab1a9 !important;
        border: 1px #32988d solid;
    }
}
.borderDiv {
    /*border-top:1px solid #555;
    border-left:1px solid #555;
    border-right:1px solid #CCC;
    border-bottom: 1px solid #CCC;*/
    display: block;
    margin:10px auto 10px auto;
}
.file_thumb {
  width: 100%;
  height: 140px;
  display: block;
  padding-top: 55px;
  text-align: center;
  background-color:#eee;
  color:inherit;
  text-decoration:none;
}
.thumbnail .caption a {
  color:inherit;
  text-decoration:none;
}
.file_thumb:hover,
.thumbnail .caption a:hover {
  color:inherit;
  text-decoration:none;
}
.file_thumb i {
  font-size:30px;
}
.sweet-alert,
.dropdown-menu {
    z-index:1000000;
}
/*span.select2-container {
    z-index:1000005;
}*/
.td_inventory_opacity {
    opacity: 0.3;
}
.td_inventory_opacity input[type="checkbox"] {
    visibility: hidden;
}
#spinner_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    z-index: 99999999;
    font-size: 100px;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.new_nav_search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.new_nav_search_form {
    display: flex;
}
@media all and (max-width:1200px) {
    .new_nav_search {
        flex-direction: column;
    }
    .new_nav_search_form {
        display: flex;
        flex-direction: column;
    }
    .pull-left-new, .pull-right-new {
        width: 100%;
        flex-direction: column-reverse;
        margin-top: 10px;
        display: flex;
    }
    .new_nav_search_form button {
        width: 100%;
    }
    .pull-right-new a.date_btn.stats_search,
    .pull-right-new a.date_btn.stats_print {
        text-align:center !important;
        background:#Ffffff !important;
        color:#4ab1a9 !important;
        border: 1px #32988d solid;
    }
    .pull-right-new a.date_btn.stats_print {
        margin-bottom: 10px !important;
    }
    .pull-right-new a.date_btn.mgl5 {
        margin-left: 0px !important;
    }
     .pull-left-new #stats_search .select2-container {
        width: 100% !important;
    }
}