/**
 * Folha de Estilo
 * -------------------------------------------------------------------------------------------
 * @author Luis Claudio Monteoliva
 * @version 1.0
 * @since 11/09/2017
 */
html {
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}
body {
    margin: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgb(236, 236, 236);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

form { margin: 0px; }
h1   { color: #000099; padding-top: 2px; text-align: center; }
img  { border: 0; }

.clear    { clear: both; }
.preto    { color: #000;    }
.verde    { color: #009900; }
.vermelho { color: #FF0000; }
.azul     { color: #000066; }
.amarelo  { color: #ffff3c; }
.left     { text-align: left;   }
.rigth    { text-align: right;  }
.center   { text-align: center; }
.context  { margin: 5px;}
.separar  { margin: 5px 0px 5px 0px; }

#cabecalho {
  clear: both;
  background-color: #0D324A;
  text-align: center;
  height: auto;
  z-index: 9000;
}
#cabecalho .menu {
    width: 100%;
    background-color: #444;
    height: auto;
}
#cabecalho .tituloM {
	clear: both;
    width: 100%;
    border-bottom: 1px solid #D5D5D5;
    background-color: #FFF;
    height: 40px;
    line-height: 40px;
    text-align: left;
}
#cabecalho .tituloM span {
    color: #1E5472;
    font: bold 12pt Verdana;
    text-align: left;
    margin: 0px 0px 0px 20px;
}

.separador { border: 1px inset #EEE; width: 0px; position: relative; top: 10px; float: left; height: 32px; margin: 0px 8px 0px 8px; }

.loading {
    position: fixed;
    top: 1px;
    right: 4px;
    width: 100px;
    background-color: #FEF08E;
    display: none;
    z-index: 11111905;
    text-align: center;
    color: #5FA5E0;
    font: normal 9pt Verdana, Arial;
    padding: 3px;
    border: 1px solid #666;
}

.fonte           { font: normal 8pt Verdana, Arial; color: #666; }
.fonte A         { color: #666;    text-decoration: none; }
.fonte A:link    { color: #666;    text-decoration: none; }
.fonte A:active  { color: #666;    text-decoration: none; }
.fonte A:visited { color: #666;    text-decoration: none; }
.fonte A:hover   { color: #ED1B24; text-decoration: none; }

.fonte1 { font-family: Verdana, Arial; font-size:  9pt; color: #666; }

.fonte2           { font-family: Verdana, Arial; font-size: 10pt; color: #666; }
.fonte2 A         { color: #666;    text-decoration: none; }
.fonte2 A:link    { color: #666;    text-decoration: none; }
.fonte2 A:active  { color: #666;    text-decoration: none; }
.fonte2 A:visited { color: #666;    text-decoration: none; }
.fonte2 A:hover   { color: #ED1B24; text-decoration: none; }

.texto { 
    border: 1px solid  #C1C1C1; 
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font: normal 8pt Verdana, Arial;
    background-color: #FFF;
    color: #666;
    padding: 6px;
}
.textArea {
    border: 1px solid  #C1C1C1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font: normal 8pt Verdana, Arial;
    background-color: #FFF;
    color: #666;
}

.bordaCAIXA { border-left: 1px solid #BCCAD3; border-right: 1px solid #BCCAD3; border-bottom: 1px solid #BCCAD3; }
.cfonte     { color: #7B0E10; }

.botao {
    background-color: #1E5472;
    border: 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    font: bold 9pt Verdana, Arial;
    color: #fff;
    padding: 8px 10px 8px 10px;
    cursor: pointer;
    text-transform: uppercase;
}
.botao:hover { background-color: #0D324A; }

.admTITULO {
   color: #fff;
   background-color: #000;
   font: bold 9pt Verdana, Arial;
   height: 28px;
   border-left: 1px solid #BCCAD3;
   border-right: 1px solid #BCCAD3;
}

#divHidden {
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 900;
    border: none;
    overflow: hidden;
}

#ifView {
    position: fixed;
    top: 20px;
    left: 0px;
    z-index: 910;
    display: none;
    width: 700px;
    height: 500px;
    overflow: hidden;
    padding: 0px;
    border: none;
}

#fecharView {
  float: right;
  margin: 0px -4px 2px 0px;
  height: auto;
  width: auto;
}

#gravar {
	width: 0px;
	height: 0px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	display: none;
}

.divBotoes {
	width: 100%;
	height: 36px;
	padding: 0px;
	clear: both;
}
.divBotoes img { margin: 6px 4px 0px 0px; }

.preloader-overlay {
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 200%;
    background: rgba(50, 50, 50, 0.70);
    z-index: 900;
    display: block;
}
.preloader-overlay p      { margin-top: 20%; width: 100%; text-align: center; }
.preloader-overlay p span { font: normal 10pt fonttexto; color: #FFF; }

.caixa_cor {
	margin-left: 10px;
	display: inline;
	border: 1px solid #999;
}

.tabelaRel {
	width: 100%;
	display: inline;
	border: none;
	border-spacing: 0px;
}
.tabelaRel thead, .tabelaRel tbody { border: 0px; }
.tabelaRel  td { padding: 3px 6px 3px 6px; border: none; }



/****************************************************************
 * Folha de Estilo (DIV de Box do Produto)
 ****************************************************************/
.boxProd {
	margin: 10px;
	float: left;
	width: 200px;
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid #333;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 3px 3px 2px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 3px 2px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         3px 3px 2px 0px rgba(50, 50, 50, 0.75);
    text-align: center;
    padding: 10px;
}
.boxProd span {
	font: normal 8pt Verdana, Arial; 
	color: #fff;
	text-shadow: #dadada 0.2em 0.1em 0.2em;
    height: 35px;
	margin: 1px 0px 0px 0px;
	padding: 2px;
	display: block;
}
.boxProd .resto {
	margin: 1px 0px 0px 0px;
	padding: 0px;
	display: block;
	height: 18px;
	line-height: 18px;
	font: bold 7pt Verdana, Arial; 
	color: #444;
}
.boxProd .resto img {
	margin: 0px 2px 0px 2px;
	border: none; 
}
.boxProd .imagem {
	background-color: #fff;
	width: auto;
	height: 150px;
    border: 1px solid #999;
    text-align: center;
	display: block;
}
.boxProd .imagem  img   { width: 196px; height: 148px; margin: 1px 0px; border: none; }
.boxProd .imagem1 {
	background-color: #444;
	width: auto;
	height: 120px;
    border: none;
    text-align: center;
	display: block;
}
.boxProd .imagem1 .img1 img { width: 95px; height: 100px; margin: 1px 0px; border: none; float: left; }
.boxProd .imagem1 .img2 img { width: 95px; height: 100px; margin: 1px 0px; border: none; float: left; }

/****************************************************************
 * Folha de Estilo (DIV de Box)
 ****************************************************************/
.box {
    background-color: #FFF;
    padding: 0px;
    border: 1px solid #D5D5D5;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}
.box form { margin: 0px; }
.box span {
    font: bold 10pt Verdana, Arial;
    color: #FFF;
    display: block;
    text-align: left;
    padding: 10px;
    background-color: #ED1B24;
    border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
}
.box .subtitulo {
	font: bold 9pt Verdana, Arial;
    color: #333366;
    display: block;
    text-align: left;
    border-bottom: 1px solid #333366;
}
.box table    { border: none; border-spacing: 1px; margin: 10px; }
.box table th { padding: 3px; font: bold 9pt Verdana, Arial; background-color: #333366; color: #fff; tex-align: center; }
.box table td { padding: 3px; font: bold 9pt Verdana, Arial; color: #333366; }
.box table .zebra { background-color: rgba(255, 255, 255, 0.60); }

.box .listagem    { border: none; border-spacing: 1px; margin: 10px; }
.box .listagem th { padding: 3px; font: bold 9pt Verdana, Arial; background-color: #DDD; color: #333; tex-align: center; }
.box .listagem td { padding: 3px; font: bold 9pt Verdana, Arial; color: #333; }
.box .listagem .zebra { background-color: rgba(255, 255, 255, 0.60); }

.box .btGravar {
    background-color: #1E5472;
    border: 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    font: bold 9pt Verdana, Arial;
    color: #fff;
    padding: 8px 10px 8px 10px;
    cursor: pointer;
    text-transform: uppercase;
}
.box .btGravar:hover { background-color: #0D324A; }

.box .btCancelar {
    background-color: #A21D21;
    border: 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    font: bold 9pt Verdana, Arial;
    color: #fff;
    padding: 8px 10px 8px 10px;
    cursor: pointer;
    text-transform: uppercase;
}
.box .btCancelar:hover { background-color: #810810; }

/****************************************************************
 * Folha de Estilo (DIV de CAIXA)
 ****************************************************************/
.caixa         {
    background-color: #FFF;
    padding: 0px;
    border: 1px solid #D5D5D5;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}
.caixa span {
    font: bold 10pt Verdana, Arial;
    color: #FFF;
    display: block;
    text-align: left;
    padding: 10px;
    background-color: #F37600;
    border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
}
.caixa table            { border: none; border-spacing: 1px; margin: 10px; width: 99%; }
.caixa table td         { padding: 3px; font: normal 10pt Verdana, Arial; color: #333; }
.caixa table th         { padding: 3px; font: normal 10pt Verdana, Arial; color: #FFF; background-color: #666; }
.caixa table th a       { text-decoration: none; color: #FFF;    }
.caixa table th a:hover { text-decoration: none; color: #ED1B24; }

/****************************************************************
 * Folha de Estilo (DIV de Box) LOGIN
 ****************************************************************/
.boxLogin {
    position: fixed;
    background-color: #FFF;
    padding: 0px;
    border: 1px solid #D5D5D5;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}
.boxLogin .titulo {
    font: bold 10pt Verdana, Arial;
    color: #FFF;
    display: block;
    text-align: center;
    padding: 10px;
    background-color: #F37600;
    border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
}

.boxLogin .tabela0    { width: 650px; border: none; border-spacing: 0px; }
.boxLogin .tabela0 td { padding: 3px; }
.boxLogin .tabela1    { width: 500px; border: none; border-spacing: 0px; }
.boxLogin .tabela1 td { padding: 3px; text-align: center; }
.boxLogin .tabela2    { width: 98%; border: none; border-spacing: 0px; }
.boxLogin .tabela2 td { padding: 3px; }
.boxLogin .tabela3    { border: none; border-spacing: 0px; }
.boxLogin .tabela3 td { text-align: left; padding: 3px; }

.boxLogin .botao {
    background-color: #1E5472;
    border: 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    font: bold 9pt Verdana, Arial;
    color: #fff;
    padding: 8px 10px 8px 10px;
    cursor: pointer;
    text-transform: uppercase;
}
.boxLogin .botao:hover { background-color: #0D324A; }

.boxLogin .cancelar {
    background-color: #A21D21;
    border: 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    font: bold 9pt Verdana, Arial;
    color: #fff;
    padding: 8px 10px 8px 10px;
    cursor: pointer;
    text-transform: uppercase;
}
.boxLogin .cancelar:hover { background-color: #810810; }

/****************************************************************
 * Tabs
 ****************************************************************/
.TabControl {
	width:100%;
	height: 300px;
    overflow: hidden;
	color: #333;
	font: normal 12pt Calibri, Tahoma, Arial;
}

.TabControl #header  { width:100%; overflow: hidden; }
.TabControl #content { width:100%; overflow: auto; height: 100%; background-color: rgb(210,210,210); border-radius: 0px 5px 0px 0px; padding: 10px; }

.TabControl #content .tabela {
	width: 98%;
	clear: both;
	border-spacing: 1px;
	border: none;
}
.TabControl #content .tabela th {
	background-color: rgb(102, 102, 102);
	color: #FFF;
	font: normal 10pt Calibri, Tahoma, Arial;
	padding: 3px;
	text-align: center;
}
.TabControl #content .tabela td {
	color: #333;
	font: normal 10pt Calibri, Tahoma, Arial;
	padding: 3px;
}

.TabControl .abas    { display: inline; }
.TabControl .abas li { float: left; list-style: none; cursor: default; }

.TabControl .abas li .aba {
	border-radius: 5px 5px 0px 0px;
	text-align:center;
	padding: 5px 6px 8px 6px;
	margin: 0px 3px 0px 0px;
	background-color: rgb(102, 102, 102);
	color: #fff;
	cursor: pointer;
}

.TabControl .abas li .ativa {
	border-radius: 5px 5px 0px 0px;
	text-align:center;
	padding: 5px 6px 8px 6px;
	margin: 0px 3px 0px 0px;
	background-color: rgb(210,210,210);
	color: #3A5FCD;
}