/* formato.css 10.11.09 */

html {
	font-family: museo-sans,Arial,Tahoma,Helvetica;
	font-size: 0.88em;
	line-height: 1.4;
	color: #444;
	color: rgba(0, 0, 0, 0.8);
}


form img {
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-moz-transition: -moz-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}

form img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

img {
  border: 0px;
}

h2 {
	font-size: 28px;
	font-weight: bold;
	margin-right: 5px;
    color: green;
}

.topLevelMenu {
	font-family: museo-slab,Arial,Tahoma,Helvetica;
	font-weight: bold;
	font-style: italic;
	margin-top: 1em;
	color: black;
}

.enfase {
	font-weight: bold;
}

.blocoTexto {
	max-width: 650px;
	text-align: justify;
}

.blocoMsg {
	max-width: 400px;
	text-align: left;
}

.divsubmit {
	padding-top: 1em;
	padding-left: 20em;
}

.filtrosUtilizados {
	font-style: italic;
	font-size: 0.8rem;
	margin-bottom: 10px;
	margin-top: 3px;
	display: block;
	text-align: left;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
}

.estiloItalico {
	font-style: italic;
	font-size: 0.9rem;
}

.campoDetalheHistorico {
	width: 350px;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}

.diferenca {
	color: red;
}

.valorAntigo {
	color: red;
	text-decoration: line-through;
}

.valorNovo {
	color: #467446;
}

input.inputSistema {
	width: 30px;
}

input.inputContrato {
	width: 102px;
}

input.inputOperacao {
	width: 200px;
}

input.inputMulta {
	width: 55px;
}

input.inputPercentualCobertura {
	width: 60px;
}

/*
   <rich:messages>
*/
.rf-msgs {
	border: 0;
	padding-right: 5px;
}

/*
   <rich:calendar>
*/

/* Um calendário seguido de outro ([data] a [data])*/
.rf-cal-popup ~ span > input {
	margin-left: 0.3em;
} 

.rf-cal-popup {
	width: 200px;
}

.rf-cal-extr {
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	background-color: white; 
	border-color: #C0C0C0;
}

.rf-cal-inp {
	width: 95px;
	vertical-align: middle;
	margin-right: 2px;
}

.rf-cal-btn {
	vertical-align: middle;
	margin-bottom: 0.4em;
}

.rf-cal-hov, 
.rf-cal-tl-btn-hov {
	background-color: #363;
	background-color: rgba(51, 102, 51, 0.4) !important;
	color: white !important;
}

.rf-cal-tl,
.rf-cal-hdr-month {
	font-weight: bold;
}

.rf-cal-c,
.rf-cal-tl-ftr,
.rf-cal-ftr,
.rf-cal-hdr,
.rf-cal-hdr-month,
.rf-cal-day-lbl {
	font-size: 0.8rem;
}

.rf-cal-tl-btn-hov {
	border-width: 0px;
}

.rf-cal-today {
	font-family: museo-slab,Arial,Tahoma,Helvetica;
	color: #FF7800;
}

.rf-cal-tl-btn {
	font-family: museo-slab,Arial,Tahoma,Helvetica;
	cursor: pointer;
	padding: 2px 3px;
	white-space: nowrap;
}

.rf-cal-hdr,
.rf-cal-day-lbl,
.rf-cal-sel,
.rf-cal-ftr {
	background-color: #363 !important;
	background-color: #467446 !important;
	font-family: museo-slab,Arial,Tahoma,Helvetica;
	color: white !important;
}

.rf-cal-tl-ftr {
	background: none;
}

.rf-cal-c {
	font-family: museo-sans,Arial,Tahoma,Helvetica;
	border-bottom-color: #C0C0C0;
    border-right-color: #C0C0C0;
}

.rf-cal-holiday {
	background-color: #363;
	background-color: rgba(51, 102, 51, 0.2);
	color: #CCC;
	color: rgb(51, 102, 51);
}

.rf-cal-monthpicker-cnt {
	background: #FFF;
    border: 1px solid;
    border-color: #C0C0C0;
    position: relative;
	
}

.rf-cal-edtr-btn-sel {
	background-color: #467446;
    padding: 2px;
    border: 0;
    color: #E2F6E2;
    font-weight: bold;
}

.rf-cal-edtr-btn:hover{
	background-color: #E2F6E2;
	border-color: #C0C0C0;
	color: #000;
}

.rf-cal-monthpicker-split {
	border-color: #C0C0C0;
} 

.rf-cal-monthpicker-ok, 
.rf-cal-monthpicker-cancel {
	border-color: #C0C0C0;
	background-color: #E2F6E2;
}

.rf-cal-time-btn {
	border-color: #FFF;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	width: 60px !important;
}

/*
   <rich:tab> e <rich:tabPanel>
*/

.rf-tbp {
	margin-top: 1em;
	width: 100%;
}

.rf-tab-hdr-brd {
	border-bottom: 0px;
    border-top: 1px solid;
    border-color: #C0C0C0;
}

.rf-tab-hdr {
	height: 35px;
	font-size: inherit;
	font-weight: bold;
	padding: 0px 20px 0px 20px !important;
	background-color: white;
	font-family: museo-slab,Arial,Tahoma,Helvetica;
	color: #467446;
	border: 1px solid #C0C0C0;
	vertical-align: middle !important;
	border-collapse: separate;
	border-spacing: 10px 10px;
	text-align: center;
	border-radius: 3px 3px 0px 0px;
}

.rf-tab-hdr-inact:hover{
	border-top-color: #ffa500;
	border-right-color: #ffa500;
	border-left-color: #ffa500;
}

.rf-tab-hdr-act,
.rf-tab-hdr-inact {
	border-bottom-width: 0px;
}

.rf-tab-hdr-act {
	background-color: #467446;
	color: white;
}

.rf-tab-cnt {
	background-color: inherit;
	font: inherit;
	color: inherit;
	border: 1px solid #C0C0C0;
	border-top: none;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); 
}

.rf-tab-hdr-tabline-vis, 
.rf-tab-hdr-tabline-top  {
	border-width: 0px !important;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-color: #C0C0C0;
	height: 100% !important;
}

.rf-tab-hortab-tabspcr-wdh {
	padding-left: 2px;
}

/*
	<rich:dataTable>
*/

.rf-dt-r:nth-child(even) {
	background-color: rgba(51, 102, 51, 0.05);
}

.rf-dt-c {
	border-top: solid 1px #C0C0C0;
    border-left: solid 1px #C0C0C0;
    border-bottom: solid 1px #C0C0C0;
    border-right: solid 1px #C0C0C0;
    font-size: inherit;
}

.rf-dt-c input[type="submit"],
.rf-dt-c input[type="button"]  {
	margin: 0;
    width: 100px;
    margin-bottom: 3px;
}

.rf-dt {
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); 
	border-top: solid 1px #C0C0C0;
    border-left: solid 1px #C0C0C0;
    border:solid 1px #C0C0C0;
	width: 100%;
}


.rf-dt + .rf-dt {
	margin-top: 1em;
}

.rf-dt-shdr,
.rf-dt-thd,
.rf-dt-hdr {
	background-color: #363;
	background-color: #467446;
}

.rf-dt-shdr-c,
.rf-dt-hdr-c {
	font-family: museo-slab,Arial,Tahoma,Helvetica;
	color: white;
	font-weight: bold;
	font-size: inherit;
	border-bottom-width: 1px !important;
    border-right-width: 1px !important;
    border-color: #C0C0C0;
	padding: 1em !important;
}

.rf-cst-fst-r:nth-child(even) {
	background-color: rgba(51, 102, 51, 0.05);
}

.rf-cst-c {
	font-family: museo-sans,Arial,Tahoma,Helvetica;
	color: #444;
	color: rgba(0, 0, 0, 0.8);
	font-size: inherit;
}

/*
	<rich:dataScroller>
*/

.rf-ds {
	margin-bottom: 0.4em;
	border: 1px solid #c0c0c0;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	align-self:center;
}

.rf-ds-tbl {
	border: 0px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.rf-ds-tbl td {
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}
.rf-ds-btn {
	background-color: #363;
	background-color: #467446;
	font-family: museo-slab,Arial,Tahoma,Helvetica;
	font-size: inherit;
	color: white;
	font-weight: bold;
}

.rf-ds-act, .rf-ds-act:hover {
	border-color: #363;
	border-color: rgba(51, 102, 51, 0.7);
	background-color: #363;
	background-color: rgba(51, 102, 51, 0.2);
	color: white;
	color: rgba(51, 102, 51, 1);
}

.rf-ds-dis {
	border-color: #363;
	border-color: rgba(51, 102, 51, 0.2);
	color: white;
	color: rgba(51, 102, 51, 1);
}

.rf-ds-dis:hover,
.rf-ds-dist:focus,
.rf-ds-btn:hover,
.rf-ds-btn:focus {
	background-color: #ADA;
	background-color: rgba(51, 102, 51, 0.1);
	color: #363;
}

a {
	text-decoration: none;
	color: #467446;
	font-weight: bold;
}

a:hover,
a:focus {
	text-decoration: underline; 
}

ul li {
	list-style: disc;
	/*color:#333;*/
	margin:5px;
	margin-left: -25px;
} 

a.link_menu_principal {
	font-weight:bold;
	font-family: museo-sans, Arial, Tahoma, Helvetica;
	color: white;
}

div.menu_principal {
	margin: 0.5em 1em;
}

div#mensagem, 
div#cont_aviso, 
div#aviso {
	padding-top: 15px 0 10px 0;
}

div#nomeTela {
	font-family: museo-slab,Arial,Tahoma,Helvetica;
	font-style: italic;
	font-size: 1.2em;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
	color: #467446;
	padding: 5px;
	margin-left: 0.5em;
}

#nomeTela > strong {
	font-weight: inherit;
	font-size: inherit;
}

.erro {
	color: red;
}

.sucesso {
	color: blue;
}

.atencao {
	color: #DAA520;
}

#barra-brasil li {
	list-style: none;
}

.barraTermosUso {
    position: absolute; /* Stay in place */
    z-index: 1000; /* Sit on top */
}
