/***********************************
	TEMA GERAL
***********************************/


* {
	
	font-family: arial,sans-serif;
	font-size:12px;
}

body {
	
	background:#F2F5F6;
	background-position: 90% 95px;
	color: #555;
}

/*body.sistemaPrincipal {
   background:#F4F4F4 url(../_arte/fundoSistema.jpg) no-repeat;
   background-position: 0 10px;
}*/

h2 {
	
	font-weight: normal;
	color: #888;
}

hr {
   border-top: 1px solid #e0e0e0;
}

textarea, .textarea {
	border:1px solid #BDBCBD;
	padding:5px;
}

#divPrincipal {
	
	/*background: url(../_arte/fundoCabecalho.jpg) repeat-x;*/
	background: #fff;
}

#cabecalho {
	
	/*background: url(../_arte/cabecalho.gif) no-repeat;*/
	height:53px;
	display:none;
}

.bold {
	font-weight:bold;
}

.baseTitulo {
	
	background: #DCE4ED;
	background-repeat: repeat-y;
	color: #48647F;
	font-weight: bold;
	padding: 7px;
	padding-bottom: 8px;
	font-size: 17px;
	border-bottom:1px solid #C5D2E0;
}

.zoom {
	
	position: absolute;
	z-index: 100;
	text-align: center;
	padding: 10px;
	display: none;
	filter: Alpha(Opacity=95);
	-khtml-opacity: .95;
	-moz-opacity: .95;
	opacity: .95;
	left: 25%;
	top: 5px;
	background:#fff;
	
	
	border-radius:0 0 1px 1px; 
	-moz-border-radius:0 0 1px 1px; 
	-webkit-border-radius:0 0 1px 1px;
	
	-webkit-box-shadow: 1px 9px 23px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    1px 9px 23px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         1px 9px 23px 0px rgba(50, 50, 50, 0.1);
	
	filter: Alpha(Opacity=95);
	-khtml-opacity: .95;
	-moz-opacity: .95;
	opacity: .95;
}

#divTemaAno {
	top:0px;
	right:0px;
	position:absolute;
	/*background:url(../_arte/brasil.png);*/
	height:100px;
	width:200px;
	
	z-index:100;
}

/***********************************
	DIV PARA EXIBIR MODULOS CADASTRADOS...
***********************************/
#divModulos {
	
	position:absolute;
	width:200px;
	background:#fff;
	border:1px solid #aaa;
	display:none;
	margin-left:4px;
	margin-top:4px;
	padding:10px;
	text-align:left;
	-khtml-opacity: .90;
	-moz-opacity: .90;
	opacity: .90;
}

td {
   color: #555;
}

.div-borda {
	
	background: url(../_arte/linha.gif) top repeat-x;
	padding: 0px;
	border-bottom: 1px solid #dcdcdc;
}

.divBordaGrid {
	
	background: #F2F4F7;
	padding: 6px;
	cursor: pointer;
}

.divBordaGrid:hover {
	background: #DCE4ED;
}

.div-borda-sobre { 
	
	/*background: url("../_arte/fundoIconesVista.gif");*/
	/*border: 1px solid #fff;*/
	background-position: 0 -100px;
	background-repeat: repeat-x;
	padding: 4px;
	color: #758795;
	margin-bottom:2px;
}

.div-borda-sobre:hover {
	
	background: url("../_arte/fundoIconesVista.gif");
	border-left: 1px solid #AEC9E1;
	border-top: 1px solid #AEC9E1;
	border-right: 1px solid #AEC9E1;
	border-bottom: 1px solid #AEC9E1;
	color: #395475;
	padding:3px;
}

.div-borda-acao {
	
	background-color: #F1F0E8; 
	color: #395475;
	border-top: 1px solid #FFF; 
	border-left: 1px solid #FFF; 
	border-bottom: 1px solid #D8D2BD; 
	border-right: 1px solid #D8D2BD;
}

/* Tema para as cores das linhas do grid */
.gridCor1 {
	background: #E6EBF2;
}

.gridCor2 {
	background-color: #FFF;
}

/* Eliton... */
table.stripeMe {
	
	border-collapse: collapse;
	width: 100%;
	margin: 0px;
	background: #fff;
}

table.stripeMe tr, table.stripeMe td {
	padding:8px;
}

th {
	background: #fff;
	padding:7px;
	cursor: pointer;
}

th:hover {
	background: #A0BCC4;
}

tr.alt td {
	background: #E6EBF2;
}

tr.over td {
	background: #F2F2F2;
}

tr.click td {
	background: #F2F2F2;
	font-weight: bold;
	font-style: italic;
}

tr.doubleClick td {
	background: #F2F2F2;
	font-weight: bold;
}
/* Fim Eliton... */

#bloqueio {
	background: url("../../../_arte/imagens/fundoBloqueio.gif");
}

/*
	Div para cobrir o fundo do módulo quando estiver em uma janela de zoom
*/
#divCobreTudo {
	position: absolute;
	z-index: 200;
	background: #efefef;
	filter: Alpha(Opacity=60);
	-khtml-opacity: .6;
	-moz-opacity: .6;
	opacity: .6;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 1000px;
	display: none;
}

/*************************************
	TEMA DA ÁREA PRINCIPAL DO SISTEMA
*************************************/

/* Div do iframe que abre todos os sistemas na página principal */
.internas iframe {
	
	/*border: 2px solid #DCE4ED;*/
	border:none;
	border-top:2px solid #DCE4ED;
	background: #FFF;
}

#paginas {
	
}

/* Lugar onde aparece o seja bem vindo %nome do usuário% */
#ferramentas {
	
	background: url("../_arte/fundoTopoSistema.jpg") no-repeat;
	color: #395475;
}

/* Abas */
#abas {
	background: #F2F5F6;
	padding-left:1px;
}

.aba {
	
	
	background: #fff;
	/*border-top:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;*/

	border-left:1px solid #efefef; 
	color: #555;
	cursor: pointer;
	margin-left:-1px;
	padding:8px;
	padding-right:8px;
	padding-left:8px;
}

.abaSelecionada {
	
	font-weight: bold;
	background-position: 0 -25px;
	color: #31309A;

	/*
	border-top:1px solid #ACE5C4;*/
	background:#E3E3E3;
}

.abaNaoSelecionada {
	
	background: #fff;
	/*
	border-left:1px solid #dfdfdf;
	border-top:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf; */
	border-bottom:0px;
	background-position: 0 0px;
	font-weight: normal;
	color: #909090;

	-webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.abaNaoSelecionada:hover {
	background: #E3E3E3;
	color:#31309A;
	font-weight: bold;
	/*
	border-left:1px solid #E3E3E3;
	border-right:1px solid #E3E3E3;
	border-top:1px solid #E3E3E3;*/
}

.tituloAba {
	background: url("../_arte/imagemAba4.png") left no-repeat;
}

/*************************************
	TEMA PARA CAIXA DE AJUDA NO SISTEMA
*************************************/

#hintbox{
	
	background-color: #C7DDFF;
	border: 1px solid #909090;
}

#dhtmlgoodies_leftPanel {	/* Styling the help panel */
	background: url(../_arte/fundoAjuda.jpg) fixed;
}

/*************************************
	TEMA DO SISTEMA NA ÁREA DE LOGIN
*************************************/

#divLogar {
	
	background: #fff;

	-webkit-box-shadow: 1px 9px 23px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    1px 9px 23px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         1px 9px 23px 0px rgba(50, 50, 50, 0.1);

	border-bottom:2px solid #1B5C8D;
	border-top:1px solid #fff;
    border-radius:2px; 
	-moz-border-radius:2px; 
	-webkit-border-radius:2px; 

	-webkit-transition: padding 0.7s, border 0.3s; /* For Safari 3.1 to 6.0 */
    transition: padding 0.7s, border 0.3s;
}

/*
#divLogar:hover {

	padding-top:35px;
	border-bottom:1px solid #1B5C8D;
	border-top:10px solid #1B5C8D;
}*/

#divLogar input[type="text"], #divLogar input[type="password"] {
	color: #48647F;
	font-weight:bold;
}

#divLogarDireita {
	/*background-color: #F4F4F4;*/
	background: url(../_arte/logo.jpg) no-repeat;
}

#divLogarEsquerda {
	
}

/*******************************************
	ESTILO PARA OS CAMPOS E BOTOES DO SISTEMA
*******************************************/

input, select, textarea {
	font-size: 12px;
	font-family:inherit;
	padding:2px;
	border:1px solid #d0d0d0;
}

.campoGrande {
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	color: #777;
	padding: 6px 10px;
	font-size:15px;
}

.divTituloMb {
	
	background-color: #DCE4ED;
	padding:5px;
	/*border-bottom:1px solid #D3DCE5;*/
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#93A7BA;
	border: none;
}


.divTituloMb2 {
	
	background: #E3E3E3;
	font-size:18px;
	padding:16px;
	padding-top:20px;
	/*border-bottom:1px solid #1B5C8D;*/
	text-align:center;
	vertical-align:middle;
	color:#1B5C8D;
}

.divTituloMb2 strong {
	font-size:18px;
	font-weight:bold;
}

.salvar, .reprovar, .fechar, .voltar, .novo, .pesquisar, .limpar, .outrosBotoes {
	
	background-color: #48647F;
	border-color: #48647F;
	color: #fff;
	
	display: inline-block;
	margin: 0;
	padding: 4px 10px;
	border: 1px solid transparent;
	border-radius: 2px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, "Lucida Grande", sans-serif;
	line-height: 1.5384615384615385;
	cursor: pointer;
	outline: none;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.salvar {
	background-color: #1B5C8D;
	border-color: #1B5C8D;
	color: #ffffff;
}

.pesquisar {
	color: #fff;
	background-color: #1B5C8D;
	border-color: #1B5C8D;
}

.novo {
	color: #fff;
	background-color: #66C1E2;
	border-color: #66C1E2;
}

.reprovar {
	background-color: red;
	border-color: red;
	color: #fff;
}

.pesquisarGrande {
	height:33px; 
	margin-top:-2px;
}

/*******************************************
	CLASSE PARA A PAGINAÇÃO DO SISTEMA
*******************************************/

.classePaginacaoPrimeiroUltimo a, .classePaginacaoAnteriorProximo a {
	
	/*border: 1px solid #DBDEE3;*/
	background: #fafafa;
	color: #A7B7C9;
	padding:6px;
	cursor:pointer;
}

.classePaginacaoPaginas a {
	
	/*border: 1px solid #DCE4ED;*/
	background: #fff;
	color: #A7B7C9;
	padding:6px;
}

.classePaginacaoPaginaAtual {
	
	background: #1B5C8D;
	/*border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
	color: #fff;
	font-weight: bold;
	padding:8px;
	padding-left:12px;
	padding-right:12px;
	font-size:16px;
}

.classePaginacaoPrimeiroUltimo a:hover, .classePaginacaoAnteriorProximo  a:hover, .classePaginacaoPaginas a:hover {
	
	background: #1B5C8D;
	/*border-left: 1px solid #DBDEE3;
	border-top: 1px solid #DBDEE3;
	border-right: 1px solid #DBDEE3;
	border-bottom: 1px solid #DBDEE3;*/
	color: #fff;
	padding:6px;
}

/*******************************************
	ESTILO PARA O MENU DROP DOWN DO SISTEMA
*******************************************/

#menu  {
	
	/*background: url(../_arte/menuBar.gif) bottom repeat-x;*/
	background:#48647F;
	border-top: 4px solid #AABCCF;
	border-bottom: 2px solid #48647F;
	padding:5px;
	color:#DCE4ED;
	font-weight:normal;
}

#iconesSistema  {
	padding-bottom: 2px;
}

#menu ul ul {
	font-weight:normal;
}

#menu ul ul li {
	
	-webkit-transition: background 0.2s;
    transition: background 0.2s;
    background: #fff;
}

#menu ul li:hover {

	background-color: #48647F;
	color: #fff;
	z-index: 300;
}

/*
   Obs.: Não colocar filter:alpha para #menu ul ul
   Motivo: o item do sub menu desaparece misteriosamente
   no IE... no FIREFOX por incrível que pareça funciona
   =D
*/

#menu ul ul, #menu ul ul ul {
	
	color: #48647F;
	padding: 6px;
	background: #fff;
	/*border: 1px solid #C5D2E0;*/
	-khtml-opacity: .97;
	-moz-opacity: .97;
	opacity: .97;
}

#menu ul ul ul ul {
	
	filter: Alpha(Opacity=95);
	-khtml-opacity: .97;
	-moz-opacity: .97;
	opacity: .97;
}

/* Como o menu ficou um pouco diferente tive que colocar essa particularidade */
#menu li {
	
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	
	
}

#menu li li {
	
	padding: 8px;
	padding-left: 10px;
}

a {
	color: #000000;
}

ul ul, li:hover ul ul {
	
	/*
	border-top: 1px solid #E6EBF2;
	border-left: 1px solid #E6EBF2;
	border-bottom: 1px solid #E6EBF2;
	border-right: 1px solid #E6EBF2;
	*/

	-webkit-box-shadow: 1px 9px 23px 0px rgba(80, 80, 80, 0.1);
	-moz-box-shadow:    1px 9px 23px 0px rgba(80, 80, 80, 0.1);
	box-shadow:         1px 9px 23px 0px rgba(80, 80, 80, 0.1);
}

.spanSubMenu {
	margin-left: 5px;
}

.spanIconeMenu {
	background: #E8EEF7;
}

.menuPasta {
	background: url(../_arte/subMenuItem.gif) right no-repeat;
}



/**********************************************************
   ESSA CLASSE ABAIXO SEPARA EM GRUPOS OS MENUS NO MENUBAR
**********************************************************/
.separaLinha {
	border-top: 1px solid #d0d0d0;
}

/**********************************************************
	FUNDO PARA LATERAL ESTILO FERRAMENTAS DO EXPLORER DO WINDOWS
**********************************************************/
.fundoFerramentas {
	background: #f4f4f4 url("../_arte/fundoFerramentas.jpg") no-repeat;
}

/****************************
	CARREGANDO
****************************/
#sistemaCarregando, #carregando {
	
	text-align:center;
	width: 300px;
	padding: 20px;
	display: none;
	background: #fff;
	border-bottom:0;
	color:#888;
	font-weight:bold;
	font-size:14px;
	z-index:600;

	border-bottom:1px solid #1B5C8D;
	
	-webkit-box-shadow: 1px 9px 23px 0px rgba(80, 80, 80, 0.1);
	-moz-box-shadow:    1px 9px 23px 0px rgba(80, 80, 80, 0.1);
	box-shadow:         1px 9px 23px 0px rgba(80, 80, 80, 0.1);

     border-radius:2px; 
	-moz-border-radius:2px; 
	-webkit-border-radius:2px;

	filter: Alpha(Opacity=95);
	-khtml-opacity: .95;
	-moz-opacity: .95;
	opacity: .95;
}

#divMenuAtalhos {

	background:#E6EBF2;
	
	/* Fallback for web browsers that doesn't support RGBa */
    background: rgb(230, 235, 242);
    /* RGBa with 0.6 opacity */
    background: rgba(230, 235, 242, 0.9);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99E6EBF2, endColorstr=#99E6EBF2);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99E6EBF2, endColorstr=#99E6EBF2)";

	-webkit-transition: padding 0.3s, border 0.2s;
    transition: padding 0.3s, border 0.2s;

	border-left:0px;
	border-right:0px;
	border-bottom:1px solid #1B5C8D;
	border-top:0px;

	padding-left:10px;
	padding-right:10px;
	/*
	border-radius:0 0 3px 3px; 
	-moz-border-radius: 0 0 3px 3px; 
	-webkit-border-radius: 0 0 3px 3px;*/
}

#divMenuAtalhos:hover {
	padding-bottom:6px;
	padding-top:9px;
	top:0px;
	border-bottom:1px solid #1B5C8D;
}

#divSistemaAviso {
	
	/* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background: rgba(255, 255, 255, 0.7);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF)";

    border-bottom:2px solid #1B5C8D;

    border-radius:2px; 
	-moz-border-radius:2px; 
	-webkit-border-radius:2px; 

	-webkit-transition: padding 0.5s; /* For Safari 3.1 to 6.0 */
    transition: padding 0.5s;
}


/*#divSistemaAviso:hover {

	padding-top:50px;
	border-bottom:1px solid #1B5C8D;
}*/

#divSistemaAviso h1 {
	color:#48647F;
}

.blur {

    filter: blur(3px);
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: url("data:image/svg+xml;utf9,<svg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'><filter%20id='blur'><feGaussianBlur%20stdDeviation='3'%20/></filter></svg>#blur");
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3'); 
}

#informacoesUsuario {

	background:#66C1E2;

	 background: rgb(102, 193, 226);
    /* RGBa with 0.6 opacity */
    background: rgba(102, 193, 226, 0.9);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9966C1E2, endColorstr=#9966C1E2);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9966C1E2, endColorstr=#9966C1E2)";

	color:#fff;
	border-radius:1px 1px 0 0; 
	-moz-border-radius:1px 1px 0 0; 
	-webkit-border-radius:1px 1px 0 0; 
}

#informacoesUsuario:hover {

	zoom: 1;
    filter: alpha(opacity=10);
    opacity: 0.1;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}