﻿.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;
}

#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    */

#QrCodeCardapio .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: 99.3506%;
}
#QrCodeCardapio .titulo span {
  position: relative;
  top: 25%;
}
#QrCodeCardapio {
  width: 440px;
  background-color: #ededed;
}
#qrcode-container {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
