html {
	overflow-y: scroll;
}

body {
    font-size: 13px;
    margin: 0px;
    font-family: Arial,sans-serif;
    color: #414141;
}

a img {
	border: none;
}

h1 {
	font-size: 1.6em;
	margin-top: 0;
}

input[type=submit], input[type=button] {
	font-size: 11px;
	margin: 5px 5px 5px 0;
	cursor: pointer;
}

input[type="text"]:not([class*="rich-combobox-button"]), input[type="password"], textarea{
    border-color:#FFFFFF #FFFFFF #CCCCCC;
    border-style:solid;
    border-width:1px;
    height:18px;
    margin:0 0 2px;
    padding:0;
    font-size: 13px;
}

input[type=text], input[type=password], textarea {
	font-size: 12px;
	padding-left: 1px;
}

select {
	font-size: 13px;
	height: 19px;
}

#menuBar #menuPrincipal{
	position: absolute;
	left: 15px;
	top: 4px;
}

#menuLogon{
	position: absolute;
	right: 15px;
	top: 4px;
	font-weight: bold;
	color: #000;
}

#menuLogon a{
	padding-left: 20px;
}

#menuBar div ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#menuBar div ul li {
    float: left;
}

#menuBar div a{
	color: #000000;
	font-size: 13px;
	vertical-align: middle;
	padding-right: 20px;
}

#menuBar div a:hover{
	color: #4F694A;
	text-decoration: underline;
}

.tableControl, .actionButtons {
	width: 100%;
}

.tableControl a {
	padding-left: 10px;
}

.tableControl {
	text-align: right;
}

.footer {
    text-align: center;
    font-size: 11px;
    background-image: url(../img/rodape_bg.png);
    font-weight: bold;
    background-repeat: repeat-x;
    background-position: center top;
    margin-bottom: 0px; 
    padding-top: 10px;
    padding-bottom: 10px;
}

.rich-table {
	width: 100%;
}

.name {
	vertical-align: top;
	font-weight: bold;
	width: 115px;
	float: left;
	padding: 5px;
	margin-top: 3px;
	clear: left;
}

.value {
	float: left;
	padding: 5px;
}

.error {
	float: left;
	padding: 5px;
}

.errors {
	color: #FF0000;
	vertical-align: middle;
}

img.errors {
	padding-right: 5px;
}

.errors input, .errors textarea, .errors select {
	border: 1px solid red !important;
}

.required {
	color: #FF0000;
	padding-left: 2px;
}

.rich-stglpanel-body {
	overflow: auto;
} 

/* the specificity here is necessary to override the defaults */
/*
.rich-panel .rich-panel-header,
.rich-stglpanel .rich-stglpanel-header {
	padding: 2px 3px;
}*/

.rich-panel input[type=submit], .rich-panel input[type=button],
.rich-tabpanel input[type=submit], .rich-tabpanel input[type=button] {
	margin-bottom: 0;
}

.tableControl input[type=submit], .tableControl input[type=button], .tableControl select {
	margin: 5px 0 5px 5px;
}

/* I don't know why this is necessary, but the select is off by a pixel on the top and is padding too much on the left */
.tableControl select {
	margin-left: 2px;
	position: relative;
	top: 1px;
}

.actionButtons {
	padding-left: 1px;
}

.actionButtons select {
	margin: 5px 5px 5px 0;
	vertical-align: bottom;
}

.rich-toolbar-item a {
	text-decoration: none;
}

.rich-toolbar-item a:hover, .rich-ddmenu-label-select {
	text-decoration: underline;
}

.rich-toolbar-item .rich-menu-item a:hover {
	text-decoration: none;
}

.rich-datalist {
	list-style: square;
	margin: 6px 0 1px 0;
	padding-left: 18px;
}

.rich-list-item {
	padding-bottom: 4px;
}

div.info {
	font-size: 1.2em;
}

ul.bullets {
	list-style: square;
}

ul.bullets li {
	padding-bottom: 2px;
}

td.action {
	text-align: center;
	width: 8em;
	white-space: nowrap;
}

td.action a {
	padding-left: 1px;
	padding-right: 1px;
}

table.radio {
   border: 0;
}

table.radio td {
   padding: 0 2px;
}

table.radio input[type=radio] {
   vertical-align: bottom;
}

.painelLog {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    width: 350px;
    text-align: center;;
}

.painelLoginHeader {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: medium none;
    color: #000000;
    font-size: 14pt;
    font-weight: bold;
}

.btnFavoritosCinza{
	height:24px; 
	width:166px; 
	background-image: url(../img/fundo_cinza.png);
	background-repeat: repeat-x;
	border: 2px solid;
	border-color:  #dcdcdc #C4C0C9 #C4C0C9 #dcdcdc ;
	vertical-align: top;
}

.btnFavoritosCinza:hover{
	border-color:  #C4C0C9 #dcdcdc #dcdcdc #C4C0C9 ;
}

.divFavoritosCinza{
	cursor:pointer;
	font-size:14px; 
	font-weight: bold; 
	float: left; 
	padding-top:3px; 
	padding-left:3px; 
	width:80%;
	height: 90%;
	color: #616161;
}
.divFavoritosCinza:hover{
	color: #8f918f;
}


div.topoCentro {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F9F9F9;
    border-color: #C4C0C9 #C4C0C9 #C4C0C9;
    border-image: none;
    border-radius: 7px 7px 7px 7px;
    border-right: 1px solid #C4C0C9;
    border-style: solid;
    border-width: 1px 1px 1px;

}

.panelConsultaTopo {
	border: 1px solid #ddd;
	border-top: 3px solid #ccc;
	padding-left: 3px;
	padding-top: 2px;
	padding-right: 3px;
	margin-right: 10px;
	float: left;
	min-height: 23px;
    -moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;	
    background-color: #FFFFFF;

}

.textBox1{
	border-color:#CCCCCC!important;
	height:16px!important;
	margin:2px!important;
	vertical-align: bottom!important;
}


.maisInfo{
	cursor: pointer;
    padding: 0px;
    
}

.maisInfoDetalhes{
	cursor: pointer;
    padding: 0px;
    text-align:left;
}

.rich-tree-node-selected{
    background-color: #dde1e1;    
}

.rich-tree-node-selected:hover{
    color: #a4a4a4;  
}
.rich-tree-node-text  a:active, a:link, a:visited{
	font-weight: bold;
	font-size: 13px ;	 
}
.rich-tree-node-over{
    font-style: normal;     
}

.rich-table-row-mouse-over{
    background-color: #e4f6e6;    
}

.rich-table-row-mouse-out{
    font-style: normal;     
}

.btnFavoritos, .btnFavoritosLupa, .btnFavoritosMais{
    background-image:url("../img/trt_btn_favoritos_p.png");
    background-repeat: no-repeat; 
    padding-left: 27px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height:25px;
    overflow: hidden;
    width: 140px;
    height: 20px;
    font-weight: bold;
	display: inline;
}
.btnFavoritosLupa{
    background-image:url("../img/trt_btn_favoritos_lupa.png");
}
.btnFavoritosMais{
    background-image:url("../img/trt_btn_favoritos_mais.png");
}
.btnFavoritos a:active, a:link, a:visited, 
.btnFavoritosLupa a:active, a:link, a:visited,
.btnFavoritosMais a:active, a:link, a:visited{ 
    font-size: 13px;
    text-decoration:none; 
}

.fonteProc{
	font-size: 13px!important;
	padding:1px!important;
}
.fonteProcLink{
	font-weight: bold;
	font-size: 14px!important;
	padding:1px!important;
    color: #4162db!important;
}
.estiloDivFilho{
	border-bottom: 2px solid #C4C0C9; 
	border-left: 2px solid #C4C0C9;
	float: left; 
	width: 15px; 
	height: 15px;
	margin-left: 12px;
	border-radius: 0px 0px 0px 6px;	
}

.tooltip2 {
    background-color: #ebebeb;
    border-width:1px;
    padding:10px;
    border-color: gray;
    color: black;
}

#toTop {
	width:40px;
	z-index: 10;
	border: 0px solid #333;
	text-align:center;
	padding:0px;
	position:fixed;
	bottom:0px;
	right:0px;
	cursor:pointer;
	display:none;
	color:#fff;
	text-transform: lowercase;
	font-size: 0.9em;
}

div.bannerFundo{
    background-position: right top;
    background-repeat: repeat-y;
	background-size: 135px auto;
}

.loginInfo{
	font-size: 12px;
    color: #606060;
    background-color: #F6F6F6;
    border-top: 1px solid #A5A5A5;
    border-left: 1px solid #A5A5A5;
    border-bottom: 1px solid #A5A5A5;
    border-right: 1px solid #A5A5A5;
    padding-bottom: 4px;
    width: 580px;
    height: 40px;
}

.imagemTopo{
	opacity: 0.4;
	width: 22px;
	padding-left: 2px;
}
.imagemTopo:hover{
	opacity: 1;
}

.rich-pmenu-item {
	background-color: #f7f7f7;
}

.rich-pmenu-item:hover {
    background-color: #FFEBDA;
}

.divSelect {
	cursor: default;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(155, 155, 155, 0.57);
    -moz-border-radius: 1px;
	-webkit-border-radius: 1px;
    border-radius: 1px;
    font-size: 1px;
    height: 11px;
    outline: 0 none;
    vertical-align: text-bottom;
    width: 11px;
    
	display: inline-block;
    position: relative;    
}

.divSelect:hover {
	border: 1px solid #0066CC;
}

.divSelectCheck {
 	background: url("../img/checkmark.png") no-repeat scroll -5px -3px transparent;
 	height: 15px;
    left: 0;
    outline: 0 none;
    position: relative;
    top: -3px;
    width: 15px;
    text-align: left;
}

/* gradient  */
.gradient h1 {
	font: bold 130%/70% "Lucida Grande", Arial, sans-serif;
	position: relative;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 1px;
	margin-top: 1px;
	border-bottom: 2px solid ;
}
.gradient h1 span {
	background: url("../img/gradient-gray.png") repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 18px;
	
}
.barraAcessibilidade{
	font-size: 12px;
}
.barraAcessibilidade a{
	font-size: 12px;
	margin-left: 5px;
}
.barraAcessibilidade a span{
	margin-left: 2px;
	font-size: 12px;
	background: #4A5C69;
    color: #ffffff;
    padding: 0 4px;
}
.oculto{
	position: absolute;
	left: -999em;
}
.topo #brasao{
	position: absolute;
}
.topo #logo_pje{
	position: absolute;
	padding-top: 8px;
	width: 100%;
}
.topo #data{
	position: absolute;
	right: 0px;
}
#loginPanel {
	margin: auto;
	width: 330px; 
	text-align: center;
	padding-top: 20px;
}

#loginContainer {
    padding: 15px;
    height: 200px;
}

div.formField {
	width: 100%;
	position: relative;
	height: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.formField .formLabel {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	color: #314831;
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
	line-height: 25px;  
}

div.formField .formInput {
	position: absolute;
	top: 0px;
	left: 110px;
	right: 0px;
}

div.formField .formInput input {
	width: 100%;
	height: 21px;
	margin-top: 2px;
}

div.modal {
	display: none;
}

div.modalScreen {
	position: absolute;
	z-index: 100;
	background-color: #D0D0D0;
	opacity: 0.5;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: 0px none;
}

div.modalPane {
	position: absolute;
	z-index: 101;
	margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-color: #C4C0B9;
    border-width: 1px;
	border-style: solid;
	padding: 1px;
	color: #414141;
}

div.modalClose {
	position: absolute;
	top: 3px;
	right: 3px;
	z-index: 102;
}

div.modalBody {
	position: absolute;
	top: 30px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	padding: 5px;
}

.tableColumnIcon {
	width: 50px;
}

.tableColumn50 {
	width: 50px;
}

.tableColumn100 {
	width: 100px;
}

.tableColumn150 {
	width: 150px;
}

.tableColumn300 {
	width: 300px;
}

.principal_home {
	 flex-grow: 2;
}

.painel_botoes_home a {
	width: 150px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 8px 14px;
	border-radius: 4px;
	background-color: #a0bbe9;
	color: white;
	font-size: 11pt;
	text-align: center;
	line-height: 1.2em;
	height: 35px;
	box-shadow: 1px 2px 2px #000;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
}


#novidades div {
    background-color: #FFFFFF;
    margin: 15px 0px 15px 0px;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 5px 0px;
    border-radius: 5px;
}

#novidades div h3 {
	border-bottom: rgba(69, 85, 100, .5) 1px solid;
	margin-bottom: 10px;
}

.tabelaNovidades {
	border: 1px solid black;
  	border-collapse: collapse;
}

.tabelaNovidades th {
	border: 1px solid black;
  	border-collapse: collapse;
  	padding: 10px;
  	background-color: #d1d9e1;
}

.tabelaNovidades tr, .tabelaNovidades td {
	border: 1px solid black;
  	border-collapse: collapse;
  	padding: 10px;
}