@import url('https://fonts.googleapis.com/css?family=Lato');
@font-face {
  font-family: 'nunito';
  src: url('../fonts/nunito-regular-webfont.woff2') format('woff2'), url('../fonts/nunito-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.td_nb_service input {
  text-align: right;
}
.loader {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  position: relative;
  border: 4px solid #Fff;
  top: 50%;
  animation: loader 2s infinite ease;
}
.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
* {
  margin: 0;
  padding: 0;
}
body {
  background: url(../images/model/bg_user.jpg) no-repeat center center;
}
body#home {
  background: url(../images/model/bg_user_connected.jpg) no-repeat center fixed;
  -webkit-background-size: cover;
  background-size: cover;
}
body#suivi {
  background: url(../images/model/bg_interne.jpg) no-repeat center fixed;
  -webkit-background-size: cover;
  background-size: cover;
}
body#suivi_gfx {
  background: url(../images/model/bg_brown.jpg) no-repeat center fixed;
  -webkit-background-size: cover;
  background-size: cover;
}
body#conseiller_home,
body#conseiller {
  background: url(../images/model/bg_conseiller.jpg) no-repeat center fixed;
  -webkit-background-size: cover;
  background-size: cover;
}
div#bloc_nom_restau {
  background: rgba(0,0,0,0.7);
  padding: 20px;
}
h1#nomrestau {
  color: white;
  margin-left: 13px;
  margin-top: 0;
  margin-bottom: 0;
}
div.accessblock {
  min-height: 200px;
}
#decon {
  color: #757575;
}
#decon:hover {
  color: #fff;
}
#decon i {
  margin-top: 40px;
}
.navbar {
  min-height: 90px;
  background-color: #000;
  border: 0;
}
@media (min-width: 768px) {
  .navbar-nav {
    margin-left: 50px;
  }
}
.navbar-brand,
.navbar-nav li a {
  line-height: 90px;
  height: 90px;
  padding-top: 0;
}
.navbar .navbar-brand img {
  margin-top: 7px;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background-color: #5bc0de;
  color: #fff;
  font-weight: bold;
}
.navbar-default .navbar-nav>li>a {
  color: #fff;
}
.navbar-default .navbar-nav>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background-color: #004C63;
  color: #fff;
}
@media (min-width: 992px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
.navbar-nav>li>.dropdown-menu {
  margin-top: -1px;
}
.navbar-nav .dropdown-menu li a {
  line-height: 45px;
  height: 45px;
}
.dropdown-menu {
  background-color: #000;
  padding: 0;
}
.dropdown-menu>li>a {
  color: #fff;
}
body#analysecarte {
  background: url(../images/model/bg_user_connected.jpg) no-repeat center fixed;
  -webkit-background-size: cover;
  background-size: cover;
  font-family: 'nunito';
}
body#analysecarte li#top_nav_analysecarte {
  background: #64c8d3 !important;
}
body#analysecarte div.turn-page-wrapper.even div.fb5-cont-page-book {
  box-shadow: inset -5px 0 20px 0px rgba(0,0,0,0.2);
}
body#analysecarte div.turn-page-wrapper.odd div.fb5-cont-page-book {
  box-shadow: inset 5px 0 20px 0px rgba(0,0,0,0.2);
}
body#analysecarte div#loader {
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10000000;
  display: none;
}
body#analysecarte div#loader i {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  color: white;
}
body#analysecarte div.panel {
  margin-top: 20px;
}
body#analysecarte div.panel,
body#analysecarte div.panel-heading {
  border-radius: 0;
  border: none;
}
body#analysecarte input.form-control,
body#analysecarte select.form-control {
  border: none;
  border-bottom: 1px solid #ebeff2;
  box-shadow: none;
  border-radius: 0;
}
body#analysecarte input.form-control:not([readonly]) {
  background: #fffdca;
}
body#analysecarte .input-group-addon {
  border-radius: 0;
  border: none;
}
body#analysecarte input.error,
body#analysecarte select.error {
  border-bottom: 1px solid red !important;
}
body#analysecarte table td,
body#analysecarte table th {
  border-top: none;
}
body#analysecarte table td:not(.edit) {
  padding-top: 15px;
}
body#analysecarte table i.red {
  color: red;
  cursor: pointer;
}
body#analysecarte table#edit_ingredient th {
  padding: 4px 10px !important;
}
body#analysecarte table#edit_ingredient input[type="checkbox"] {
  margin-top: 10px !important;
  margin-left: 3px;
}
body#analysecarte .btn {
  border-radius: 0;
  outline: none;
  color: black;
  text-decoration: none !important;
}
body#analysecarte .btn:hover {
  box-shadow: none;
  background: #000000;
  color: #ffffff;
}
body#analysecarte .btn-info,
body#analysecarte .btn-primary {
  background: #64c8d3;
  border: none;
  color: white;
}
body#analysecarte .btn-danger {
  background: #d9534f;
  color: white;
}
body#analysecarte .btn-danger:hover {
  background: #c9302c;
}
body#analysecarte .panel {
  background: transparent;
}
body#analysecarte .panel-heading {
  background: #86c6d1;
}
body#analysecarte .panel-body {
  background: white;
}
body#analysecarte .panel-heading {
  font-size: 20px;
}
body#analysecarte p.flashmessage.bg-warning {
  color: white;
  padding: 15px;
  background: #c9302c;
}
body#analysecarte p.flashmessage.bg-info {
  color: white;
  padding: 15px;
  background: #3bdb52;
}
body#analysecarte div#form input#prix_sur_carte {
  width: 90px;
}
body#analysecarte i.ingredients_saisie {
  color: forestgreen;
}
body#analysecarte #bt_platingredient,
body#analysecarte #bt_retourcarte {
  margin-top: 10px;
}
body#analysecarte #bt_platingredient {
  margin-left: 5px;
}
body#analysecarte h3#platdelacarte {
  margin-top: 15px;
}
body#analysecarte div#analysecarte_detail div.panel-heading {
  color: white;
}
body#analysecarte div#analysecarte_detail a#bt_retour {
  margin-top: 10px;
}
body#analysecarte input#coeff {
  width: 90px;
}
body#analysecarte td.red {
  color: red;
}
body#analysecarte td.orange {
  color: orange;
}
body#analysecarte td.green {
  color: green;
}
body#analysecarte #bloc_action_carte_toggle {
  position: absolute;
  right: -34px;
  top: 161px;
  z-index: 10000000;
  background: orange;
  cursor: pointer;
  color: white;
  width: 34px;
  height: 80px;
  line-height: 86px;
  text-align: center;
}
body#analysecarte #bloc_action_carte_toggle i {
  font-size: 23px;
  line-height: 50px;
}
body#analysecarte #bloc_action_carte_toggle::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 0 0 34px;
  border-color: transparent transparent transparent orange;
  content: "";
  position: absolute;
  top: -34px;
  left: 0;
}
body#analysecarte #bloc_action_carte_toggle::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 34px 0 0;
  border-color: orange transparent transparent transparent;
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
}
body#analysecarte #bloc_action_carte_toggle:hover {
  background: #F5C065;
}
body#analysecarte #bloc_action_carte_toggle:hover::before {
  border-color: transparent transparent transparent #F5C065;
}
body#analysecarte #bloc_action_carte_toggle:hover::after {
  border-color: #F5C065 transparent transparent transparent;
}
body#analysecarte #bloc_date_range_plat_vendu {
  position: relative;
  z-index: 100000000;
  transform: scale(0);
  transition: transform 0.3s;
  transform-origin: top;
  display: none;
}
body#analysecarte #bloc_date_range_plat_vendu.show {
  transform: scale(1);
  display: block;
}
body#analysecarte #bloc_date_range_plat_vendu input {
  width: 145px;
  display: inline-block !important;
}
body#analysecarte #bloc_date_range_plat_vendu input.miniwidth {
  width: 116px;
}
body#analysecarte #bloc_date_range_plat_vendu--title_carte {
  position: absolute;
  top: 85px;
  left: 1px;
}
body#analysecarte #bloc_date_range_plat_vendu p {
  margin-bottom: 10px;
}
body#analysecarte #bloc_date_range_plat_vendu a#bt_save_vente_date_range,
body#analysecarte #bloc_date_range_plat_vendu a#bt_delete_vente_date_range,
body#analysecarte #bloc_date_range_plat_vendu a#bt_reset_vente_date_range,
body#analysecarte #bloc_date_range_plat_vendu a#bt_analysevente_rangedate {
  font-size: 19px;
  padding-top: 0px;
  display: block;
  line-height: 21px;
  float: right;
  margin-top: 6px;
  margin-right: 4px;
}
body#analysecarte h1#title_carte {
  opacity: 1;
  transition: opacity 0.3s;
}
body#analysecarte h1#title_carte.notvisible {
  opacity: 0;
  display: none;
}
body#analysecarte span#bloc_date_start {
  position: relative;
}
body#analysecarte span#bloc_date_start span#edit_date_range {
  position: absolute;
  right: 11px;
  top: -3px;
}
body#analysecarte span#bloc_date_start i#bt_previousrange {
  cursor: pointer;
}
body#analysecarte span#bloc_date_start input#date_range_vente {
  width: 302px;
}
body#analysecarte span#bloc_date_start span#bt_togglecalendar {
  position: absolute;
  right: 33px;
  top: -1px;
  cursor: pointer;
}
body#analysecarte input#nb_jour_fermeture,
body#analysecarte input#nb_service_jour {
  width: 69px;
}
body#analysecarte div#list_previous_date_range {
  position: absolute;
  left: 127px;
  top: 33px;
  background: #f4f4f4;
  padding: 0px 0;
  z-index: 100000;
  transform: translate3D(0,30px,0);
  transform-style: flat;
  transform-origin: top;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
  display: none;
  width: 328px;
}
body#analysecarte div#list_previous_date_range.show {
  transform: translate3D(0,0,0);
  opacity: 1;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
  display: block;
}
body#analysecarte div#list_previous_date_range ul {
  list-style: none;
  font-size: 11px;
  padding: 0;
  margin: 0 !important;
  position: relative;
}
body#analysecarte div#list_previous_date_range ul li {
  padding: 6px 10px 5px 12px;
  margin: 0;
  list-style: none;
}
body#analysecarte div#list_previous_date_range ul li:hover {
  background: #64c8d3;
  cursor: pointer;
  color: white;
}
body#analysecarte .plat_price span.ventes {
  display: none;
  position: relative;
}
body#analysecarte .plat_price span.ventes input[type="text"] {
  width: 65px;
  display: inline !important;
  text-align: center;
}
body#analysecarte .plat_price span.ventes span.th_presentation {
  top: -23px;
  position: absolute;
  font-size: 9px;
  left: 5px;
  z-index: 1000;
  text-align: center;
}
body#analysecarte .plat_price span.ventes span.th_presentation.highlight {
  background: #64C8D3;
  color: #fff;
  padding: 4px 4px 2px 4px;
  border-radius: 2px;
  top: -33px;
  left: 1px;
}
body#analysecarte .plat_price span.ventes span.th_presentation.highlight::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #64C8D3 transparent transparent transparent;
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 35%;
}
body#analysecarte .plat_price span.ventes span.th_vente {
  top: -23px;
  position: absolute;
  font-size: 9px;
  left: 87px;
  z-index: 1000;
  text-align: center;
}
body#analysecarte #bloc_action_carte {
  position: fixed;
  left: 0;
  top: 0px;
  transform: translate3D(0,30px,0);
  transform-style: flat;
  transform-origin: top;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
  z-index: 10000000000000;
  display: none;
  padding: 70px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
}
body#analysecarte #bloc_action_carte.show {
  opacity: 1;
  transform: translate3D(0,0,0);
  display: block;
}
body#analysecarte #bloc_action_carte #wrapper_bloc_action_carte {
  width: 300px;
  position: absolute;
  top: 300px;
  left: 50%;
  margin-left: -150px;
}
body#analysecarte #bloc_action_carte .action_carte {
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.5);
  background: #64c8d3;
  color: white;
  padding: 10px;
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
body#analysecarte #bloc_action_carte .action_carte i {
  margin-right: 5px;
}
body#analysecarte #bloc_action_carte .action_carte:hover {
  text-decoration: none;
  background: #D18800 !important;
}
body#analysecarte #bloc_action_carte .action_carte.active {
  background: #64c8d3 !important;
}
body#analysecarte #bloc_action_carte #bt_lacarte {
  background: #FFA500;
}
body#analysecarte #bloc_action_carte #bt_analysecarte {
  background: #FFA500;
}
body#analysecarte #bloc_action_carte #bt_platvendu {
  background: #FFAD17;
}
body#analysecarte #bloc_action_carte #bt_analysevente {
  background: #FFBD45;
}
body#analysecarte #bloc_action_carte #bt_exportword {
  background: #FFC55C;
}
body#analysecarte #bloc_action_carte #bt_exportexcel {
  background: #FFCD73;
}
body#analysecarte p.typeplat {
  color: black;
}
body#analysecarte a.plat {
  cursor: pointer;
  display: block;
  color: #434343;
  text-decoration: none;
}
body#analysecarte a.plat span.plat_name {
  max-width: 310px;
  display: inline-block;
  white-space: nowrap;
}
body#analysecarte a.plat i {
  color: #cccccc;
  background: white;
}
body#analysecarte a.plat:hover i {
  color: black;
}
body#analysecarte a.plat ul.tooltip_ingredients li {
  color: white;
}
body#analysecarte a.plat span.price {
  border: 1px solid transparent;
}
body#analysecarte a.plat span.price:hover,
body#analysecarte a.plat span.price.active {
  border: 1px solid #ccc;
}
body#analysecarte a.plat span.price div.form {
  display: inline;
}
body#analysecarte a.plat span.price div.form input[type='text'] {
  width: 50px;
  border: none;
  text-align: right;
}
body#analysecarte div#liste_plats h1 {
  color: black;
  margin-bottom: 15px;
}
body#analysecarte div#liste_plats p.typeplat {
  margin-bottom: 10px;
  font-size: 20px;
  margin-top: 30px !important;
}
body#analysecarte div#liste_plats p.pplat {
  line-height: 1.2;
  margin-bottom: 15px;
}
body#analysecarte a#bt_editer_plat,
body#analysecarte a.fb5-nav-arrow {
  cursor: pointer !important;
}
body#analysecarte p.pplat {
  position: relative;
  padding-bottom: 7px;
}
body#analysecarte p.pplat a.delete_plat,
body#analysecarte p.pplat a.clone_plat {
  display: none;
  font-size: 11px;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #64C8D3;
  padding: 0px 5px;
  position: absolute;
  top: 15px;
}
body#analysecarte p.pplat a.delete_plat:hover,
body#analysecarte p.pplat a.clone_plat:hover {
  display: block;
  background: #64C8D3;
  color: white;
}
body#analysecarte p.pplat:not(.hoveroff):hover a.delete_plat,
body#analysecarte p.pplat:not(.hoveroff):hover a.clone_plat {
  display: inline;
  margin-right: 5px;
}
body#analysecarte p.pplat:not(.hoveroff):hover a.clone_plat {
  left: 80px;
}
body#analysecarte a#bt_addnewcommon {
  color: white;
}
body#analysecarte #gestioningredients .nav-tabs {
  border-bottom: 0;
}
body#analysecarte #commun--list_plats {
  max-height: 358px;
}
body#analysecarte #commun--list_ingredients {
  max-height: 358px;
}
body#analysecarte #commun--list_plats,
body#analysecarte #commun--list_ingredients {
  overflow: auto;
}
body#analysecarte #commun--list_plats ul li,
body#analysecarte #commun--list_ingredients ul li {
  padding: 23px 5px 10px 5px;
  margin: 10px;
  cursor: pointer;
  border-left: 1px solid transparent;
  list-style: none;
}
body#analysecarte #commun--list_plats ul li:hover,
body#analysecarte #commun--list_plats ul li.active,
body#analysecarte #commun--list_ingredients ul li:hover,
body#analysecarte #commun--list_ingredients ul li.active {
  background: rgba(134,198,204,0.2);
  border-left: 1px solid #86c6d1;
}
body#analysecarte #commun--list_plats ul li.active,
body#analysecarte #commun--list_ingredients ul li.active {
  box-shadow: 0 0 9px 1px rgba(0,0,0,0.2);
}
body#analysecarte #commun--list_plats ul li.commun,
body#analysecarte #commun--list_ingredients ul li.commun {
  background: #E4E3E3;
}
body#analysecarte #commun--list_plats ul li div.edit,
body#analysecarte #commun--list_ingredients ul li div.edit {
  padding-top: 15px;
}
body#analysecarte #commun--list_plats ul li i.bt_deletecommun,
body#analysecarte #commun--list_ingredients ul li i.bt_deletecommun {
  margin-top: 8px;
}
body#analysecarte #commun--list_plats ul li a.bt_adddateslice,
body#analysecarte #commun--list_ingredients ul li a.bt_adddateslice {
  margin-top: 8px;
}
body#analysecarte #commun--list_plats ul li div.slicepricedate,
body#analysecarte #commun--list_ingredients ul li div.slicepricedate {
  margin-bottom: 20px;
}
body#analysecarte #commun--list_plats span.placeholder,
body#analysecarte #commun--list_ingredients span.placeholder {
  position: absolute;
  top: -16px;
  font-size: 11px;
  color: #b2b2b2;
}
body#analysecarte #commun--list_plats div.associatedplat,
body#analysecarte #commun--list_ingredients div.associatedplat {
  margin: 0 0 19px 0;
  padding: 5px !important;
}
body#analysecarte #commun--list_plats div.associatedplat.active,
body#analysecarte #commun--list_ingredients div.associatedplat.active {
  background: rgba(134,198,204,0.2);
  border-left: 1px solid #86c6d1;
}
body#analysecarte #commun--list_plats div.associatedplat div.qte_global,
body#analysecarte #commun--list_ingredients div.associatedplat div.qte_global {
  margin-top: -5px;
  width: 75px;
}
body#analysecarte #commun--list_plats .switch,
body#analysecarte #commun--list_ingredients .switch {
  margin-top: 8px;
}
body#analysecarte #commun a#bt_addnewcommun {
  line-height: 35px;
}
body#analysecarte #tous--list_ingredients {
  max-height: 358px;
}
body#analysecarte #tous--list_ingredients li span.bt_voirplatassocie {
  display: none;
}
body#analysecarte #tous--list_ingredients li:hover span.bt_voirplatassocie {
  display: block;
}
body#analysecarte #tous--list_ingredients li input[readonly] {
  color: #999;
}
body#analysecarte #tous--list_plats {
  max-height: 358px;
}
body#analysecarte #tous--list_plats div.plat {
  padding-left: 10px !important;
}
body#analysecarte #tous--list_plats div.plat.active {
  background: rgba(134,198,204,0.2);
  border-left: 1px solid #86c6d1;
}
body#analysecarte #tous--list_plats div.plat span {
  color: #86c6cc;
  font-size: 11px;
}
body#analysecarte #tous--list_plats,
body#analysecarte #tous--list_ingredients {
  overflow: auto;
}
body#analysecarte #tous--list_plats ul,
body#analysecarte #tous--list_ingredients ul {
  margin: 0;
}
body#analysecarte #tous--list_plats ul li,
body#analysecarte #tous--list_ingredients ul li {
  padding: 10px 5px 0px 0px;
  margin: 10px 0;
  cursor: pointer;
  border-left: 1px solid transparent;
  list-style: none;
}
body#analysecarte #tous--list_plats ul li:hover,
body#analysecarte #tous--list_plats ul li.active,
body#analysecarte #tous--list_ingredients ul li:hover,
body#analysecarte #tous--list_ingredients ul li.active {
  background: rgba(134,198,204,0.2);
  border-left: 1px solid #86c6d1;
}
body#analysecarte #tous--list_plats ul li.active,
body#analysecarte #tous--list_ingredients ul li.active {
  box-shadow: 0 0 9px 1px rgba(0,0,0,0.2);
}
body#analysecarte #tous--list_plats ul li div.edit,
body#analysecarte #tous--list_ingredients ul li div.edit {
  padding-top: 15px;
}
body#analysecarte #tous--list_plats ul li i.bt_deletecommun,
body#analysecarte #tous--list_ingredients ul li i.bt_deletecommun {
  margin-top: 8px;
}
body#analysecarte #tous--list_plats ul li a.bt_adddateslice,
body#analysecarte #tous--list_ingredients ul li a.bt_adddateslice {
  margin-top: 8px;
}
body#analysecarte #tous--list_plats ul li div.slicepricedate,
body#analysecarte #tous--list_ingredients ul li div.slicepricedate {
  margin-bottom: 20px;
}
body#analysecarte #tous--list_plats span.placeholder,
body#analysecarte #tous--list_ingredients span.placeholder {
  position: absolute;
  top: -16px;
  font-size: 11px;
  color: #b2b2b2;
}
body#analysecarte #tous--list_plats div.associatedplat,
body#analysecarte #tous--list_ingredients div.associatedplat {
  margin: 5px 0 5px 0;
  padding: 5px 0;
  cursor: pointer;
}
body#analysecarte #tous--list_plats div.associatedplat:hover,
body#analysecarte #tous--list_ingredients div.associatedplat:hover {
  background: rgba(134,198,204,0.2);
}
body#analysecarte #tous--list_plats div.associatedplat div.qte_global,
body#analysecarte #tous--list_ingredients div.associatedplat div.qte_global {
  margin-top: -5px;
}
body#analysecarte #tous--list_plats .switch,
body#analysecarte #tous--list_ingredients .switch {
  margin-top: 8px;
}
body#analysecarte .checkboxnice .form-group {
  margin-bottom: 0;
}
body#analysecarte .checkboxnice .form-group .btn-group {
  display: block;
}
body#analysecarte .checkboxnice .form-group .btn-group label:last-child.btn {
  border: none;
  text-align: left;
  margin-left: 0 !important;
  height: 34px;
  line-height: 23px;
}
body#analysecarte .checkboxnice .btn:hover {
  background: rgba(134,198,204,0.2);
  color: black;
}
body#analysecarte .checkboxnice .form-group input[type="checkbox"] {
  display: none;
}
body#analysecarte .checkboxnice .form-group input[type="checkbox"] + .btn-group > div.bloc_edit > label > span {
  width: 20px;
  height: 20px;
}
body#analysecarte .checkboxnice .form-group input[type="checkbox"] + .btn-group > div.bloc_edit > label > span::before {
  line-height: 20px;
}
body#analysecarte .checkboxnice .form-group input[type="checkbox"] + .btn-group > div.bloc_edit > label > span:first-child {
  display: none;
}
body#analysecarte .checkboxnice .form-group input[type="checkbox"] + .btn-group > div.bloc_edit > label > span:last-child {
  display: block;
  opacity: 0.1;
}
body#analysecarte .checkboxnice .form-group input[type="checkbox"]:checked + .btn-group > div.bloc_edit > label > span:first-child {
  display: block;
}
body#analysecarte .checkboxnice .form-group input[type="checkbox"]:checked + .btn-group > div.bloc_edit >label > span:last-child {
  display: none;
}
body#analysecarte .checkboxnice div.nom_plat {
  padding-top: 5px;
}
body#analysecarte .checkboxnice div.nom_plat span {
  color: #86c6cc;
  cursor: pointer;
  font-size: 11px;
}
body#analysecarte div.associatedplat .form-group input[type="checkbox"] + .btn-group > div.bloc_edit {
  transform: translate3D(-30px,0px,0);
  transform-style: flat;
  transform-origin: top;
  transition: transform 0.3s, opacity 0.5s, width 0.3s;
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
}
body#analysecarte div.associatedplat .form-group input[type="checkbox"] + .btn-group > div.bloc_edit.show {
  transform: translate3D(0,0,0);
  opacity: 1;
  width: 150px;
  height: auto;
  display: block;
}
body#analysecarte .commun--nomingredient {
  font-size: 14px;
  color: #6b6b6b;
  text-transform: capitalize;
}
body#analysecarte ul#liste_cartes {
  list-style: none;
  margin: 0 0 0px 0;
  padding: 0;
  max-height: 293px;
  overflow: auto;
}
body#analysecarte ul#liste_cartes li {
  padding: 15px 15px 15px 15px;
  margin-bottom: 7px;
  background: rgba(255,255,255,0.1);
}
body#analysecarte ul#liste_cartes li a {
  text-decoration: none;
  margin-top: 2px;
}
body#analysecarte ul#liste_cartes li p.block_edit_carte {
  margin-bottom: 0;
  padding: 0;
}
body#analysecarte ul#liste_cartes li p.block_edit_carte a.bt_edit_carte {
  display: block;
  font-size: 17px;
  padding: 0px 0 5px 0;
}
body#analysecarte ul#liste_cartes li p.block_edit_carte span {
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  padding: 6px 12px;
}
body#analysecarte ul#liste_cartes li p.block_edit_carte span:hover {
  background: black;
  color: white;
}
body#analysecarte ul#liste_cartes li:hover a.bt_edit_carte span {
  display: block;
  margin-left: 15px;
}
body#analysecarte ul#liste_cartes li a.delete_carte,
body#analysecarte ul#liste_cartes li span.edit_name_carte,
body#analysecarte ul#liste_cartes li span.clone_carte {
  margin-top: 7px;
  margin-right: 10px;
  font-size: 17px;
  cursor: pointer;
}
body#analysecarte ul#liste_cartes span.edit_carte {
  background: #64c8d3;
  color: white;
}
body#analysecarte ul#liste_cartes div.block_form_edit_carte form {
  margin-top: 10px;
}
body#analysecarte div#bloc_create_cart {
  padding: 15px;
  margin-top: 10px;
  background: rgba(255,255,255,0.1);
}
body#analysecarte div#bloc_create_cart a#bt_display_create_carte {
  background: orange;
}
body#analysecarte div#bloc_create_cart a#bt_display_create_carte:hover {
  background: black;
}
body#analysecarte ul#analyse_type_plat {
  -webkit-box-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: flex;
  position: relative;
}
body#analysecarte ul#analyse_type_plat li {
  display: inline;
  width: 100%;
  text-align: center;
}
body#analysecarte ul#analyse_type_plat li a {
  color: black;
}
body#analysecarte ul#analyse_type_plat li.active a {
  border-bottom: 2px solid #86c6d1;
}
body#analysecarte .nopadding {
  padding-left: 0;
  padding-right: 0;
}
body#analysecarte th,
body#analysecarte td {
  font-size: 11px;
}
body#analysecarte tr.numeric td {
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
}
body#analysecarte table#detail_dispersion {
  background: #eaf8f9;
  background: -moz-linear-gradient(left,#eaf8f9 0%,#86c6d0 100%);
  background: -webkit-linear-gradient(left,#eaf8f9 0%,#86c6d0 100%);
  background: linear-gradient(to right,#eaf8f9 0%,#86c6d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaf8f9',endColorstr='#86c6d0',GradientType=1);
}
body#analysecarte table#detail_dispersion td.partranche {
  padding-bottom: 18px;
}
body#analysecarte table#detail_dispersion td.partranche b {
  border-radius: 50%;
  background: white;
  -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
  padding: 17px 0 15px 0;
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
  color: #86c6d0;
}
body#analysecarte table#detail_dispersion td.borderright {
  border-right: 1px solid #8bc4ce;
}
body#analysecarte table#detail_dispersion .white {
  color: white;
}
body#analysecarte table#detail_dispersion .bgwhite {
  background: white;
}
body#analysecarte #comment {
  color: #f3b449;
}
body#analysecarte .bleu {
  color: #8cc3ce;
}
body#analysecarte div#bloc_dispersion {
  text-transform: uppercase;
  font-size: 12px;
}
body#analysecarte ul.nav-tabs li {
  margin-bottom: -2px;
  position: relative;
  z-index: 1;
}
body#analysecarte ul.nav-tabs li a {
  outline: none;
}
body#analysecarte ul.nav-tabs li a:hover {
  background: rgba(134,198,204,0.2);
}
body#analysecarte div.tab-pane {
  padding: 10px;
  border: 3px solid #86C6D1;
  position: relative;
  z-index: 2;
}
body#analysecarte div.tab-pane div.panel {
  margin-top: 0;
}
body#analysecarte .nav-tabs > li.active > a,
body#analysecarte .nav-tabs > li.active > a:focus,
body#analysecarte .nav-tabs > li.active > a:hover {
  background: #86c6d1;
  border: #86c6d1;
  font-weight: bold;
  color: white !important;
}
body#analysecarte .table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #f6eeee;
}
body#analysecarte td.coeff_final {
  padding: 15px 20px 6px 20px !important;
  font-weight: bold;
}
body#analysecarte .switch {
  position: relative;
  display: inline-block;
  width: 37px;
  height: 18px;
  margin-top: 8px;
  margin-bottom: 0;
}
body#analysecarte .switch input {
  display: none;
}
body#analysecarte .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
body#analysecarte .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
body#analysecarte input:checked + .slider {
  background-color: #2196F3;
}
body#analysecarte input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
body#analysecarte input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
body#analysecarte .slider.round {
  border-radius: 34px;
}
body#analysecarte .slider.round:before {
  border-radius: 50%;
}
body#analysecarte span#bloc_designation_ingredient {
  position: relative;
  display: block;
}
body#analysecarte span#bloc_designation_ingredient span#edit_designation {
  position: absolute;
  right: 7px;
  top: 7px;
  cursor: pointer;
}
body#analysecarte div#list_ingredients_select {
  position: absolute;
  left: 10px;
  top: 40px;
  background: #f4f4f4;
  padding: 0px 0;
  width: 352px;
  max-height: 200px;
  overflow: auto;
  z-index: 100000;
  transform: translate3D(0,30px,0);
  transform-style: flat;
  transform-origin: top;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
  display: none;
}
body#analysecarte div#list_ingredients_select.show {
  transform: translate3D(0,0,0);
  opacity: 1;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
  display: block;
}
body#analysecarte div#list_ingredients_select ul {
  list-style: none;
  font-size: 11px;
  padding: 0;
  margin: 0 !important;
  position: relative;
}
body#analysecarte div#list_ingredients_select ul li {
  padding: 3px 10px;
  margin: 0;
  list-style: none;
}
body#analysecarte div#list_ingredients_select ul li:hover {
  background: #64c8d3;
  cursor: pointer;
  color: white;
}
body#analysecarte div#analysecarte_ventes {
  font-family: 'Lato';
}
body#analysecarte div#analysecarte_ventes th.green {
  color: green;
}
body#analysecarte div#analysecarte_ventes th.red {
  color: red;
}
div.modal-content {
  border-radius: 0;
  border: none !important;
  background: #e3f3f5;
}
div.modal-content .btn-danger {
  background: #d9534f;
}
.bootstrap-dialog .modal-header {
  border-radius: 0 !important;
}
.modal-lg {
  width: 80%;
}
span.ingredient_filter,
span.plat_filter,
span.type_plat_filter {
  font-size: 11px;
  color: #86c6d1;
  background: white;
  border-radius: 5px;
  padding: 3px 7px;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
  vertical-align: text-bottom;
}
span.ingredient_filter i,
span.plat_filter i,
span.type_plat_filter i {
  display: none;
}
span.ingredient_filter.active i,
span.plat_filter.active i,
span.type_plat_filter.active i {
  display: inline;
}
input#date_both_range_vente {
  width: 250px;
}
@media (min-width: 992px) {
  body {
    background-size: cover;
    -webkit-background-size: cover;
  }
}
@media (max-width: 480px) {
  body {
    background-position: top center;
  }
  body .navbar-nav li a {
    line-height: 45px;
    height: 45px;
  }
  body .subHeader > div {
    height: auto;
  }
  body .stats>div {
    overflow: auto;
  }
  body .iradio_square {
    width: 23px;
    height: 23px;
  }
  body .subHeader .date {
    padding-bottom: 15px;
  }
  body#suivi_gfx {
    padding: 0;
  }
}
div.calendar-table td {
  padding-top: 5px !important;
}
.corner-ribbon {
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.corner-ribbon.sticky {
  position: fixed;
  z-index: 1000000000;
}
.corner-ribbon.shadow {
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.corner-ribbon.top-left {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.corner-ribbon.orange {
  background: #e82;
}
@media (min-width: 768px) {
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-right: 5px;
    margin-top: 3px;
  }
}
