body {
  background-image: url('../images/salmao.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
}

h2 {
  color: white;
}

.painel {
  background-color: #000;
  opacity: 0.65;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 50px 0px #888;
  box-shadow: 0px 0px 50px 0px #888;
  -moz-box-shadow: 0px 0px 50px 0px #888; 
}

.painel span {
  color: #FFF;
  font-size: 42px;
  color: #fff;
  font-family: Georgia,serif;
  font-variant: small-caps; 
  text-transform: none;
  font-weight: 100;
  margin-bottom: 0px;
}

/* login */

.painel_login {
  margin-top: 150px;
  height: 300px;
}

.painel_login span {
  font-size: 42px;
  color: #fff;
  font-family: Georgia,serif;
  font-variant: small-caps; 
  text-transform: none;
  font-weight: 100;
  margin-bottom: 0px;
}


.painel_login #login {
  margin-top: 30px;
}

.painel_login .text {
  height: 30px;
  width: 350px;
  font-size: 20px;
}

.botao {
  height: 30px;
  width: 100px;
  font-size: 18px;
}

.loader {
  display: none;
}


/* mesa */

#mesas_painel{
  margin-top: 20px;
  height: 600px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 40px;
}
#mesas_painel span{
  color: #000;
}

.painel_mesa #numMesa {
  font-family: Arial;
}


.mesa_res_v{
  height: 60px;
  text-align: center;
  background-color: #30ff00;
  font-size: 36px;
  margin-bottom: 10px;
  font-family: Arial;
  border-radius: 5px;
}

.mesa_res_o{
  height: 60px;
  text-align: center;
  background-color: #ff0000;
  font-size: 36px;
  margin-bottom: 10px;
  font-family: Arial;
  border-radius: 5px;
}

.mesa_res_i{
  height: 60px;
  text-align: center;
  background-color: #ffd200;
  font-size: 36px;
  margin-bottom: 10px;
  font-family: Arial;
  border-radius: 5px;
}

.botao_mesa {
  height: 60px;
  border: 1px solid #fff;
}

.botao_mesa span {
  font-size: 36px;
  font-family: Arial;
}

#numero0 {
  margin-left: 72px;
}


/* pdv */

.painel_pdv {
  margin-top: 150px;
  height: 280px;
  padding-left: 12px;
}

.painel_pdv select {
  margin-top: 15px;
  height: 80px;
  width: 400px;
  font-size: 28px;
}

.painel_pdv div {
  padding-top: 20px;
}

.pdv {
}

/* menu inicial */

.painel_menu {
  position: relative;
  margin-top: 12px;
  margin-left: 0px;
  background-color: #000;
  min-height: 690px;
  opacity: 0.65;
}

.painel_menu #titulo_menu_inicial {
  margin-bottom: 100px;
}

.menu {
  background-color: #fff;
  height: 50px;
  margin-top: -20px;
  font-size: 30px;
  color: #000;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 50px 0px #888;
  box-shadow: 0px 0px 50px 0px #888;
}

.primeiro_menu {
  margin-top: 30px;
}

#pag_menu {
  margin-top: -30px;
  text-align: center;
}

#pag_menu span {
  font-size: 24px;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}

#pag_submenu {
  margin-top: -35px;
  text-align: center;
}

#voltarMenu {
  font-size: 16px;
  background-color: #fff;
  margin-left: 10px;
  border-radius: 10px;
  margin-top: -20px;
}

#verPedido {
  font-size: 16px;
  background-color: #fff;
  margin-left: 40px;
  border-radius: 10px;
  margin-top: -20px;
}

#voltarPrincipal {
  font-size: 16px;
  background-color: #fff;
  margin-left: 10px;
  border-radius: 10px;
  margin-top: -20px;
}

.voltar {
  font-size: 16px;
  background-color: #fff;
  margin-left: 10px;
  border-radius: 10px;
  margin-top: -20px;
}


/* centro */

#centro {
  /*position: fixed;
  right: 66px;*/
  height: 690px;
  margin-top: 12px;
  background-color: #000;
  background: rgba(0, 0, 0, 0.5);
  /*opacity: 0.65;*/
  border-radius: 10px;
  box-shadow: 0px 0px 50px 0px #888;

  font-size: 14px;
  color: #fff;
}

.produto {
  margin-left: 15px;
  margin-top: 20px;
  font-family: Georgia,serif;
  font-size: 16px;
  font-weight: bold;
}

.desc_produto {
  height: 70px;
  font-size: 15px;
  color: #fdfbc8;
  font-weight: normal;
}

.preco {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}

.detalhes {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  height: 25px;
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  font-weight: bold;
  padding-top: 3px;
  opacity: 1;
}

.adicionar {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  height: 25px;
  background-color: #eda44d;
  color: #000;
  border-radius: 10px;
  font-weight: bold;
  padding-top: 3px;
  opacity: 1;
}

#pagina_centro {
  margin-top: -50px;
  text-align: center;
}

#pagina_centro span {
  font-size: 24px;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  margin-left: 2px;
  margin-right: 2px;
}


/* detalhes */
#detalhes {
  height: 690px;
  background-color: #000;
  border-radius: 10px;
  box-shadow: 0px 0px 50px 0px #888;
  margin-top: 0px;
  opacity: 0.85;
  margin-top: 10px;
}

#foto {
  height: 290px;
}

#produto_detalhes {
  color: #fff;
  font-family: Georgia,serif;
  font-size: 32px;
  font-weight: bold;
  margin-top: 15px;
  margin-left: -5px;
}

#preco_detalhes {
  color: #fff;
  font-family: Arial;
  font-size: 32px;
  font-weight: bold;
  margin-top: 15px;
  margin-left: -5px;
}

#descricao_detalhes {
  color: #fdfbc8;
  font-family: Georgia,serif;
  font-size: 18px;
  font-weight: bold;
  margin-left: 15px;
  margin-top: -50px;
}

#tempo_detalhes {
  background-color: #fdfbc8;
  height: 30px;
  border-radius: 10px;
  margin-top: 10px;

  font-size: 20px;
}

#voltar_detalhes {
  margin-top: 10px;
}

#adicionar_detalhes {
  background-color: #eda44d;
  margin-top: 10px;
}

/** pedido */

#pedido {
  margin-top: 60px;
  background-color: #fff;
  min-height: 600px;
  opacity: 0.65;
  border-radius: 10px;
  box-shadow: 0px 0px 50px 0px #888;
}

#pedido #titulo_pedido {
  height: 50px;
  background-color: #000;
  font-size: 32px;
  color: #fff;
  border-radius: 10px 10px 0px 0px;
}

#pedido .produto_add {
  margin-top: 20px;
}

#pedido .produto_add .nome_pedido {
  font-size: 20px;
  font-color: #000;
  margin-left: 5px;
  margin-top: 2px;
}

.produto_add img {
  margin-top: 3px;
}

.qtde_pedido {
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
}

.produto_add {
  margin-left: 20px;
}

#pedido .botao_pedido {
  position: absolute;
  background-color: #000;
  border-radius: 10px;
  height: 30px;
  margin-top: 550px;
  color: #fff;
  font-size: 18px;
}

#voltar_pedido {
  margin-left: 20px;
}

#fechar_pedido {
  left: 380px;
}

.adicionar_detalhes {
  /*background: #000;
  height: 30px;
  padding-top: 3px;
  margin-top: 5px;*/
  font-size: 18px;
  /*border-radius: 10px;
  color: #fff;
  font-weight: bold;*/
  margin-bottom: -5px;
}

.select_adicionar select {
  height: 30px;
}

.select_adicionar select option {
  font-size: 16px;
}

.select_adicionar input {
  margin-left: 7px;
  height: 30px;
  width: 50px;
}

.select_adicionar a {
  margin-left: 15px;
  font-size: 18px;
}

.detalhe_adicionado {
  font-size: 14px;
}


/** hospede */
#div_hospede {
  position: absolute;
  margin-top: 120px;
  background-color: #000;
  min-height: 200px;
  opacity: 0.85;
  border-radius: 10px;
  box-shadow: 0px 0px 50px 0px #888; 
  z-index: 10;
  color: #fff;
  padding-top: 15px;
}

#div_hospede .sou_hospede {
  font-size: 18px;
  margin-bottom: 0px;
}

#div_hospede input {
  height: 25px;
  width: 300px;
}

#div_hospede #botao_hospede {
  width: 60px;
}

#div_hospede #botao_hospede_cancelar {
  width: 120px;
}

#div_hospede #botao_visitante {
  width: 60px;
}

#div_hospede #botao_visitante_cancelar {
  width: 120px;
}


/** contas */
.contas {
  position: absolute;
  margin-top: 120px;
  background-color: #000;
  min-height: 300px;
  opacity: 0.85;
  border-radius: 10px;
  box-shadow: 0px 0px 50px 0px #888; 
  z-index: 10;
  color: #fff;
  padding-top: 15px;
}



.contas h2 {
  color: #fff;
}

.div_contas {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px;
}

.div_nova_conta {
  border: 1px solid #fff;
  border-radius: 5px;
  padding-5px;
}

.div_nova_conta div {
  font-size: 18px;
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  margin: 10px;
  text-align: center;
}

.div_contas div {
  height: 40px;
  margin-top: 3px;
  font-size: 18px;
  background-color: #fff;
  color: #000;
  margin: 10px;
  border-radius: 5px;
  text-align: center;
}


/** minha_conta */

#painel_minha_conta {
  margin-top: 60px;
  background-color: #fff;
  min-height: 600px;
  opacity: 0.65;
  border-radius: 10px;
  box-shadow: 0px 0px 50px 0px #888;
}

#titulo_minha_conta {
  height: 50px;
  background-color: #000;
  font-size: 32px;
  color: #fff;
  border-radius: 10px 10px 0px 0px;
}

#painel_minha_conta .botao_pedido {
  position: absolute;
  background-color: #000;
  border-radius: 10px;
  height: 30px;
  margin-top: 75px;
  color: #fff;
  font-size: 18px;
}

#voltar_minha_conta {
  left: 10px;
}

#fechar_minha_conta {
  left: 380px;
}

.pos_minha_conta {
  
  font-size: 20px;
  color: #000;
 
}

.item_minha_conta {
  color: #000;
  font-size: 14px;
}

.pai_pos_minha_conta {
  margin-top: 0px;
  width:570px;
  
}

#painel_minha_conta #contas {
    position: absolute;
  top: 160px;
  height: 350px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

#total{
	margin-top: 520px;
}


/** painel sugestao */

#sug {
}

#sug p {
  margin-bottom: -0px;
}

#sug input {
  
}


/** sobreMenu */
.sobreMenu {
  position: absolute;
  top: 12px;
  min-height: 690px;
  background-color: #000;
  display: none;
  z-index: 20;
  border-radius: 10px;
  opacity: 0.3;
}

.sobreMenu img {
  margin-top: 335px;
  opacity: 0.9;
}

.sobreMenuHospede {
  position: absolute;
  top: 120px;
  min-height: 220px;
  background-color: #000;
  display: none;
  z-index: 20;
  border-radius: 10px;
  opacity: 0.3;
}

.sobreMenuHospede img {
  margin-top: 95px;
  opacity: 0.9;
}

.sobreMenuVisitante {
  position: absolute;
  top: 120px;
  min-height: 210px;
  background-color: #000;
  display: none;
  z-index: 20;
  border-radius: 10px;
  opacity: 0.3;
}

.sobreMenuVisitante img {
  margin-top: 95px;
  opacity: 0.9;
}

#span_mesa {
  color: #fff;
  font-size: 24px;
  margin-top: 100px;
}

.ad{
  margin-top: 10px;
  opacity: 1;
  margin-left: 10px;
  z-index: 1000;
}
