html {
	height: 100%;
}

body {
	font-size: 100%;
	height: 100%;
}

#topoImpressao{
	display: none;
}

.scdp-calendar-input{
	margin: 10px;
}

.nomeAgenciaContainer{
	text-align: center;
	color: #000000;
}

.ui-picklist-button{
	margin-right: 10px;
	margin-left: 10px;
}

.borda-redonda{
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
	border-radius: 0px !important;
}

.link_sair{
	text-decoration: none;
	font-weight:bold; 
	color: #e2413c; 
	font-size: 0.75em;
	padding: 2px 20px 2px 20px;
}

.link_sair:hover{
	text-decoration: none;
	font-weight:bold; 
	background-color: #c0c0c0; 
	padding: 2px 20px 2px 20px;
}

label {display:block;}

textarea { width: 100%; height: 65px; }

/* Define formatacao para o label do rastro */
.labelRastro {
	margin: 5px 5px 0px 5px;
	font-family: Verdana;	
	font-size: 0.75em; 
	float: left;
}

.listaRoteiroCor1, .listaRoteiroCor2{
	 border-bottom-style: dashed; 
	 border-bottom-color: #B1B29E; 
	 border-bottom-width: 2px;
	 padding: 0px 0px 5px 5px;
}

.listaRoteiroCor1{
	background-color: #D3D3CF;
}

.listaRoteiroCor2{
	background-color: #FFFFFF;
}

.listaRoteiroTitulo{
	font-weight: bold; 
	font-style:italic; 
	text-decoration:underline;
	line-height: 35px;
}

/****************************************/

/* Ajustes no corpo de default.xhtml */
body {
	background-color: #f9f9f9;
}

#boxBody {
	background-color: #f9f9f9;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	padding: 5px 15px 5px 15px;
    -moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
	border-radius: 0px !important;
	margin-bottom: 10px;	
}

/* Ajustes do Fieldset e Legend para o sistema SCDP */

fieldset.scdp {
    border: 0;
    border-bottom: 1px dashed black;
    background-color: #F9F9F9;
	margin: 0 0 1em 0;
	padding-bottom:  1em !important;
}

fieldset.invisivel {
    padding: 0 0 0 0;
	margin: 0 0 0 0;
	border:  0px solid;
}

fieldset.scdp legend {
    border: 0 !important;
    background-image: none !important;
    background-color: #F9F9F9 !important;
    color: black !important;
    font-family: Verdana;
    font-size: 0.7em;
    margin-left: -1.9em;
    text-transform: uppercase;
    height: 10px;
}

label.scdp_legend {
	color: black !important;
    font-family: Verdana;
    font-size: 0.70em;
    text-transform: uppercase;
    height: 10px;
}

/* Ajustes de input texts e labels */
input[type="text"].scdp, input[type="password"].scdp, textarea.scdp
,input[type="text"].scdp_normal, input[type="password"].scdp_normal, textarea.scdp_normal,input[type="file"].scdp {
    font-family: Verdana !important;
    font-size: 0.6em;
}

input.cnpj{
   	padding-right: 10px !important;
   	width: 120px;
}

.money, .alinhardireita {
    text-align:right;
}

input[type="text"][disabled].scdp, input[type="password"][disabled].scdp, textarea[disabled].scdp 
,input[type="text"][disabled].scdp_normal, input[type="password"][disabled].scdp_normal, textarea[disabled].scdp_normal,input[type="file"][disabled].scdp, input[type="text"][readonly] {
		background-color: #EEEEEE !important;
}

select[disabled].scdp, select[readonly].scdp {
		background-color: #EEEEEE !important;
}

input[type="radio"][disabled].scdp {
		background-color: #EEEEEE !important;
}

input[type="check"][disabled].scdp {
		background-color: #EEEEEE !important;
}


label.scdp, label.scdp_normal {
    display: block !important;
    color: black;
    font-family: Verdana;
    font-size: 0.6em;
    margin-top:10px;
    margin-right: 5px;
}

label.scdp{
	font-style: italic !important;
}

label.scdp_normal{
	font-style: normal !important;
}

label.scdp_tabela {
    display: block !important;
    color: black;
    font-family: Verdana;
    font-size: 100%;
    font-style: italic;
    margin-top:10px;
}

span.scdp_impressao {
    display: none !important;
    
}

label.scdp_maior {
    display: block !important;
    color: black;
    font-family: Verdana;
    font-size: 0.8em;
    font-style: italic;
    margin-top:10px;
}

label.scdp_sem_margem {
    display: block !important;
    color: black;
    font-family: Verdana;
    font-size: 0.6em;
    font-style: italic;
}

table span.scdp, table span.scdp_normal {
 font-size: 1em;
}

span.scdp,span.scdp_normal {
    color: #000000;
    font-family: Verdana;
    font-size: 0.6em;
}

span.scdp_maior {
    color: #000000;
    font-family: Verdana;
    font-size: 0.8em;
}

span.scdp_vermelho {
    color: red;
    font-family: Verdana;
    font-size: 0.6em;
}

span.scdp_azul {
    color: black;
    font-family: Verdana;
    font-size: 0.6em;
}

span.scdp_bloco {
	display: block !important;
    color: #000000;
    font-family: Verdana;
    font-size: 0.6em;
    text-align: right;
}

span.scdp_bloco_esquerda {
	display: block !important;
    color: #000000;
    font-family: Verdana;
    font-size: 0.6em;
    text-align: left;
}

label.scdp_vermelho {
    display: block !important;
    color: red;
    font-family: Verdana;
    font-size: 0.6em;
    font-style: italic;
}

label.scdp_titulo_azul {
    display: block !important;
    color: black;
    font-family: Verdana;
    font-size: 0.7em;
   
}

label.label_corrido, .label_corrido label {
    display: inline !important;
    color: black;
    font-family: Verdana;
    font-size: 0.6em;
    font-style: italic;
    vertical-align: 3px;
}

/* Ajustes do Select */

select.scdp {
    border-style: solid;
	border-color: #BBBBBB;
    font-family: Verdana !important;
    font-size: 0.625em !important;
}

select.scdp-disabled {
    background-color: #C4C5C6;
    border-style: solid;
    color: white;
}

/* Ajustes do Botão */

button.scdp, input[type="submit"].scdp, input[type="button"].scdp, input[type="reset"].scdp {
    font-size: 0.58em !important;
    font-family: Verdana;
    text-transform: uppercase;    
  border:1px solid #999;
	background: url(../images/button.png) 50% 100% repeat-x;
    color: #000000;
    font-weight: bold;
}



button.scdp:HOVER, input[type="submit"].scdp:HOVER, input[type="button"].scdp:HOVER, input[type="reset"].scdp:HOVER {
	border:1px solid #999;
	background:url(../images/button-on.png) 50% 50% repeat-x;
font-weight: bold;
	color:#ffffff;
	background-size: auto 100%;	
}
/*

button.scdp:focus, input[type="submit"].scdp:focus, input[type="button"].scdp:focus, input[type="reset"].scdp:focus {
	background: url(../images/ui-bg_glass_75_bee3fc_1x400.png) 50% 50% repeat-x; 
	font-weight: normal; 
	color: #212121;
	background-size: auto 100%;	
}*/

/* Ajustes do Tabview */

div.scdp li {
    font-family: Verdana;
    font-size: 0.6em;
    text-transform: uppercase;
    margin-right: 8px !important;
}

/* Ajustes em Tabela */
div.scdp table th, div.scdp table td {
    font-family: Verdana;
    font-size: 0.6em;
    text-transform: none;
    white-space: normal;
}

/*Caso especial da tabela de resumo de pcdp, acerto de tamanho de fonte*/
div.pcdp_resumo table td
{
	font-family: Verdana;
	font-size: 100%;
    text-transform: none;
    white-space: normal;
}

div.scdp table + div {
    background-color: #F9F9F9;
    background-image: none;
    border: 0;
    color: black;
    font-family: Verdana;
    font-size: 0.625em;
}

div.scdp_footer_left table + div {
    text-align: left !important;
}

div.scdp table {
	margin-top: 0px;
	margin-bottom: 2px !important;
}

.tabelaInternaEnquadramento tr{
	border-color: #CCCCCC;
}

.tabelaInternaEnquadramento td{
	font-size: 1em !important;
}

div.scdp_margem_top {
	margin-top: 30px;
}

/* Ajustes do link */
a.scdp {
	font-family: Verdana;
	font-size: 0.6em !important;
	font-weight: bold;
    color: #8d0202!important; 
    text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

a.scdp_tabela {
	font-family: Verdana;
	font-size: 1em !important;
	font-weight: bold;
    color: black;
    text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}


/* Ajustes para listas */

ul.scdp {
	list-style-type: none;
}

/** Centraliza o conteudo da coluna */
.colunaCentralizada{
	text-align: center;
}
/* Classes para destaque e formatação de valores em colunas. Aplicar essas classes em adição a outras necessárias */
.alinhar_direita {
	text-align: right !important;
}

.texto_destaque {
	color: black !important;
    font-family: Verdana;
    font-size: 0.6em;
    font-style: italic;
    font-weight: bold;
}
/* Classe para formatação de listas de seleção simples */
div.listaSimples table thead tr th{
    display: none;
}

table.quadroTotalizacoes{
	width: 400px;		
}

table.quadroTotalizacoes thead tr th{
	background-color: transparent;
	border-bottom:1px dashed #CCCCCC;
}

table.quadroTotalizacoes tbody tr td {
	border-bottom:1px dashed #CCCCCC;
}

table.quadroTotalizacoes tbody tr.totalTabela {
	background-color: #EEEEEE;
}

table.parametrosBuscador{
	width: 850px;		
}
table.parametrosBuscador > thead > tr > th{
	background-color: transparent;
	border-bottom:1px dashed #CCCCCC;
}
table.parametrosBuscador > tbody > tr > td {
	border-bottom:1px dashed #CCCCCC;
}

/* Adiciona um espaço entre os botões e as margens da tela. */
button{
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
}


.nomeAgenciaViagem{
	font-size: 1.6em;
	font-weight: bold;
}

.stackTrace {
	font-size: 0.8em;
	overflow: auto;
}


/* O Prime não gera um div com o ID especificado no dialog. 
 * Ele gera divs irmãos, sem ids, porém, com este aria-labelledby concatenado com o id */
div[aria-labelledby="ui-dialog-title-panAguarde2"] .ui-dialog-titlebar {
	display: none !important; 
}



/* O Prime não gera um div com o ID especificado no dialog. 
 * Ele gera divs irmãos, sem ids, porém, com este aria-labelledby concatenado com o id */
div[aria-labelledby="ui-dialog-title-panAguarde"] .ui-dialog-titlebar {
	display: none !important; 
}

/* O Prime não gera um div com o ID especificado no dialog. 
 * Ele gera divs irmãos, sem ids, porém, com este aria-labelledby concatenado com o id */
div[aria-labelledby="ui-dialog-title-panAguarde"]  .ui-dialog-content{
	font-size: 0.8em;
	color: black;
	margin: 5 auto;
	text-align: center;
}



.serproLogo{
	position: relative; 
	left: 50%; 
	margin-left: -160px; 
	margin-top: 110px; 
	margin-bottom: 150px; 
	width: 320px;	
}

.versao_login {
    margin-left: 260px;
}

.versao_topo {
    position: relative;
    top: -16px;
    left: 50px;
    display: block;
    height: 20px;
    width: 80px;
}

.versao {
    color: #222222;
    font-family: Verdana;
    font-size: 0.55em;
    text-align: right;
}

.esconder_linha {
	display: none !important;
	visibility: hidden !important;
}


.caixaUsuario{
	 height:20px; 
	 text-align:center; 
	 background-color:#ffffff; 
	
	 font-weight: bold;
	 padding-top: 3px;	 
}

#panAguarde {
	z-index: 50000;
	top: 50%;
	margin-top: -35px;
	margin-left: -85px;	
	left: 50%;
	padding-top: 13px;
	padding-left: 25px;
	position: fixed;
	height: 45px;
	width: 180px;
	background-color: white;
}

#caixaAviso{
	background-color: white; 
	color:#444444; 
	border-color: #A7C8E7; 
	border-style: solid; 
	border-width: 1px;
	padding: 30px;
	margin: 50px;				
}

#caixaImagem{
  	text-align: center;		
  	margin-bottom: 20px;	  	
}

#caixaConteudo{
	text-align: center;
	font-size: 0.7em;
}

.alerta{
	color: red;
}

#caixaConteudo .caixaBotao{
	font-size: 1em;
}

.labelQuadroRecurso{
	padding-top: 10px;
}

.quadroRecurso{
	border-top: 1px dashed #CCCCCC;
	margin-top: 10px;
}

/* Customização de TreeNove para exibição de orgãos não disponíveis para seleção. */
.disabledTreeNode {
    background: url("../images/checkDisabled.gif") no-repeat scroll 0 0 transparent !important;
    padding-left: 1em;
    color: gray;
}

/* Customização de TreeNove para exibição de orgãos não disponíveis para edição. */
.disabledTreeNodeSearch {
    color: gray;
}

.caminhoPao{
	width: 80%;
	float:left;
	line-height: 16px;
	margin: 5px 0px 0px 0px; 
	padding: 0px;
}

.caminhoPao,.caminhoPao li{
	height: 16px;
}

.caminhoPao li{
	float:left;
	list-style-type: none;
	padding-left: 3px;
	padding-right: 18px;
	background-image: url("../images/seta_direita.png");
	background-position: right;
	background-repeat: no-repeat;
}

.caminhoPao li.last{
	background: none;
}
/* NEWCSS */
.caminhoPao li a{
	color:#666;font-family:Arial;font-weight:bold;font-size:.8em;text-decoration:none;cursor:default;display:block;float:left;height:16px;}

.caminhoPao li.last a{color:#8d0202;font-family:Verdana;font-weight:bold;font-size:.9em;text-transform:uppercase;}

.fonteBold{		
    font-weight: bold;    
}

.fonteVermelha{
    color: red;    
}

.scdpAlteraCursor:hover {
	cursor: pointer;
}

/* DEFINIÇÃO PARA IMPRESSÃO DAS TELAS DO SISTEMA */
@media print{
	body{ background-color:#FFFFFF; background-image:none; color:#000000 }
	
	#area_topo,#area_menu,#botoes_rastro
	,button.scdp, input[type="submit"].scdp, input[type="button"].scdp, input[type="reset"].scdp
	{
		display: none;
		visibility: hidden;
		width: 0px;
		height: 0px;
		
	}
}

.file{
	
}

.fileinputs{
	
}

.campoObrigatorio{
	color: rgb(205,55,0);
}

/* Growl */
.ui-growl {
	width: 300px;	
	left: 10%;	
}

.ui-growl-item-container {
	width: 300px;
	margin-bottom: 5px;
	opacity: 0.95;
	
    -moz-border-radius: 4px 4px 4px 4px;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;   
     /* Mozila */
    background-image: -moz-linear-gradient(center top , #EEEEEE, #CCCCCC);
     /* Safari 5.1+, Mobile Safari, Chrome 10+ */
    background-image: -webkit-linear-gradient(top,#EEEEEE, #CCCCCC);
     /* IE 10+ */
    background-image: -ms-linear-gradient(top, #EEEEEE, #CCCCCC);
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(top, #EEEEEE, #CCCCCC);
    background-repeat: repeat-x;
    
    border-style: solid;
    border-width: 1px;
    color: #666666;
    margin-bottom: 18px;
    position: relative;
}
.ui-growl-message {
	font-size: 0.7em;
	width: 230px;
	padding: 0;
}
select.listaOrgao option{
	background: url("../images/ui-bg_inset-soft_75_a3c4d3_1x100.png") repeat-x scroll 50% 50% #d63838;
    border: 1px solid #1C557F;
    color: #000000;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 1px;
    padding:3px;
    font-size: 0.8em;
}

select.listaOrgao:focus{
	background-color: #FFFFFF;
}

.scdp_label_corrido label {
    color: black;
    font-family: Verdana;
    font-size: 0.6em;
    display: inline !important;
}

.toolbarSeparador{
	height: 18px;
	width: 1px;
	background-color: rgb(28, 85, 127);
	-moz-box-shadow: 1px 1px 0 #B1C8D6;
	margin-left: 5px; 
	margin-right:5px;
	margin-top:5px
}


.toolbarIconContainer{	
    cursor: pointer;
    height: 23px;
    width: 23px;
    margin: 0;
    padding: 2px 2px 0;
    text-align: center;    
}

.toolbarIconContainer:hover{
    background-color: #EEEEEE;
}

.toolbarIconContainer-focado{
    background-color: #C9E8FB;
}

.smnToolbarIconContainer_clicked {                
 	background-color: #F9F9F9 !important;
    border-color: #BBBBBB #BBBBBB #F9F9F9 !important;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: block;    
    margin: -1px -4px 0px -4px;    
    padding-bottom: 6px; 
    z-index: 50030;
}


.smnIconContainer{
    padding-top: 1px;
    position: relative;
    top: -1px;
}

.smnIcon{
	   
}

.smnMessageCount{			
    -moz-border-radius: 2px 2px 2px 2px;
    -moz-box-shadow: 1px 1px 0 #ffffff;
    background-color: red;
    color: white;
    display: block;
    font-size: 0.6em;
    font-weight: bold;
    left: 55%;
    padding: 0 2px;
    position: absolute;
    top: 10px;    
    -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	    
}		

div.smnDialog{
    left: -300px !important;
    padding: 0;
    position: absolute;
    top: 27px !important;
    -moz-box-shadow: 2px 2px 0 #CCCCCC;    
}

div.smnDialog a{
	text-decoration: none;
}

div.smnDialog .ui-dialog-titlebar{
	background-color: inherit;
	background: none;
	border: none;
	font-size: 0.8em;			
	border-bottom: 1px solid #CCCCCC;
}

/* Tamanho da fonte dos cabeçalhos dos dialogs */
div.scdp_tabela .ui-dialog-title {
	font-size: 1.2em;			
}


div.smnDialog .ui-dialog-content{
	padding: 0px 0px 0px 0px;
}

.linhaMensagem {
	font-size: 0.7em;
	color: #555555;
	border-bottom: 1px solid #CCCCCC;
	padding: 7px 7px 7px 7px;
	cursor: pointer;
	text-align: left;	
}

.linhaMensagem a {
	color: #555555;
	text-decoration: none;
}


.linhaMensagemNova{
	background-color: #e5eaed;	
}

.smnHoraMensagem{	
	font-size: 0.7em;
	margin-top: -16px;
	text-align: right;
}

.smnRodape{
	position:bottom;
    padding: 4px;
    background-color: #DDDDDD;
}

.smnRodape a{
    font-size: 0.6em;
    font-weight: bold;
	color:#8d0202;
	text-decoration: none;
} 



Read more: http://www.linhadecodigo.com.br/artigo/3570/como-criar-um-layout-de-duas-colunas-com-html-e-css.aspx#ixzz4CQ6yyKpF


.smnDivTitulo{
	 border-bottom: 1px solid black;
	 margin-bottom: 20px;
	 position: relative;
}

.smnMensagem{
	background-color: #eeeeee;        
    padding: 10px;
    -moz-box-shadow: 4px 4px 0 #CCCCCC;
}

.smnTitulo{
	font-size: 0.8em;	
	color: black;
}

.smnCorpo{
	font-size: 0.7em;	
}

.smnData{
	float:right;
	font-size: 0.6em;	
	color: black;
	margin-right:5px;
	position:absolute;   
    right: 120px;
    top: 5px;
}

.smnTempoDecorrido {
	float:right;
	font-size: 0.6em;	
	color: black;
	position:absolute;   
    right: 0px;
    top: 5px;	
}

.seletoOrgaoLinkLupa{
}

.seletoOrgaoLupa{
	margin-top:-3px;
    vertical-align: middle;
}

span.mensagem {
    color: #000000;
    font-family: Verdana;
    font-size: 12px;
}

.tabelaDetalhamentoValores th{
 	color: black;    
    font-style: italic;
    font-size: 0.92em !important;
    text-align: left;
}

.tabelaDetalhamentoValores td{
	font-size: 0.92em !important;
}


.tabelaDetalhamentoValores td {
	border: 0px !important;	
}

.itemFaixa {
	background-color:white;
	color:blue;
	text-align:center;
	position:absolute;
	display:block;
	width:230px;
	height:30px;
	padding-top:15px;	
	top:190px;
}

.aviao{
	position:absolute;
	top:180px;
	display:block;
	width:300px;
	height:30px;
}

.altura_caixa_login{
	padding-top: 20px;
}

#legandaCampoObrigatorio{
    font-family: Verdana;
    font-size: 0.65em;
    color: rgb(205,55,0);
}


.panelInfoMessage {
	background: none;
	background-color: #e7ebef !important;	
	border: 1px solid #8d0202;
	padding: 4px 4px 4px 4px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.panelInfoMessage > .ui-panel-titlebar a {	
	border:0px;
	background: none !important;
}

.panelInfoMessage > .ui-panel-titlebar {
	color: #8d0202;
	font-size: 0.65em;
	font-weight: bold;
	background: none;
	border:0px;
	padding: 0px 0px 0px 20px !important;
	background: transparent url("../images/info.png") no-repeat left center;
}

.panelInfoMessage > .ui-panel-content{
	padding: 0px;
}

.infoMessageLista {
	margin: 5px 0px 5px 0px;
}

.infoMessageItem {
	margin-bottom: 5px;
	margin-right: 20px; 	
	color: #8d0202;
	font-size: 0.65em;
	text-align: justify;	
}

input.alinharCampoDireita {
	float: right;
}

.scdp-margem-legend legend {
	margin-left: -1.1em !important;
	font-size: 1em !important;
}

select.comboTabela{
	font-size: 1em !important;
}

fieldset.fieldsetTabela{
		border:none;
}

fieldset.fieldsetTabela legend{
		display:none !important;
}

.ygtvitem, .ygtvchildren {
	font-size:1em !important;
}

table.empenhoPrevisto {
	font-size:0.6em; 
	margin-top:20px; 
	width:400px;
}

table.empenhoPrevisto td.tipoDiaria {
	background-color:#EEEEEE;
	width: 40%;
}

.navegadores{
	width:350px; 
	margin:20px 0px 10px 298px; 
	text-align: center;
}

.relatorio-resultado{
	margin: 20px;
}

.relatorio-subtitulo{
	text-align: center; 
	font-size:0.8em;
	color: black;
	text-transform: uppercase;
}

.relatorio-titulo{
	text-align: center; 
	font-size: 0.9em; 
	font-weight: bold; 
	margin-top:20px; 
	margin-bottom:20px;
	color: black;
	text-transform: uppercase;
}

.barra-progresso{
	 display: inline-block;
	 border: 1px #888888 solid;
}

.valor-barra-progresso{
	background-color: #ffffff;
}

fieldset.consulta-passagens legend{
	margin-left: -1em;
}

.linha-consulta-passagens{
	padding-bottom: 15px; 
	padding-top: 15px; 
	border-color: #999999; 
	border-style: dashed; 
	border-width: 0 0 1px 0;
}
.linha-consulta-passagens label{
 	vertical-align: 0px;
}

.texto_justificado_indentado {
	text-align: justify; 
	text-indent: 30px;
}

.tabelaArquivosBancarios .ui-datatable-header{
	text-align: left;
	font-size: 0.8em;
}

.tabelaArquivosBancarios .pasta {
	background:url(../images/ab-folder.png) left center no-repeat;
	padding-left: 20px;
	display: block;
    margin: 7px 0;
}

.tabelaArquivosBancarios .pastaAberta {
	background:url(../images/ab-folder-open.png) left center no-repeat;
	padding-left: 20px;
}

.tabelaArquivosBancarios .arquivo {
	background:url(../images/ab-file.png) left center no-repeat;
	padding-left: 20px;
}

.doc-apoio-lista{
	font-size: 0.8em;
}

.doc-apoio-item{
	cursor: move;
	border-bottom: 1px solid #CCCCCC;				
	padding: 5px 0px 5px 5px;
	list-style: none;
	vertical-align: middle;
}

.doc-apoio-partes{
  	display: inline-block;
  	height: 20px;
}	

.doc-apoio-btn-move-up {
	background-image: url("../images/up-arrow.png");
	background-repeat: no-repeat;
	height: 10px;
	width: 12px;	
	display: block;		
}		

.doc-apoio-btn-move-down {
	background-image: url("../images/down-arrow.png");
	background-repeat: no-repeat;
	height: 10px;
	width: 12px;
	display: block;	
}

.doc-apoio-titulo-documento{			
}

.doc-apoio-setas {
	margin-bottom: -3px;
	margin-right: 5px;
}

.doc-apoio-btn-ordenar{
	background-image: url("../images/sort.png");
	background-repeat: no-repeat;
  	font-size: 0.8em;
  	height: 16px;
  	line-height: 14px;
  	padding-left: 19px;	
  	float:right;		  	
}

table.doc-apoio tr td{
	border-bottom: 1px solid #DDDDDD;
}

.cabecalho-servicos td {
    background-color: #DDDDDD !important;
    background-image: none !important;		    
}

.linha-par  {
    background-color: #CCCCCC;
    background-image: none !important;
}

.linha-impar  {
    background-color: #BBBBBB;
    background-image: none !important;
}

.vermelho {
	color: red;
}


.grid-passagens a {
    text-decoration: none;
}

.grid-passagens td {
    text-align: center;
    width: 22%;
}

.grid-passagens td:last-child {
    width: 27%;
}

.menor-valor {
    background-color: #808080!important;
}

.menor-valor a span {
    color: #FF0000;
    width: 100px;
}
