﻿.logo {
    text-align: center;
}

.loja {
    display: table;
    margin: auto;
}

    .loja a {
        color: darkgray;
    }

    .loja .telas {
        background-color: #ededed;
        padding: 20px;
        border-radius: 5px;
        display: table;
    }



        .loja .telas .tela {
            background-color: White;
            background-size: 100% 100%;
            border-radius: 5px;
            float: left;
            margin: 2px;
            width: 150px;
            height: 80px;
        }

        .loja .telas .online {
            background-color: yellowgreen;
        }

        .loja .telas .offline {
            background-color: red;
        }

        .loja .telas .tela.vertical {
            width: 80px;
            height: 150px;
        }





#conjuntos {
    /*background-color:#ededed; 	margin-left:20px; 	margin-right:20px; 	margin-top:-10px;*/
    text-align: left;
}

    #conjuntos #tab-conjuntos {
        margin-top: -10px;
        margin-right: 20px;
        margin-left: 20px;
        background-color: #ededed;
    }

        #conjuntos #tab-conjuntos .individual {
            /*background-color: #ededed;
      margin-top: -10px;*/
            float: left;
        }

            #conjuntos #tab-conjuntos .individual .promocao {
                margin: 5px !important;
                cursor: pointer !important;
            }

        #conjuntos #tab-conjuntos .titulo,
        #produtos #tab-produtos .titulo {
            height: 50px;
            color: #fff;
            text-align: center;
            font-family: Verdana, Geneva, sans-serif;
            font-size: 20px;
            background: linear-gradient(lightgray, darkgray);
        }

            #conjuntos #tab-conjuntos .titulo span,
            #produtos #tab-produtos .titulo span {
                position: relative;
                top: 25%;
            }

#produtos {
    width: 100%;
    background-color: #ededed;
    text-align: left;
}

    #produtos [id*="produto-"] {
        margin: 2px;
        padding: 2px;
    }

        #produtos [id*="produto-"] i {
            cursor: pointer;
        }

    #conjuntos .tab-content,
    #produtos .tab-content {
        height: 400px;
    }

#menu-loja {
    margin: 10px;
}

    #menu-loja ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        #menu-loja ul li {
            cursor: pointer;
            display: inline;
            margin: 5px;
        }

            #menu-loja ul li.active {
                font-weight: bold;
            }

.margin-zero {
    margin: 0px !important;
}

.error {
    border: 1px solid #b94a48 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(185, 70, 70, 0.6) !important;
}

#login {
    width: 550px;
}

.btn-form-login {
    background-color: #727777;
    width: 48% !important;
    font-size: 10px;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    font-family: Verdana, Geneva, sans-serif;
    color: #fff;
    float: left;
    margin: 1%;
}

.form-signin {
    max-width: 300px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding: 25px;
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin input[type="text"],
    .form-signin input[type="password"] {
        font-size: 16px;
        height: auto;
        margin-bottom: 15px;
        padding: 7px 9px;
    }

.nav-tabs > li,
.nav-pills > li {
    float: none;
    display: inline-block;
    zoom: 1; /* hasLayout ie7 trigger */
}

.nav-tabs,
.nav-pills {
    text-align: center;
}

.bounded_cell_filename {
    font-size: 8px;
    max-width: 96%;
    text-align: center;
}

.tbl-conjunto-b tbody tr td {
    border-right: 1px solid gray;
}

.tbl-conjunto-b tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

/* QR CODE    */

.titulo {
    border-left: 2px solid lightgray;
    height: 50px;
    color: #fff;
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 20px;
    background: linear-gradient(lightgray, darkgray);
    display: block;
    width: 100%;
}

    .titulo span {
        position: relative;
        top: 25%;
    }

#QrCodeCardapio {
    width: 440px;
    background-color: #ededed;
}

#Upload {
    width: 440px;
    background-color: #ededed;
    height: 359px;
}

#qrcode-container {
    height: 437px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c_form > .c {
    /* height: 440px; */
}

#Upload > .c > .c_1 {
    margin-top: 30px;
    outline: none;
    width: 336px;
    height: 32px;
}

#Upload .c .c_button {
    width: 70px;
    outline: none;
}

#Upload .c .c_1::file-selector-button {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient( linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6) );
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.input_ {
    outline: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.c_form > .c > .c_2 {
    margin-top: 20px;
}

    .c_form > .c > .c_2 > .c {
        margin-top: 10px;
        outline: none;
    }

.c_form {
    width: 440px;
    background-color: #ededed;
}

#Arquivos {
    width: 98vw;
    /* margin: 0 auto; */
    left: 1vw;
    position: absolute;
    eight: 88vh;
    height: 70vh;
}
