﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */

#ctl00_upMasterPage
{
    display: inline ! important;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	min-width: 960px;
	margin: 10px 15px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 1px 0px 1px 2px;
}

h1
{
	font-size: 18px;
	background-color: #F8F8F8;
	padding: 5px 0px 5px 5px;
}

h2
{
	font-size: 17px;
	background-color: #F0F0F0; /* border: 1px solid #FFFFFF;*/
	padding: 5px 0px 5px 5px;
	color: #999999;
}

h3
{
	font-size: 16px;
}

h4
{
	font-size: 15px;
}

h5
{
	font-size: 14px;
}

h6
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

p
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

input[type="text"], input[type="password"], textarea
{
	border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-bottom: medium none #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	font-size: 10px;
	background-color: #d1d1d1;
}

input[type="submit"]
{
	height: 20px;
	font-size: 11px;
}

select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	font-size: 10px;
}

#ctl00_upMasterPage
{
	padding-bottom: 0px;
}

.mapSite
{
	margin-bottom: 1px;
	padding: 5px 0px 5px 5px;
	height: 13px;
}

.tituloDefault
{
    font-weight: bold;
    font-size: 18px;
}

.obsCadastro_Login
{
    font-size: 11px;
    font-style: italic;
}

/* Inicio Menu */
.mnuBackGround
{
	background-color: #F0F0F0;
	min-width: 960px;
	height: 30px;
	z-index: 500;
}

.MasterMenu ul.AspNet-Menu /* Tier 1 */
{
	display: inline;
	z-index: 500;
	position: inherit;
}

.MasterMenu ul.AspNet-Menu ul /* Tier 2 */
{
	width: 6em;
	top: 100%;
	left: 0;
	z-index: 500;
}


.MasterMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
    top: 0;
}

.MasterMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
    width: 11.5em;
}

.MasterMenu ul.AspNet-Menu li ul li ul /* Tier 3 */
{
	width: 6em;
	top: 100%;
	left: 137px;
	z-index: 500;
}

.MasterMenu li /* all list items */
{
	background-image: url(../images/btn_mnu_down.png);
	background-repeat: no-repeat;
	width: 137px;
	text-align: center;
	z-index: 500;
}

.MasterMenu li:hover, /* list items being hovered over */ .MasterMenu li.AspNet-Menu-Hover
{
	background-image: url(../images/btn_mnu_over.png);
	background-repeat: no-repeat;
	z-index: 500;
}

.MasterMenu a, /* all anchors and spans (nodes with no link) */ .MasterMenu span
{
	background-image: url(../images/btn_mnu_down.png);
	line-height: 30px;
	z-index: 500;
}

.MasterMenu li.AspNet-Menu-Leaf a, /* leaves */ .MasterMenu li.AspNet-Menu-Leaf span
{
	background-image: url(../images/btn_mnu_down.png);
	background-repeat: no-repeat;
	z-index: 500;
}

.MasterMenu li:hover a, /* hovered text */ .MasterMenu li:hover span, .MasterMenu li.AspNet-Menu-Hover a, .MasterMenu li.AspNet-Menu-Hover span, .MasterMenu li:hover li:hover a, .MasterMenu li:hover li:hover span, .MasterMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, .MasterMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span, .MasterMenu li:hover li:hover li:hover a, .MasterMenu li:hover li:hover li:hover span, .MasterMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, .MasterMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
	background-image: url(../images/btn_mnu_over.png);
	background-repeat: no-repeat;
	z-index: 500;
}

.MasterMenu li:hover li a, /* the tier above this one is hovered */ .MasterMenu li:hover li span, .MasterMenu li.AspNet-Menu-Hover li a, .MasterMenu li.AspNet-Menu-Hover li span, .MasterMenu li:hover li:hover li a, .MasterMenu li:hover li:hover li span, .MasterMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a, .MasterMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
	background-image: url(../images/btn_mnu_down.png);
	background-repeat: no-repeat;
	z-index: 500;
}

.MasterMenu .AspNet-Menu-Selected /* this tier is selected */
{
	background-image: url(../images/btn_mnu_select.png);
	background-repeat: no-repeat;
	z-index: 500;
}

.MasterMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
	background-image: url(../images/btn_mnu_select.png);
	background-repeat: no-repeat;
	z-index: 500;
}

.MasterMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
	background-image: url(../images/btn_mnu_select.png);
	background-repeat: no-repeat;
	z-index: 500;
}
/* Fim Menu */

.rightAlign
{
	text-align: right;
}

.leftAlign
{
	text-align: left;
}

.TableGrid
{
	margin-top: 0px;
}

.innerTableGrid
{
}

/* Inicio Grid */
.GridRowHeader
{
	height: 20px;
}

.GridRowHeader, .GridRowHeaderCustom
{
    border-style: solid;
    border-width: 2px;
}

.GridRowHeader th, .GridRowHeaderCustom th
{
    border-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-width: 1px;
}

.GridRowHeader th a, .GridRowHeaderCustom th a
{
	text-decoration: none;
	color: Black;
}

.GridRowHeader th a:hover, .GridRowHeaderCustom th a:hover
{
	text-decoration: underline;
}

.GridRowFooter
{
	height: 20px;
}

.GridRowFooter, .GridRowFooterCustom
{
    border-style: solid;
    border-width: 2px;
}

.GridRowFooter td, .GridRowFooterCustom td
{
    border-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-width: 1px;
}

.GridRowFooter td a, .GridRowFooterCustom td a
{
	text-decoration: none;
	color: Black;
}

.GridRowFooter td a:hover, .GridRowFooterCustom td a:hover
{
	text-decoration: underline;
}

.RightHeader
{
	border-right-style: solid;
	border-right-width: 2px;
}

.LeftHeader
{
	border-left-style: solid;
	border-left-width: 2px;
}

.ColumnDelimiter
{
	border-left-style: solid;
	border-left-width: 1px;
}

.ColumnDelimiter input[type="text"], .ColumnDelimiter input[type="password"]
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	font-size: 9px;
	height: 14px;
}

.ColumnDelimiter select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	font-size: 9px;
	height: 18px;
}

.GridRowItem, .GridAlternateRowItem, .GridRowItemBold, .GridAlternateRowItemBold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 9px;
}

.GridAlternateRowItem, .GridAlternateRowItemBold
{
	background: #ffffff;
}

.GridRowItem, .GridRowItemBold
{
	background: #f0f0f0;
}

.GridAlternateRowItemBold
{
	font-weight: bold;
}

.GridRowItemBold
{
	font-weight: bold;
}

.GridRowItem:hover, .GridAlternateRowItem:hover
{
	background-color: #ffc75f73;
}

.GridRowItem td, .GridAlternateRowItem td
{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.GridEmptyRow
{
	color: #ff0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
/* Fim Grid */

.Termo
{
	width: 500px;
	height: 300px;
	overflow: auto;
}

.Termo p
{
	text-align: justify;
	margin: 0px 5px 10px 5px;
	padding: 0px 0px 0px 0px;
}

.versionLabel
{
	color: #ffffff;
}

.ajax__validatorcallout_error_message_cell ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}


dl
{
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

dt
{
	float: left;
	position: relative;
	text-align: right;
	width: 130px;
	margin: 7px 0px 0px 0px;
	padding-left: 0;
	font-weight: bold;
}

.pDetail dt
{
	width: 170px;
}

.pDetail dd
{
	padding-left: 175px;
}

.pDetailTema dt
{
	width: 200px;
}

.pDetailTema dd
{
	padding-left: 205px;
}

.pDetailNSU dt
{
	width: 265px;
}

.pDetailNSU dd
{
	padding-left: 270px;
}

.pDetailPartner dt
{
	width: 320px;
}

.pDetailPartner dd
{
	padding-left: 325px;
}


.pDetail h3
{
	background-color: #F8F8F8;
}



.flat
{
	margin: 0px 0px 0px 0px;
}

.button
{
	margin: 4px 0px 0px 0px;
}

dd
{
	padding-left: 133px;
	margin: 0px 0px 0px 0px;
}

dd .duasLinhas
{
	margin-top: 10px;
}

.dualContent
{
}

.dualContentLeft
{
	width: 50%;
	float: left;
}

.dualContentLeft36Percent
{
	width: 36%;
	float: left;
}

.dualContentRight64Percent
{
	width: 64%;
	float: left;
}

.dualContentRight
{
	width: 50%; /* Alterar esse parametro compromente outras telas*/
	float: left;
	/* margin-left: 160px; */
}

.dualContentFooter
{
	clear: both;
}

.triContent
{
}

.triContentLeft
{
	width: 32%;
	float: left;
}

.triContentCenter
{
	width: 27%;
	float: left;
}

.triContentRight
{
	width: 41%;
	float: left;
}

.triContentFooter
{
	clear: both;
}

.ajax__tab_panel
{
	font-size: 15px;
}

.ajax__tab_header
{
	font-size: 22px;
	color: #0000ff;
}

.ajax__tab_outer
{
}

.ajax__tab_inner
{
	margin: 3px 3px 0px 3px;
}

.ajax__tab_tab
{
	padding: 3px 3px 0px 3px;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
}

.ajax__tab_body
{
	border: 1px solid black;
}

.ajax__tab_hover
{
	color: #000000;
	cursor: pointer;
}

.ajax__tab_active
{
	color: #FF3300;
}

.tooltip
{
	background-color: #FFFACD;
	border: 1px solid #000;
	padding: 10px 15px;
	width: 400px;
	display: none;
	color: #000;
	text-align: left;
	font-size: 12px;
	
	 /* outline radius for mozilla/firefox only */
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
}

.modelos th.c1
{
	background-color: #E5E5E5;
	font-size: 12px;
	color: #666666;
}
.modelos th.c2
{
	background-color: #FFB27F;
	font-size: 12px;
	color: #FFEADD;
}
.modelos th.c3
{
	background-color: #FF6600;
	font-size: 12px;
	color: #FFEADD;
}
.modelos th.c4
{
	background-color: #BDD3EA;
	font-size: 12px;
	color: #336699;
}

.modelos td.c1
{
	background-color: #F2F2F2;
}
.modelos td.c2
{
	background-color: #FFF5EC;
}
.modelos td.c3
{
	background-color: #FFECDF;
}
.modelos td.c4
{
	background-color: #F4F8FB;
}

.modelos td.center
{
	text-align: center;
}

.modelos td.sim
{
	color: #006600;
	text-align: center;
}
.modelos td.nao
{
	color: #990000;
	text-align: center;
}
.modelos td.valor
{
	text-align: right;
}

/*Dados vindos do portal nacional da NFe*/

/*Informativos*/
.divInforme
{
	margin: 0px 10px 30px 0px;
	padding: 0px 0px 0px 40px;
}

.divInforme p
{
	font-weight: bold;
	color: #b27235;
	font-size: 11px;
	padding: 2px 0px 5px 0px;
	margin: 0px;
}

/*Disponibilidade*/
.tabelaListagemDados
{
	margin: 0px 30px 5px 40px;
	width: 95%;
	border-collapse: collapse; /*separate;*/
	border-spacing: 0px 2px;
	border-style: none;
}

.tabelaListagemDados caption
{
	font-weight: bold;
	color: #b27235;
	font-size: 11px;	
	text-align: left;
	padding-bottom: 5px;
}

.tabelaListagemDados th
{
	border: 1px solid #f7e2c2;
	color: #b27235;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 1px 2px 1px 2px;
	text-align: center;	
	height: 21px;
	background-color: #ffffff;
}

.tabelaListagemDados .linhaPar td
{
	border: 1px solid #f7e2c2;
	background-color: #ffffff;
	color: #6d6e71;
	vertical-align: middle;
}

.tabelaListagemDados .linhaImpar td
{
	border: 1px solid #f7e2c2;
	background-color: #f6f0e2;
	color: #6d6e71;
	vertical-align: middle;
}

.tabelaListagemDados .linhaParCentralizada td
{
	border: 1px solid #f7e2c2;
	background-color: #ffffff;
	color: #6d6e71;
	text-align: center;
	vertical-align: middle;
}

.tabelaListagemDados .linhaImparCentralizada td
{
	border: 1px solid #f7e2c2;
	background-color: #f6f0e2;
	color: #6d6e71;
	text-align: center;
	vertical-align: middle;
}

.tabelaListagemDados .linhaParCentralizada td.colunaAlinhadaEsquerda, .tabelaListagemDados .linhaImparCentralizada td.colunaAlinhadaEsquerda
{
	text-align: left;
}

.indentacaoConteudo
{
	margin-top: 7px;
	padding: 0px 0px 0px 40px;
}

.indentacaoConteudo .tituloSessao
{
	color: #b27235;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
}

.fonte10
{
	font-size: 10px;
}

.fonte10 p
{
	margin: 7px 0px 7px 0px;
}

.fonteMarromBold
{
	color: #b27235;
	font-weight: bold;
} 

.tabelaSemaforo
{
	border: 0px solid transparent;
	width: 95%;
}

.tabelaSemaforo caption
{
	font-weight: bold;
	color: #b27235;
	font-size: 14px;	
	text-align: left;
	padding-bottom: 5px;
}

.tabelaSemaforo td
{
	padding: 4px;	
}

.tdLinhaDireitaEInferior
{
	border-bottom: 1px solid #f7e2c2;
	border-right: 1px solid #f7e2c2;
}

.tdLinhaDireita
{
	border-right: 1px solid #f7e2c2;
}

.tdLinhaInferior
{
	border-bottom: 1px solid #f7e2c2;
}

.fonteBold
{
	font-weight: bold;
}

.modalBackground
{
    background-color: #f5f5f5;
    filter: alpha(opacity=80);
    opacity: 0.7;
}

/*Textbox Watermark*/

.unwatermarked {
}

.watermarked {
	padding:2px 0 0 2px;
	border: 1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	

.Red {
    color: #990000;
    font-weight: bold;
}

.Blue {
    color: #000099;
    font-weight: bold;
}
.Green {
    color: #009900;
    font-weight: bold;
}

.InferiorDireito {
	position: fixed;
	bottom: 0px;
	left: 100%;
	height: 12px;
	text-align: left;
    background-color: #D7E1EB;
	padding-left: 6px;
    
}

.MinWidth95px {
    min-width: 95px;
}

hr {
    margin: 7px 0px 0px 0px;
}


.image-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}