﻿a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.test tr td {
    border: 1px solid black !important;
}

.border-white-smoke {
    border: 5px solid whitesmoke !important;
}

#txtPinPad:focus {
    outline: none;
}

.tab-no-padding tr td {
    margin: 0 !important;
    padding: 0 !important;
}

html {
    font-size: 14px;
    min-height: 100%;
    height: 100svh;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.siege {
    height: 45px !important;
    width: 64px !important;
}

.table-salle {
    position: absolute;
    font-size: 16px;
    background-color: #99cc99;
    border: 1px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    width: 64px;
    cursor: pointer;
}

.table-salle-selected {
    position: absolute;
    font-size: 16px;
    background-color: yellow;
    border: 1px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    width: 64px;
    cursor: pointer;
}

.siege-table {
    font-size: 12px !important;
    right: 2px !important;
    top: -2px !important;
    position: absolute !important;
}

.cls-txt-email {
    position: relative;
    top: 146px;
    left: 460px;
}

.cls-txt-password {
    position: relative;
    top: 211px;
    left: 425px;
}

.cls-pax {
    max-width: 10vw;
    word-break: break-all;
}

.cls-price {
    position: absolute;
    top: 10px;
    right: 15px;
    display: block;
}

.cls-desc {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.cls-img {
    height: 100%;
    max-height: 10.8svh;
}

.cls-delete {
    position: absolute;
    top: 10px;
    left: 15px;
    display: block;
}

.cls-move {
    position: absolute;
    top: 35px;
    left: 15px;
    display: block;
}

.position-relative {
    position: relative;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.hidden {
    visibility: hidden;
    display: none;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.padding-left-25-i {
    padding-left: 25px !important;
}

.padding-left-25 {
    padding-left: 25px;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.margin-right-25 {
    margin-right: 25px;
}

.error {
    color: red;
    font-weight: bold;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
    font-family: Calibri;
    font-size: 13px;
    background-color: white;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.saut-ligne {
    white-space: normal;
    max-width: 100px;
}

.color-hover:hover {
    /*background-color: lightgray;*/
}

.ahref:hover {
    text-decoration: none;
}

.bouton {
    height: 35px;
    min-width: 100px;
    background-color: whitesmoke;
    border-radius: 5px;
    border: 1px solid #196481;
    margin-bottom: 5px;
}

    .bouton:hover, .bouton-carre:hover, .bouton-rectangle:hover, .bouton-keyboard:hover, .bouton-keyboard-clear:hover {
        /*background-color: lightgray;*/
    }

.bouton-rectangle {
    height: 50px;
    width: 150px;
    background-color: whitesmoke;
    border-radius: 5px;
    border: 1px solid #196481;
    margin-bottom: 5px;
    white-space: normal;
}

.bouton-keyboard-clear {
    height: 65px;
    width: 65px;
    background-color: whitesmoke;
    background-image: url(../img/navigate_left_32x32.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    border: 1px solid #196481;
    margin-bottom: 5px;
    white-space: normal;
}

.bouton-keyboard {
    height: 65px;
    width: 65px;
    background-color: whitesmoke;
    border-radius: 5px;
    border: 1px solid #196481;
    margin-bottom: 5px;
    white-space: normal;
}

.bouton-carre {
    height: 75px;
    width: 150px;
    background-color: whitesmoke;
    border-radius: 5px;
    border: 1px solid #196481;
    margin-bottom: 5px;
    white-space: normal;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

#tabLogo tr td {
    padding: 0 !important;
}

.bouton-check {
    padding: 2px 27px 2px 27px;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.textbox-underline {
    border-top: none;
    border-left: none;
    border-right: none;
    width: 300px;
}

.margin-auto {
    margin: auto;
}

.margin-side {
    margin-left: 25px;
    margin-right: 25px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-5-neg {
    margin-top: -5px;
}

.margin-top-10-neg {
    margin-top: -10px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-15-neg {
    margin-top: -15px;
}

.margin-top-32-neg {
    margin-top: -32px;
}

.margin-top-32 {
    margin-top: 32px;
}

.margin-top-42 {
    margin-top: 42px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-50 {
    margin-left: 50px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-50 {
    margin-right: 50px !important;
}

.padding-10 {
    padding: 10px;
}

.padding-left-half {
    padding-left: 8vw;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-left-50 {
    padding-left: 50px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-10 {
    padding-top: 8px !important;
}

.padding-bottom-10 {
    padding-bottom: 8px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-right-25 {
    padding-right: 25px;
}

.padding-right-35 {
    padding-right: 35px;
}

.padding-0 {
    padding: 0 !important;
}

.background-white {
    background-color: #ffffff;
}

.background-light-pink {
    background-color: #cccccc;
}

.background-tomato {
    background-color: tomato;
}

.background-turquoise {
    background-color: #add8e6;
}

.background-none {
    background: none !important;
}

.background-pink {
    background-color: #ffb6c1;
}

.background-dark-pink {
    background-color: #b27f87;
}

.background-green {
    background-color: #008000;
}

.background-light-green {
    background-color: #99cc99;
}

.background-dark-gray {
    background-color: #196481;
}

.background-blue-i {
    background-color: #196481 !important;
}

.background-darker-gray {
    background-color: rgb(45,45,46);
}

.background-darker-gray-i {
    background-color: rgb(45,45,46) !important;
}

.background-orange {
    background-color: #ffa500;
}

.background-red {
    background-color: #ff0000;
}

.background-blue {
    background-color: #0000ff;
}

.background-yellow {
    background-color: #ffff00;
}

.background-gray {
    background-color: #808080;
}

.background-light-gray {
    background-color: whitesmoke;
}

.background-light-grey {
    background-color: lightgray;
}

.background-transparent {
    background-color: transparent;
}

.background-black {
    background-color: black;
}

.background-grey {
    background-color: rgb(163,163,163);
}

.background-medium-gray {
    background-color: #e0e0e0;
}

.vertical-align {
    margin-top: 10%;
}

.erreur {
    color: red;
}

.tracker {
    font-family: Montserrat;
    position: relative;
    top: 1px;
    font-size: 36px;
    font-weight: bold;
    white-space: nowrap;
}

.border-top-2 {
    border-top: 2px solid #a3a3a3;
}

.border-top-1 {
    border-top: 1px dotted #a3a3a3;
}

.border-gray {
    border: 2px solid rgb(234,235,236);
}

.border-dark-gray {
    border: 2px solid #a3a3a3;
}

.border-black-top {
    border-top: 1px solid black !important;
}

.border-black-bottom {
    border-bottom: 1px solid black;
}

.border-dark-gray-left {
    border-left: 2px solid #a3a3a3;
}

.border-black {
    border: 1px solid black;
}

.no-border {
    border: none;
}

    .no-border:focus {
        border: none;
        outline: none;
    }

.border-radius-table {
    border-collapse: collapse;
    border-radius: 1em;
}

.div-pos {
    background-color: white;
    width: 0;
    height: 100%;
    min-height: 8.8svh;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.bouton-liste {
    background-color: white;
    width: 100%;
    min-width: 10vw; /*13vw*/
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.bouton-pos {
    background-color: white;
    width: 100%;
    min-width: 9vw; /*13vw*/
    height: 100%;
    min-height: 8.8svh;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.bouton-category {
    background-color: white;
    width: 100%;
    min-width: 9vw; /*13vw*/
    height: 100%;
    min-height: 8.8svh;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.bouton-serv-table {
    width: 100%;
    height: calc((88svh - 60px) / 9);
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: #196481;
    color: white;
    font-size: 20px;
    white-space: normal;
}

.bouton-middle {
    width: 100%;
    height: calc((88svh - 60px) / 6);
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: #196481;
    color: white;
    font-size: 20px;
}

.bouton-pay {
    background-color: white;
    width: 100%;
    min-width: 9vw;
    height: 100%;
    min-height: 8.8svh;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: rgb(45,45,46);
    color: white;
    font-size: 42px;
}

.bouton-pos:hover, .bouton-category:hover, .bouton-liste:hover {
    /*background-color: #e0e0e0 !important;*/
    cursor: pointer;
}

.diapo-img {
    max-height: 90% !important;
    max-width: 90% !important;
    vertical-align: middle;
    margin-top: 5%;
}

.split-g50 {    
    left: 0;
    height: 100% !important;
    width: 50%;
    position: absolute; /*ANDROID*/
    z-index: 1;
    top: 0;
    overflow-x: auto;
    /*FIREFOX 64*/
    scrollbar-width: thin;
    scrollbar-color: #2e2d2d rgb(234,235,236);
}

.split-d50 {
    right: 0;
    height: 100% !important;
    width: 50%;
    position: absolute; /*ANDROID*/
    z-index: 1;
    top: 0;
    overflow-x: auto;
    /*FIREFOX 64*/
    scrollbar-width: thin;
    scrollbar-color: #2e2d2d rgb(234,235,236);
}

.split-droite-50 {
    right: 0;
    height: calc(100% - 60px) !important;
    width: 50%;
    position: absolute; /*ANDROID*/
    z-index: 1;
    top: 60px;
    overflow-x: auto;
    /*FIREFOX 64*/
    scrollbar-width: thin;
    scrollbar-color: #2e2d2d rgb(234,235,236);
}

.split-gauche-50 {
    left: 0;
    height: calc(100% - 60px) !important;
    width: 50%;
    position: absolute; /*ANDROID*/
    z-index: 1;
    top: 60px;
    overflow-x: auto;
    /*FIREFOX 64*/
    scrollbar-width: thin;
    scrollbar-color: #2e2d2d rgb(234,235,236);
}

.split-droite-50 {
    right: 0;
    height: calc(100% - 60px) !important;
    width: 50%;
    position: absolute; /*ANDROID*/
    z-index: 1;
    top: 60px;
    overflow-x: auto;
    /*FIREFOX 64*/
    scrollbar-width: thin;
    scrollbar-color: #2e2d2d rgb(234,235,236);
}

.split-left-50 {
    left: 0;
    height: calc(100% - 120px) !important;
    width: 50%;
    position: absolute; /*ANDROID*/
    z-index: 1;
    top: 120px;
    overflow-x: auto;
    /*FIREFOX 64*/
    scrollbar-width: thin;
    scrollbar-color: #2e2d2d rgb(234,235,236);
}

.split-right-50 {
    right: 0;
    height: calc(100% - 120px) !important;
    width: 50%;
    position: absolute; /*ANDROID*/
    z-index: 1;
    top: 120px;
    overflow-x: auto;
    /*FIREFOX 64*/
    scrollbar-width: thin;
    scrollbar-color: #2e2d2d rgb(234,235,236);
}

.split-left-30 {
    left: 0;
    height: calc(100% - 60px) !important;
    width: 30%;
    position: absolute; /*ANDROID*/
    z-index: 1;
    top: 60px;
    overflow-x: auto;
    /*FIREFOX 64*/
    scrollbar-width: thin;
    scrollbar-color: #2e2d2d rgb(234,235,236);
}

.split-left-40-120px {
    left: 0;
    height: calc(100% - 120px) !important;
    width: 40%;
    position: absolute; /*ANDROID*/
    z-index: 1;
    top: 60px;
    overflow-x: auto;
    /*FIREFOX 64*/
    scrollbar-width: thin;
    scrollbar-color: #2e2d2d rgb(234,235,236);
}

.split-left-40 {
    left: 0;
    height: calc(100% - 60px) !important;
    width: 40%;
    position: absolute; /*ANDROID*/
    z-index: 1;
    top: 60px;
    overflow-x: auto;
    /*FIREFOX 64*/
    scrollbar-width: thin;
    scrollbar-color: #2e2d2d rgb(234,235,236);
}

.split-mid-20 {
    left: 30%;
    height: calc(100% - 60px) !important;
    width: 22%;
    position: absolute; /*ANDROID*/
    z-index: 1;
    top: 60px;
    overflow-x: auto;
    /*FIREFOX 64*/
    scrollbar-width: thin;
    scrollbar-color: #2e2d2d rgb(234,235,236);
}

.split-right-54 {
    right: 0;
    height: calc(100% - 60px) !important;
    width: 48%;
    position: absolute; /*ANDROID*/
    z-index: 1;
    top: 60px;
    overflow-x: auto;
    /*FIREFOX 64*/
    scrollbar-width: thin;
    scrollbar-color: #2e2d2d rgb(234,235,236);
}

.split-right-70 {
    right: 0;
    height: calc(100% - 60px) !important;
    width: 70%;
    position: absolute; /*ANDROID*/
    z-index: 1;
    top: 60px;
    overflow-x: auto;
    /*FIREFOX 64*/
    scrollbar-width: thin;
    scrollbar-color: #2e2d2d rgb(234,235,236);
}

.split-right-60-120px {
    right: 0;
    height: calc(100% - 120px) !important;
    width: 60%;
    position: absolute; /*ANDROID*/
    z-index: 1;
    top: 60px;
    overflow-x: auto;
    /*FIREFOX 64*/
    scrollbar-width: thin;
    scrollbar-color: #2e2d2d rgb(234,235,236);
}

.split-right-60 {
    right: 0;
    height: calc(100% - 60px) !important;
    width: 60%;
    position: absolute; /*ANDROID*/
    z-index: 1;
    top: 60px;
    overflow-x: auto;
    /*FIREFOX 64*/
    scrollbar-width: thin;
    scrollbar-color: #2e2d2d rgb(234,235,236);
}

.plan-de-salle {
    border: 2px solid black;
    height: 600px;
    width: 700px;
    background-color: whitesmoke;
    margin-left: 20px;
    position: relative;
}

.lbl-inactive {
    position: relative;
    top: -5px;
    left: 5px;
}

.lbl-inactive-2 {
    position: relative;
    top: -3px;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-grabbin {
    cursor: grabbing;
}

.min-height-250px {
    min-height: 250px;
}

.min-height-500px {
    min-height: 500px;
}

.max-height-500px {
    max-height: 500px;
}

.height-25svh {
    height: 25svh !important;
}

.width-25svh {
    width: 25svw !important;
}

.max-width-250px {
    max-width: 250px !important;
}

.height-6vh {
    height: 6.5svh;
}

.height-60-i {
    height: calc(60% - 115px) !important;
}

.height-40-i {
    height: calc(40% - 115px) !important;
}

.height-50 {
    height: calc(50% - 115px) !important;
}

.height-100-110px {
    height: calc(100% - 115px) !important;
}

.height-75 {
    height: calc(95% - 25px);
}

.height-75-i {
    height: calc(95% - 50px) !important;
}

.height-95-195 {
    height: calc(95svh - 195px);
}

.height-95-335 {
    height: calc(95svh - 335px);
}

.height-95-385 {
    height: calc(95svh - 385px);
}

.height-95-435 {
    height: calc(95svh - 435px);
}

.height-50pct {
    height: 38svh;
}

.height-85 {
    height: calc(99% - 15px);
}

.height-100-60px {
    height: calc(88svh - 60px);
}

.height-90 {
    height: calc(90svh - 65px) !important;
}

.height-88 {
    height: calc(91svh - 65px) !important;
}

.height-100 {
    height: 100% !important;
}

.height-75-pct {
    height: 75% !important;
}

.height-78 {
    height: 78%;
}

.height-15 {
    height: 15%;
}

.height-25vh {
    height: calc(calc(90svh - 100px) / 4) !important;
}

.height-15vh {
    height: 15svh !important;
}

.height-10vh {
    height: 10svh !important;
}

.height-8vh {
    height: 8.8svh !important;
}

.height-9vh {
    height: calc(((90svh - 60px) / 8) * (2 / 3));
}

.height-1vh {
    height: 1svh !important;
}

.height-10 {
    height: calc((90svh - 60px) / 8);
}

.height-5 {
    height: 5%;
}

.height-12-i {
    height: 10svh !important;
}

.height-1 {
    height: 1%;
}

.height-10px {
    height: 10px !important;
}

.width-10px {
    width: 10px !important;
}

.width-125px {
    width: 125px;
}

.height-15px {
    height: 15px !important;
}

.height-25px {
    height: 25px;
}

.height-28px {
    height: 28px;
}

.height-32px {
    height: 32px;
}

.height-66vh {
    height: 66svh !important;
}

.height-33vh {
    height: 33svh !important;
}

.height-66pct {
    height: 70vh !important;
}

.height-33pct {
    height: 20vh !important;
    min-height: 90px !important;
}

.height-35px {
    height: 35px;
}

.height-35px-i {
    height: 35px !important;
}

.height-30 {
    height: 30px;
}

.height-40 {
    height: calc(100% - 60px);
}

.height-100-120px {
    height: calc(100% - 120px) !important;
}

.height-50px {
    height: 50px;
}

.height-50px-i {
    height: 42px !important;
}

.height-60px {
    height: 60px;
}

.height-70px {
    height: 70px !important;
}

.height-75px {
    height: 75px;
}

.height-80px {
    height: 80px !important;
}

.height-105px {
    height: 105px !important;
}

.height-120px {
    height: 120px;
}

.height-125px {
    height: 125px;
}

.height-150px {
    height: 150px;
}

.height-250px {
    height: 250px;
}

.height-300px {
    height: 300px;
}

.height-350px {
    height: 350px;
}

.height-500px {
    height: 70svh;
}

.height-33 {
    height: calc(calc(100% - 75px) / 7) !important;
}

.height-200px {
    height: 200px !important;
}

.height-100px {
    height: 100px !important;
}

.width-9 {
    width: 9%;
}

.width-10 {
    width: 13%;
}

.width-13 {
    width: 13%;
}

.width-14 {
    width: 14%;
}

.width-16 {
    width: calc(100% / 6);
}

.width-27vw {
    width: 27vw;
}

.width-32px {
    width: 32px;
}

.width-33 {
    width: calc(100% / 3);
}

.width-30-pct {
    width: 27% !important;
}

.width-10-pct {
    width: 19% !important;
}

.width-25 {
    width: 25% !important;
}

.width-40 {
    width: 40%;
}

.width-49 {
    width: 49%;
}

.width-50 {
    width: 50%;
}

.width-75 {
    width: 75%;
}

.width-95 {
    width: 95%;
}

.width-64 {
    width: 64px;
}

.width-128 {
    width: 128px;
}

.width-256 {
    width: 256px;
}

.width-512 {
    width: 512px;
}

.width-100-20px {
    width: calc(100% - 20px);
}

.width-100 {
    width: 99%;
}

.width-100-r {
    width: 100%;
}

.width-90 {
    width: calc(99% - 10px);
}

.width-90vw {
    width: 90vw;
}

.width-85 {
    width: 85%;
}

.width-25px {
    width: 25px;
}

.width-35px {
    width: 35px;
}

.width-50px {
    width: 50px;
}

.width-55px {
    width: 55px;
}

.width-75px {
    width: 75px;
}

.width-100px {
    width: 100px;
}

.width-140px {
    width: 140px;
}

.width-16pct {
    width: 16.5% !important;
}

.width-150px {
    width: 150px;
}

.width-150px-i {
    width: 150px !important;
}

.width-175px {
    width: 175px;
}

.width-200px {
    width: 200px;
}

.width-225px {
    width: 225px;
}

.width-250px {
    width: 250px;
}

.width-250px-i {
    width: 250px !important;
}

.width-30px {
    width: 30px;
}

.width-300px {
    width: 300px;
}

.width-325px {
    width: 325px !important;
}

.width-350px {
    width: 350px;
}

.width-400px {
    width: 400px;
}

.width-450px {
    width: 450px !important;
}

.width-500px {
    width: 500px;
}

.width-500px-i {
    width: 500px !important;
}

.width-600px {
    width: 600px;
}

.width-600px-i {
    width: 600px !important;
}

.width-700px {
    width: 700px;
}

.width-800px {
    width: 800px;
}

.width-800px-i {
    width: 800px !important;
}

.width-900px {
    width: 900px;
}

.min-width-200px {
    min-width: 200px;
}

.min-width-400px {
    min-width: 400px;
}

.min-width-600px {
    min-width: 600px;
}

.min-width-800px {
    min-width: 800px;
}

.scroll-bar-horizontal {
    overflow-x: auto;
    /*FIREFOX 64*/
    scrollbar-width: thin;
    scrollbar-color: #2e2d2d rgb(234,235,236);
}

.scroll-bar-vertical {
    overflow-y: auto;
    /*FIREFOX 64*/
    scrollbar-width: thin;
    scrollbar-color: #2e2d2d rgb(234,235,236);
}

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    left: 0;
    z-index: 20;
}

    .navbar-wrapper > .container {
        padding-right: 0;
        padding-left: 0;
        width: inherit;
    }

    .navbar-wrapper .navbar {
        width: 100% !important;
    }

.closeregister {
    background-color: #2e2d2d;
    color: white;
    width: 600px;
    height: 50px;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    font-weight: bold;
}

    .closeregister:hover {
        /*background-color: #e0e0e0 !important;*/
        cursor: pointer;
    }

.color-red {
    color: red;
}

.color-orange {
    font-weight: bold;
}

.color-light-green {
    color: #99cc99;
}

.color-green {
    color: #65B1CF;
}

.color-white {
    color: white !important;
}

.color-gray {
    color: #a3a3a3;
}

.legend {
    font-size: 12px !important;
    font-style: italic;
    color: white;
}

.font-italic {
    font-style: italic;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.font-size-28 {
    font-size: 28px !important;
}

.font-size-28 {
    font-size: 28px !important;
}

.font-size-30 {
    font-size: 30px !important;
}

.font-size-32 {
    font-size: 32px !important;
}

.font-size-42 {
    font-size: 42px !important;
}

.fix-size-20 {
    font-size: 20px !important;
}

.pos-row:hover {
    /*background-color: #e0e0e0 !important;*/
    cursor: pointer;
}

/*GOOGLE CHROME*/
::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: rgb(234,235,236);
}

::-webkit-scrollbar-thumb {
    background: #2e2d2d;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.modal {
    display: none;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.modal-content {
    background-color: white;
    margin: 15% auto;
    padding: 10px 20px 20px 20px;
    border: 0;
    width: 80%;
    font-size: 18px;
    min-width: 275px;
    -webkit-box-shadow: 4px 4px 28px -1px rgba(0,0,0,0.55);
    -moz-box-shadow: 4px 4px 28px -1px rgba(0,0,0,0.55);
    box-shadow: 4px 4px 28px -1px rgba(0,0,0,0.55);
}

.modal-content-notes {
    background-color: white;
    margin: 5% auto;
    padding: 10px 20px 20px 20px;
    border: 0;
    width: 60%;
    font-size: 18px;
    min-width: 275px;
    -webkit-box-shadow: 4px 4px 28px -1px rgba(0,0,0,0.55);
    -moz-box-shadow: 4px 4px 28px -1px rgba(0,0,0,0.55);
    box-shadow: 4px 4px 28px -1px rgba(0,0,0,0.55);
}

.modal-content-full {
    background-color: white;
    margin: 5% auto;
    padding: 10px 20px 20px 20px;
    border: 0;
    width: 80%;
    height: 80%;
    font-size: 18px;
    min-width: 275px;
    min-height: 700px;
    -webkit-box-shadow: 4px 4px 28px -1px rgba(0,0,0,0.55);
    -moz-box-shadow: 4px 4px 28px -1px rgba(0,0,0,0.55);
    box-shadow: 4px 4px 28px -1px rgba(0,0,0,0.55);
}

.modal-content-trial {
    background-color: white;
    margin: 5% auto;
    padding: 10px 20px 20px 20px;
    border: 0;
    width: 545px;
    height: 615px;
    font-size: 18px;
    min-width: 275px;
    -webkit-box-shadow: 4px 4px 28px -1px rgba(0,0,0,0.55);
    -moz-box-shadow: 4px 4px 28px -1px rgba(0,0,0,0.55);
    box-shadow: 4px 4px 28px -1px rgba(0,0,0,0.55);
}

.modal-content-small {
    background-color: white;
    margin: 15% auto;
    padding: 10px 20px 20px 20px;
    border: 0;
    width: 500px;
    font-size: 18px;
    min-width: 275px;
    -webkit-box-shadow: 4px 4px 28px -1px rgba(0,0,0,0.55);
    -moz-box-shadow: 4px 4px 28px -1px rgba(0,0,0,0.55);
    box-shadow: 4px 4px 28px -1px rgba(0,0,0,0.55);
}

.close {
    color: black;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 25px;
}

    .close:hover,
    .close:focus {
        color: #2e2d2d;
        text-decoration: none;
        cursor: pointer;
    }

.cache {
    visibility: hidden;
}

.btnModal {
    background-color: #e6e6e6;
    color: black;
    width: 100%;
    height: 50px;
    border: 1px solid #196481;
    box-shadow: none;
    border-radius: 5px;
    font-weight: bold;
}

    .btnModal:hover, .btnModal-small:hover, .btnRegular:hover {
        /*background-color: #e0e0e0 !important;*/
        cursor: pointer;
    }

.btnRegular {
    background-color: #2e2d2d;
    color: white;
    height: 50px;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    font-weight: bold;
}

.btnEdit {
    background-color: white;
    width: 100px;
    font-weight: bold;
    cursor: pointer;
    padding: 15px;
    display: inline-block;
    margin-left: 10px;
}

.btnDisabled {
    background-color: #2e2d2d;
    width: 100%;
    height: 50px;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    font-weight: bold;
    cursor: not-allowed !important;
}

.crossed {
    color: white;
    background: repeating-linear-gradient( 45deg, #65B1CF, #65B1CF 10px, #e6e6e6 10px, #e6e6e6 20px );
}

.btnOK {
}

.btnClear {
}

#tabVariant tr td {
    width: 25%;
}

#tabOption {
    margin-top: 15px;
}

    #tabOption tr th {
        color: white;
        text-align: center;
        font-weight: normal;
    }

.img-back {
    background-image: url(../img/back.png);
    background-repeat: no-repeat;
    background-position: left;
}

/*MENU*/
.btnMenu {
    background-image: url(../img/menu-button-of-three-horizontal-lines.png);
    background-repeat: no-repeat;
    background-position: center;
}

.btnMenuBooking {
    background-image: url(../img/menu.png);
    background-repeat: no-repeat;
    background-position: center;
}

.sidebar {
    height: 100%;
    width: 0;
    position: absolute; /*ANDROID*/
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #196481;
    overflow-x: hidden;
    direction: rtl;
    padding-top: 60px;
    transition: 0.5s;
    /*FIREFOX 64*/
    scrollbar-width: thin;
    scrollbar-color: #196481 rgb(234,235,236);
}

    .sidebar a {
        padding: 8px 32px 8px 8px;
        text-decoration: none;
        font-size: 16px;
        color: white;
        display: block;
        transition: 0.3s;
    }

        .sidebar a:hover {
            color: #65B1CF;
        }

    .sidebar .closebtn {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 36px;
        margin-left: 10px;
    }

.settingbar {
    height: calc(100% - 60px);
    width: 0;
    position: absolute; /*ANDROID*/
    z-index: 999;
    bottom: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    direction: rtl;
    padding-top: 60px;
    transition: 0.5s;
    /*FIREFOX 64*/
    scrollbar-width: thin;
    scrollbar-color: #196481 rgb(234,235,236);
}

    .settingbar a {
        text-decoration: none;
        color: black !important;
    }

        .settingbar a:hover {
            color: #65B1CF !important;
        }

.btnBack {
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    height: 28px;
    width: 28px;
}

.soutien {
    color: blue;
    text-transform: uppercase;
    font-weight: bold;
}

#tabLogin, #tabPinPad {
    border: 2px solid #196481;
}

    #tabLogin tr td {
        padding: 12px 0px 12px 0px !important;
    }

.searching {
    position: absolute;
    top: 46px;
    left: calc(55px+27vw);
    width: 235px;
    z-index: 2;
    visibility: hidden;
    cursor: pointer;
    background-color: rgb(234,235,236);
    border: none;
    padding-left: 28px;
}

.searchinginlayout {
    position: absolute;
    top: 75px;
    left: calc(55px+27vw);
    width: calc(99% - 210px);
    z-index: 2;
    visibility: hidden;
    cursor: pointer;
    background-color: white;
    border: none;
    padding-left: 28px;
}

.searchingincatlayout {
    position: absolute;
    top: 456px;
    left: calc(55px+27vw);
    width: calc(99% - 210px);
    z-index: 2;
    visibility: hidden;
    cursor: pointer;
    background-color: white;
    border: none;
    padding-left: 28px;
}

.result {
    margin-left: 25px;
    width: calc(100%-50px);
}

.couleur {
    border: none;
    cursor: pointer;
}

.bouton-clavier-add-white {
    background-image: url(../img/plus_64x64_white.png);
    background-repeat: no-repeat;
    background-position: center;
    height: calc(((90svh - 60px) / 8) * (2 / 3));
    width: 100%;
    color: black;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    white-space: normal;
}

.bouton-clavier-add-small {
    background-image: url(../img/add_32x32.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    color: black;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    white-space: normal;
}

.bouton-clavier-add {
    background-image: url(../img/add_32x32.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 6.5svh;
    width: 100%;
    color: black;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    white-space: normal;
}

.bouton-clavier-substract {
    background-image: url(../img/negatif.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 6.5svh;
    width: 100%;
    color: black;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    white-space: normal;
}

.bouton-clavier-ok-white {
    background-image: url(../img/tick_64x64_white.png);
    background-repeat: no-repeat;
    background-position: center;
    height: calc(((90svh - 60px) / 8) * (2 / 3));
    width: 100%;
    color: black;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    white-space: normal;
}

.bouton-clavier-substract-white {
    background-image: url(../img/moins_64x64_white.png);
    background-repeat: no-repeat;
    background-position: center;
    height: calc(((90svh - 60px) / 8) * (2 / 3));
    width: 100%;
    color: black;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    white-space: normal;
}

.bouton-clavier-up-white-32 {
    background-image: url(../img/navigate_up_32x32_white.png);
    background-repeat: no-repeat;
    background-position: center;
    height: calc(((90svh - 60px) / 8) * (2 / 3));
    width: 100%;
    color: black;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    white-space: normal;
}

.bouton-clavier-up-white {
    background-image: url(../img/navigate_up_64x64_white.png);
    background-repeat: no-repeat;
    background-position: center;
    height: calc(((90svh - 60px) / 8) * (2 / 3));
    width: 100%;
    color: black;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    white-space: normal;
}

.bouton-clavier-up {
    background-image: url(../img/navigate_up_32x32.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 6.5svh;
    width: 100%;
    color: black;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    white-space: normal;
}

.bouton-clavier-esc {
    background-image: url(../img/esc_32x32.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 6.5svh;
    width: 100%;
    color: black;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    white-space: normal;
}

.bouton-clavier-ann {
    background-image: url(../img/ann_32x32.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 6.5svh;
    width: 100%;
    color: black;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    white-space: normal;
}

.bouton-clavier-modif {
    background-image: url(../img/modif_32x32.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 6.5svh;
    width: 100%;
    color: black;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    white-space: normal;
}

.bouton-clavier-hist {
    background-image: url(../img/file_32x32.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 6.5svh;
    width: 100%;
    color: black;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    white-space: normal;
}

.bouton-clavier-down {
    background-image: url(../img/navigate_down_32x32.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 6.5svh;
    width: 100%;
    color: black;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    white-space: normal;
}

.bouton-clavier-down-white-32 {
    background-image: url(../img/navigate_down_32x32_white.png);
    background-repeat: no-repeat;
    background-position: center;
    height: calc(((90svh - 60px) / 8) * (2 / 3));
    width: 100%;
    color: black;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    white-space: normal;
}

.bouton-clavier-down-white {
    background-image: url(../img/navigate_down_64x64_white.png);
    background-repeat: no-repeat;
    background-position: center;
    height: calc(((90svh - 60px) / 8) * (2 / 3));
    width: 100%;
    color: black;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    white-space: normal;
}

.bouton-clavier {
    height: 9svh;
    width: 100%;
    color: black;
    border: 1px solid black;
    background-color: lightgray;
    box-shadow: none;
    border-radius: 5px 5px;
    white-space: normal;
}

.bouton-clavier-black, .bouton-clavier-noir, .bouton-clavier-noir-18 {
    height: 6.5svh;
    width: 100%;
    color: black;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    white-space: normal;
}

.bouton-clavier-white, .bouton-clavier-blanc {
    height: 9svh;
    width: 100%;
    color: white;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    white-space: normal;
}

    .bouton-clavier-up-white:hover, .bouton-clavier-up-white-32:hover, .bouton-clavier-down-white:hover, .bouton-clavier-down-white-32:hover, .bouton-clavier-add-white:hover, .bouton-clavier-substract-white:hover, .bouton-clavier-blanc:hover:not([disabled]), .bouton-clavier-ok-white:hover, .bouton-pay:hover, .bouton-middle:hover, .bouton-serv-table:hover {
        /*background-color: #656566 !important;*/
    }

    .bouton-clavier-white:hover:not([disabled]), .bouton-clavier-black:hover:not([disabled]), .bouton-clavier-noir:hover:not([disabled]), .bouton-clavier:hover:not([disabled]), .bouton-clavier-noir-18:hover:not([disabled]), .bouton-clavier-add:hover, .bouton-clavier-add-small:hover, .bouton-clavier-hist:hover, .bouton-clavier-modif:hover, .bouton-clavier-esc:hover, .bouton-clavier-ann:hover, .bouton-clavier-substract:hover, .bouton-clavier-up:hover, .bouton-clavier-down:hover {
        /*background-color: whitesmoke !important;
        color: black;*/
    }

.bouton-modal {
    height: 75px;
    width: 100px;
    border: none;
    margin-top: 15px;
}

.bouton-modal-flex {
    height: 75px;
    min-width: 100px;
    border: none;
    margin-top: 15px;
    background-color: #029cfd;
}

.bouton-modal-flex-no-bg {
    height: 75px;
    min-width: 100px;
    border: none;
    margin-top: 15px;
}

#divOrders {
    margin-top: 25px;
    margin-left: 50px;
    margin-right: 50px;
    width: calc(100% - 100px);
    max-height: calc(85svh);
}

.bouton-sent {
    height: 35px;
    min-width: 100px;
    background-color: whitesmoke;
    border-radius: 5px;
    border: 1px solid #196481;
}

    .bouton-sent:hover {
        /*background-color: #65B1CF;*/
    }

#tabPay tr td {
    width: calc(100% / 8);
    height: calc(100% / 9);
}

.btnPay {
    height: 85%;
    width: 85%;
}

.border-white {
    border: 1px solid whitesmoke !important;
}

.border-left-white {
    border-left: 1px solid white !important;
}

.border-bottom-white {
    border-bottom: 1px solid white !important;
}

.tab tr th, .tableau tr th, .tableau-client tr th, .tab-history tr th {
    padding-left: 10px;
}

.tableau-client tr {
    height: 15px;
}

.tab-history tr {
    height: 50px;
}

.tab tr, .tabb tr, .tableau tr, #tabPaymentTypes tr, #tabNavig tr, #tabGroup tr, #tabUsers tr, #tabCashPayments tr, #tabPaymentTypesReport tr, #tabSoldProductsReport tr, #tabCashiersSlipReport tr, #tabCustomers tr, #tabProducts tr, #tabCategories tr, #tabRegisterClosingReport tr, #tabReadingsReport tr, #tabVariants tr, #tabHistory tr, #tabAllInvoicesReport tr, #tabServices tr, #tabReservationsReport tr, #tabReservation tr, #tabNotes tr, #tabGiftCardsReport tr, #tabLoyaltyPointsReport tr, #tabMembershipsReport tr {
    height: 35px;
}

    .tab tr th, .tab-history tr th, .tabb tr th, #tabPaymentTypes tr th, #tabNavig tr th, #tabGroup tr th, #tabUsers tr th, #tabCashPayments tr th, #tabPaymentTypesReport tr th, #tabSoldProductsReport tr th, #tabCashiersSlipReport tr th, #tabCustomers tr th, #tabProducts tr th, #tabCategories tr th, #tabRegisterClosingReport tr th, #tabReadingsReport tr th, #tabVariants tr th, #tabHistory tr th, #tabAllInvoicesReport tr th, #tabServices tr th, #tabReservationsReport tr th, #tabReservation tr th, #tabNotes tr th, #tabGiftCardsReport tr th, #tabLoyaltyPointsReport tr th, #tabMembershipsReport tr th {
        background-color: #196481;
        font-weight: bold;
        color: white;
        border: 1px solid white;
    }

    .tab tr td, .tab-history tr td, #tabPaymentTypes tr td, #tabNavig tr td, #tabGroup tr td, #tabUsers tr td, #tabCashPayments tr td, #tabPaymentTypesReport tr td, #tabSoldProductsReport tr td, #tabCashiersSlipReport tr td, #tabCustomers tr td, #tabProducts tr td, #tabCategories tr td, #tabRegisterClosingReport tr td, #tabReadingsReport tr td, #tabVariants tr td, #tabHistory tr td, #tabAllInvoicesReport tr td, #tabServices tr td, #tabReservationsReport tr td, #tabReservation tr td, #tabNotes tr td, #tabGiftCardsReport tr td, #tabLoyaltyPointsReport tr td, #tabMembershipsReport tr td {
        padding-left: 10px;
        border: 1px solid white;
    }

    .tableau tr td, .tableau-client tr td {
        padding-left: 10px;
    }

    .tabb tr td {
        border: 1px solid white;
    }

.tabl tr {
    height: 25px;
}

.tabl-padding tr td {
    padding: 1px 2px 1px 2px;
}

.th-right {
    text-align: right;
    padding-right: 10px;
}

.text-align-right {
    text-align: right !important;
}

.th-center {
    text-align: center !important;
}

#tabGroup {
    margin-top: 15px;
    margin-bottom: 15px;
}

.title {
    font-weight: bold;
    margin-left: 30px;
    font-size: 28px;
}

.subtitle {
    color: #ffa500;
    margin-left: 15px;
    margin-top: 15px;
    font-size: 12px;
}

.big-title {
    margin-left: 30px;
    margin-top: 15px;
    font-size: 32px;
    font-weight: bold;
}

.btnAdd {
    background-color: whitesmoke;
    height: 35px;
    min-width: 100px;
    float: right;
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #196481;
}

.btnAdd-left {
    background-color: white;
    font-weight: bold;
    cursor: pointer;
    padding: 15px;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.legende {
    width: auto;
    float: right;
    margin-right: 20px;
    padding-top: 10px;
    font-size: 10px;
}

.search-promo {
    float: left;
    padding: 15px;
}

.search {
    float: left;
    padding: 15px;
    margin-top: 20px;
}

.search-partial {
    float: left;
    padding-bottom: 15px;
}

.sous-titre {
    font-weight: bold;
    float: left;
    font-size: 16px;
    padding-left: 25px;
}

.sous-titre-lower {
    font-weight: bold;
    float: left;
    font-size: 16px;
    padding-left: 25px;
}

.select, .input {
    width: 300px;
    height: 30px;
}

.textarea-fit {
    width: 100%;
    height: 5vh;
    resize: none;
}

.textarea-big {
    width: 375px;
    height: 200px;
    resize: none;
}

.textarea {
    width: 300px;
    height: 85px;
    resize: none;
}

.select-half {
    width: 100px;
    height: 30px;
}

.input-half {
    width: 50%;
    text-align: center;
}

.input-fit {
    width: 100%;
    text-align: center;
}

.input-link {
    width: 100%;
    background: none;
}

.input-small {
    width: 100px;
    height: 30px;
}

.input-medium {
    width: 198px;
    height: 30px;
}

.input-half {
    width: 150px;
    height: 30px;
}

.input-med-small {
    width: 50px;
    height: 30px;
}

.input-quarter {
    width: 70px;
    height: 30px;
}

.input-left {
    width: 100%;
    height: 30px;
}

.disabled {
    background-color: rgb(234,235,236);
    border: none;
}

.disable {
    background-color: rgb(234,235,236);
}

#tabAdd tr td {
    padding-bottom: 10px;
}

#tabChoix {
    float: right;
    margin-right: 20px;
    margin-bottom: 20px;
}

    #tabChoix tr td {
        border: 1px solid rgb(234,235,236);
        padding: 15px;
        width: 100px;
        text-align: center;
    }

        #tabChoix tr td:hover {
            /*background-color: #e0e0e0 !important;*/
            cursor: pointer;
        }

#tabDashboard {
    border: 1px solid rgb(45,45,46);
    background-color: white;
    width: 100%;
    min-width: 450px;
}

/*CHECKBOX*/
.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
}

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: rgb(234,235,236);
    border: 0px solid #000000;
}

.control-radio .control_indicator {
    border-radius: 0;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: rgb(234,235,236);
}

.control input:checked ~ .control_indicator {
    background: rgb(234,235,236);
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: rgb(234,235,236);
}

.control input:disabled ~ .control_indicator {
    background: none !important;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.display-inline-block {
    display: inline-block;
}

.control input:checked ~ .control_indicator:after {
    display: block;
}

.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 4px;
    height: 8px;
    border: solid #000000;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
}

/*SWITCH*/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 26px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e0e0e0;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #65B1CF;
}

input:focus + .slider {
    box-shadow: 0 0 1px #65B1CF;
}

input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/*RADIO*/
/* Customize the label (the container) */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: white;
    color: black;
    padding-top: 8px;
}

    /* Hide the browser's default radio button */
    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 4px;
    left: 5px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #e0e0e0;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #65B1CF;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/*RESPONSIVE TABLE*/
@media only screen and (max-width: 1420px), (min-device-width: 1420px) and (max-device-width: 1420px) {
    .responsive {
        display: block;
    }

    .td-responsive {
        position: relative;
        display: inline;
    }
}

/*RADIO PERSO*/
/* Customize the label (the container) */
.container-gray {
    display: block;
    position: relative;
    padding-left: 35px;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: white;
    color: black;
    padding-top: 8px;
}

    /* Hide the browser's default radio button */
    .container-gray input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom radio button */
.checkmark-gray {
    position: absolute;
    top: 4px;
    left: 5px;
    height: 25px;
    width: 25px;
    background-color: #e0e0e0;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-gray:hover input ~ .checkmark-gray {
    background-color: rgb(45,45,46);
}

/* When the radio button is checked, add a blue background */
.container-gray input:checked ~ .checkmark-gray {
    background-color: #65B1CF;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-gray:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-gray input:checked ~ .checkmark-gray:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-gray .checkmark-gray:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

@media (max-width: 1400px) {
    #layout table tr td {
        width: 25px;
    }

    #layout .font-size-14 {
        font-size: 10px;
    }

    #layout .width-150px {
        width: 50px;
        font-size: 12px;
    }

    #layout .d-inline-block {
        height: 16px;
    }

    #layout .width-32px {
        width: 16px;
    }

    #layout .searchingincatlayout {
        top: 410px;
    }
}

#tdMidClavier {
    height: 7vh;
}

#tabDTP {
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}

/*@media (max-height: 750px) {
    .flush-img {
        display: none;
    }
}*/

@media (max-height: 900px), (max-device-height: 900px) {
    /*.flush-img {
        height: 28px !important;
        width: 28px !important;
    }

    .bouton-clavier-add, .bouton-clavier-add-white, .bouton-clavier-add-small, .bouton-clavier-hist, .bouton-clavier-modif, .bouton-clavier-esc, .bouton-clavier-ann, .bouton-clavier-substract, .bouton-clavier-substract-white, .bouton-clavier-ok-white, .bouton-clavier-up, .bouton-clavier-up-white, .bouton-clavier-down, .bouton-clavier-down-white, .bouton-clavier-black, .bouton-clavier-white {*/
    /*background-size: 20px !important;*/
    /*height: 7vh;
    }

    #facture, #client, .bouton-pos, .bouton-liste, .bouton-category, .bouton-clavier-add-small, .bouton-clavier-hist, .bouton-clavier-modif, .bouton-clavier-esc, .bouton-clavier-ann, .bouton-clavier-white, .bouton-clavier-black {*/
    /*font-size: 12px !important;*/
    /*}

    .bouton-clavier-grey, .bouton-pos, .bouton-category, .div-pos, .font-size-20 {
        font-size: 13px !important;
    }

    .bouton-pos, .bouton-category, .div-pos {
        min-height: 6.8vh;
    }

    .font-size-16 {
        font-size: 11px !important;
    }

    .font-size-24 {
        font-size: 19px !important;
    }

    .font-size-42 {
        font-size: 33px !important;
    }

    .bouton-pay, .bouton-clavier, .bouton-clavier-blanc {
        font-size: 21px !important;
        height: 7vh;
    }

    .bouton-clavier-add-white {
        background-image: url(../img/add_32x32_white.png);
        height: 7vh;
    }

    .bouton-clavier-substract-white {
        background-image: url(../img/minus-sign.png);
        height: 7vh;
    }

    .bouton-clavier-ok-white {
        background-image: url(../img/check_32x32_white.png);
        height: 7vh;
    }

    .bouton-clavier-up-white {
        background-image: url(../img/navigate_up_32x32_white.png);
        height: 7vh;
    }

    .bouton-clavier-down-white {
        background-image: url(../img/navigate_down_32x32_white.png);
        height: 7vh;
    }

    .siege {
        height: 32px !important;
        width: 32px !important;
    }

    .height-50px {
        height: 35px !important;
    }

    .height-25px {
        height: 7vh;
    }

    .height-9vh, .height-8vh, .bouton-clavier {
        height: 7vh;
    }

    .rapetisse {
        height: 12px;
        width: 12px;
    }

    .wd-rap {
        width: 25px;
    }

    .wd-100 {
        width: 50px;
    }

    .ft-size {
        font-size: 13px !important;
    }

    .bouton-middle {
        height: calc((81vh - 60px) / 6);
    }

    .bouton-serv-table {
        height: calc((81vh - 60px) / 9);   
    }

    .height-88 {
        height: calc(85vh - 60px) !important;
    }

    .height-100 {
        height: 90% !important;
    }

    .bouton-modal {
        height: 50px;
        width: 75px;
    }

    .barre {
        text-decoration: line-through;
    }*/
}

input[type="date"] {
    min-height: 1.5rem;
}

.no-resize {
    resize: none;
}

.top-right {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 15px;
    margin-right: 15px;
}

.middle {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 40px !important;
}

.img-list {
    margin-right: 50px;
    margin-top: 20px;
}

#tabOptions {
    font-size: 20px;
}

    #tabOptions tr td {
        padding-right: 50px;
    }

.bookingbar {
    height: 100%;
    width: 250px;
    position: absolute; /*ANDROID*/
    z-index: 999;
    top: 60px;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    padding: 0;
    transition: 0.5s;
}

    .bookingbar a {
        text-decoration: none;
        color: black;
        display: block;
        transition: 0.3s;
        font-size: 14px;
    }

        .bookingbar a:hover {
            color: #65B1CF;
        }

    .bookingbar .closebtn {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 36px;
        margin-left: 10px;
    }

#tabBooking tr td {
    color: white !important;
}

.btnBooking {
    height: 50px;
    border: 2px solid rgb(234,235,236);
    padding: 10px;
}

#tabCalendar {
    text-align: center;
    border-bottom: 1px solid black;
    width: 100%;
    background-color: #e9e9e9;
}

    #tabCalendar tr th {
        font-weight: normal;
        border-left: 1px solid black;
        border-right: 1px solid black;
    }

    #tabCalendar tr td {
        height: 8px;
        font-size: 12px;
        border-left: 1px solid black;
        border-right: 1px solid black;
    }

.dispo:hover {
    cursor: pointer;
}

#calendar {
    margin-left: 250px;
    width: calc(100% - 250px) !important;
}

#tabClient tr td, #tabResource tr td {
    margin: 0;
    padding: 0;
}

.overflow-x-12 {
    overflow: hidden !important;
    max-height: 12px;
}

.overflow-x-24 {
    overflow: hidden !important;
    max-height: 24px;
    font-size: 16px;
}

#tabAgenda tr td {
    text-align: center;
    width: 14%;
    color: black;
}

.font-color-orange {
    color: orange !important;
}

.font-color-black {
    color: black !important;
    font-size: 16px !important;
}

.no-left-border {
    border-left: none !important;
}

.bg-blue {
    background-color: #65B1CF;
}

.bg-light-gray {
    background-color: #e9e9e9;
}

.bg-dark-gray {
    background-color: #d1d1d1;
}

.bg-smoke {
    background-color: whitesmoke !important;
}

.go-up-1px {
    position: relative;
    bottom: 1px;
}

.go-up {
    position: relative;
    bottom: 2px;
}

.go-down {
    position: relative;
    top: 2px;
}

.go-down-10 {
    position: relative;
    top: 10px;
}

.go-down-5 {
    position: relative;
    top: 5px;
}

.green-circle {
    background-color: #99cc99;
    border-radius: 10px;
    color: black !important;
}

.btnToday {
    font-size: 16px;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    background-color: whitesmoke;
    border: 1px solid #196481;
    border-radius: 5px;
    padding: 3px 15px 3px 15px;
}

.confirmed {
    position: relative;
    float: right;
    margin-right: 5px;
    /*margin-left: -21px;*/
}

/*CHECKBOX RESERVATION/INDEX*/
.controlR {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    cursor: pointer;
    top: -10px;
    font-size: 16px;
}

    .controlR input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.controlR_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: rgb(234,235,236);
    border: 1px solid #000000;
}

.controlR:hover input ~ .controlR_indicator,
.controlR input:focus ~ .controlR_indicator {
    background: rgb(234,235,236);
}

.controlR input:checked ~ .controlR_indicator {
    background: rgb(234,235,236);
}

.controlR:hover input:not([disabled]):checked ~ .controlR_indicator,
.controlR input:checked:focus ~ .controlR_indicator {
    background: rgb(234,235,236);
}

.controlR input:disabled ~ .controlR_indicator {
    background: none !important;
    pointer-events: none;
}

.controlR_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.controlR input:checked ~ .controlR_indicator:after {
    display: block;
}

.controlR-checkbox .controlR_indicator:after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid #000000;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
}

.btnSelect {
    text-align: center;
    border: 1px solid black;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    background-color: white;
}

    .btnSelect:hover {
        /*background-color: #65B1CF !important;*/
    }

.text-facture {
    font-family: Montserrat;
    font-size: 10px;
}

.text-facture-lettre {
    font-family: Montserrat;
    font-size: 12px;
}

.bold-facture {
    font-weight: bold;
    font-size: 28px;
}

.img-facture {
    height: 64px;
    width: 64px;
}

.border-2px-black {
    border: 2px solid black;
}

.border-light-gray {
    border: 1px solid lightgray;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
        visibility: hidden !important;
    }
}

.fs-10 {
    font-size: 10px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.context-menu {
    position: absolute;
    text-align: center;
    background: #e9e9e9;
    border: 1px solid black;
}

    .context-menu ul {
        padding: 0px;
        margin: 0px;
        min-width: 150px;
        list-style: none;
    }

        .context-menu ul li {
            padding-bottom: 7px;
            padding-top: 7px;
            border: 1px solid black;
        }

            .context-menu ul li a {
                text-decoration: none;
                color: black;
            }

            .context-menu ul li:hover {
                background: #d1d1d1;
            }

.div-bottom-right {
    position: absolute;
    bottom: 5px;
    right: 5px;
}
