/*
    Layout Customization    
*/

#div-main-form {
    border: 2px solid #cccccc;
    padding: 10px 10px;
    border-radius: 10px;
    box-shadow: 5px 5px 2px #D8D8D8;
}

#div-accueil-form {
    border: 2px solid #cccccc;
    padding: 10px 10px;
    border-radius: 10px;
    box-shadow: 5px 5px 2px #D8D8D8;
    min-height: 100%;
    position: relative;
    padding-bottom: 100px; /* Hauteur du pied de page */
}

.boutonBasPage {
    visibility: hidden;
    display: none;
}

.boutonBasPageTelephone {
    visibility: visible;
    display: block;
}

@media screen and (max-width: 800px) {
    #div-left {
        visibility: visible;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        display: none;
    }

    #div-right {
        visibility: visible;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        display: none;
    }

    #div-main-form {
        width: 100%;
        padding: 0px 0px;
        border: 0px;
        border-radius: 0px;
        box-shadow: 0px 0px 0px;
    }

    #div-accueil-form {
        width: 100%;
        padding: 0px 0px;
        border: 0px;
        border-radius: 0px;
        box-shadow: 0px 0px 0px;
        min-height: 100%;
        position: relative;
        padding-bottom: 100px; /* Hauteur du pied de page */
    }
}

@media screen and (max-width: 1024px) {
    #div-main-form {
        padding: 10px 10px;
    }
    #div-accueil-form {
        padding: 0px 0px;
        min-height: 100%;
        position: relative;
        padding-bottom: 100px; /* Hauteur du pied de page */
    }
    #div-left {
        visibility: visible;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        display: none;
    }

    #div-right {
        visibility: visible;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        display: none;
    }
}

@media screen and (min-width: 1200px) {

    .boutonBasPageTelephone {
        visibility: hidden;
        display: none;
    }

    .boutonBasPage {
        visibility: visible;
        display: block;
    }

    #div-left {
        visibility: hidden;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        display: none;
    }

    #div-right {
        visibility: hidden;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        display: none;
    }

    #div-main-form {
        width: 100%;
        padding: 10px 10px;
        border: 2px solid #cccccc;
        border-radius: 10px;
        box-shadow: 5px 5px 2px #D8D8D8;
    }

    #div-accueil-form {
        width: 100%;
        padding: 0px 0px;
        border: 2px solid #cccccc;
        border-radius: 10px;
        box-shadow: 5px 5px 2px #D8D8D8;
        min-height: 100%;
        position: relative;
        padding-bottom: 100px; /* Hauteur du pied de page */
    }
}


form .border-error {
    border: solid 2px #da3116;
}

.error-champ {
    border: solid 1px #da3116;
}

.error-champ-msg {
    font-size: 9px;
    vertical-align: middle;
    color: red;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

table.error-champ tbody {
    border: solid 1px #da3116;
}

#wg-loader.on {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff; /* change if the mask should have another color then white */
    z-index: 99; /* makes sure it stays on top */
    opacity: 0.9;
}

#wg-loader #loadimagem {
    width: 116px;
    height: 116px !important;
    position: absolute;
    left: 50%; /* centers the loading animation horizontally one the screen */
    top: 50%; /* centers the loading animation vertically one the screen */
    margin: -100px 0 0 -100px; /* is width and height divided by two */
}

#wg-loader.off, #wg-loader.off img {
    display: none;
    height: 0;
    position: absolute;
}

#wg-loader p.error {
    color: #da3116;
    position: relative;
    font-weight: bold;
    position: absolute;
}

form .row:nth-child(2n+0) {
    /*background-color: #dcdcdc;*/
}

form label, form legend {
    /*background-color: #dcdcdc;*/
    font-weight: bold;
}

form fieldset label, table.wdgt-receipt label {
    /*background-color: #dcdcdc;*/
    font-weight: normal;
}

table.wdgt-receipt, table.cart-preview {
    width: 100%;
}

    table.wdgt-receipt .title1 {
        width: 70%;
        text-align: left;
    }

    table.wdgt-receipt .title3 {
        width: 15%;
        text-align: right;
    }

    table.wdgt-receipt .title2 {
        width: 15%;
        text-align: right;
    }

        table.wdgt-receipt .title2 input {
            text-align: right;
        }


    table.cart-preview th {
        text-align: left;
    }

    table.cart-preview .title1 {
        width: 15%;
    }

    table.cart-preview .title2 {
        width: 70%;
    }

    table.cart-preview .title3 {
        width: 15%;
    }

    table.cart-preview tfoot td,
    table.cart-preview .price {
        text-align: right;
    }

table.wdgt-payement2 {
    width: 100%;
}

    table.wdgt-payement2 td {
        /*font-size: 12px;*/
    }

    table.wdgt-payement2 .title {
        font-weight: bold;
    }

    table.wdgt-payement2 .hd {
        background-color: #333;
        color: #fff;
        font-weight: bold;
    }

    table.wdgt-payement2 .hd1 {
        width: 70%;
    }

    table.wdgt-payement2 .hd2 {
        text-align: right;
        width: 30%;
    }

/*Child Classes*/

.child-hidden {
    display: none;
}

.child-visible {
    display: block;
}

/* Plan Salle */

div.disponible {
    background-color: green;
    border-color: #000000;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
}

div.reserve {
    background-color: blue;
    border-color: #000000;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
}

div.vendu {
    background-color: red;
    border-color: #000000;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
}

    div.disponible table tbody, div.reserve table tbody, div.vendu table tbody {
        border: inherit !important;
        background-color: inherit !important;
    }

        div.disponible table tbody td, div.reserve table tbody td, div.vendu table tbody td {
            padding: 0rem 0rem;
        }

div.row {
    position: initial;
}

.inscript-legende {
    color: darkgreen;
    background-color: aqua;
    font-size:25px;
    font-weight:lighter;
}
.inscript-html {        
    font-size: 25px;    
}