/* Affichage en portrait */

body {
    /*top:250px;*/
    background-image: url("img/bkground.jpg");
    background-repeat: no-repeat;
    background-color: #358fff;
    font-size: 18pt;
    font-family: arial, 'Luxi Sans', sans-serif;
    color: #000000;
}

a:link, a:hover, a:visited {
    text-decoration:none;
    color: #000;
}

.errormessage, .infomessage {
    position: relative;
    border: 0px solid #000;
    border-radius: 4px;
    width: 90%;
    margin: 10px auto 10px auto;
    padding: 10px 4px;
    font-size: 18pt;
    text-align: center;
}

.errormessage {
    background-color: #FC5F66;
}

.infomessage {
    background-color: #A5FF6F;
}

.pull-left {
    position: float;
    float: left;
}

.pull-right {
    position: float;
    float: right;
}

.blinking {
    animation: mymove 1s infinite alternate;
}

@keyframes mymove {
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

/* ************************
        EN TETE
************************* */

#entete {
    height: 40px;
    width: 100%;
}


/* ************************
        ACCUEIL
************************* */

#accueil .item {
    background: #FCFCFC;
    height: 100px;
    width: 380px;
    margin: 10px auto 12px auto;
    /*    padding: 0px 0px 0px 40px;*/
    font-size: 22pt;
    font-family: arial, 'Luxi Sans', sans-serif;
    text-transform: uppercase;
    font-weight: Bold;
    color: #000000;
    line-height: 90px;
    border-radius: 0px 0px;
    box-shadow:
        0px 6px 8px 0px rgba(0, 0, 0, 0.5),
        0px 2px 2px 0px rgba(255, 255, 255, 0.5) inset;
}

#accueil .item .icon {
    display: inline-block;
    margin: 0px 0px 0px 30px;
}

#accueil .item .txt {
    display: inline-block;
    width: 230px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    border: 0px solid #FFCC00;
    text-align: center;
}



/* ************************
        ORDERS
************************* */

#tables {

}

#tables #zones_wrapper {
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    font-size: 20pt;
}

#tables #zones_wrapper .zoneselection {
    width: 100%;
    text-align: center;
    background-color: #FDFDFD;
}

#tables #zones_wrapper .zone {
    /*position: float;
    float: left;*/
    display:inline-block;

    margin: 3px;
    height: 60px;
    text-align: center;
    line-height: 60px;

    background-color: #FCFCFC;

    font-size: 22pt;
    text-transform: uppercase;
    /*font-weight: Bold;*/
    border-radius: 2px;
    box-shadow:
        0px 2px 2px 0px rgba(0, 0, 0, 0.5),
        0px 2px 2px 0px rgba(255, 255, 255, 0.5) inset;
}

#tables #zones_wrapper .zone label {
    margin: 0px;
    display: block;
    height: 100%;
    width: 100%;
}

#tables #zones_wrapper .zone input[type=radio] {
    display: none;
}

#tables #zones_wrapper .zone input[type=radio]:checked + .zone {
    background-color: #f7c325;
}




#tables .tables_wrapper {
    margin: 5px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    font-size: 20pt;
    display: none;
}

#tables .tables_wrapper .tableselection {
    width: 100%;
    text-align: center;
    background-color: #FDFDFD;
}

#tables .tables_wrapper .tablenum {
    /*position: float;
    float: left;*/
    display:inline-block;

    margin: 5px 4px;
    height: 50px;
    width: 17%;
    text-align: center;
    line-height: 50px;
    background-color: #FCFCFC;
    font-size: 20pt;
    box-shadow:
        0px 2px 2px 0px rgba(0, 0, 0, 0.5),
        0px 2px 2px 0px rgba(255, 255, 255, 0.5) inset;
}

#tables .tables_wrapper .tablenum label {
    display: block;
    height: 100%;
    width: 100%;
}

#tables .tables_wrapper input[type=radio] {
    display: none;
}

#tables .tables_wrapper input[type=radio]:checked + .table {
    background-color: #f7c325;
}

#tables #annulertable input[type="button"] {
    height: 80px;
    width: 35%;
    border-radius: 2px;
    background: #DEDEDE;
    margin: 0px;
    font-size: 18px;
    font-family: arial, 'Luxi Sans', sans-serif;
}

#tables #suivanttable input[type="submit"] {
    height: 80px;
    width: 35%;
    border-radius: 2px;
    background: #DEDEDE;
    margin: 0px;
    font-size: 18px;
    font-family: arial, 'Luxi Sans', sans-serif;
}

/* ************************
        CAISSE
************************* */

#wrap_caisse_left {
    position: float;
    float: left;
    width: 45%;
    padding: 0;
    border: 0px solid red;
}

#wrap_caisse_right {
    position: float;
    float: right;
    width: 52%;
    padding: 0;
    border: 0px solid green;
}

#wrap_right_totaux {
    position: float;
    float: left;
    width: 45%;
    maring: 0;
    padding: 0;
    border: 0px solid green;
}
#wrap_right_pinpad {
    position: float;
    float: right;
    width: 45%;
    maring: 0;
    padding: 0;
    border: 0px solid green;
}


#products {

}

#products .item {
    position: relative;
    background: #FCFCFC;
    height: 60px;
    width: 98%;
    margin: 5px auto 5px auto;
    padding: 2px 0px 2px 5px;
    border: solid 1px #000;
    box-shadow:
        0px 2px 2px 0px rgba(0, 0, 0, 0.5),
        0px 2px 2px 0px rgba(255, 255, 255, 0.5) inset;
}

#products .item .libelle {
    position: float;
    float: left;
    height: 55px;
    width: 58%;
}
#products .item .libelle .name {
    display: inline-block;
    height: 30px;
    width: 100%;
    font-size: 22px;
    overflow: hidden;
    border-bottom: 1px solid grey;
}
#products .item .libelle .price {
    display: inline-block;
    width: 50px;
    font-size: 18px;
    border: 0px solid red;
}
#products .item .libelle .volumeweight {
    display: inline-block;
    width: 50px;
    font-size: 16px;
    font-style: italic;
    border: 0px solid red;
}

#products .item .libelle .estimatetime {
    display: inline-block;
    width: 100px;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    color: red;
    border: 0px solid red;
}

#products .item .qty-adjustement {
    position: float;
    float: right;
    height: 60px;
    width: 40%;
    text-align: right;
}

.qty-adjustement input[type="button"].adjust {
    position: relative;
    top:2px;
    width: 40px;
    height: 50px;
    border-radius: 2px;
    background: #DEDEDE;
    margin: 3px;
    font-size: 32px;
    font-family: arial, 'Luxi Sans', sans-serif;
}
.qty-adjustement input[type="text"].qty {
    width: 50px;
    height: 50px;
    border-radius: 2px;
    padding: 2px;
    font-size: 22pt;
    font-family: arial, 'Luxi Sans', sans-serif;
    text-align: center;
}

#grandtotal {
    position: float;
    float: left;
    margin: 0px 4px 0px 4px;
    height: 80px;
    width: 100%;
    background-color: lightcoral;

    border: solid 0px #000;
    box-shadow:
        0px 2px 2px 0px rgba(0, 0, 0, 0.5),
        0px 2px 2px 0px rgba(255, 255, 255, 0.5) inset;
}
#grandtotal>.totaltext {
    position: float;
    float: left;
    font-size: 16pt;
    text-decoration: underline;
}
#grandtotal>#displaytotal {
    display: flex;
    justify-content: center;
    margin-top:14px;
    font-size: 38px;
}


#payerespeces {
    position: float;
    float: left;
    margin: 0px 4px 0px 4px;
    height: 80px;
    width: 100%;
    background-color: lightskyblue;

    border: solid 0px #000;
    box-shadow:
        0px 2px 2px 0px rgba(0, 0, 0, 0.5),
        0px 2px 2px 0px rgba(255, 255, 255, 0.5) inset;
}
#payerespeces>.totaltext {
    position: float;
    float: left;
    font-size: 16pt;
    text-decoration: underline;
}
#payerespeces>#paiementAmount {
    display: flex;
    justify-content: center;
    margin-top:14px;
    font-size: 38px;
}



#rendu {
    position: float;
    float: left;
    margin: 0px 4px 0px 4px;
    height: 80px;
    width: 100%;
    background-color: lightyellow;

    border: solid 0px #000;
    box-shadow:
        0px 2px 2px 0px rgba(0, 0, 0, 0.5),
        0px 2px 2px 0px rgba(255, 255, 255, 0.5) inset;
}
#rendu>.totaltext {
    position: float;
    float: left;
    font-size: 16pt;
    text-decoration: underline;
}
#rendu>#renduamount {
    display: flex;
    justify-content: center;
    margin-top:14px;
    font-size: 38px;
}




#annulerproduits > input[type="button"] {
    height: 80px;
    width: 22%;
    border-radius: 2px;
    background: #DEDEDE;
    margin: 0px;
    font-size: 18px;
    font-family: arial, 'Luxi Sans', sans-serif;
}

.buttonPayer > input[type="submit"] {
    height: 70px;
    width: 90%;
    border-radius: 10px;
    background: #DEDEDE;
    margin: 0px;
    font-size: 20px;
    font-family: arial, 'Luxi Sans', sans-serif;
}



input[type="button"].pinpad {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background: #FCFCFC;
    margin: 2px;
    font-size: 25pt;
    font-family: arial, 'Luxi Sans', sans-serif;
}


/*
#validerpanier {
    position: float;
    float: right;
    height: 80px;
    width: 49%;
    background-color: #DEDEDE;

    border: solid 1px #000;
    box-shadow:
        0px 2px 2px 0px rgba(0, 0, 0, 0.5),
        0px 2px 2px 0px rgba(255, 255, 255, 0.5) inset;
}
*/




#tablenum, #standtitle {
    position: absolute;
    top:12px;
    left:120px;
    width: 250px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #FDFDFD;
    font-size: 20pt;
}

#order {

}

#order .recap {
    border-radius: 4px;
    background-color: #FFF;
    width: 90%;
    margin: 10px auto 10px auto;
    padding: 10px;
    font-family: "Courier New", monospace;
    font-size: 18pt;
    text-align: left;
}

#annulercommande input[type="button"] {
    height: 80px;
    width: 40%;
    border-radius: 2px;
    background: #DEDEDE;
    margin: 0px;
    font-size: 18px;
    font-family: arial, 'Luxi Sans', sans-serif;
}

#validercommande input[type="submit"] {
    height: 80px;
    width: 40%;
    border-radius: 2px;
    background: #DEDEDE;
    margin: 0px;
    font-size: 18px;
    font-family: arial, 'Luxi Sans', sans-serif;
}


#recaporder {

}



#restart input[type="button"] {
    height: 80px;
    width: 40%;
    border-radius: 2px;
    background: #DEDEDE;
    margin: 0 auto 0 auto;
    font-size: 18px;
    font-family: arial, 'Luxi Sans', sans-serif;
}


/*****************************/
/*        STANDS
/*****************************/

#stands-list {

}

#stands-list .stand {
    float: left;
    width: 40%;
    height: 180px;
    margin: 15px;
    background-color: #FCFCFC;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    line-height: 26px;
    text-transform: uppercase;
    border-radius: 2px;
    box-shadow:
        0px 2px 2px 0px rgba(0, 0, 0, 0.5),
        0px 2px 2px 0px rgba(255, 255, 255, 0.5) inset;
}


#stands-orders {
    margin-top: 15px;
}

#stands-orders .order {
    margin-bottom: 20px;
    background-color: #FCFCFC;
    width: 95%;
    padding: 5px;
    border-radius: 2px;
    box-shadow:
        0px 2px 2px 0px rgba(0, 0, 0, 0.5),
        0px 2px 2px 0px rgba(255, 255, 255, 0.5) inset;
}

#stands-orders .order > form {
    margin-bottom: 0px;
}

#stands-orders .order .orderheader {
    color: darkblue;
    margin-bottom: 15px;
    border-bottom: 2px solid darkblue;
}


#stands-orders .order .orderline {
    height: 30px;
    padding: 5px 0px 5px 2px;
    border-bottom: 1px solid darkblue;
    overflow: hidden;
}

#stands-orders .order .orderline .checkbox {
    position: float;
    float: left;
    display:flex;
    align-items: left;
    width: 10%;
    height: 30px;
}
#stands-orders .order .orderline input[type=checkbox] {
    display: none;
    position: relative;
    top: 4px;
    background-color:#000;
    width: 20px;
    height: 20px;
}

#stands-orders .order .orderline .checkbox label {
    display: block;
    height: 100%;
    width: 80%;
}

#stands-orders .order .orderline input[type=checkbox]:empty + .orderline-checkbox {
    background-color: lightcoral;
}
#stands-orders .order .orderline input[type=checkbox]:checked + .orderline-checkbox {
    background-color: lightgreen;
}

#stands-orders .order .orderline .qty {
    position: float;
    float: left;
    width: 15%;
}

#stands-orders .order .orderline .itemname {
    position: float;
    float: left;
    width: 70%;
}

#stands-orders .order .ordersubmit {
    text-align: center;
    margin: 15px auto 0px auto;
}

#stands-orders .order .ordersubmit > input[type="submit"] {
    height: 30px;
    border-radius: 2px;
    background: #DEDEDE;
    margin: 0px;
    font-size: 14pt;
    font-family: arial, 'Luxi Sans', sans-serif;
}










.boutonrond50px {
    background: #FCFCFC;
    height: 50px;
    width: 50px;
    text-align:center;
    display: table-cell;
    vertical-align: middle;
    border-radius: 50px;
    box-shadow:
        0px 2px 2px 0px rgba(0, 0, 0, 0.8),
        0px 2px 2px 0px rgba(255, 255, 255, 0.8) inset;
}

.bandeau100pc {
    background: #FCFCFC;
    height: 40px;
    margin-top: 10px;
    font-size: 16pt;
    font-family: arial, 'Luxi Sans', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: Bold;
    color: #000000;
    line-height: 40px;
    width: 100%;
    border-radius: 10px 5px;
    box-shadow:
        0px 2px 2px 0px rgba(0, 0, 0, 0.5),
        0px 2px 2px 0px rgba(255, 255, 255, 0.5) inset;
}

/* ********* */
/*   LOGIN   */
/* ********* */

select.login {
    /* voir directement dans la fonction, la class marche pas */
}

input[type="text"].login, input[type="password"].login {
    width: 160px;
    height: 40px;
    border-radius: 10px;
    padding: 5px;
    font-size: 16pt;
    font-family: arial, 'Luxi Sans', sans-serif;
    text-align: center;
}

input[type="button"].login {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: #FCFCFC;
    margin: 5px;
    font-size: 20pt;
    font-family: arial, 'Luxi Sans', sans-serif;
}

input[type="button"].backspace {
    background:url(../img/icones/icons8-symbole-effacer-60.png) no-repeat;
    width: 60px;
    height: 60px;
    margin-left: -10px;
    border: 0;
}
input[type="submit"].bim {
    background:url(../img/icones/icons8-touche-entree-60.png) no-repeat;
    width: 60px;
    height: 60px;
    margin-left: 0px;
    border: 0;
}

/* *************** */
/*   INFOS ITEMS   */
/* *************** */

.search {
    height: 45px;
    border-radius: 10px;
    padding: 5px;
    font-size: 14pt;
    font-family: arial, 'Luxi Sans', sans-serif;
}
.infoitem {
    border: 0px solid #FFCC00;
    overflow: hidden;
    background: #FCFCFC;
    width: 430px;
    margin: 0px auto 15px auto;
    padding: 5px 0px 10px 0px;
    border-radius: 5px;
    box-shadow:
        0px 2px 2px 0px rgba(0, 0, 0, 0.5),
        0px 2px 2px 0px rgba(255, 255, 255, 0.5) inset;
}

.infoitemlogo {
    width: 100px;
    border: 0px solid #FF0000;
    text-align: center;
    margin:0 10 0 0;
    float: left;

}

.infoitemtxt {
    border: 0px solid #FFFF00;
    display: inline;
    float: left;
    width: 310px;
}

/* *************** */
/*      DIVERS     */
/* *************** */

.grand {
    font-size: 20pt;
}


.petit {
    font-size: 11pt;
}

.italique {
    font-style: italic;
}

.gras {
    font-weight: bold;
}

.droite {
    text-align: right;
}

/* ***************** */
/*   LISTE CLIENTS   */
/* ***************** */

input[type="text"].listeclients {
    display:block;
    background: #FFFFFF;
    width: 350px;
    height: 40px;
    margin: 0 auto 0 auto;
    padding: 3px;
    text-align: center;
    font-size: 15pt;
    border: 0px solid #444444;
    border-radius: 5px;
    box-shadow:
        0px 2px 2px 0px rgba(0, 0, 0, 0.5),
        0px 2px 2px 0px rgba(255, 255, 255, 0.5) inset;
}

input[type="submit"].listeclients {
    display:block;
    background: #EEEEEE;
    width: 350px;
    height: 40px;
    margin: 0 auto 0 auto;
    text-align: center;
    font-size: 15pt;
    border: 0px solid #444444;
    border-radius: 5px;
    box-shadow:
        0px 2px 2px 0px rgba(0, 0, 0, 0.5),
        0px 2px 2px 0px rgba(255, 255, 255, 0.5) inset;
}

/* **************** */
/*   BASKETS LIST   */
/* **************** */

.basketlist {
    position: float;
    float:left;
    background: #FFFEEE;
    padding: 5px;
    margin: 10px;
    width: 190px;
    font-size: 16pt;
    font-family: arial, 'Luxi Sans', sans-serif;
    line-height: 25px;
    border: 0px solid #444444;
    border-radius: 5px;
    box-shadow:
        0px 2px 2px 0px rgba(0, 0, 0, 0.5),
        0px 2px 2px 0px rgba(255, 255, 255, 0.5) inset;

}

.basketlist .title {
    font-size: 15pt;
}
.basketlist .comment {
    font-size: 16pt;
    font-weight: bold;
}
.basketlist .nblines {
    font-size: 13pt;
}

.basketlist a {
    text-decoration:none;
    color: #000000;
}

.brouillon {
    background-color: #ffe88e;
}
.valide {
    background-color: #b4ff7d;
}
.zebra {
    background: repeating-linear-gradient(
        45deg,
        #eff8ff,
        #eff8ff 15px,
        #d7d7d7 15px,
        #d7d7d7 30px
        );
}

#status {
    /*
    position: absolute;
    top: -10px;
    left: 180px;
    */
    position: absolute;
    margin: 0px auto 0px auto;
    width: 400px;
    padding: 2px;
    border: 0px solid #000;
    text-align: center;
}

input[type="submit"].buttonon {
    background:url(../img/icones/icons8-interrupteur-on-100.png) no-repeat;
    background-size: 100px 100px;
    width: 100px;
    height: 80px;
    margin: 0px auto 0px auto;
    border: 0;
}
input[type="submit"].buttonoff {
    background:url(../img/icones/icons8-interrupteur-off-100.png) no-repeat;
    background-size: 100px 100px;
    width: 100px;
    height: 80px;
    margin: 0px auto 0px auto;
    border: 0;
}
input[type="submit"].buttonoffgris {
    background:url(../img/icones/icons8-interrupteur-offgris-100.png) no-repeat;
    background-size: 100px 100px;
    width: 100px;
    height: 80px;
    margin: 0px auto 0px auto;
    border: 0;
}


/* **************** */
/*   BASKET LINES   */
/* **************** */

input[type="text"].reference {
    width: 230px;
    font-weight: bold;
}
input[type="text"].qty {
    width: 90px;
}
input[type="text"].unitid {
    width: 60px;
}
input[type="text"].libelle {
    width: 390px;
}

.basket input[type="text"] {
    height: 40px;
    border-radius: 6px;
    margin: 2px;
    padding: 3px;
    font-size: 15pt;
    font-family: arial, 'Luxi Sans', sans-serif;
}

input[type="submit"].insert {
    background:url(../img/icones/icons8-plus-50.png) no-repeat;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    margin-left: 0px;
    border: 0;
}

input[type="submit"].del {
    background:url(../img/icones/icons8-corbeille-50.png) no-repeat;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    margin-left: 0px;
    position: relative;
    top: 5px;
    border: 0;
}

input[type="submit"].update {
    background:url(../img/icones/icons8-mises-a-jour-disponibles-48.png) no-repeat;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    margin-left: 0px;
    border: 0;
    visibility: hidden;
}

input[type="text"].new {
    background: #D2F5C1;
}




/* **************** */
/*    CHECKLIST     */
/* **************** */

.checklist-h1 {
    background: #b8d8ff;
    height: 35px;
    margin: 10 auto 0 auto;
    font-size: 14pt;
    font-family: arial, 'Luxi Sans', sans-serif;
    text-align: center;
    font-weight: Bold;
    color: #000000;
    line-height: 40px;
    width: 400px;
    border-radius: 6px 6px 0px 0px;
    box-shadow:
        0px 2px 2px 0px rgba(0, 0, 0, 0.5),
        0px 2px 2px 0px rgba(255, 255, 255, 0.5) inset;
}

.checklist-content {
    background: #FEFEFE;
    font-size: 12pt;
    margin: 0 auto 30 auto;
    padding: 10px;
    font-family: arial, 'Luxi Sans', sans-serif;
    color: #000000;
    line-height: 30px;
    width: 380px;
    border-radius: 0px 0px 6px 6px;
    box-shadow:
        0px 2px 2px 0px rgba(0, 0, 0, 0.5),
        0px 2px 2px 0px rgba(255, 255, 255, 0.5) inset;
}
