
.body-dashboard{
  background-image: url("../images/bg-dashboard.jpg");
}

.loyleek-dashbord-buttons-container{
  width:65%;
}

/* Login / MDP oublié Page */
#main-login-page-wrapper,
#mdp-oublie-page-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
#main-login-page-wrapper>.main-page-wrapper-content,
#mdp-oublie-page-wrapper>.main-page-wrapper-content{
  height: fit-content;
  width: 90%;
  max-width: 500px;
  min-width: 200px;
  margin: 0;
}
.form-container,.multistepsform>div>fieldset{
    width:100%;
    background-color: #FFFFFF;
    border:2px solid #65AB91;
    border-radius: 15px;
    padding:20px;
    position: relative;
  }
  
  
  form .user-box {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  form .user-box input[type='text'],
  form .user-box input[type='number'],
  form .user-box input[type='password']{
    width: 100%;
    padding: 5px 5px;
    font-size: calc(11px + 0.25vw);
    color: #000000!important;
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid #7F7F7F;
    outline: none;
    background: transparent;
    font-weight: bold;
  }
  form .user-box textarea {
    width: 100%;
    padding: 5px 5px;
    font-size: calc(10px + 0.25vw);
    color: #000000!important;
    margin-bottom: 10px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    outline: none;
    background: transparent;
    font-weight: bold;
  }
  form .user-box input[type='submit'],
  form .user-box input[type='file']::file-selector-button,
  form .user-box input[type='button']{
    background-color: #000000;
    color:#FFFFFF;
    border:0px;
    border-radius: 7px;
    font-size: 12px;
  }
  form .user-box input[type='text']:disabled,
  form .user-box input[type='password']:disabled,
  form .user-box textarea:disabled{
    font-weight: normal;
    color: #7F7F7F;
    font-size: calc(16px - 3px);
  }
  
  form .user-box input[type='submit'].size-lg,
  form .user-box input[type='button'].size-lg{
    padding:15px 0px;
  }
  
  form .user-box input[type='submit'].size-md,
  form .user-box input[type='button'].size-md{
    padding:7px 15px;
  }
  
  form .user-box input[type='submit'].disabled,
  form .user-box input[type='button'].disabled{
    background-color: #CCCCCC !important;
    color:#EAEAEA !important;
  }
  
  form .user-box label {
    position: absolute;
    top:0;
    left: 0;
    padding: 10px 5px;
    font-size: calc(10px + 0.25vw);
    color: #3e3a3a;
    pointer-events: none;
    transition: .5s;
  }
  form .user-box .title, #pays-combobox-container .title,
  #ville-combobox-container .title, #adresse-combobox-container .title {
    font-size: 12px;
    color: #3e3a3a;
    pointer-events: none;
    font-weight: bold;
  }

  form .user-box input:focus ~ label,
  form .user-box input:valid ~ label,
    /*form .user-box input:invalid:not([value=""]) ~ label,
    */
  form .user-box input[value]:not([value=""]) ~ label,
  form .user-box textarea  ~ label,
  form .user-box select  ~ label{
    top: -20px;
    left: 0;
    color: #3e3a3a;
    font-size: calc(10px + 0.25vw);
    font-weight: bold;
    background: #ffffff;
    padding: 0px 5px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .pinned{
    top: -20px !important;
    left: 0 !important;
    color: #3E3A3A !important;
    font-size: 12px !important;
    font-weight: bold !important;
    background: #FFFFFF !important;
    padding: 0px 5px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  form .user-box select{
    width:100%;
    border:0;
    border-bottom:1px solid #292424;
    padding: 10px 0;
    font-size: calc(10px + 0.25vw);
    color: #000000;
    margin-bottom: 20px;
    background-color: white;
    font-weight: bold;
  }
  
  form .user-box select:focus{
    outline: none;
  }
  
  .logo-container {
    width:100%;
    position: relative;
    padding-top: 10px;
  }
  .logo-container img.logo{
    width:25%;
    min-width: 100px;
  }
  
  #footer{
    /* background-color:red; */
    position:absolute;
    bottom:0;
    margin:0 auto;
    left:0;
    right:0;
    text-align: right;
    font-size: 14px;
    margin:5px;
  }

  #footer ul{
    list-style: none;
    list-style-type: none;
    /* background-color: green; */
    display: inline-block;
    margin:0;
  }

  #footer ul li{
    float:left;
    padding:0 5px;
  
  }
  /* Inscription Page */
  .multistepsform {
    width: 100%;
    max-width:700px;
    
    height: 434px;
    margin: 15px auto;
    text-align: center;
    position: relative;
  }
  
  .multistepsform fieldset:not(:first-of-type) {
    display: none;
  }
  
  .multistepsform .fs-title {
    font-size: 14px;
    color: #000000;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
  }
  .multistepsform .fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
  }
  
  .multistepsform #progressbar {
    margin-bottom: 10px;
    overflow: hidden;
    counter-reset: step;
    display: inline-block;
    padding: 0;
  }
  .multistepsform #progressbar li {
    list-style-type: none;
    width:20px;
    height:20px;
    background-color: #C7E4D2;
    border-radius: 50%;
    float: left;
    position: relative;
    margin:5px;
  }
  
  .multistepsform #progressbar li.active {
    background-color: #262626;
  }
  
  .progressbar-container{
    text-align:center;
  }
  
  .extra-form-content{
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
  }

  div.mentions-legal{
    font-size: 10px;
    text-align: left;
    padding:15px 0px;
  }

  div#main{
    /* background-color: thistle; */
    margin:auto 50px;
  }
  div.informations{
    margin:30px 0px;
  }
  div.informations>h3{
    margin:20px 0px;
    color:#4A7762;
    font-family: "caviarDreamsb", Arial, Helvetica, sans-serif;
  }
  div.informations>h4{
    margin:20px 0px;
    color:#4A7762;
    font-family: "caviarDreamsb", Arial, Helvetica, sans-serif;
    font-size: calc(14px + .65vw);
  }
  div.informations p.last-connection-title{
    color:#000000;
    font-weight:bold;
    margin:2px 0px;
    font-size: 16px;
  }
  div.informations p.last-connection-value{
    color:#000000;
    margin:2px 0px;
    font-size: 16px;
  }
  a.dashboard-menu{
    color:#4A7762;
    font-family: "caviarDreamsb", Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 20px;
    margin-right: 15px;
  }
  a.dashboard-menu>div.dashboard-menu-image{
    height:80px;
    width:80px;
    padding:10px;
    margin:5px auto;
    background-color: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  a.dashboard-menu>div.dashboard-menu-image>img{
    height:55px;
  }

  a#info-perso-valider,
  a#info-perso-annuler,
  a#info-perso-edit,
  a#pwd-valider,
  a#pwd-annuler,
  a#pwd-edit,
  a#mon-resto-reload,
  a#mon-resto-edit,
  a#mon-resto-valider,
  a#mon-resto-annuler{
    text-decoration: none;
  }
  
  form#info-perso-form>div.user-box>input[type="text"],
  form#pwd-form>div.user-box>input[type="text"],
  form#pwd-form>div.user-box>input[type="password"]{
    color:#000000;
    font-weight: bold;
  }
  form#info-perso-form>div.user-box>input[type="text"]:disabled,
  form#pwd-form>div.user-box>input[type="text"]:disabled,
  form#pwd-form>div.user-box>input[type="password"]:disabled{
    color:#7F7F7F;
    font-weight: normal;
  }
  
  h3.form-title{
    color:#4A7762;
    font-weight: bold;
    margin-left:20px;
    font-size: calc(16px + 0.25vw)!important;
  }
  img.icon-btn{
    width: 35px;
  }

  div.qr-container{
    background-color:#5BA08B;
    width:100%;
    border-radius: 10px;
    margin-bottom: 10px;
    padding:10px 30px;
  }
  div.qr-container.disabled{
    background-color: #F2F8EC !important;
  }
  div.qr-container.disabled div.qr>img{
    width:100px;
    opacity: .3;
  }
  div.qr-container div.left-texted-bar{
    border-left: 1px solid #F3F7F5;
    position: relative;
  }
  div.qr-container.disabled div.left-texted-bar{
    border-left: 1px solid #A3A8A1 !important;
  }
  div.qr-container-middle-text{
    font-family: 'caviarDreams', arial,sans-serif;
    font-weight: bold;
    position: absolute;
    width:40px;
    height:40px;
    line-height: 40px;
    text-align: center;
    background-color: #5BA08B;
    color:#F3F7F5;
    top:50%;
    left:-20px;
    transform: translateY(-50%);
  }
  div.qr-container.disabled div.left-texted-bar::before{
    content:"OU";
    background-color: #F2F8EC !important;
    color:#A3A8A1 !important;
  }
  div.qr-left-text>p,
  div.qr-left-text>a{
    margin:0;
    padding:0;
  }
  div.qr-container div.qr-left-text>p{
    color:#F3F7F5;
    font-weight: bold;
  }
  div.qr-container.disabled div.qr-left-text>p{
    color:#A3A8A1 !important;
  }
  
  a.loyleek-link.disabled{
    pointer-events: none;
    text-decoration: none;;
    color:#D0B8B1 !important;
    font-family: 'caviarDreams', arial,sans-serif;
  }
  div.qr>a{
    text-decoration: none;
  }
  div.qr>a>img.static:hover{
    opacity: 0;
  }
  div.company-logo{
    border-radius: 5px;
    width:80px;
    height:80px;
    display: flex;
  }

  img.static {
    position:absolute;
    background: white;
  }

  img.static:hover {
    opacity:0;
  }

  .loup{
    position: relative;
    opacity: 0;
  }
  .loup:hover{
    opacity: 1;
  }
  
  input[type="file"].upload-box{
    position: relative;
    line-height: 67px;
    color:#5BA08B;
    margin:20px auto;
  }
  .upload-box::-webkit-file-upload-button{
    visibility: hidden;
  }
  .upload-box::before {
    content: 'Importer votre logo';
    display: flex;
    justify-content: center;
    align-items: center;
    background: #B28940;
    color:#ffffff;
    font-family: "caviarDreams", Arial, Helvetica, sans-serif;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    -webkit-user-select: none;
    cursor: pointer;
    font-size: 10pt;
    float:right;
    width:100px;
    height:80px;
    white-space: pre-wrap;
    text-align: center;
    line-height: normal;
  }
  .upload-box::after {
    content: '';
    display: inline-block;
    background: transparent;
    float:left;
    width:calc(100% - 110px);
    height:80px;
    position:absolute;
    top:0;
    left:0;
    border:1px solid #5BA08B;
    border-radius: 5px;
  }
  
  button.loyleek-share-btn,
  button.loyleek-delete-btn,
  button.loyleek-print-btn{
    border:0;
    color:#F3F7F5;
    margin-top:20px;
    width:45%;
    padding: 8px 0px;
    border-radius: 6px;
    font-size: calc(10px + 0.5vw)!important;
  }

  button.loyleek-print-btn{
    background:#4A7762;
  }
  button.loyleek-share-btn{
    background: #B28940;
  }
button.loyleek-delete-btn{
  background: #C60001;
}

  div.modal.no-bg>div.modal-dialog>div.modal-content{
    background: transparent;
    border:0;
  }

  img.qr-popup-image{
    border: 1px solid #4A7762;
    border-radius: 14px;
  }
  
  .hidden {
    display: none;
  }
  
  .errorForm {
    border: 1px solid red !important;
  }
  
  .error {
    color: red;
    font-weight: bold;
  }
  
  .success {
    color: green;
    font-weight: bold;
  }

  a.no-anchor-decoration:hover{
    color:#000;
    text-decoration: none;
  }

  .red-borders{
    border:1px solid red !important;
  }

  .goodForm {
    border: 1px solid green !important;
  }

  .loyleek-highlight-text-1{
    color:#B28940;
  }
  .form-header{
    margin-bottom: 30px;
  }
  .form-footer{
    margin-top: 10px;
  }
  .form-footer p {
    margin: 0px;
  }

  .tabs_outer_container div.tab-content{
    background:#ffffff;
    border:1px solid #5B9F8A;
    border-radius: 5px;
    padding:10px;
    margin-top:10px;
  }
  
  .tabs_outer_container li.nav-item>button,.tabs_outer_container li.nav-item>button:hover{
    border:0px;
    color:#000000;
    font-weight: bold;
    padding:5px 20px;
  }
  .tabs_outer_container li.nav-item>button.active{
    border:2px solid #5B9F8A;
    border-radius: 5px;
    color:#5B9F8A;
  }
  .tabs_outer_container .nav-tabs{
    border-bottom:0px;
  }
  span.required::before{
    content:"*";
    color:#C00000;
  }

  table.loyleek-table>thead>tr{
    border-top:2px solid #5B9F8A;
    border-bottom:2px solid #5B9F8A;
    table-layout: fixed;
  }
  table.loyleek-table>thead>tr>th,
  table.loyleek-table>tbody>tr>td{
    font-size:12px;
  }
  table.loyleek-table>tbody{
    border-bottom: 1px solid #5B9F8A;
  }
  
  select.loyleek-select{
    border : 2px solid #5B9F8A !important;
    border-radius: 5px !important;
    color:#5B9F8A !important;
    font-weight: bold !important;
  }
  
  ul.bs-autocomplete-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow: auto;
    z-index: 9999;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    background-color: #fff;
    font-size: calc(11px + 0.25vw);
    box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.4);
  }
  
  ul.bs-autocomplete-menu a {
    font-weight: normal;
    color: #333333;
  }
  
  .ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .ui-state-active,
  .ui-state-focus {
    color: #23527c;
    background-color: #eeeeee;
  }
  
  .bs-autocomplete-feedback {
    width: 1.5em;
    height: 1.5em;
    overflow: hidden;
    margin-top: .5em;
    margin-right: .5em;
  }
  
  .loader {
    font-size: 10px;
    text-indent: -9999em;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: #333;
    background: -moz-linear-gradient(to left, #333333 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(to left, #333333 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(to left, #333333 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(to left, #333333 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #333333 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  
  .loader:before {
    width: 50%;
    height: 50%;
    background: #333;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
  }
  
  .loader:after {
    background: #fff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  
  @-webkit-keyframes load3 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes load3 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  a.autocomplete-selector-element{
    text-decoration: none;
    /* border:1px solid #333;
    border-radius: 5px; */
    display:block;
    width:100%;
  }
  a.autocomplete-selector-element>img{
    width:20px;
  
  }
  .autocomplete-remove-btn{
    float:right;
    color:#C00000 !important;
  }

  .autocomplete-suggestions { text-align: left; border: 1px solid #999; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; background: #FFF; overflow: auto; }
  .autocomplete-suggestion { padding: 5px 5px; white-space: nowrap; overflow: hidden; cursor: pointer;}
  .autocomplete-selected { background: #F0F0F0; }
  .autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
  .autocomplete-group { padding: 2px 5px; }
  .autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

  ul.image-radio {
    list-style-type: none;
    margin:0;
    padding:0;
    /* text-align: center; */
  }
  
  ul.image-radio>li,
  ul.image-piment>li{
    display: inline-block;
  }
  
  ul.image-radio input[type="radio"],
  ul.image-piment input[type="checkbox"]{
    display: none;
  }
  
  ul.image-radio label,
  ul.image-piment label{
    border: 5px solid #fff;
    border-radius: 50%;
    padding: 0px;
    display: block;
    position: relative;
    cursor: pointer;
  }
ul.image-piment label{
  border-radius: 25%;
  border: 5px solid #CCCCCC;
}
  
  ul.image-radio label:before,
  ul.image-piment label:before,
  .faitMaisonLabel:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 2px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
  }

  ul.image-radio label img {
    height: calc(55px + 0.5vw);
    width: calc(55px + 0.5vw);
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
  }
  
  ul.image-radio input[type="radio"]:checked + label {
    border-color: #C00000;
  }

  /* Piment */
   label.piment img {
     height: calc(35px - 5px)!important;
     width: calc(85px - 5px)!important;
  }

  input.piment[type="checkbox"]:checked + label {
    border-radius: 20%;
    border: 3px solid #C00000;
    padding: 3px;
  }

  /* Fait maison */
  input#faitMaison[type="checkbox"] {
    display: none;
  }

  input#faitMaison[type="checkbox"]:checked + label {
    border: 5px solid #C00000;
    border-radius: 50%;
  }

  .extra-padding {
    width: calc(20px + 0.5vw);
    margin-right: 2.5px;
  }

  input#faitMaison[type="checkbox"] + label {
    border: 5px solid #cccccd;
    border-radius: 50%;
  }


.vodiapicker{
    display: none;
  }
  
  #vodiapicker-ul{
    padding-left: 0px;;
    font-size: calc(10px + 0.25vw);
  }
  
  #vodiapicker-ul img, .btn-select img{
    width: 20px;
  }
  
  #vodiapicker-ul li{
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  #vodiapicker-ul li:hover{
    background-color: #F4F3F3;
  }
  
  #vodiapicker-ul li img{
    margin-left: 10px;
  }
  
  #vodiapicker-ul li span, .btn-select li span{
    margin-left: 15px;
  }

  .open{
    display: block!important;
  }
  /* item list */
  
  .vodiapicker-ul-container {
    display: none;
    width: 100%;
    /* max-width: 350px; */
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 5px;
  }
  
  .vodiapicker-btn-select{
    margin-top: 10px;
    width: 100%;
    height: 42px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: calc(16px - 3px);
  }
  .vodiapicker-btn-select li{
    list-style: none;
    float: left;
    padding-bottom: 0px;
  }
  
  .vodiapicker-btn-select img{
    width:30px;
    margin-right: 5px;
  }
  
  .vodiapicker-btn-select:hover li{
    margin-left: 0px;
  }
  
  .vodiapicker-btn-select:hover{
    background-color: #F4F3F3;
    border: 1px solid transparent;
    box-shadow: inset 0 0px 0px 1px #ccc;
  }
  
  .vodiapicker-btn-select:focus{
    outline:none;
  }
  
  .vodiapicker-lang-select{
    /* margin-left: 50px; */
  }
  
  .image-tags{
    /* background-color: #ffffff; */
    padding:10px;
  }
  .image-tags>.image-tag{
    background-color: #F2F2F2;
    width:60px;
    display: inline-block;
    padding: 10px;
    margin:0px 5px;
  }
  .image-tags>.image-tag>div{
    display: inline-block;
  }
  .image-tags>.image-tag>div>.image-tag-img{
    width:20px;
  
  }
  .image-tags>.image-tag>.close-img{
    float: left;
  }
  .image-tags>.image-tag>.allergene-img{
    float: right;
  }
  input[type="button"].reinit{
    background-color: #B28940 !important;
  }
  div#addEditCarte{
    position: relative;
  }
  .small-list-icon{
    width: 13px;
    height: 13px;
  }
  .carte-btn-icon{
    width: calc(17px + 0.25vw);
    height: calc(17px + 0.25vw);
  }
  .medium-btn-icon{
    width: calc(24px + 0.25vw);
    height: calc(24px + 0.25vw);
  }
  .carte-icon{
    width: calc(30px + 0.25vw)!important;
    height: calc(30px + 0.25vw)!important;
  }

  .import-icon{
    margin-left: 5px;
    width: calc(33px + 0.25vw) !important;
    height: calc(31px + 0.25vw) !important;
  }
  .drapeau{
    max-width: 28px;
    max-height: 20px;
  }
  .commentaire-plat{
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0px;
    color:#555151;
  }
  .drag-plat{
    display: inline-flex;
    position: absolute;
    height: 100%;
  }
  #mes-cartes{
    padding:5px;
  }
  .date-creation-carte{
    width:30%;
    font-size: small;
    padding-left: 5px;
  }
  .order-carte-line{
    position:relative;
    border-bottom: 1px dashed rgb(95, 168, 141);
    line-height: 30px;
  }
  table#list-cartes>tbody>tr>td{
    padding:10px 0px;
  }
  div#somme-prices{
    margin:15px 0px;
  }
  div#somme-prices p{
    margin:0;
  }
  div#somme-prices > div.line-price{
    border-top:2px solid #5B9F8A;
    padding:5px 10px;
  }
  div#somme-prices > div.line-price:last-of-type{
    border-bottom:2px solid #5B9F8A;
  }
  div#formuleCategoriesWhenAddEdit{
    margin:5px;
    background-color: #f9f9f9;
    padding: 10px 0px;
  }
  .category-line  .plat-line{
    border-bottom:1px solid #9c9c9c;
    padding-bottom: 5px;
  }
  .category-drag{
    height: 40px;
    border-bottom:1px solid #5FA88D;
    padding:10px 0px;
    box-sizing: content-box;
  }
  .drag-set-category{
    display: inline-flex;
    position: absolute;
    height: 100%!important;
  }
  .align-set-category{
    padding-left: 25px;
    width: 100%;
  }
  .category-align{
    float: left;
    width: calc(100% - 100px);
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 10px;
  }
  .del-category{
    height: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    pointer-events:all;
    margin-right: 15px;
  }
  .list-category{
    padding-left: 35px;
    padding-right: 35px;
    overflow-x: auto;
  }
  .list-category-arrow{
    width: 30px;
    position: absolute;
    top:0;
    bottom:0;
    text-align: center;
    color:#8c8c8c;
  }
  .left{
    left: 0;
  }
  .right{
    right: 0;
  }
  .plat-align{
    height: auto;
    position: relative;
    margin-top:5px;
    margin-bottom:5px;
  }
  .category-line  .plat-line:last-of-type{
    border-bottom:0px solid #9c9c9c;
  }
  .custom-combobox-toggle{
    background-color: #f6f6f6;
    display: inline-block;
    border: 1px solid #c5c5c5;
    height: 27px;
    padding:0px 3px;
  }
ul#pills-tab > li.nav-item > button[type="button"].nav-link{
  background-color:#fff;
  color:#5B9F8A;
  border:2px solid #5B9F8A;
  margin:auto 5px;
  font-size: calc(12px + 0.25vw);
}
ul#pills-tab > li.nav-item > button[type="button"].nav-link.active{
  background-color:#5B9F8A;
  color:#fff;
}
.drag-drop-handler{
  width: 20px;
  height: 45px;
  float: left;
  background-color: #c7e4d2;
  pointer-events:all;
  background-image: url(../images/drag-drop-handler.png);
  background-repeat: no-repeat;
  background-position: center;
}
  .ui-widget.ui-widget-content{
    width: calc(100% - 22px);
    font-size: calc(11px + 0.25vw)!important;
    color: #000000;
  }
  .hidden-input{
    display:none;
  }
  .debug-element{
    display:none;
  }
  .category-line{
    pointer-events: none;
    padding: 10px;
  }

  button[type="button"].reject{
    background-color: #C60001;
    color:#ffffff;
    border:0px;
    border-radius: 5px;
    margin:5px;
    padding:10px ;
  }
  button[type="button"].accept{
    background-color: #5BA08B;
    color:#ffffff;
    border:0px;
    border-radius: 5px;
    margin:5px;
    padding:10px ;
  }
  .v--modal-box.v--modal.vue-dialog.confirm-add-edit-carte{
    box-shadow:none;
    background: transparent;
  }
  .v--modal-box.v--modal.vue-dialog.confirm-add-edit-carte>.dialog-content{
    padding:0px;
    border:2px solid #5BA08B;
    border-radius: 5px;
    background-color: #fff;
  }
  .v--modal-box.v--modal.vue-dialog.confirm-add-edit-carte>.dialog-content>.dialog-c-text{
    padding:10px;
    /* border:1px solid #5BA08B; */
  }
  /* Plats */
  #view-plat{
    position: relative;
  }
  #view-plat>.swipe-overlay{
    background:transparent;
    position:absolute;
    width:100%;
    height:100%;
  }
  
  .slide-leave-active,
  .slide-enter-active {
    transition: 100ms;
  }
  .slide-enter-from,
  .slide-leave-to {
    transform: translateX(30px);
    opacity: 0;
  }
  
  .plat-slider{
    overflow: hidden;
    position: relative;
    height: 200px;
    width: 400px;
  }
  
  .plat-slider .view-plat-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right:0;
    background:#fff;
  }
.btn {
  height: 35px;
  width: 35px;
  margin-left: 2px;
}

.valider{
  background: url("../images/valider.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(30px + 0.5vw)!important;
  border: 0px;
  margin-left: 3px;
}
.annuler{
  background: url("../images/annuler.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(30px + 0.5vw)!important;
}
/* Search + reset */
.search{
  background: url("../images/search.png");
  background-repeat: no-repeat;
  background-size: 22px;
  background-color: white!important;
  display: block;
  width: 40px;
  height: 32px;
}
.reset{
  background: url("../images/reset.png");
  background-repeat: no-repeat;
  background-size: 22px;
  background-color: white!important;
  display: block;
  width: 40px;
  height: 32px;
}
.search-block{
  display: flex;
}
.btn-icon{
  height: 32px;
  width: 32px;
  display: block;
  position: absolute;
  right: 30px;
  cursor: pointer;
}

/* PWD */
.show-pwd{
  background: url("../images/btn-eye.png");
  background-repeat: no-repeat;
  background-size: 30px;
}
.hide-pwd{
  background: url("../images/btn-eye-closed.png");
  background-repeat: no-repeat;
  background-size: 30px;
}

ul#cgv-mentions-legals{
  list-style: none;
  width: fit-content;
  margin: 0px auto;
  padding: 0px;
}
.no-decoration{
  text-decoration: none !important;
}
.no-decoration:hover{
  color: #65AB91;
}

/* mes plats */
select#tri{
  min-width: 200px;
  margin-top: 10px!important;
}
table#mes-plats-table,
table#restaurants-table,
table#mes-categories-table,
table#mon-historique-table{
  table-layout: fixed;
}
.mobile,.mobile-view-carte{
  display:none !important;
}
.desktop,.desktop-view-carte{
  display: revert !important;
}
.desktop-flex,.desktop-view-carte-flex{
  display: flex !important;
}
.desktop-block{
  display: block !important;
}


.nowrap{
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.mes-plats-tr-bg {
  background: #edfaf5;
}
.mes-cartes-tr-bg{
  background: #edfaf5;
  --bs-gutter-x: 0;
}

.header-reference{
  font-size: 11px;
  color:gray;
  text-align: justify;
  margin-top: 15px;
}

table#mes-plats-table>tbody>tr:nth-of-type(even),
table#list-cartes>tbody>tr:nth-of-type(even),
table#mes-categories-table>tbody>tr:nth-of-type(even){
  border-bottom: 1px dashed #5B9F8A;
}

.bottom-dashed-line{
    border-bottom:1px dashed #5B9F8A;
}

form#pagination-form>div.user-box>div.title,
form#pagination-form select#countPlats{
  font-size:12px;
}

.list-category-arrow{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F9F9F9;
  text-decoration: none !important;
}
.list-category-arrow:hover{
  color:#000000;
}

/* upload button */
.file-upload .file-upload-select {
  display: block;
  cursor: pointer;
  text-align: left;
  background: #52927E;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  color:#fff;
}
.file-upload .file-upload-select .file-select-button {
  background: #3c6156;
  padding: 10px;
  display: inline-block;
  color:#fff;
}
.file-upload .file-upload-select .file-select-name {
  display: inline-block;
  padding: 5px;
}
.file-upload .file-upload-select:hover .file-select-button {
  background: #52927E;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload .file-upload-select input[type="file"] {
  display: none;
}
div#tabs-menu::-webkit-scrollbar,
div#tabs-menu-2::-webkit-scrollbar{
  display: none;
}

#nom-de-carte-user-box{
  width:30%;
}

a.pagination-link, p.pagination-input{
  color:#65AB91;
  text-decoration: none;
  cursor: pointer;
}
a.pagination-link.disabled{
  color:gray;
}
p.pagination-input{
  display: inline-block;
  border:2px solid  #65AB91;
  border-radius: 5px;
  padding:0px 20px;
  font-weight: bold;
}
a.ordering-link{
  color:#65AB91;
  text-decoration: none;
  margin-left: 10px;
  font-size: 20px;
}
a.ordering-link.disabled{
  color:gray;
}

#carte-bo-loading{
  position: absolute;
  background-color: #fff;
  top: 0;
  /* height: 100px; */
  z-index: 9999;
  left: 0;
  right: 0;
  bottom: 0;
}

#carte-bo-loading>.loading-content{
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#mes-plats-lib-th{
  width:40%;
}
#mes-plats-cat-th,#mes-plats-all-th,#mes-plats-caract-th{
  width:15%;
}
#mes-plats-actions-th{
  width:15%;
}

#reset-category-input{
  display: flex;
  position: absolute;
  top: 0px;
  bottom: 0px;
  align-items: center;
  right: 50px;
}
#reset-category-input>img{
  cursor:pointer;
}

#pays-combobox-container,
#ville-combobox-container,
#adresse-combobox-container{
  position:relative;
}

#pays-combobox-container>ul.ui-menu,
#ville-combobox-container>ul.ui-menu,
#adresse-combobox-container>ul.ui-menu{
  max-height:100px;
  overflow-y: auto;
  overflow-x: hidden;
}

#pays-combobox-container>span.custom-combobox-country-city>a.ui-button,
#ville-combobox-container>span.custom-combobox-country-city>a.ui-button {
  height: 100%;
}
.loading-content>div>img{
  width:100%;

}

form .user-box input#password:invalid {
  border-color: red !important;
}
form .user-box input#password:valid ~ div#passwordValidation {
  display:none; !important;
}

.separation{
  border-bottom: 1px solid #000;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

form .user-box label.fixed{
  top: -20px !important;
}

.delete-col{
  width:20px;
  float: left;
  pointer-events: all;
  display: flex;
  justify-content: end;
  align-items: start;
}
.delete-col>a {
  margin: 0;
  display: flex;
  padding: 4px 0px 4px 4px;
  justify-content: center;
  align-items: center;
}
#carte-slider-controller{
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
span.custom-combobox{
  position:relative;
}
span.custom-combobox>button.combobox-open-btn{
  position: absolute;
  right: 0;
  background: transparent;
  vertical-align: middle;
  bottom: 0;
  border: 0;
}

.leek{
  width: 50px!important;
  height: 50px!important;
  max-width: 50px!important;
}

.green-btn{
  border:0px;
  border-radius: 5px;
  background:#5fa88d
}

.red-btn{
  border:0px;
  border-radius: 5px;
  background:#C00000
}
.display-none{
  display: none;
}
.display-block{
  display: block;
}
.btn-confirm{
  width: 76px!important;
  height: 30px!important;
  font-size: 12px;
  color: white;
  background-color: #c01d1d;
  font-weight: bold;
}
.btn-return{
  width: 76px!important;
  height: 30px!important;
  font-size: 12px;
  color: white;
  background-color: #564e4e;
  font-weight: bold;
}
.h55{
  height: 55px!important;
}

.title-icon{
  max-width: calc(20px + 0.25vw);
  max-height: calc(20px + 0.25vw);
  margin-right: 10px;
}

.chart-return-btn {
  width: calc(25px + 0.25vw)!important;
  margin-top: -290%;
  position: relative;
  left: 300%;
}

.chart-next-btn {
  position: absolute;
  width: calc(25px + 0.25vw)!important;
  right: 27%;
  top:190px;
}

.chart-prev-btn {
  position: absolute;
  width: calc(25px + 0.25vw)!important;
  left: 12%;
  top:190px;
}

.erreurExcel {
  width: 100%;
  margin: 10px;
}

.erreurBloquanteTitle {
  color: red;
  margin: 5px;
}

.erreurExcel.bloquante tr td, .erreurExcel.bloquante tr th {
  color: red;
  border: solid red 1px;

}

.erreurNonBloquanteTitle {
  color: orange;
  margin: 5px;
}

.erreurExcel.nonBloquante tr td, .erreurExcel.nonBloquante tr th {
  color: orange;
  border: solid orange 1px;
}

.waiting-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.waiting-content {
  text-align: center;
}

.waiting-text{
  margin-top: 20px;
  font-weight: 540;
}


.accordion-body ul li {
  margin-bottom: 0.30rem;
}

.plat-inactif-bg {
  background-color: rgb(206, 206, 206) !important;
}

