@tailwind base;
@tailwind components;
@tailwind utilities;

.img_caisse {
  max-width: 50%;
  height: inherit;
}

/* Colors */
:root {
  --legacy-orange: #f0ad4e;
}
:root {
  --smallText: 0.8rem;
  --bigText: 2rem;
}
/* keypad */
:root {
  --product-height: 4.5rem;
  --product-height-caisse-free: 6rem;
  --btn-line-height: 2.8rem;
}

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/fa-light-300.eot");
  src: url("fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("fonts/fa-light-300.woff2") format("woff2"), url("fonts/fa-light-300.woff") format("woff"), url("fonts/fa-light-300.ttf") format("truetype"), url("fonts/fa-light-300.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("fonts/fa-brands-400.eot");
  src: url("fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fonts/fa-brands-400.woff2") format("woff2"), url("fonts/fa-brands-400.woff") format("woff"), url("fonts/fa-brands-400.ttf") format("truetype"), url("fonts/fa-brands-400.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("fonts/fa-light-300.eot");
  src: url("fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("fonts/fa-light-300.woff2") format("woff2"), url("fonts/fa-light-300.woff") format("woff"), url("fonts/fa-light-300.ttf") format("truetype"), url("fonts/fa-light-300.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("fonts/fa-regular-400.eot");
  src: url("fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fonts/fa-regular-400.woff2") format("woff2"), url("fonts/fa-regular-400.woff") format("woff"), url("fonts/fa-regular-400.ttf") format("truetype"), url("fonts/fa-regular-400.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("fonts/fa-solid-900.eot");
  src: url("fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fonts/fa-solid-900.woff2") format("woff2"), url("fonts/fa-solid-900.woff") format("woff"), url("fonts/fa-solid-900.ttf") format("truetype"), url("fonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }

/*!
 * Start Bootstrap - SB Admin 2 v3.3.7+1 (http://startbootstrap.com/template-overviews/sb-admin-2)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* DEV */
html{
  overflow-x:hidden;
}

body {
  font-size: 0.875rem;
  font-family: 'Ubuntu', sans-serif;
  color: #333333;
}

.fontLight {
  font-weight: 300;
}

.fontRegular {
  font-weight: 400;
}

.fontMedium {
  font-weight: 500;
}

.fontStrong {
  font-weight: 600;
}

.cursor-text {
  cursor: text;
}
a {
  color: #6d6d6d;
}
.h-fit-content{
  height: fit-content;
}
a:hover {
  text-decoration: none;
  color: var(--ariane-primary-500);
}
ul,ol,dl {
  list-style: none;
}
button, input {
    border: 1px solid gray;
    background: none;
}
.gap-10 {
  gap: 10px;
  display: flex;
}
.gap-16 {
  gap: 16px;
}
.gap-25 {
  gap: 25px;
}
.gap-4 {
  gap: 4px;
}
.gap-30 {
  gap: 30px;
}
::-webkit-scrollbar {
  width: 8px;
  height: 6px;
  margin-top: 45px;
  background-color: #ffffff; /* or add it to the track */
}

::-webkit-scrollbar-thumb {
  border-radius: 50px;
  margin-top: 45px;
  background: var(--ariane-primary-500);
}
:focus{
  outline:none !important;
}
.clickableLink {
  font-weight: 700;
  cursor: pointer;
}
.clickableLink:hover {
  text-decoration: underline;
}
.clickableLinkLight {
  border-bottom: solid 1px transparent;
  cursor: pointer;
}
.clickableLinkLight:hover {
  border-bottom: solid 1px;
  cursor: pointer;
}
.noPadding {
  padding: 0px !important;
}
.section-cart .productSelected .border-input {
    border-bottom: 1px solid;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.subpage {
  width: 100%;
}

.bigText {
  font-size: var(--bigText);
}
.section input {
  border:none;
}

.section .no-border input {
  border: inherit!important;
  border-bottom: inherit!important;
}
.titlePage {
  color: var(--ariane-primary-500);
}
.section-payment {
    position: relative;
}
.bg-darken a {
  color: white;
}
.bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.wordbreak {
  word-break: break-word;
}
#app {
  width: 100%;
  height: 100vh;
  overflow-x: auto;
}
#page-wrapper {
  min-height: 568px;
  background-color: white;
}
.table {
  margin-bottom: 0;
}
.scroll {
  overflow: auto;
}
.card-table {
  overflow: hidden;
}
.card-table p {
    position: relative;
}
.table td, .table th {
  border-top: none;
  vertical-align: middle;
  padding-left: 0;
}
.fixed-payments .table td, .fixed-payments .table th {
  padding-right: 0;
}
.card-table td p i {
    position: absolute;
    top: 5px;
    right: 0;
}
.fixed, .fixed-payments {
  table-layout: fixed;
  border-collapse: collapse;
}
.first-col p {
    font-size: 0.7rem;
}
.first-col em {
    font-size: 0.6rem;
}
.fixed thead tr, .fixed-payments thead tr {
  display: block;
  position: relative;
}
.fixed tbody {
  display: block;
  overflow: auto;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.fixed-payments tbody {
  display: block;
  overflow: auto;
  width: 100%;
  height: 312px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.rotate-90 {
  transform: rotate(90deg);
}

/*A REVOIR MAXIME PETIT *****/
.fixed tbody tr, .fixed-payments tbody tr {
  display: block;
}
.table thead th {
  border-bottom: none;
  font-weight: normal;
}
.avatar {
  border-radius: 50%;
  box-sizing: content-box;
  height: 60px;
  min-height: 30px;
  min-width: 30px;
  width: 60px;
}
.box-shadow {
  box-shadow: 0 0 0.65rem rgba(0, 0, 0, 0.2);
}
.modern-card {
  background-color: white;
  border-radius: 6px;
  box-shadow: 10px 10px 30px #00000026;
  overflow: hidden;
}

#calc-board-ipad {
  display: none;
  min-width: 80px;
}

#calc-board-mobile {
  display: none;
}
.centered {
  text-align: center;
}
.text-align-left {
  text-align: left;
}
.flex-direction-row {
  flex-direction: row;
}
.f-end {
  justify-content: flex-end !important;
}
.f-center {
  justify-content: center !important;
}
.f-space-evenly {
  justify-content: space-evenly !important;
}
.padding-action-contract {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.colorWhite {
  color: white !important;
}
.color-blue-contract {
  color: var(--ariane-message);
}
.bg-color-blue-contract {
  background-color: var(--ariane-message);
}
.color-orange-contract {
  color: var(--legacy-orange);
}
.bg-btn {
  background-color: #f8f8f8!important;
}
.navbar {
  /*padding: 15px;*/
  background-color: #f8f8f8;
}
.navbar-left  {
  padding-top: 0;
}
li.nav-item-left:nth-child(1) {
  padding-top: 0;
}
.nav-item-left {
  display: inline-block;
  height: 60px;
  margin: 0 10px;
  position: relative;
  font-size:1rem;
}
.navbar-brand{
  font-size:18px;
}

.navbar i.icon {
    font-size: 2rem;
}
.navbar-top-links {
  margin-right: 0;
}
.navbar-top-links li {
  display: inline-block;
}
.navbar-top-links li:last-child {
  margin-right: 15px;
}
.dropdown-menu {
  right: 0;
  padding: .5rem 1rem;
}
#notification {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  color: white;
  position: absolute;
  top: 0;
  left: 20px;
  font-size: .8rem;
  padding-top: 3px;
  font-weight: bold;
}
.navbar-top-links .dropdown-menu li {
  display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}
.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}
.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}
.sidebar .sidebar-nav.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.sidebar .sidebar-search {
  padding: 15px;
}
.sidebar ul li {
  border-bottom: 1px solid #e7e7e7;
}
.sidebar ul li a.active {
  background-color: #eeeeee;
}
.sidebar .arrow {
  float: right;
}
.sidebar .fa.arrow:before {
  content: "\f104";
}
.sidebar .active > a > .fa.arrow:before {
  content: "\f107";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: none !important;
}
.sidebar .nav-second-level li a {
  padding-left: 37px;
}
.sidebar .nav-third-level li a {
  padding-left: 52px;
}
.categories .VueCarousel-pagination {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px!important;
  height: 100%!important;
      /* bottom: -100%; */
  background-color: rgba(30,30,30,0.2)!important;
  height: 24px;
}
a.action-payment {
    color: white;
}

.bloc-document:hover {
  background-color: #46464f!important;
  border-top-right-radius: .25rem!important;
  border-bottom-right-radius: .25rem!important;
}
.dontBreakWord {
  word-break: break-word;
}
.bloc-documents a {
  color: #FFFFFF !important;
}

.bloc-documents i {
  font-size: 1.5rem;
}
.container-first-mail-invoice i {
  font-size: 12px !important;
}

.planning-disabled {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  display: inline-block;
}

.planning-disabled:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.planning-disabled i {
  font-size: 7em;
}

.planning-wrapper{
  height: 100%;
}

.carousel-categories .VueCarousel-dot-container, .carousel-products .VueCarousel-dot-container {
  width: 30px;
  height: 60px;
  background: url(../img/products/arrow.png) 0 0;
  background-size: contain;
  background-position-y: 6px;
}
.carousel-products .VueCarousel-dot-container {
  background-position-y: 14px;
}
.categories .VueCarousel-pagination .VueCarousel-dot-container .VueCarousel-dot {
  display: none;
}

.swiper-products .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0 !important;
    height:15px;
}
/*On cache la pagination si un seul element via CSS car aucun moyen propre en JS*/
.swiper-pagination-bullet:only-child {
    visibility: hidden;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-bottom: 7px !important;
}
.notifications.notifications-position {
    top: 15px!important;
}
.validate_button {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    cursor: pointer;
}
.multipleSelect input {
  border-bottom: none;
}

.onlyBottomBorder.multipleSelect{
  border-bottom: 0.5px solid !important;
}
.multipleSelect input {
  border-bottom: none;
}

.onlyBottomBorder.multipleSelect{
  border-bottom: 1px solid !important;
}
.withoutBorder input  {
  border: none !important;
}
.el-input__inner {
  background: none !important;
  border-radius: 0 !important;
}
.dialogInput .el-input__inner {
  width: 166px !important;
}
.dialogInputMedium .el-input__inner {
  width: 267px !important;
}
.dialogInput .el-input__inner, .dialogInputMedium .el-input__inner  {
  padding-left: 0 !important;
  font-weight: bold;
  border-bottom: 0.5px solid var(--ariane-neutral-600) !important;
}
.dialogLabel {
  color: var(--ariane-neutral-600);
  font-weight: 300;
  font-size: 16px;
}
#formCreateMember .el-form-item__error {
  right: 0!important;
  left: inherit!important;
}
.pending-cart {
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  background: transparent;
  border-bottom: none!important;
  overflow: hidden;
  position: relative;
  cursor:pointer;
}
:not(#pc0).pending-cart:hover {
  background-color: rgba(0,0,0,0.15)!important;
}
.invoiced-color {
  @apply ari-bg-valid;
  color: #ffffff;
}
.provisional-color {
  background-color: var(--legacy-orange);
  color: #ffffff;
}
.categories .carousel-products .product {
          transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    border-top: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125);
        height: 90px;
}
.categories .carousel-products .product:hover img {
    width: auto;
    height: 100%;
}
.categories .carousel-products .product:hover {
      transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
      padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.action-payment {
    width: 33%;
    display: inline-block;
    text-align: center;
}
.action-payment-step2 {
  width: 100%;
      display: inline-block;
    text-align: center;
}

.action-document {
  width: 100%;
  /*display: inline-block;*/
  text-align: center;
}

.categories .product img {
    height: 100%;
    width: auto;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}
.btn-primary.btn-outline {
  color: #428bca;
}
.btn-success.btn-outline {
  @apply ari-text-valid;
}
.btn-info.btn-outline {
  color: #5bc0de;
}
.btn-warning.btn-outline {
  color: var(--legacy-orange);
}
.btn-danger.btn-outline {
  @apply ari-text-error-500;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: white;
}

.ariane-text-primary{
  color: var(--ariane-text-primary);
}

.ariane-text-secondary{
  color: var(--ariane-text-secondary);
}

.fs-10 {
  font-size: 10px;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.light-secondary {
  color: var(--ariane-neutral-600);
}
.colorFlouxBlue {
  color: var(--ariane-accent-attention-500);
}
.colorFlouxBlack {
  color: var(--ariane-text-primary);
}
.colorFlouxOrange {
  color: var(--legacy-orange);
}
.colorFlouxGrey {
  color: var(--ariane-neutral-600);
}
.color-grey-bcbcbc {
  color: #BCBCBC
}
.main-color {
  color: var(--ariane-primary-500);
}

.w-fc {
  width: fit-content;
}
.bg-gray {
  background-color: var(--ariane-neutral-600);
  color: white;
}

.bg-light-gray {
  background-color: var(--ariane-neutral-600);
  color: white !important;
}
.bg-white {
  background-color: #FFFFFF;
}

.bg-new {
  background-color: var(--ariane-primary-300);
}
.color-black {
  color: black;
}
.color-gray {
  color:  var(--ariane-neutral-500);
}
.bg-keypad {
  background-color: var(--ariane-neutral-600);
  color: white;
}
.italic {
  font-style: italic;
}
/*.navbar i.fa {
    color: #5A5B9F;
}*/

.bg-diff, .bg-warning {
  background-color: var(--legacy-orange)!important;
  color: #ffffff !important;
}

.bg-error {
  background-color: #fa5758 !important;
  color: #ffffff !important;
}
.table-hover tbody tr.cart-product-transition.bg-diff:hover {
  background-color: #EE9B4D !important;
  color: #ffffff !important;
  cursor: auto;
}
.showLink {
  color: var(--ariane-primary-700) !important;
  font-weight: 700;
}
.showLink:hover {
  text-decoration: underline;
}
.bg-cancel {
  background-color: #fa5758;
  color: white;
}
.height-fit-content {
  height: fit-content;
}

.table-hover tbody tr.cart-product-transition.bg-cancel:hover {
  background-color: #fa5758 !important;
  color: white !important;
  cursor: auto;
}
.color-normal{
  color: var(--ariane-primary-500) !important;
}
.color-diff {
  color: var(--legacy-orange);
}
/* FONT */
.ubuntuRegular {
  font-family: 'Ubuntu';
  font-weight: 400;
}
.ubuntuMedium {
  font-family: 'Ubuntu';
  font-weight: 500;
}
.ubuntuLight {
  font-family: 'Ubuntu';
  font-weight: 300;
}
.ubuntuLightItalic {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 300;
}
.warning {
  color: var(--legacy-orange);
  font-weight: 700;
}
/* Member */
/* .photo {
  color: #6d6d6d;
} */
.icon.photo {
  font-size: 6rem;
}
.card img.photo {
  height: auto;
}
.VueCarousel-slide {
  width: 25%;
}
input.searchmemberfield, input.searchproductfield, input.searchpromotionfield {
  color: white;
  border-bottom: 1px solid;
  opacity: 0.6;
  width: 100%;
}
.h0 {
  height: 0px;
}
.btn-group-member {
    height: 100%;
}
button.el-tooltip.item {
    height: 33%;
}
.section-member i.addMember {
    position: absolute;
    right: 10px;
    bottom: 10px;
    transform: rotate(135deg);
    opacity: 0.3;
}
.section-member i.cancel {
    position: absolute;
    right: 10px;
    top: 10px;
}
.searchlist {
    height: 80%;
    overflow-y: scroll;
    position: absolute;
    width: 100%;
}
.searchlist .list-group li:hover {
    background-color: var(--ariane-primary-600);
}
.searchlist-product, .searchlist-promotion {
    height: 105px;
    overflow-y: auto;
    width: 100%;
    text-align:left;
}
#search-products-bar .searchproductbar .el-input__inner::placeholder{
  color: white !important;
}

#search-products-bar .searchproductbar .el-input__inner {
  color: white;
}

#search-products-bar .searchproductbar .el-input__inner:focus {
  color: white !important;
}

#search-products-bar .searchproductbar input{
  border-bottom: none!important;
}

.searchproductbar  .el-input__prefix {
  color: white;
}
.space-pre-line {
  white-space: pre-line;
}
.searchbar {
  width: 80%;
}
.searchlist a, .searchlist-product a, .searchlist-promotion a {
    text-decoration: none;
}
.searchlist a:hover, .searchlist-product a:hover, .searchlist-promotion a:hover {
    font-weight: 500;
}
.section-payment .action-payment i, .section-payment .action-payment-step2 i {
    font-size: 1.5rem;
}
.puce {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(238, 155, 077, 1);
  transition: all ease-out 0.5s;
}
.puce::after{
  content: '';
  width: inherit;
  height: inherit;
  position: absolute;
  border-radius: inherit;
  border: 1px solid rgba(238, 155, 077, 0.7);
}
.puce-hover {
  transform: scale(1.3);
}
.puce-hover::after {
  content: '';
  width: inherit;
  height: inherit;
  position: absolute;
  border: 1px solid rgba(238, 155, 077, 1);
  border-radius: inherit;
  animation-name: puce-animation;
  animation-iteration-count: infinite;
  animation-duration: 0.8s;
}
@keyframes puce-animation {
  0%{
    transform: scale(1);
    opacity: 0.6;
  }
  10%{transform: scale(1.15);}
  80%{opacity: 1;}
  100%{
    transform: scale(1.5);
    opacity: 0.6;
  }
}
.el-select {
  border: 2px solid transparent;
  padding: 3px;
}
.ghostBorder {
  border: 2px solid transparent;
}
.borderSelect {
  border: solid 2px rgba(238, 155, 077, 1);
  padding: 3px;
}

/*.borderSelect::after {
  content: '';
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  border: inherit;
  margin: -15px;
  animation-name: border-animation;
  animation-iteration-count: infinite;
  animation-duration: 0.8s;
}*/

@keyframes border-animation {
  0%{
    transform: scale(0.9);
    opacity: 1;
  }
  20% {
    transform: scale(0.95);
    opacity: 1;
  }
  40%{
    transform: scale(1);
    opacity: 0.8
  }
  60%{
    transform: scale(1.05);
    opacity: 0.6
  }
  80% {
    transform: scale(1.1);
    opacity: 0.4
  }
  100%{
    transform: scale(1.15);
    opacity: 0.2;
  }
}
.productImage {
  float: left;
  padding-right: 8px;
  width: 50px;
}
.input-number{
  width: 50px;
  color: inherit;
}
tr.is-selected {
  background-color: rgba(0,0,0,0.15);
}
tr.is-paid {
  border-left: 8px solid rgba(127, 177, 56) !important;
}
tr.is-sliced {
  border-left: 8px solid  rgb(240, 173, 78) !important;
}
tr.is-canceled {
  border-left: 8px solid var(--ariane-error-500) !important;
}
/*input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}*/
.side-label::before {
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
}
.side-label::before, .side-label::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
}
/* Products */
.product {
  height: 5rem;
  padding: 10px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-top:none;
  border-left: none;
}
.product-2 {
  border-bottom: none;
  width: 50%;
}
.carousel-products .VueCarousel-wrapper {
  height: 86px;
}
.product:hover:not(.bg-keypad) {
  background-color: rgba(0,0,0,0.15)!important;
  cursor:pointer;
  opacity: 1.1 !important;
}
.product:hover {
  cursor:pointer;
}

.card {
  border: none;
}

#CategoriesAndProducts .swiper-container {
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  scroll-behavior: smooth;
  align-content: flex-start;
  scroll-snap-type: y proximity;
  -webkit-scroll-snap-type: y proximity;
  -webkit-overflow-scrolling: touch;
}

#CategoriesAndProducts .swiper-container-big {
  height: calc(var(--product-height-caisse-free) * 5)!important;
}
@media (max-width: 1240px) {
  .categories-and-products .swiper-container {
    height: calc(var(--product-height) * 3) !important;
  }
}
.categories-and-products .swiper-container {
  height: calc(var(--product-height) * 4);
}

.snap-scroll-item {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  overflow:visible
}

/* Product swipper height divided by 2 */
.product {
  height: var(--product-height)!important;
  max-height: var(--product-height)!important;
  line-height: 1!important;
}
.product-big {
  height: var(--product-height-caisse-free)!important;
  max-height: var(--product-height-caisse-free)!important;
  line-height: 1!important;
}
.product.only-product {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.product-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  text-overflow: ellipsis;
  flex-grow: 1;
}
.product-wrapper-title {
  text-align: left;
  max-height: 80%;
}
.product-category-text-overflow {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

button.btn {
  line-height: var(--btn-line-height);
}

#CategoriesAndProducts .swiper-wrapper {
  overflow-y: scroll!important;
  display: flex!important;
  flex-direction: row!important;
  width: 100%!important;
  height: unset!important;
}

#CategoriesAndProducts .swiper-slide {
  order: unset!important;
}

.height-bloc-member {
    min-height: 123px;
}
.VueCarousel-wrapper {
      width: 100%;
    position: relative;
    overflow: hidden;
}

.bg-darken.rounded-right.p-5 {
    z-index: 2;
}

/* Calculator */
.btn {
  width: 33.333333333%;
  line-height: 2.4rem;
  border-radius: 0;
  padding: 0rem .75rem;
}

.section-products .btn-2 {
  width: 50%;
}
.section-products button.btn-2 {
    border: none;
}
.section-products button.btn-2:hover {
    background-color: #aaa;
    color: white;
    cursor: pointer;
}
#calc-board .btn {
  transition: inherit;
}
#calc-board .btn:hover {
  background-color: rgba(0,0,0,0.15);
}
.uneditable-input {
  text-align: center;
  line-height: 35px;
  font-size: 1.3rem;
}

.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999999;
}
.chat li.left .chat-body {
  margin-left: 60px;
}
.chat li.right .chat-body {
  margin-right: 60px;
}
.chat li .chat-body p {
  margin: 0;
}
.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}
.chat-panel .panel-body {
  height: 350px;
  overflow-y: auto;
}
.login-panel {
  margin-top: 25%;
}
.flot-chart {
  display: block;
  height: 400px;
}
.flot-chart-content {
  width: 100%;
  height: 100%;
}
.is-selected {
  background-color: rgba(0,0,0,0.15);
}
.alert-bg-color {
  background: #FCE7E5!important;
}

.table-hover tbody tr:hover {
  background-color: rgba(0,0,0,0.15)!important;
  cursor:pointer;
  color: #333333 !important;
}
.table-hover tbody tr.is-selected:hover {
  background-color: rgba(0,0,0,0.07)!important;
}
.table-hover tbody tr:hover .actions .icon {
  display: block!important;
  color: inherit;
}
.table tbody td, .table tbody th {
  color: inherit;
}
/*td.actions {
  width: 100%;
}*/
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}
table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome;
}
table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome;
}
table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, 0.5);
}
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}
.show-grid {
  margin: 15px 0;
}
.huge {
  font-size: 40px;
}
.panel-green {
  @apply ari-border-valid;
}
.panel-green > .panel-heading {
  color: white;
  @apply ari-bg-valid ari-border-valid;
}
.panel-green > a {
  @apply ari-text-valid;
}
.panel-green > a:hover {
  color: #3d8b3d;
}
.panel-red {
  border-color: #d9534f;
}
.panel-red > .panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}
.panel-red > a {
  color: #d9534f;
}
.panel-red > a:hover {
  color: #b52b27;
}
.panel-yellow {
  border-color: var(--legacy-orange);
}
.panel-yellow > .panel-heading {
  border-color: var(--legacy-orange);
  color: white;
  background-color: var(--legacy-orange);
}
.panel-yellow > a {
  color: var(--legacy-orange);
}
.panel-yellow > a:hover {
  color: #df8a13;
}
.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
}
.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #eeeeee;
}
.timeline > li {
  position: relative;
  margin-bottom: 20px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -15px;
  border-top: 15px solid transparent;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ccc;
}
.timeline > li > .timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -14px;
  border-top: 14px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #fff;
}
.timeline > li > .timeline-badge {
  z-index: 100;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  background-color: #999999;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: var(--legacy-orange) !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
/* calendar */
.__vev_calendar-wrapper .events-wrapper .date {
      font-size: 1vw!important;
    padding-top: 15px;
    min-width: 0!important;
    padding-bottom: 15px!important;
}
.__vev_calendar-wrapper .cal-wrapper .cal-header>div {
    padding-top: 10px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
    padding-bottom: 0px!important;
}
.__vev_calendar-wrapper .cal-wrapper .cal-body .weeks .item {
  overflow: hidden!important;
  height: 50px!important;
  font-size: 1rem!important;
}
.__vev_calendar-wrapper .cal-wrapper .cal-body .dates .item .date-num {
    font-size: 1rem!important;
}
.__vev_calendar-wrapper .cal-wrapper .cal-body .dates .item .is-today {
    display: none!important;
}
.__vev_calendar-wrapper .cal-wrapper .cal-body .dates .item .is-event {
    border: none!important;
    background-color: var(--ariane-primary-500)!important;
    width: 25px!important;
    height: 25px!important;
    margin-left: -12px!important;
    margin-top: -12px!important;
}
.__vev_calendar-wrapper .cal-wrapper .cal-body .dates {
  overflow: inherit!important;
}
.__vev_calendar-wrapper .events-wrapper .event-item {
  padding: 6px 10px!important;
}
.event p.date-num {
    color: #ffffff!important;
    font-weight: bold!important;
}
.today {
  color: orange;
}
.fullsize {
  width: 100%;
}
.__vev_calendar-wrapper ::-webkit-scrollbar {
  width: 8px!important;
  background-color: #ffffff!important;
  height: inherit!important;
}
.__vev_calendar-wrapper .events-wrapper {
    border-top-left-radius: 0!important;
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: 0.25rem!important;
    border-bottom-left-radius: 0!important;
}
.__vev_calendar-wrapper ::-webkit-scrollbar-thumb {
  border-radius: none!important;
  background: #666!important;
}

/* signature */
.container-signature canvas {
  min-height: inherit;
}

/* marges */
.m-10 {
  margin: 10px;
}
.m-15 {
  margin: 15px;
}
.my-15 {
  margin-bottom: 15px;
  margin-top: 15px;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-80 {
  margin-top: 80px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.p-10{
  padding:10px;
}
.p-15{
  padding:15px;
}
.pl-5 {
  padding-left:5px;
}
.pl-50 {
  padding-left:50px;
}
.pl-100 {
  padding-left:100px;
}
.pr-5 {
  padding-right:5px;
}
.pr-50 {
  padding-right:50px;
}
.pr-100 {
  padding-right:100px;
}
.py-15 {
  padding-bottom: 15px;
  padding-top: 15px;
}
.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-12 {
  padding-top: 12px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-80 {
  padding-top: 80px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}

/* flex */

.fg-1 {
  flex-grow: 1;
}
.fg-2 {
  flex-grow: 2;
}
.fg-3 {
  flex-grow: 3;
}
.fg-4 {
  flex-grow: 4;
}
.fg-5 {
  flex-grow: 5;
}
.fg-6 {
  flex-grow: 6;
}
.f-equal {
  flex-shrink: 0;
  flex-basis: 0;
  flex-grow: 1;
}
.f-shrink-0 {
  flex-shrink: 0;
  flex-basis: 0;
}
/* end flex*/

.icon {
    display: block;
    font-size: 1rem;
}

.card-table .icon-close {
    transform: rotate(135deg);
}

.nav-item-left a:hover {
  text-decoration: none !important;
}

.disabled-btn{
  opacity: 0.3;
}

.bloc-document.disabled-btn {
  /*background-color: var(--ariane-primary-600);*/
  pointer-events: none;
}
.bloc-document.disabled-btn:hover {
  background-color: inherit;
}

.disabled-link {
  cursor: default;
}

.navbar .btn.disabled {
    line-height: initial;
    width: initial;
    padding: 0;
    opacity: 0.3;
}

#pendingCartNavbar .icon-note {
  display: none;
}
.scheduled_paid {
  color: #12B706;
}
.scheduled_unpaid {
  color: #C50000;
}
.scheduled_inProgress {
  color:#4390C4;
}
.scheduled_scheduled {
  color: #787878;
}
.scheduled_suspended, .scheduled_refund {
  color: #844F00;
}
/* MODALE */
.welcomeDialog {
  margin-top: 5vh !important;
}
.modale-big {
  width: 70% !important;
}
.modale-small {
  width: 35% !important;
}

.modale-configuration {
  margin-top: 2vh!important;
}

#formCreateMember .el-form-item.is-error input {
  border-bottom: 1px solid #f56c6c!important;
}

#formCreateMember .el-form-item.is-warning input {
  border-bottom: 1px solid var(--legacy-orange)!important;
}

#formCreateMember *::placeholder {
  color: #373737 !important;
}

/*ANIMATIONS CSS*/
@-webkit-keyframes spin-out {
  from,to  { -webkit-transform: rotate3d(0,1,0,0);transform: rotate3d(0,1,0,0);-moz-transform: rotate3d(0,1,0,0); }
  50%      { -webkit-transform: rotate3d(0,1,0,90deg);transform: rotate3d(0,1,0,90deg);-moz-transform: rotate3d(0,1,0,90deg);}
  100%      { -webkit-transform: rotate3d(0,1,0,180deg);transform: rotate3d(0,1,0,180deg);-moz-transform: rotate3d(0,1,0,180deg);}
}
@-webkit-keyframes spin-in {
  from,to  { -webkit-transform: rotate3d(0,1,0,0);transform: rotate3d(0,1,0,0);-moz-transform: rotate3d(0,1,0,0); }
  50%      { -webkit-transform: rotate3d(0,1,0,-90deg);transform: rotate3d(0,1,0,-90deg);-moz-transform: rotate3d(0,1,0,-90deg);}
  100%      { -webkit-transform: rotate3d(0,1,0,-180deg);transform: rotate3d(0,1,0,-180deg);-moz-transform: rotate3d(0,1,0,-180deg);}
}
.spin-in {
  animation: spin-in 0.3s 1 linear;
  -moz-animation: spin-in 0.3s 1 linear;
  -webkit-animation: spin-in 0.3s 1 linear;
}
.spin-out{
  animation: spin-out 0.3s 1 linear;
  -moz-animation: spin-out 0.3s 1 linear;
  -webkit-animation: spin-out 0.3s 1 linear;
}
/*ANIMATIONS CSS*/

/*CONFIG PRESTATIONS*/
.field-scheduler{
  cursor: pointer;
}
.field-scheduler.disabled {
  opacity:0.3;
  cursor: default !important;
  background-color: rgba(0,0,0,0.15)!important;
}
.field-scheduler.disabled:hover {
  opacity:0.3;
  cursor: default;
}
.carret-toggle{
  font-size:20px !important;
  margin-right: 5px;
}
.mini-select{
  max-width:75px;
}
.mini-input{
  max-width: 60px;
}
.disabled, .is-disabled {
  opacity: 0.3;
  cursor: default !important;
}
.disabled-cursor {
  cursor: not-allowed;
}
.pointer-cursor {
  cursor: pointer;
}
/*CONFIG PRESTATIONS*/

/*PLANNING*/
.sliderComponent .vue-slider-process {
  background-color: var(--ariane-primary-600) !important;
}
.sliderComponent .vue-slider-rail{
  background-color: var(--ariane-primary-100) !important;
}

.cal-wrapper {
  padding: 5px !important;
}

.events-wrapper {
  padding: 0 !important;
  background-color: #F8F8F8 !important;
}

.cal-events {
  padding-top: 10px !important;
  padding-bottom: 50px !important;
  margin: unset !important;
  overflow-x: hidden;
  height: calc(100% - 90px) !important;
}

.dialog-grey-background {
  background: #FBFBFB 0% 0% no-repeat padding-box !important;
}

.date {
  background-color: transparent !important;
  color: #212529 !important;
  font-size: 1.25rem !important;
}

.event-item .time {
  right: 8px !important;
  top: 13px !important;
}
.justify-content-evenly {
  justify-content: space-evenly;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-space-evenly {
  justify-content: space-evenly;
}
.justify-content-space-between {
  justify-content: space-between;
  justify-content: space-between;
}
.c-flex-grow-5 {
  flex-grow: 5;
}
.c-flex-grow-4 {
  flex-grow: 4;
}
.c-flex-grow-2 {
  flex-grow: 2;
}
.c-flex-grow-1 {
  flex-grow: 1;
}
.c-flex-grow-3 {
  flex-grow: 3;
}
.c-flex-grow-1 {
  flex: 1 0;
  min-height: 0
}
.c-flex-grow-0 {
  flex: 0 0;
}
.c-flex-basis-0 {
  flex-basis: 0;
}

.paddingBottomInput {
  padding-bottom: 0.8rem;
}
.photo-upload .el-upload
{
  width: 100%;
}
.photo-upload .el-upload-dragger
{
  width: 100%;
  height: 110px;
}
.smallTxt {
  font-size: 0.8rem;
}
.hoverUnderline:hover {
  text-decoration: underline;
}
.photo-upload .el-upload-dragger .el-icon-upload
{
  margin-top: 10px;
}

.paymentSchedulesActions .el-table__row {
  cursor: pointer;
}

.paymentSchedulesActions .el-table {
  padding-bottom: 20px;
}

.paymentSchedulesActions .el-table .error-row {
  background-color: rgba(245, 108, 108, 0.6);
  color: #FFFFFF;
}
.paymentSchedulesActions .el-table .error-row a {
  background-color: rgba(245, 108, 108, 0);
  color: #FFFFFF;
}


.paymentSchedulesActions .el-table .error-row:hover {
  background-color: rgba(245, 108, 108, 0.79)!important;
  color: #FFFFFF;
}
.paymentSchedulesActions .el-table .error-row:hover a {
  background-color: rgba(245, 108, 108, 0)!important;
  color: black;
}


.paymentSchedulesActions .el-table .error-row:hover, .paymentSchedulesActions .el-table .success-row:hover, .paymentSchedulesActions .el-table .selected-row:hover, .paymentSchedulesActions .el-table .current-row:hover, .paymentSchedulesActions .el-table .current-row:hover > td{
  color: #606266;
}
.paymentSchedulesActions .el-table .success-row {
  color: #FFFFFF;
  background-color: rgb(107, 233, 123)
}

.paymentSchedulesActions .el-table .selected-row, .paymentSchedulesActions .el-table .current-row, .paymentSchedulesActions .el-table .current-row > td {
  background-color: #B9B9B9;
  color: #FFFFFF;
}

.sc-table .el-select {
  border: unset;
  padding: unset;
}

.truncate {
  text-overflow: ellipsis;
  /* Needed to make it work */
  overflow: hidden;
  white-space: nowrap;
}
.truncate-second-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: break-spaces;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.subtitle {
  color: var(--ariane-neutral-600);
}

/************DATA TABLES SERVER************/

:root {
  --warning-row: #ffeee6;
}

.filters-row {
  display: flex;
  align-items: center;
}
.filters-row:not(:last-of-type) {
  margin-bottom: 15px;
}

.picker-wrapper-column {
  display: flex;
  flex-direction: column;
}
.picker-wrapper-row {
  display: flex;
  flex-direction: row;
}
.el-table {
  padding-bottom: 25px;
}

.filters label {
  font-size: 0.9rem;
  color: #606266;
}

.el-table .warning-row {
  background: var(--warning-row)!important;
}

.el-table .warning-row  td {
  background: var(--warning-row)!important;
}

.el-table .el-table__row--striped .warning-row {
  background: var(--warning-row)!important;
}


/* FLOUX  */
.rowContainer {
  margin: 0.7rem;
  border-radius: 12px;
  box-shadow: 10px 10px 20px #00000014;
  padding: 1.2rem 0.8rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  transition-duration: 0.3s;
}
.rowContainer.collapsable:hover {
  box-shadow: 10px 10px 20px var(--ariane-primary-100);
}
.emptyButton {
  cursor: pointer;
  font-size: var(--smallText);
  color: var(--ariane-primary-700);
  border-radius: 12px;
  border: 1px solid var(--ariane-primary-700);
  padding: 4px 20px;
}
.emptyButton:hover {
  color: #FBFBFB;
  background-color: var(--ariane-primary-700);
}
.smallText {
  font-size: var(--smallText);
}
@media screen and (max-height: 800px) {
  .paddingBottomInput {
    padding-bottom: 0.2rem;
  }
  .offer-wrapper-prestation {
    padding-top: 0rem !important;
  }
  .pb-3xs {
    padding-bottom: 0rem !important;
  }
  .modale-configuration {
    margin-top: 0vh !important;
    margin-bottom: 0vh !important;
  }
}
/* TESTOS FILEEXPLORER */
.border {
  border: 1px solid #e0e0e0;
}

.border-left {
  border-left: 1px solid #e0e0e0;
}

.border-right {
  border-right: 1px solid #e0e0e0;
}

.border-top {
  border-top: 1px solid #e0e0e0;
}

.border-bottom {
  border-bottom: 1px solid #e0e0e0;
}

.icon-arrow {
  margin-left: 10px;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.text-base {
  font-family: 'Ubuntu', sans-serif;
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 100;
  line-height: 18px;
}
.text-italic {
  font-style: italic;
}
.file-explorer-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(244, 244, 244, 0.8);
}

.box-shadow {
  box-shadow: 0 0 0.65rem rgba(0, 0, 0, 0.2);
}

.file-explorer-loading-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;

  padding: 25px;
  background-color: white;

  height: 35%;
}

.file-explorer-loading-text {
  opacity: 1;
}

.file-explorer-header {
  display: flex;
}

.file-explorer-header-wrapper {
  display: flex;
  justify-content: space-between;

  min-height: 35px;
  padding: 10px;

  /*background-color: <% couleurZone %>;*/
  color: white;
}

.file-explorer-header-buttons-wrapper {
  display: flex;
  margin: 0;
  padding-left: 0;
}

.file-explorer-header-button {
  position: relative;

  display: flex;
  justify-content: space-around;
  align-items: center;

  background-color: var('--ariane-primary-700');
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);

  color: white;
  font-weight: bold;

  min-width: 70px;

  padding: 7px 15px 7px 15px;
  margin-right: 10px;

  font-size: 1em;

  cursor: pointer;


  border-radius: 2px;
}

.file-explorer-header-button * {
  font-weight: bold;
  color: white;
}

.file-explorer-header-button i {
  font-weight: normal;
}

.file-explorer-header-button::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: inherit;
  z-index: 999999999;
}

.file-explorer-header-button:hover::after {
  background-color: rgba(0,0,0,0.05);
}

.file-explorer-header-button-icon {
  margin-right: 7px;
  color: white;
}

.file-explorer-header-button:hover {
  outline: 0 solid #eaeaea;
  outline-offset: 0;
}

.file-explorer-header-mail-wrapper {
  display: flex;
  align-items: center;

  padding-left: 15px;
  color: white;
}

.file-explorer-header-mail-text {
  color: white;
  margin: 0;
}

.file-explorer-header-mail-icon {
  font-size: 15px;
  margin-right: 7px;
  color: white;
}
.visibility-hidden {
  visibility: hidden;
}
.email-status {
  display: flex;
  align-items: center;
}
/* .plpr-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
} */
.file-explorer-content-wrapper {
  display: flex;
  min-height: 400px;
  max-height: 400px;
}
.clickable-icon:hover {
  transition-duration: 0.3s;
  color: var(--ariane-primary-700);
  cursor: pointer;
}
.clickable-icon {
  margin: 0.2rem 0.5rem 0.2rem 0.5rem;
  color: var(--ariane-primary-500);
}
.filterFlouxPopover {
  z-index: 9;
}
.filterFlouxPopoverInput {
  z-index: 9;
}
.decal-1 {
  margin-left: 15px;
}

.decal-2 {
  margin-left: 30px;
}

.file-explorer-left-bar {
  width: 25%;
}

.file-explorer-left-bar-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;

  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.file-explorer-left-bar-item {
  display: flex;
  align-items: center;
  text-align: left;

  width: 100%;
  min-height: 35px;

  cursor: pointer;
}

.file-explorer-left-bar-item-content {
  color: #617380;
}

.file-explorer-left-bar-item:hover .file-explorer-left-bar-item-content{
  color: black;
}

.file-explorer-left-bar-item:hover span{
  color: black;
}

.file-explorer-left-bar-item-content span {
  color: #617380;
}


.file-explorer-main-grid {
  width: 100%;
  height: 100%;
  min-height: 400px;
  max-height: 400px;
  overflow-y: scroll;
}

.file-explorer-main-grid-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;

  min-height: 35px;
  padding-left: 15px;
  height: 25px;
}

.file-explorer-main-grid-header-angle {
  opacity: 0.5;

  margin-right: 5px;
  margin-left: 5px;
}
.item-display-list {
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
}

.file-explorer-main-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-top: 15px;
}

.file-explorer-main-grid-item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;

  margin-right: 25px;
  margin-bottom: 25px;
  padding-left: 5px;
  padding-right: 5px;

  width: 75px;
  height: 75px;

  cursor: pointer;
}

.file-explorer-main-grid-table {
  width: 100%;
  border-collapse: collapse;
}

.file-explorer-main-grid-item-list-icone {
  width: 25px;
}

.cell-file {
  height: 35px;
}

.cell-file-nom {
  padding-left: 15px;
  padding-right: 15px;

  width: 40%;
  max-width: 40px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cell-file-date {
  padding-left: 15px;
  width: 30%;
}

.cell-file-size {
  padding-left: 15px;
}

.file-explorer-main-grid-table tr {
  height: 36px;
}

.file-explorer-main-grid-table th {
  text-align: left;
  font-weight: bold;
  font-size: 12px;

  height: 35px;
  padding-left: 15px;
  background-color: rgba(0, 0, 0, .15);
}

.file-explorer-main-grid-table th:hover {
  background-color: rgba(0,0,0,0.12);
}

.file-explorer-main-grid-table .no-hover:hover {
  background-color: rgba(0, 0, 0, .15)
}

.file-explorer-main-grid-table th:first-child {
  width: 15px;
}

.item-selected {
  background-color: rgba(0, 0, 0, .15);
  cursor: pointer;
}

.item:hover {
  cursor: pointer;
  background-color: rgba(0,0,0,0.05);
  outline: 0 solid #eaeaea;
  outline-offset: 0;
}

.file-explorer-main-grid-item-wrapper:hover {
  outline: 0 solid #eaeaea;
  outline-offset: 0;
}
.file-explorer-main-grid-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;
}
.member-icon-block {
  text-align: center;
  border-radius: 50%;
  background-color: var(--ariane-neutral-500);
}
.member-icon-block > div {
  border-radius: 50%;
  background-color: white;
}
.member-icon-block,
.member-icon-block > div img  {
  max-height: 25px;
  max-width: 25px;
  position: relative;
  margin: auto;
  height: auto;
  width: auto;
}
.member-icon-block > div  {
  overflow: hidden;
}
.member-icon-block > i:first-child {
  font-size: 15px;
  color: white;
  line-height: inherit !important;
}
.wrap {
  flex-wrap: wrap;
}
.file-explorer-main-grid-item-file-name {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.altable {
  background-color:#FFFFFF; /*box-shadow: 0 0 0.65rem rgba(0, 0, 0, 0.2);*/
  border-radius: .25rem;
}

::placeholder{
  color: var(--ariane-text-secondary) !important;
}

.internal-message-input input::placeholder{
  color: var(--ariane-placeholder) !important
}

@media only screen and (max-width: 414px) {

  .d-none-mobile {
      display: none;
  }

  .decal-2 {
      margin-left: 20px;
  }

  .file-explorer-left-bar {
      width: 40%;
  }

  .file-explorer-left-bar-item {
      max-width: 100%;
  }

  .file-explorer-left-bar-item-content {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 90px;
  }

  .file-explorer-header-button {
      min-width: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .file-explorer-header-button i {
      margin-right: 0;
  }

  .file-explorer-header-button-text {
      display: none;
  }
}
.show-preview img{
  max-width: unset !important;
}
  /* POPOVER */
  .baseClassPopoverMessageList {
    border-radius: 2%;
    background-color: #ffffff;
    width: 17%;
    z-index: 9;
    padding-bottom: 1rem;
    padding-top: 1rem;
    box-shadow: 10px 10px 20px #0000001A;
  }

  .baseClassPopoverMenuList {
    border: 1px solid var(--ariane-border-grey);
    min-width: 250px;
    z-index: 10;
  }
  /* ON ovveride data-table-server */
  .sc-table {
    display: flex;
    flex-direction: column;
  }
  .sc-table .el-table {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .pagination-bar {
    display: flex;
    justify-content: center;
  }
  .iconTable {
    font-size: 1.02rem;
    color: var(--ariane-neutral-600)
  }
  .popoverInnerClass div {
    height: inherit;
  }
  .popoverInnerClass {
    height: 100%;
  }
  .wrapperPopover {
    height: 94%;
    width: 100%;
  }
  .clickableTableFlex {
    color: var(--ariane-primary-500) !important;
  }
  .clickableTableFlex:hover {
    text-decoration: underline;
    transition-duration: 0.3s;
    cursor: pointer;
  }
  .wrap {
    flex-wrap: wrap;
  }
  .flex-scroll {
    display: flex;
    flex-grow: 1;
    overflow: auto;
    height: 0px;
  }
  /* Floating label */
  .floating-label {
    top: -10px;
    left: 5px;
    z-index: 2;
    /*background: #FFF;*/
  }
.full-width-input .trigger {
  width: 100%;
}
.xplor-w-33 {
  width: calc(33.33% - var(--ariane-medium));
}
.full-width-input {
  width: 100%;
}
.xplor-is-lb-error {
  border: 1px solid var(--ariane-error-500) !important;
  border-radius: 3px;
}
.xplor-is-lb-error>.full-select>.floux-select:hover {
  border: 1px solid var(--ariane-error-500) !important;
  border-radius: 3px;
}
.xplor-is-lb-error>.full-select:hover>.floux-select {
  border: 1px solid var(--ariane-error-500) !important;
  border-radius: 3px;
}
.xplor-is-lb-error i, .xplor-is-lb-error .floux-label-selected-data>* {
  color: var(--ariane-error-500) !important;
}
.xplor-is-lb-error>.full-select>.floating-label {
  color: var(--ariane-error-500) !important;
}
@media(min-height:1080px) {
  .xplor-vertical-align-center {
    justify-content: center;
  }
}
/* XPLOR PAY DASHBOARD */
.xplorpay-dashboard .ariane-grid-dashboard {
  height: calc(100vh - 166px);
}
.iti__selected-flag {
  height: calc(100% - 10px) !important;
}
.xplorPayLogo {
  background: url('../img/manager/xplor_logo.svg');
  display: block;
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}
.direct-input-ari-input-number {
  -moz-appearance:textfield;
}


.v-popper__popper {
  height: fit-content !important;
}

@media print {
  /* Disable overflow on the parent container during printing */
  #app {
    overflow: visible !important;
  }
}
.ari-search-bar-results {
  z-index: 10;
}
