html, body {
  height: 100%; }

body {
  background-color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 13px; }

#main {
  min-height: 100%;
  margin-bottom: -60px; }
  #main:after {
    content: "";
    display: block;
    height: 60px; }
  #main.container-fluid {
    padding-left: 0;
    padding-right: 0; }

  iframe.kibana {
      top: 0;
      left: 0;
      width: 100%;
      min-height: 580px;
      height: auto;
      border: 0px;
  }

hr {
  border-top: 1px solid #999; }

.clearer {
  clear: both; }

a {
  color: #333; }

.p0 {
  padding: 0 !important; }

.m0 {
  padding: 0 !important; }

/*-- Title style --*/
h1.title-1 {
  border-bottom: 1px solid #5c1c1c;
  color: #5c1c1c;
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 13px; }
  h1.title-1 .glyphicon {
    font-size: 25px;
    margin-right: 10px; }

h2.title-2 {
  font-size: 20px;
  font-weight: 600; }

h2.title-3 {
  color: #5c1c1c;
  font-size: 22px;
  font-weight: 600; }

/*-- Margin custom --*/
.margin-tb-1 {
  margin: 40px 0; }

.margin-right-1 {
  margin-right: 10px; }

.margin-right-2 {
  margin-right: 40px; }

.margin-bottom-1 {
  margin-bottom: 15px !important; }

.margin-bottom-2 {
  margin-bottom: 20px; }

.margin-bottom-3 {
  margin-bottom: 25px; }

/*-- Position custom --*/
.absolute-bottom-right {
  bottom: 0;
  position: absolute;
  right: 0; }

/*-- Font custom --*/
.text-main {
  color: #5c1c1c; }

.text-success {
  color: #29ab41; }

.text-warning {
  color: #e89c30; }

.text-danger {
  color: #c53e3e; }

/*-- Background-color custom --*/
.bg-default {
  background-color: #b7b7b7; }

.bg-success {
  background-color: #29ab41; }

.bg-warning {
  background-color: #e89c30; }

.bg-danger {
  background-color: #c53e3e; }

/*-- Status custom --*/
.status-style-1 {
  border: 1px solid #000;
  border-radius: 2em;
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  width: 20px; }
  .status-style-1:before {
    border: 2px solid #fff;
    border-radius: 2em;
    content: '';
    display: inline-block;
    height: 100%;
    width: 100%; }
  .status-style-1.success {
    border-color: #29ab41; }
  .status-style-1.warning {
    border-color: #e89c30; }
  .status-style-1.danger {
    border-color: #c53e3e; }
  .status-style-1.success:before {
    background-color: #29ab41; }
  .status-style-1.warning:before {
    background-color: #e89c30; }
  .status-style-1.danger:before {
    background-color: #c53e3e; }

.status-style-2 {
  color: #fff;
  display: inline-block;
  height: 27px;
  line-height: 2;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  width: 45px; }

/*-- Legend custom --*/
.legend-style-1 .col-1 {
  border-left: 1px solid #8a8a8a;
  margin-left: 20px;
  padding-left: 15px; }
.legend-style-1 .status-style-1 {
  margin-right: 10px; }

.legend-style-2 {
  font-weight: 600; }
  .legend-style-2 .status-style-1 {
    margin-right: 10px; }

.address {
  background-color: #ebebeb;
  font-size: 16px;
  padding: 15px; }

.info-danger {
  background-color: #ff0000;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  padding: 10px; }
  .info-danger .glyphicon {
    font-size: 26px;
    vertical-align: middle; }

.border-bottom-content {
  border-bottom: 1px solid #8a8a8a;
  margin-bottom: 20px; }
  .border-bottom-content:last-child {
    border: 0; }

/* GLOBAL */
.global-style-content {
  background-color: #fff;
  margin-left: 200px;
  min-height: 500px;
  padding: 20px; }
  .global-style-content .search-content {
    display: inline-block; }
    .global-style-content .search-content .form-control {
      border-radius: 2em;
      box-shadow: none;
      font-size: 16px; }
  .global-style-content .glyphicon-tag {
    color: #c53e3e;
    font-size: 20px;
    vertical-align: text-bottom; }
  .global-style-content .glyphicon-star,
  .global-style-content .glyphicon-star-empty {
    font-size: 23px;
    vertical-align: bottom; }
  .global-style-content .glyphicon-star {
    color: #19a633; }
  .global-style-content .glyphicon-star-empty {
    color: #333; }
  .global-style-content .section-container {
    background-color: #ededed;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 20px; }
    .global-style-content .section-container h4 {
      font-size: 15px;
      font-weight: 600;
      margin-top: 0; }
    .global-style-content .section-container label {
      font-weight: normal; }
    .global-style-content .section-container ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .global-style-content .section-container ul li {
        display: inline-block; }
      .global-style-content .section-container ul.fs-results li {
        display: block; }
    .global-style-content .section-container .form-inline .form-control.input-width-1 {
      width: 115px; }
    .global-style-content .section-container .form-inline .form-control.input-width-2 {
      min-width: 50%; }
    .global-style-content .section-container .input-align-right {
      width: 72%; }
      .global-style-content .section-container .input-align-right .input-group-addon {
        width: 20px; }
    .global-style-content .section-container .glyphicon-time {
      font-size: 20px;
      margin: 0 15px;
      vertical-align: middle; }
    .global-style-content .section-container.fdp .form-inline .form-control {
      width: 90px; }
    .global-style-content .section-container .table-list {
      border-collapse: inherit;
      border-spacing: 25px 0; }
    .global-style-content .section-container .manager-name .checkbox {
      margin-right: 15px; }
    .global-style-content .section-container .manager-infos label {
      margin-left: 32px; }
  .global-style-content .link-back {
    color: #000;
    display: block;
    margin-bottom: 10px; }
    .global-style-content .link-back:hover {
      text-decoration: none; }
  .global-style-content .account-container .text-danger {
    color: #87110b;
    font-weight: 600; }
  .global-style-content .search-sorting .col-1 {
    width: auto; }
  .global-style-content .search-sorting .col-2 {
    border-left: 1px solid #8a8a8a;
    margin-left: 10px;
    padding-left: 10px;
    width: auto; }
  .global-style-content .search-sorting .col-3 {
    border-left: 1px solid #8a8a8a;
    margin-left: 10px;
    padding-left: 10px;
    width: auto; }
  .global-style-content .glyphicon-user .icon-plus {
    background-color: #fff;
    font-size: 14px;
    margin-left: -5px; }
  .global-style-content .choose-item-content {
    background-color: #fff;
    min-height: 30px;
    padding: 10px 15px; }
    .global-style-content .choose-item-content .item-restaurant {
      display: inline-block;
      font-style: italic;
      margin-right: 10px; }
      .global-style-content .choose-item-content .item-restaurant .glyphicon {
        margin-left: 5px; }
  .global-style-content .download-file {
    position: relative; }
    .global-style-content .download-file input[type="file"] {
      height: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      width: 100%; }

.locker {
  cursor: pointer; }

.drag-drop {
  background-color: #fff;
  border: 2px dashed #b7b7b7;
  min-height: 100px;
  text-align: center;
  vertical-align: middle; }
  .drag-drop .fa-upload {
    color: #666;
    font-size: 50px; }
  .drag-drop p {
    font-size: 18px; }

.progress {
  border: 1px solid #b7b7b7;
  width: 25%; }
  .progress .progress-bar {
    background-color: #8a8a8a; }

.wysiwyg-container .btn-default {
  background-color: #FFF;
  color: #000; }

.alert {
  /*&.alert-success {
      border-bottom: 1px solid red;
  }
  &.alert-danger {
      border-bottom: 1px solid green;
  }*/ }
  .alert.alert-success {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    padding: 10px;
    z-index: 999; }

.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden; }

* html .ui-autocomplete {
  height: 200px; }

/* Buttons */
.btn {
  border: 0;
  font-size: 15px !important;
  font-weight: 600;
  padding: 7px 26px; }

.btn-xs,
.btn-group-xs > .btn {
  border: 0;
  font-size: 15px; }

.btn-default {
  background-color: #8a8a8a;
  color: #fff; }
  .btn-default:hover, .btn-default:focus {
    background-color: #717171;
    color: #fff; }

.btn-nav {
  background-color: #ebebeb;
  border: 0;
  border-radius: 2em;
  font-size: 16px;
  margin-right: 30px;
  padding: 6px 30px; }
  .btn-nav .glyphicon {
    margin-left: 10px; }

.btn-primary {
  background-color: #24bfab; }
  .btn-primary:hover {
    background-color: #1c9485; }

.btn-circle {
  width: 24px;
  height: 24px;
  text-align: center;
  padding: 0;
  line-height: 24px;
  border-radius: 15px; }

/* Carousel */
.carousel-container {
  background-color: #ededed;
  padding-bottom: 35px; }
  .carousel-container .carousel-indicators {
    display: none; }
  .carousel-container .carousel-control {
    text-shadow: none; }
    .carousel-container .carousel-control.right, .carousel-container .carousel-control.left {
      background: transparent;
      opacity: 1; }
    .carousel-container .carousel-control .glyphicon {
      color: #000; }
  .carousel-container .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .carousel-container .row .thumbnail {
      border: 0;
      border-radius: 0;
      margin-bottom: 0;
      padding: 0; }
      .carousel-container .row .thumbnail .carousel-caption {
        color: #000;
        padding-bottom: 4px;
        padding-left: 13px;
        padding-right: 13px;
        position: inherit;
        text-align: left;
        text-shadow: none; }
        .carousel-container .row .thumbnail .carousel-caption h3 {
          margin-top: 0;
          padding-left: 13px; }
        .carousel-container .row .thumbnail .carousel-caption ul {
          list-style-type: none;
          padding: 0; }
          .carousel-container .row .thumbnail .carousel-caption ul li {
            padding: 0 10px; }
            .carousel-container .row .thumbnail .carousel-caption ul li:last-child {
              background-color: #ebebeb;
              margin-top: 5px;
              padding: 10px; }
      .carousel-container .row .thumbnail button {
        margin-bottom: 20px; }

/* Footer */
.footer-content {
  height: 60px;
  width: 100%;
  background-color: #8a8a8a;
  color: #fff;
  padding: 20px; }
  .footer-content a {
    color: #fff; }

/* FORMS */
.input-align-right {
  float: right;
  margin-top: -5px; }

.form-control {
  font-size: 13px; }

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  font-size: 13px;
  height: 33px;
  line-height: 33px; }

.btn-qte.disabled {
  border-color: #CCC !important; }
  .btn-qte.disabled .glyphicon {
    color: #999; }

.input-sm-size-1 {
  height: 27px;
  width: 60px !important; }

/* Small select */
.input-sm-size-2 {
  margin-left: 10px;
  width: auto; }

.input-sm-size-3 {
  padding: 3px 25px; }

.input-sm-size-4 {
  margin-left: 10px;
  margin-right: 10px;
  width: 230px; }

.btn-group-xs > .btn-xs-size-1 {
  padding: 3px 25px; }

.radio label.label-click-zone,
.checkbox label.label-click-zone {
  bottom: -10px;
  left: 0;
  position: absolute;
  right: 0;
  top: -12px;
  width: 100%; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #ddd; }

textarea {
  overflow: auto;
  resize: vertical; }

form small.desc {
  font-style: italic;
  color: #999; }

.input-group .form-control.price {
  min-width: 80px; }

.select2-container {
  min-width: 170px; }

/* Loader */
@-webkit-keyframes loader-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes loader-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes loader-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes loader-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes loader-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes loader-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes loader-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes loader-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FFF;
  z-index: 9999; }

.loader > div {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 20px;
  box-shadow: 0 2px 0 0 #000000;
  -ms-animation: loader-anim 1s linear infinite;
  -moz-animation: loader-anim 1s linear infinite;
  -webkit-animation: loader-anim 1s linear infinite;
  -o-animation: loader-anim 1s linear infinite;
  animation: loader-anim 1s linear infinite; }

/* Modals */
.modal {
  background-color: rgba(0, 0, 0, 0.8); }

.modal-style-1 .modal-content {
  border-radius: 0; }
  .modal-style-1 .modal-content .modal-header {
    border-bottom: 0; }
    .modal-style-1 .modal-content .modal-header h4 {
      border-bottom: 1px solid #8a8a8a;
      font-size: 20px;
      font-weight: 600;
      padding-bottom: 10px; }
  .modal-style-1 .modal-content .modal-body h5 {
    font-size: 18px;
    font-weight: 600; }
  .modal-style-1 .modal-content .modal-body ul {
    font-size: 16px; }
  .modal-style-1 .modal-content .modal-body .tab-content.table-style-1 {
    margin-top: 0; }
  .modal-style-1 .modal-content .modal-footer {
    border-top: 0; }

.modal-style-2 .modal-content {
  background-color: #c53e3e;
  border-radius: 0;
  color: #fff; }
  .modal-style-2 .modal-content .modal-header {
    border-bottom: 0; }
    .modal-style-2 .modal-content .modal-header h4 {
      border-bottom: 1px solid #fff;
      font-size: 20px;
      font-weight: 600;
      padding-bottom: 10px; }
  .modal-style-2 .modal-content .modal-footer.btn-content {
    border-top: 0;
    text-align: center; }
    .modal-style-2 .modal-content .modal-footer.btn-content .btn {
      margin: 0 8px;
      padding: 3px 25px; }

#modal-order-view .modal-header {
  padding-bottom: 0; }
#modal-order-view .modal-body {
  padding-top: 0; }

/*-- Navbar --*/
.navbar.navbar-inverse {
  background-color: #5c1c1c;
  border: 0;
  margin-bottom: 0; }
  .navbar.navbar-inverse .navbar-brand {
    height: auto;
    left: 100px;
    margin-left: -86px;
    padding: 0;
    position: absolute;
    top: 20px;
    width: 125px;
    z-index: 10; }
  .navbar.navbar-inverse .navbar-brand img {
    max-width: 100%;
    max-height: 120px; }
  .navbar.navbar-inverse .navbar-brand span {
    display: block;
    width: 130px;
    font-family: "Abel", sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    line-height: 30px; }
  .navbar.navbar-inverse .navbar-form {
    font-size: 15px; }
    .navbar.navbar-inverse .navbar-form .form-group label {
      color: #fff;
      display: block;
      font-weight: normal; }
    .navbar.navbar-inverse .navbar-form .btn {
      vertical-align: bottom; }
    .navbar.navbar-inverse .navbar-form .checkbox {
      color: #fff;
      display: block; }
  .navbar.navbar-inverse .navbar-nav {
    font-size: 13px; }
    .navbar.navbar-inverse .navbar-nav a {
      border-top: 5px solid #5c1c1c;
      color: #fff;
      padding: 20px 0 11px; }
      .navbar.navbar-inverse .navbar-nav a .separateur {
        border-right: 1px solid #fff;
        padding: 0 23px; }
      .navbar.navbar-inverse .navbar-nav a.user .separateur {
        display: inline-block;
        height: 22px;
        margin-top: -1px; }
        .navbar.navbar-inverse .navbar-nav a.user .separateur .glyphicon-user {
          font-size: 20px;
          margin-right: 5px;
          vertical-align: top; }
        .navbar.navbar-inverse .navbar-nav a.user .separateur sup {
          font-size: 15px;
          line-height: 1;
          top: -5px;
          display: inline-block; }
      .navbar.navbar-inverse .navbar-nav a.logout {
        font-size: 29px;
        padding: 15px 23px 11px; }
  .navbar.navbar-inverse .navbar-nav > li.active:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #fff;
    left: 47%;
    top: 0;
    z-index: 2;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .navbar.navbar-inverse .navbar-nav > li.active > a, .navbar.navbar-inverse .navbar-nav > li.active > a:hover, .navbar.navbar-inverse .navbar-nav > li.active > a:focus {
    background-color: #5c1c1c;
    border-color: #fff; }

/*-- Sidebar --*/
.menu-sidebar {
  background-color: #5c1c1c;
  position: absolute;
  font-size: 15px;
  padding: 50px 0;
  width: 200px; }
  .menu-sidebar .toggle-navbar-off {
    display: none; }
  .menu-sidebar .menu {
    background-color: #ededed; }
    .menu-sidebar .menu > li > a {
      border-radius: 0;
      color: #5c1c1c; }
      .menu-sidebar .menu > li > a.menu-item#menu-item-1, .menu-sidebar .menu > li > a.menu-item#menu-item-3 {
        background-color: #b7b7b7; }
      .menu-sidebar .menu > li > a.menu-item#menu-item-2, .menu-sidebar .menu > li > a.menu-item#menu-item-4 {
        background-color: #d1d1d1; }
    .menu-sidebar .menu > li.active {
      /*&:before {
          content:"";
          position: absolute;
          width: 0;
          height: 0;
          //border-top: 21px solid transparent;
          //border-bottom: 21px solid transparent;
          //border-left: 15px solid $color-main;
          border-top: 24px solid transparent;
          border-bottom: 24px solid transparent;
          border-left: 15px solid $color-main;
          top: 0;
          right: -15px;
          z-index: 2;
      }*/ }
      .menu-sidebar .menu > li.active > a.menu-item {
        background-color: #5c1c1c !important;
        color: #fff;
        cursor: default;
        font-weight: 600;
        cursor: pointer; }
    .menu-sidebar .menu.nav-stacked > li + li {
      margin-top: 0; }
  .menu-sidebar .submenu {
    font-size: 13px; }
    .menu-sidebar .submenu .submenu-item {
      color: #5c1c1c;
      padding: 7px 15px; }
      .menu-sidebar .submenu .submenu-item:hover, .menu-sidebar .submenu .submenu-item:focus {
        background-color: inherit;
        color: #5c1c1c;
        text-decoration: none; }
    .menu-sidebar .submenu > li.active .submenu-item {
      background-color: inherit;
      cursor: default;
      font-weight: 600;
      text-decoration: underline; }

/*-- Notification provider --*/
.provider-notif {
  font-size: 18px;
  height: 64px;
  line-height: 62px; }
  .provider-notif .row {
    height: 100%; }
    .provider-notif .row .col-1,
    .provider-notif .row .col-2,
    .provider-notif .row .col-2-1,
    .provider-notif .row .col-2-2 {
      height: 100%;
      padding: 0; }
    .provider-notif .row .col-1 {
      background-color: #5c1c1c;
      float: left;
      width: 200px; }
    .provider-notif .row .col-2 {
      margin-left: 200px; }
      .provider-notif .row .col-2 .col-2-1 {
        background-color: #8e2800; }
      .provider-notif .row .col-2 .col-2-2 {
        background-color: #e89c30; }
    .provider-notif .row a {
      color: #fff;
      display: inline-block;
      text-decoration: none;
      width: 100%; }
      .provider-notif .row a .glyphicon {
        margin-right: 10px; }

/*-- Admin R-smart --*/
.admin {
  font-size: 16px;
  height: 64px;
  line-height: 62px; }
  .admin .row {
    height: 100%; }
    .admin .row .col-1,
    .admin .row .col-2 {
      height: 100%;
      padding: 0; }
    .admin .row .col-1 {
      background-color: #5c1c1c;
      float: left;
      width: 200px; }
    .admin .row .col-2 {
      background-color: #8a8a8a;
      margin-left: 200px; }

/*-- Navtabs --*/
.global-style-content .nav-tabs {
  border-bottom: 3px solid #5c1c1c;
  font-size: 16px;
  height: 83px;
  margin-top: 50px; }
  .global-style-content .nav-tabs > li {
    border-right: 4px solid #fff;
    text-align: center;
    vertical-align: middle; }
    .global-style-content .nav-tabs > li:last-child {
      border-right: 0; }
    .global-style-content .nav-tabs > li:hover, .global-style-content .nav-tabs > li:focus {
      cursor: pointer; }
    .global-style-content .nav-tabs > li.active > a,
    .global-style-content .nav-tabs > li.active > a:hover,
    .global-style-content .nav-tabs > li.active > a:focus {
      background-color: #5c1c1c;
      border-color: transparent;
      color: #fff;
      font-weight: 600; }
    .global-style-content .nav-tabs > li > a {
      background-color: #d1d1d1;
      color: #fff;
      font-weight: 600;
      height: 80px;
      padding: 4px 10px 1px;
      border: 0; }
      .global-style-content .nav-tabs > li > a.active, .global-style-content .nav-tabs > li > a:hover, .global-style-content .nav-tabs > li > a:focus {
        background-color: #5c1c1c;
        color: #fff; }
.global-style-content.collapsed {
  margin-left: 0; }

#btn-menu-sidebar-collapse {
  position: absolute;
  top: 140px;
  left: 10px;
  color: #CCC;
  font-size: 30px;
  cursor: pointer;
  z-index: 2; }

/* Tables */
.tab-content .dataTables_info {
  font-style: italic; }

.tab-content.table-style-1 {
  margin-top: 20px; }
  .tab-content.table-style-1 .row:last-child {
    margin: 10px 0 20px; }
  .tab-content.table-style-1 table.table {
    border: 0;
    width: 100% !important; }
    .tab-content.table-style-1 table.table.table-bordered.dataTable th:first-child, .tab-content.table-style-1 table.table.table-bordered.dataTable td:first-child {
      border-left-width: 1px; }
    .tab-content.table-style-1 table.table.table-bordered.dataTable th:last-child, .tab-content.table-style-1 table.table.table-bordered.dataTable td:last-child {
      border-right-width: 1px; }
    .tab-content.table-style-1 table.table.table-bordered.dataTable tbody tr:last-child td {
      border-bottom-width: 1px; }
    .tab-content.table-style-1 table.table > thead {
      background-color: #636260;
      color: #fff; }
      .tab-content.table-style-1 table.table > thead > tr > th {
        border-bottom: 0;
        text-align: center;
        vertical-align: middle; }
    .tab-content.table-style-1 table.table tbody td {
      text-align: center;
      vertical-align: middle; }
    .tab-content.table-style-1 table.table tbody .glyphicon-search,
    .tab-content.table-style-1 table.table tbody .glyphicon-remove,
    .tab-content.table-style-1 table.table tbody .fa-file-excel-o,
    .tab-content.table-style-1 table.table tbody .glyphicon-picture {
      font-size: 23px;
      vertical-align: text-top !important; }
    .tab-content.table-style-1 table.table tbody .btn .glyphicon,
    .tab-content.table-style-1 table.table tbody .btn .fa {
      font-size: 18px; }
    .tab-content.table-style-1 table.table tbody .glyphicon-camera,
    .tab-content.table-style-1 table.table tbody .glyphicon-picture {
      color: #8a8a8a; }
    .tab-content.table-style-1 table.table tbody .btn-qte-content {
      margin: 0 auto;
      width: 140px; }
      .tab-content.table-style-1 table.table tbody .btn-qte-content .btn-qte {
        background-color: #fff;
        border-color: #308bf2;
        color: #308bf2;
        padding: 1px; }
        .tab-content.table-style-1 table.table tbody .btn-qte-content .btn-qte .btn {
          background-color: transparent;
          color: #308bf2;
          height: 36px;
          line-height: 1.2;
          padding: 3px 12px; }
      .tab-content.table-style-1 table.table tbody .btn-qte-content input {
        height: 40px; }
    .tab-content.table-style-1 table.table tbody .form-group {
      margin-bottom: 0; }
    .tab-content.table-style-1 table.table tbody .radio, .tab-content.table-style-1 table.table tbody .checkbox {
      margin-top: 3px;
      margin-bottom: 0; }
    .tab-content.table-style-1 table.table tbody .radio > input {
      height: 20px;
      margin: 0;
      position: inherit;
      vertical-align: middle;
      width: 20px; }
    .tab-content.table-style-1 table.table tbody .checkbox-inline {
      height: 100%;
      padding-left: 0;
      text-align: center;
      width: 100%; }
      .tab-content.table-style-1 table.table tbody .checkbox-inline .label-click-zone {
        bottom: -5px;
        left: 0;
        margin-bottom: 0;
        position: absolute;
        right: 0;
        top: -5px;
        width: 100%; }
      .tab-content.table-style-1 table.table tbody .checkbox-inline input[type="checkbox"] {
        height: 15px;
        margin: 0;
        position: inherit;
        vertical-align: bottom;
        width: 15px; }
    .tab-content.table-style-1 table.table tbody .checkbox > input {
      height: 20px;
      margin: 0;
      position: inherit;
      vertical-align: middle;
      width: 20px; }
    .tab-content.table-style-1 table.table tbody .disabled-account {
      color: #b7b7b7; }
      .tab-content.table-style-1 table.table tbody .disabled-account .btn {
        cursor: default; }
        .tab-content.table-style-1 table.table tbody .disabled-account .btn.btn-primary:hover, .tab-content.table-style-1 table.table tbody .disabled-account .btn.btn-primary:focus {
          background-color: #24bfab; }
    .tab-content.table-style-1 table.table .total-table {
      background-color: transparent;
      font-weight: 600; }
      .tab-content.table-style-1 table.table .total-table td {
        border: 0;
        text-align: right; }
        .tab-content.table-style-1 table.table .total-table td:last-child {
          border: 1px solid #ddd; }
    .tab-content.table-style-1 table.table .fdp-on {
      color: #b30c04;
      font-weight: 600; }
    .tab-content.table-style-1 table.table .delivery-status {
      font-weight: 600; }

.tab-content.table-style-2 table.table {
  border-collapse: inherit;
  border-spacing: 30px 0;
  margin-bottom: 0;
  width: auto !important; }
  .tab-content.table-style-2 table.table > thead > tr > th {
    border-bottom: 1px solid #000;
    text-align: center; }
    .tab-content.table-style-2 table.table > thead > tr > th:first-child {
      border-bottom: 0; }
  .tab-content.table-style-2 table.table tbody > tr > td {
    border-top: 0;
    padding: 8px 0; }
    .tab-content.table-style-2 table.table tbody > tr > td .form-group {
      margin-bottom: 0; }
    .tab-content.table-style-2 table.table tbody > tr > td .radio, .tab-content.table-style-2 table.table tbody > tr > td .checkbox {
      margin-top: 3px;
      margin-bottom: 0; }
    .tab-content.table-style-2 table.table tbody > tr > td .checkbox label {
      padding-left: 0;
      padding-right: 35px; }
      .tab-content.table-style-2 table.table tbody > tr > td .checkbox label > input {
        margin-left: 0;
        right: 0; }

.table-style-3 {
  background-color: #ededed;
  margin-bottom: 20px; }
  .table-style-3 tbody > tr:first-child > th,
  .table-style-3 tbody > tr:first-child > td {
    border-top: 0; }
  .table-style-3 tbody > tr > th {
    border-right: 1px solid #ddd; }

.table-style-4 thead > tr > th {
  border-bottom: 0;
  font-size: 14px;
  text-align: center;
  vertical-align: middle; }
.table-style-4 tbody > tr > td {
  border-top: 0;
  vertical-align: middle; }
.table-style-4 .input-group-sm > .form-control {
  font-size: 14px; }
.table-style-4 .glyphicon-remove-sign {
  font-size: 18px;
  margin-top: 3px; }
.table-style-4 .checkbox-inline {
  height: 100%;
  padding-left: 0;
  text-align: center;
  width: 100%; }
  .table-style-4 .checkbox-inline .label-click-zone {
    bottom: -5px;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: -5px;
    width: 100%; }
  .table-style-4 .checkbox-inline input[type="checkbox"] {
    height: 15px;
    margin: 0;
    position: inherit;
    vertical-align: bottom;
    width: 15px; }

.table-style-5 table {
  border-collapse: separate;
  border-spacing: 0 10px; }
  .table-style-5 table tbody > tr > td {
    background-color: #fff;
    border-top: 0;
    vertical-align: middle; }
    .table-style-5 table tbody > tr > td:first-child {
      background-color: #ccc; }
  .table-style-5 table .input-group-sm > .form-control {
    font-size: 14px; }
  .table-style-5 table .glyphicon-remove-sign {
    font-size: 18px;
    margin-top: 3px; }
  .table-style-5 table .checkbox-inline {
    height: 100%;
    padding-left: 0;
    text-align: center;
    width: 100%; }
    .table-style-5 table .checkbox-inline .label-click-zone {
      bottom: -5px;
      left: 0;
      margin-bottom: 0;
      position: absolute;
      right: 0;
      top: -5px;
      width: 100%; }
    .table-style-5 table .checkbox-inline input[type="checkbox"] {
      height: 15px;
      margin: 0;
      position: inherit;
      vertical-align: bottom;
      width: 15px; }

.table-responsive {
  overflow-x: inherit;
  background-color: #FFF; }

table.dataTable.fixedHeader-floating {
  z-index: 10; }
  table.dataTable.fixedHeader-floating > thead {
    background-color: #636260;
    color: #fff; }
    table.dataTable.fixedHeader-floating > thead > tr > th {
      text-align: center;
      vertical-align: middle;
      border-bottom: 0; }

table.dataTable .no-sort::before, table.dataTable .no-sort::after {
  display: none !important; }
table.dataTable .no-sort {
  pointer-events: none !important;
  cursor: default !important; }

.reception-accept-refuse {
  position: relative;
  height: 60px;
  width: 60px;
  overflow: hidden;
  background-color: #29ab41; }
  .reception-accept-refuse:before {
    content: '';
    position: absolute;
    left: 20%;
    width: 100%;
    height: 200%;
    background-color: #c53e3e;
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }
  .reception-accept-refuse .reception-accept {
    position: absolute;
    top: 10px;
    left: 10px; }
  .reception-accept-refuse .reception-refuse {
    position: absolute;
    bottom: 10px;
    right: 10px; }

/*-- Pagination --*/
.pagination > li > a,
.pagination > li > span {
  border: 0; }

.pagination > li > a,
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span {
  color: #000;
  padding: 3px 10px 4px; }

.pagination > li.previous > a:hover,
.pagination > li.previous > a:focus,
.pagination > li.previous > span:hover,
.pagination > li.previous > span:focus,
.pagination > li.next > a:hover,
.pagination > li.next > a:focus,
.pagination > li.next > span:hover,
.pagination > li.next > span:focus {
  background-color: transparent; }

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background-color: #24bfab;
  border-color: #24bfab; }

.pagination > li.previous > a:before,
.pagination > li.next > a:after {
  content: "<<";
  font-size: 10px;
  vertical-align: middle; }

.pagination > li.previous > a:before {
  content: "<<";
  padding-right: 7px; }

.pagination > li.next > a:after {
  content: ">>";
  padding-left: 7px; }

.custom-checkbox {
  padding: 0;
  margin: 0; }

.custom-checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px; }

.custom-checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }

.custom-checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555; }

.custom-checkbox input[type="checkbox"] {
  opacity: 0; }

.custom-checkbox input[type="checkbox"]:focus + label::before {
  outline: none; }

.custom-checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c"; }

.custom-checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65; }

.custom-checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed; }

.custom-checkbox.custom-checkbox-circle label::before {
  border-radius: 50%; }

.custom-checkbox.custom-checkbox-inline {
  margin-top: 0; }

.custom-checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }

.custom-checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.custom-checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }

.custom-checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.custom-checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.custom-checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.custom-checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.custom-checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.custom-checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.custom-checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

.custom-radio {
  padding-left: 20px; }

.custom-radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px; }

.custom-radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out; }

.custom-radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }

.custom-radio input[type="radio"] {
  opacity: 0; }

.custom-radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.custom-radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }

.custom-radio input[type="radio"]:disabled + label {
  opacity: 0.65; }

.custom-radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed; }

.custom-radio.custom-radio-inline {
  margin-top: 0; }

.custom-radio-primary input[type="radio"] + label::after {
  background-color: #428bca; }

.custom-radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca; }

.custom-radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca; }

.custom-radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }

.custom-radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }

.custom-radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.custom-radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }

.custom-radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }

.custom-radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.custom-radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }

.custom-radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }

.custom-radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.custom-radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }

.custom-radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }

.custom-radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

/* Homepage */
.home-txt-intro {
  background-color: #5c1c1c;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  padding-left: 31px;
  padding-right: 31px;
  padding-top: 45px;
  min-height: 436px; }
  .home-txt-intro p {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 45px 0;
    padding: 40px 0;
    text-align: center; }

.home-visual {
  background-image: url("../img/home-visual.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 436px;
  padding-left: 0;
  padding-right: 0; }
  .home-visual .opacity {
    background: rgba(255, 255, 255, 0.6);
    margin: 140px 0;
    text-align: center;
    padding: 30px 0; }
    .home-visual .opacity h1 {
      font-family: "Abel", sans-serif; }
    .home-visual .opacity h2 {
      font-size: 23px;
      font-weight: 600;
      margin-top: 0; }

.concept-content {
  background-color: #fff; }
  .concept-content > h3 {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 30px;
    overflow: hidden;
    text-align: center; }
    .concept-content > h3:before, .concept-content > h3:after {
      background-color: #000;
      content: "";
      display: inline-block;
      height: 1px;
      position: relative;
      vertical-align: middle;
      width: 50%; }
    .concept-content > h3:before {
      margin-left: -50%;
      right: 0.5em; }
    .concept-content > h3:after {
      left: 0.5em;
      margin-right: -50%; }
  .concept-content .row {
    margin-bottom: 60px; }
    .concept-content .row h4 {
      font-size: 23px;
      font-weight: 600;
      margin-bottom: 15px; }
    .concept-content .row p {
      font-size: 18px; }

.subsription {
  background-color: #5c1c1c;
  color: #fff;
  height: 136px; }
  .subsription .col-1 {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .subsription .col-1 p {
      font-size: 27px; }
  .subsription .col-2 {
    height: 100%; }
    .subsription .col-2 a {
      background-color: #24bfab;
      color: #fff;
      cursor: pointer;
      font-size: 24px;
      font-weight: 600;
      height: 100%;
      text-decoration: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .subsription .glyphicon-triangle-right {
    margin: 0 10px 0 50px;
    vertical-align: middle; }

.logout-container {
  background-color: #ededed;
  text-align: center; }

/* Cart */
.cart {
  background-color: #d1d1d1;
  height: 64px; }
  .cart .row {
    height: 100%; }
    .cart .row .col-1,
    .cart .row .col-2,
    .cart .row .col-2-1,
    .cart .row .col-2-2 {
      height: 100%; }
    .cart .row .col-1 {
      background-color: #5c1c1c;
      float: left;
      width: 200px; }
    .cart .row .col-2 {
      margin-left: 200px; }
      .cart .row .col-2 .col-2-1 {
        padding-top: 20px; }
      .cart .row .col-2 .col-2-2 .btn {
        background-color: #888888;
        border: 0;
        border-radius: 0;
        font-size: 25px;
        height: 100%;
        padding: 6px 20px; }
        .cart .row .col-2 .col-2-2 .btn .fa-shopping-basket {
          font-size: 20px;
          vertical-align: top; }
        .cart .row .col-2 .col-2-2 .btn .badge {
          background-color: #c53e3e;
          border-radius: 2em;
          font-size: 16px;
          font-weight: normal;
          height: 30px;
          line-height: 1.6;
          margin-left: 10px;
          top: -5px;
          min-width: 30px; }

.admin-container .admin-th-user-privilege {
  background-color: #636260;
  color: #fff; }
.admin-container .input-fonction,
.admin-container .input-password {
  width: 80px; }
.admin-container .input-phone {
  width: 130px; }
.admin-container .admin-add-user {
  color: #24bfab;
  font-weight: 600; }
  .admin-container .admin-add-user:hover {
    text-decoration: none; }
.admin-container .admin-user-privilege-container {
  padding: 0; }
.admin-container .connection-infos label {
  width: 12%; }
.admin-container .connection-infos input {
  width: 30%; }
.admin-container .connection-infos .col-md-6 a {
  width: 100%; }
.admin-container .font-selector textarea {
  font-size: 20px;
  resize: none; }
.admin-container #editor {
  position: relative;
  width: 100%;
  height: 400px; }

/* Dashboard */
.dashboard-container {
  background-color: #fff;
  padding: 60px 0; }
  .dashboard-container .col-1 {
    padding-left: 10%; }
    .dashboard-container .col-1 .btn-1,
    .dashboard-container .col-1 .btn-2,
    .dashboard-container .col-1 .btn-3,
    .dashboard-container .col-1 .btn-4 {
      border: 0;
      border-radius: 0;
      color: #5c1c1c;
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 25px;
      padding: 0;
      text-align: left; }
      .dashboard-container .col-1 .btn-1 .icon,
      .dashboard-container .col-1 .btn-2 .icon,
      .dashboard-container .col-1 .btn-3 .icon,
      .dashboard-container .col-1 .btn-4 .icon {
        border: 3px solid #5c1c1c;
        border-radius: 2em;
        height: 70px;
        line-height: 2.5;
        margin-right: 25px;
        vertical-align: middle;
        text-align: center;
        width: 70px; }
        .dashboard-container .col-1 .btn-1 .icon.fa-money,
        .dashboard-container .col-1 .btn-2 .icon.fa-money,
        .dashboard-container .col-1 .btn-3 .icon.fa-money,
        .dashboard-container .col-1 .btn-4 .icon.fa-money {
          font-size: 30px;
          line-height: 2.1; }
      .dashboard-container .col-1 .btn-1:hover, .dashboard-container .col-1 .btn-1:focus,
      .dashboard-container .col-1 .btn-2:hover,
      .dashboard-container .col-1 .btn-2:focus,
      .dashboard-container .col-1 .btn-3:hover,
      .dashboard-container .col-1 .btn-3:focus,
      .dashboard-container .col-1 .btn-4:hover,
      .dashboard-container .col-1 .btn-4:focus {
        text-decoration: none; }
        .dashboard-container .col-1 .btn-1:hover .label-btn, .dashboard-container .col-1 .btn-1:focus .label-btn,
        .dashboard-container .col-1 .btn-2:hover .label-btn,
        .dashboard-container .col-1 .btn-2:focus .label-btn,
        .dashboard-container .col-1 .btn-3:hover .label-btn,
        .dashboard-container .col-1 .btn-3:focus .label-btn,
        .dashboard-container .col-1 .btn-4:hover .label-btn,
        .dashboard-container .col-1 .btn-4:focus .label-btn {
          opacity: .35; }
  .dashboard-container .col-2 {
    padding-right: 5%; }
    .dashboard-container .col-2 h3 {
      color: #5c1c1c;
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 20px; }
      .dashboard-container .col-2 h3 small {
        color: #5c1c1c;
        font-size: 16px;
        font-weight: 600; }
    .dashboard-container .col-2 ul {
      background: #5c1c1c;
      border-radius: .6em;
      color: #fff;
      padding: 20px 15px; }
      .dashboard-container .col-2 ul .list-group-item:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0; }
      .dashboard-container .col-2 ul .list-group-item:last-child {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; }
      .dashboard-container .col-2 ul li {
        background-color: #5c1c1c;
        border: 0;
        font-size: 16px; }
        .dashboard-container .col-2 ul li .end-line {
          background-color: #fff;
          content: "";
          display: inline-block;
          height: 1px;
          width: 73%; }
        .dashboard-container .col-2 ul li .text-end-line {
          background-color: #5c1c1c;
          font-size: 18px;
          left: 10px;
          padding-right: 10px;
          position: absolute; }
          .dashboard-container .col-2 ul li .text-end-line .glyphicon {
            font-size: 10px;
            margin-right: 5px; }
        .dashboard-container .col-2 ul li .badge {
          border: 0;
          border-radius: .4em;
          color: #5c1c1c;
          font-size: inherit;
          height: 30px;
          min-width: 73px; }
          .dashboard-container .col-2 ul li .badge.btn-default {
            background-color: #fff; }

.account-container .btn-default {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  color: #000;
  font-weight: 600;
  margin-top: 10px; }

.contact-content {
  /*.col-1 {
      textarea {
          overflow: auto;
          resize: vertical;
      }
  }*/ }
  .contact-content .title-1 {
    margin-left: 15px; }
  .contact-content .section-container {
    margin-top: 15px;
    padding: 20px; }
  .contact-content .col-2 address {
    font-size: 15px;
    margin-top: 20px; }
  .contact-content .col-2 .btn {
    min-height: 52px;
    padding: 7px 20px;
    width: 100%;
    white-space: inherit; }

/* ------------------------ */
/*      RESTAURATEUR        */
/* ------------------------ */
/* Summary */
.summary-container .return-order {
  margin-top: 10px; }
  .summary-container .return-order .glyphicon {
    font-size: 25px;
    vertical-align: middle; }
  .summary-container .return-order a {
    color: #000;
    font-weight: 600; }
.summary-container .tab-content.table-style-1 {
  margin-top: 30px; }
  .summary-container .tab-content.table-style-1.fdp {
    margin-top: 0; }

.btn-unconformity-status {
  cursor: pointer; }

.my-order-container table .glyphicon {
  font-size: 20px;
  vertical-align: text-bottom; }
.my-order-container table .glyphicon-ok {
  color: #29ab41;
  margin-right: 10px; }
.my-order-container table .glyphicon-remove {
  color: #c53e3e;
  margin-right: 10px; }
.my-order-container.my-order-history .search-sorting .col-1 {
  padding-right: 0; }
  .my-order-container.my-order-history .search-sorting .col-1 .margin-style {
    margin-bottom: 15px; }
  .my-order-container.my-order-history .search-sorting .col-1 .input-width {
    width: 100px; }
.my-order-container.my-order-history .search-sorting .col-2 {
  padding-left: 0; }
  .my-order-container.my-order-history .search-sorting .col-2 .margin-style {
    margin-bottom: 15px; }
  .my-order-container.my-order-history .search-sorting .col-2 .input-width {
    width: 136px; }
.my-order-container.my-order-history .download .glyphicon {
  margin-right: 10px; }
.my-order-container.my-order-voucher .search-sorting .col-1 {
  padding-right: 0; }
.my-order-container.my-order-voucher .search-sorting .col-2 {
  border-left: 1px solid #8a8a8a; }

.receive-container .legend-style-2 {
  margin: 40px 0; }

/* ------------------------ */
/*        PROVIDER          */
/* ------------------------ */
.order-details .col {
  margin-top: 5px;
  float: left;
  padding: 0 20px; }
.order-details .col-1 {
  font-size: 24px; }
.order-details .col-2 {
  border-left: 1px solid #8a8a8a;
  border-right: 1px solid #8a8a8a;
  font-size: 15px;
  line-height: 2; }
.order-details .col-3 {
  font-size: 15px;
  line-height: 2; }

.order-accept {
  margin: 0;
  padding: 0; }
  .order-accept .custom-checkbox {
    margin-top: -50%; }
  .order-accept .custom-checkbox input[type="checkbox"] + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
    width: 24px;
    height: 24px;
    cursor: pointer; }
  .order-accept .custom-checkbox input[type="checkbox"] + label::after {
    font-family: 'FontAwesome';
    content: "\f00d";
    color: #fff;
    line-height: 24px;
    padding: 0px 5px;
    font-size: 15px;
    cursor: pointer; }
  .order-accept .custom-checkbox input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .order-accept .custom-checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
    color: #fff;
    font-size: 13px; }

@media (max-width: 767px) {
  .order-details .col {
    float: none;
    border: 0 none; } }
.receive-container .search-sorting .col-1 .input-width {
  width: 85px; }
.receive-container .search-sorting .col-2 .input-sm {
  width: 133px; }
.receive-container .search-sorting .col-3 .input-sm {
  width: 80px; }
.receive-container .search-sorting .col-3 sup {
  display: block;
  font-style: italic;
  text-align: right;
  top: -1.1em; }

.promo-container hr {
  margin: 30px 0; }
.promo-container textarea {
  resize: none; }
.promo-container .product-input {
  width: 50%; }
  .promo-container .product-input input {
    width: 75% !important; }
.promo-container .reference-input input {
  width: 60% !important; }
.promo-container .price-input,
.promo-container .promo-price-input {
  width: 30%; }
  .promo-container .price-input input,
  .promo-container .promo-price-input input {
    width: 30% !important; }
.promo-container .quantity-input {
  width: 30%; }
  .promo-container .quantity-input input {
    width: 50% !important; }
.promo-container.current-promo .section-container {
  display: flex;
  position: relative; }
  .promo-container.current-promo .section-container hr {
    margin: 15px 0; }
  .promo-container.current-promo .section-container h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0; }
  .promo-container.current-promo .section-container ul {
    list-style-type: none;
    padding: 0; }
    .promo-container.current-promo .section-container ul li {
      display: inherit; }
  .promo-container.current-promo .section-container .col-1 {
    background-color: #fff;
    margin-right: 1%;
    padding: 0;
    position: relative; }
    .promo-container.current-promo .section-container .col-1 .ref-preview {
      color: #000;
      padding: 15px;
      width: 100%; }
      .promo-container.current-promo .section-container .col-1 .ref-preview h4 {
        color: #5c1c1c;
        font-size: 22px;
        margin-top: 10px;
        padding-left: 10px; }
      .promo-container.current-promo .section-container .col-1 .ref-preview ul li {
        padding: 0 10px; }
        .promo-container.current-promo .section-container .col-1 .ref-preview ul li:last-child {
          background-color: #ebebeb;
          margin-top: 5px;
          padding: 10px; }
  .promo-container.current-promo .section-container .col-2 {
    font-size: 16px;
    padding-right: 0; }
    .promo-container.current-promo .section-container .col-2 .ref-detail .col-1,
    .promo-container.current-promo .section-container .col-2 .ref-detail .col-2 {
      background-color: transparent;
      display: inline-block; }
    .promo-container.current-promo .section-container .col-2 .ref-detail .col-2 {
      border-left: 1px solid #8a8a8a;
      margin-left: 30px;
      padding-left: 30px; }
    .promo-container.current-promo .section-container .col-2 .ref-detail p {
      margin-bottom: 5px; }
    .promo-container.current-promo .section-container .col-2 .ref-detail .ref-label {
      font-weight: 600; }
  .promo-container.current-promo .section-container .promo-status {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    background-color: #FFF;
    font-weight: bold; }

.promo-picture {
  max-width: 100%;
  max-height: 250px;
  margin: 20px auto 0 auto; }

/* Catalog */
.catalog-provider-content .section-container {
  font-size: inherit; }

/*-- Recipe --*/
.recipe-container .search-sorting .col-2 {
  margin-left: 20px;
  padding-left: 20px; }
.recipe-container .dish-name label {
  font-size: 24px;
  font-weight: 600; }
.recipe-container .dish-name input {
  width: 59%; }
.recipe-container h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-decoration: underline; }
  .recipe-container h2 .btn {
    margin-left: 30px; }
.recipe-container h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0; }
.recipe-container .section-container .table-striped .even {
  background-color: #fff; }
.recipe-container .tab-content.table-style-1 table.table .btn {
  margin: 5px 10px; }
.recipe-container .tab-content.table-style-1 table.table .total-table td {
  text-align: center; }
  .recipe-container .tab-content.table-style-1 table.table .total-table td:nth-child(6), .recipe-container .tab-content.table-style-1 table.table .total-table td:nth-child(7), .recipe-container .tab-content.table-style-1 table.table .total-table td:nth-child(8) {
    border: 1px solid #ddd; }
  .recipe-container .tab-content.table-style-1 table.table .total-table td:nth-child(6) {
    text-align: right; }
  .recipe-container .tab-content.table-style-1 table.table .total-table td:last-child {
    border: none; }
.recipe-container .cook-step input {
  width: 50%; }
.recipe-container .cook-step .glyphicon {
  font-size: 18px;
  margin: 0 10px;
  vertical-align: text-top; }
.recipe-container .cook-step .fa {
  font-size: 20px;
  vertical-align: text-top; }
.recipe-container .tab-content.table-style-3 {
  background-color: #fff;
  margin-bottom: 30px;
  margin-top: 20px; }
  .recipe-container .tab-content.table-style-3 table.table.table-bordered {
    margin-bottom: 0; }
    .recipe-container .tab-content.table-style-3 table.table.table-bordered > thead {
      background-color: #ccc; }
      .recipe-container .tab-content.table-style-3 table.table.table-bordered > thead > tr > th {
        border-bottom-width: 1px; }
  .recipe-container .tab-content.table-style-3 th,
  .recipe-container .tab-content.table-style-3 td {
    text-align: center; }
.recipe-container .tab-content.table-style-4 {
  margin-top: 20px; }

/*-- Inventory --*/
.inventory-container .search-sorting .search-sorting-restaurant {
  clear: both;
  padding-top: 15px; }
.inventory-container .tab-content.table-style-1 table.table tbody td.stock-info .form-control {
  width: 50%; }
.inventory-container .tab-content.table-style-1 table.table tbody td.stock-info .checkbox {
  margin-right: 10px;
  margin-top: 7px; }
.inventory-container .add-reference {
  font-size: 16px;
  font-weight: 600; }
  .inventory-container .add-reference .fa {
    font-size: 25px;
    margin-right: 5px;
    vertical-align: top; }
.inventory-container .btn.disabled {
  cursor: default; }
  .inventory-container .btn.disabled:hover {
    background-color: #8a8a8a; }

/* Responsive */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (max-width: 767px) {
  .navbar-inverse .navbar-collapse {
    width: 100%;
    position: absolute;
    top: 114px;
    left: 0;
    z-index: 10;
    background-color: #8a8a8a; } }
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .navbar {
    border-radius: 0; }
    .navbar .navbar-header {
      margin-left: 23px; }
    .navbar .navbar-form .checkbox {
      margin-top: 10px; }

  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee; }

  .form-inline .form-control.input-sm-size-1 {
    width: 60px; }

  .form-inline .form-control.input-sm-size-4 {
    width: 230px; }

  .home-txt-intro {
    padding-top: 0; } }
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .navbar-brand {
    margin-left: -86px; }

  .menu-sidebar .menu > li.active:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-right: 15px solid #fff;
    top: 0;
    right: 0;
    z-index: 2; } }
/* Large devices (large desktops, 1200px and up) */

/*# sourceMappingURL=style.css.map */
