@CHARSET "ISO-8859-1";

.labelColumn { 
		width:30%; 
	}

.valueColumn { 
		width:70%; 
	}

.ui-lightbox-content {
	background-color: white;
}

.ui-datalist-content {
	border: none;
}

.ui-datalist-data {
	margin: 2px;
	padding-left: 20px;
}

.ui-tabs-left > .ui-tabs-nav {
	height: 500px;
	width: 15%;
} 

.ui-tabs-left > .ui-tabs-panels {
	width: 83%;
}

.centerTable {
	width:850px;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 15px;
	padding: 0px;
	border: none;
}

.centerTable .ui-panel-content {
	margin-top: 0px;
	padding: 0px;
	border: none;
}

.destacado {
	font-weight: bold;
	color: red;
}

.tituloGrupo {
 	font-size: 25px;
 	font-weight: bold;
 	color: graytext;
 	padding: 10px;
 }
 
.iconDatabaseSearch {
 	background: url('/sadpConsulta/resources/images/database_search.png') !important;
 }

.iconDatabaseTable {
 	background: url('/sadpConsulta/resources/images/database_table.png') !important;
 }
 
 .possuiNovosAndamentos {
 	background-color: lightyellow;
 	font-weight: bold;
 }
 
 li.possuiNovosAndamentos a:LINK {
 	font-style: italic;
 	color: orange;
 }
 
 .borderless {
 	border: none;
 }
 
 .ui-datatable .borderless table, .ui-datatable .borderless thead th {
 	border: none !important;
 	background: transparent;
 }
 
.borderless table,
.borderless thead th,
.borderless tbody,
.borderless tbody tr,
.borderless tbody td,
.borderless th.ui-state-default {
    border: none !important;
    background: transparent;
}

.exibirArquivos table {
	width: 400px;
}

.borderless tbody td, div.noPaddingLeft div {
	padding-left: 0px !important;
}

.float-right {
	float: right;
}

.toolbar {
	overflow: auto;
}

img.icon {
	padding-right: 10px;
}

table.screen .second {
	vertical-align: top;
}

.buttonPanel {
	height: 3em;
}

.right-alignment {
	display: flex;
    justify-content: flex-end;
}