﻿/* Container bem-vindo */
div.bem-vindo {
	background-color: #9BAEBD; 
	/*<video width="100%" height="100%" controls autoplay loop muted controlsList="nodownload"> <source src="Personalizacoes\0-Video.mp4" type="video/mp4"> </video>*/
}

/* Container logo */
div.logo {
	background-color: rgb(255, 255, 255);
	background-image: none;
}

/* Container login */
div.login > div > div.login {
	background-color: #7AA8C9;
	font-size: 14pt;
	font-family: 'Noto Serif', serif;
}

/* Container login: usuário-senha */
div.usuario-senha {
	color: rgb(8, 22, 46);
	font-size: 22px;
	font-weight: 200;
	letter-spacing: 1px;
	text-indent: 55px;
	text-shadow: 1px 1px 1px #ffffffab;
}

/* Container login: usuário-senha */
div.usuario-senha input {
	border-radius: 0px;
	box-shadow: 0px 0px 0px rgb(165, 159, 159);
	letter-spacing: 2px;
	text-shadow: 0px 0px 0px #4b4a4a;
	text-indent: 0px;
}

/* Container DivVersao */
#divVersao {
	background-color: #40404000;
	color: rgb(34, 44, 97);
	font-weight: 1000;
	letter-spacing: 3px;
	position: after;
	height: 20px;
	width: 300px;
	z-index: 99;
	margin-top:-20px;
	top: -20px;
	/*display: none;*/
}

/* Tela LOGIN, para repetir img Background */
body {
	background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed;
    background-position:center;
}

/* Tela DEFAULT, para deixar visivel img background */
div.menu-superior {
	background: #c6d1f100;
}

/* Tela DEFAULT, "Bem Vindo USUARIO" */
.usuario-logado {
	font-family: 'Times New Roman', Times, serif;
	color: #235274;
	text-shadow: 0.5px 0.5px 0.5px #171515;
	font-size: 20px;
	font-weight: 100;
	word-spacing: 3px;
	letter-spacing: 1.5px;
	text-transform: capitalize;
	max-height: 40px;
	transform: translate(-10px,-10px);
}

/* Tela DEFAULT, "Home, Adicionar Projeto..." */
.w3-navbar li a {
	color: #020202;
	text-shadow: 1px 1px 1px #f7f4f4;
	text-transform: uppercase;
	letter-spacing: 0,6px;
	font-size: 13px;
	font-weight: 600;
	transform: translateX(9px);
	transition: ease-in 0.5s;
}

/* Tela DEFAULT-WRAPPER, blocos de opções */
div.conteudo > div > div img {
	transition: ease-in 0.1s;
}

/* Tela DEFAULT-WRAPPER, blocos de opções */
div.conteudo > div > div img:hover {
	transform: scale(1.1);
}

/* Tela DEFAULT-WRAPPER, arredondar bordas */
div.add-projeto {
	border-top-left-radius: 10px;
}

/* Tela DEFAULT-WRAPPER, arredondar bordas */
div.cons-ped {
	border-bottom-left-radius: 10px;
}

/* Tela DEFAULT-WRAPPER, arredondar bordas */
div.prod-padrao {
	border-top-right-radius: 10px;
}

/* Tela DEFAULT-WRAPPER, arredondar bordas */
div.noticias {
	border-bottom-right-radius: 10px;
}

/* Tela DEFAULT-WRAPPER, arredondar bordas */
div.conteudo {
	border-radius: 10px !important;
} 

/* Tela DEFAULT, troca a cor ao selecionar bloco de opção */
div.conteudo > div > .img-container:hover {
    background: #111638 !important;
}

/* Tela DEFAULT, Cor do bloco */
.add-projeto {
	background: #7AA8C9 !important;
}

/* Tela DEFAULT, Cor do bloco */
.fer-alu-kit {
	background: #3d627e !important;
}

/* Tela DEFAULT, Cor do bloco */
.prod-padrao {
	background: #7AA8C9 !important;
}

/* Tela DEFAULT, Cor do bloco */
.encaixilhados {
	background: #3d627e !important;
}

/* Tela DEFAULT, Cor do bloco */
.carrinho {
	background: #7AA8C9 !important;
}

/* Tela DEFAULT, Cor do bloco */
.ajust-folga {
	background: #3d627e !important;
}

/* Tela DEFAULT, Cor do bloco */
.cons-ped {
	background: #7AA8C9 !important;
}

/* Tela DEFAULT, Cor do bloco */
.pos-financ {
	background: #3d627e !important;
}

/* Tela DEFAULT, Cor do bloco */
.noticias  {
	background: #7AA8C9 !important;
}

/* Tela DEFAULT, Cor para Rodape */
.rodape {
	background: #3d627e !important;
	box-shadow: inset 3px 3px 2px #777 !important;
}

/* Tela de DADOS DO PROJETO SELECIONADO, arredonda a quinas */
.w3-card-8 {
	border-radius: 5px;
}

/* Tela de DADOS DO PROJETO SELECIONADO, arredonda a quinas */
.w3-card-8 input {
	border-radius: 5px;
}

/* Borda Superior das telas */
.w3-card-8 header {
	background-color: #5696C6 !important;
}

/* Borda Inferior das telas */
.w3-card-8 footer {
	background-color: #5696C6 !important;
}

/* Borda geral da tela DADOS DO PROJETO SELECIONADO */
div.sel-projeto {
	background-color: #dddddd;
}

/* GRUPO selecionado das páginas PROJETO, FERRAGENS e PRODUTOS PADRÃO */
li.menu-item-selecionado, a.pagina-selecionada, ul.w3-pagination > li > a.pagina-selecionada {
	background-color: #8ba6bf !important;
}

/* Seleção dos GRUPOS nas páginas PROJETO, FERRAGENS e PRODUTOS PADRÃO */
.w3-navbar li a:hover, .w3-dropdown-hover:hover {
    background-color: #2e6d9c !important;
}

/* COR fundo GRUPOS das páginas PROJETO, FERRAGENS e PRODUTOS PADRÃO */
.w3-vert-navbar li {
    color: #272626;
    background-color: #5695c681;
 }

/* COR para borda de PRÉVIA DE ITENS das páginas, ITEM do MEU CARRINHO e CONSULTA PEDIDO */
.w3-table th {
	background: rgb(220, 229, 250);
	color: black;
	font-weight: initial;
}

/*"Bloco = Observação para produção" na aba Projetos-Edição
div.w3-row.padding-bottom-4 > div.w3-col.s6 > input#txtObsProducao {
	display: none;
}*/

/*"Texto = Observação para produção" na aba Encaixilhados
div.w3-col.s12.m8 > div.w3-row.w3-margin-4 {
	display: none;
}*/

/*"Bloco = Observação para produção" na aba Encaixilhados
div.w3-col.s12.m8 > div.w3-row.w3-margin-4 > input#txtObs {
	display: none;
}*/

/*Carrinho na aba Encaixilhados
div.w3-row > div.w3-col.s12.m4.w3-center > img#imgAddCarrinho.w3-image.click {
	margin-left: 1000px;
}*/

/*Bloco para informar observações de Produção
div.w3-col.s12.m8 > div.w3-row.w3-margin-4 {
	display: none;
}*/

/*Bloco para informar observações de Produção
div.w3-row > div.w3-col.s12.m8 > div.w3-row.w3-margin-4 > input#txtObs {
	display: none;
}*/

/*Bloco para informar observações de Produção
input#txtObs {
	display: none;
}*/

/*Remover opção PRODUTOS PADRÃO no topo
div.w3-card-4.menu-superior > div > div > div:nth-child(2) > ul > li:nth-child(4) > a {
	display: none;
}

/*Remover opção PRODUTOS PADRÃO no bloco
.prod-padrao {
	display: none;
}

/*Status CONFERÊNCIA
.sp9 {
	background: rgb(155, 155, 154);
 }

/*Status AGUARDANDO INTEGRAÇÃO
.sp0 {
	background: rgb(155, 155, 154);
}

/*Status AGUARDANDO LIBERAÇÃO
.sp1 {
	background: rgb(155, 155, 154);
}

/*Status AUTORIZADO
.sp2 {
	background: rgb(155, 155, 154);
}

/*Status NÃO AUTORIZADO
.sp3 {
	background: rgb(155, 155, 154);
}

/*Status CANCELAMENTO SOLICITADO
.sp4 {
	background: rgb(155, 155, 154);
}

/*Status CANCELAMENTO AUTORIZADO
.sp5 {
	background: rgb(155, 155, 154);
}

/*Status EXPEDIÇÃO
.sp6 {
	background: #70FF70;
}

/*Status TRANSITO
.sp8 {
	background: rgb(155, 155, 154);
}

/*Status ENTREGUE
.sp7 {
	background: rgb(155, 155, 154);
}

/* REMOVER CAMPOS DA CONSULTA DE PEDIDOS: PREVISÃO DE ENTREGA INICIAL E FINAL*/ /*
 Opção 1:
 .conteudo > div > div:nth-child(8),
 .conteudo > div > div:nth-child(9),
 .conteudo > div > div:nth-child(10),
 .conteudo > div > div:nth-child(11) {
	 display: none;
 }

 Opção 2:
 .conteudo > div > div:nth-child(n+8) {
    display: none;
}

Opção 3 (Junior):
 #divPedidos th:nth-child(7),
           #divPedidos td:nth-child(7) {
               display: none;
           } */

/* REMOVER CAMPOS DA CONSULTA DE PEDIDOS: Lim. Produção e Prev. Entrega da tabela de dados*/ /*
#divPedidos > table > tbody > tr > th:nth-child(5),
#divPedidos > table > tbody > tr > th:nth-child(6),
#divPedidos > table > tbody > tr > th:nth-child(7),
#divPedidos > table > tbody > tr > td:nth-child(5),
#divPedidos > table > tbody > tr > td:nth-child(6),
#divPedidos > table > tbody > tr > td:nth-child(7) {
	display: none;
} */

/* TESTE IMG POPUP */ /* 

#popup {
  position: absolute;
  margin: 0 auto;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 50px 2px #000;
  padding-bottom:5px;
}

#close{
  width:100px;
  background-color:#cc0033;
  color:#ffffff;
  border:none;
  margin-left:5px;
} */

/*Remover botão de cancelamento
#form1 > div.w3-content > div > div > div:nth-child(1) > div.w3-col.s12.m8.imgcontainer.logo {
	background:white;
}

#imgSoliCanc {
	display: none;
}
*/

/*
#divPedidos th:Lim. produção {
	display: none;
}*/