#modalAguarde {
	width: 100%;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
}

#modalAguarde .modal-dialog {
    width: auto;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.negrito {
	font-weight: bold;
}

.table-col-3 {
	width: 3%;
}
.table-col-5 {
	width: 5%;
}
.table-col-7 {
	width: 7%;
}
.table-col-9 {
	width: 9%;
}
.table-col-10 {
	width: 10%;
}
.table-col-12 {
	width: 12%;
}
.table-col-15 {
	width: 15%;
}
.table-col-18 {
	width: 18%;
}
.table-col-32 {
	width: 32%;
}

.ml-5 {
	margin-left: 5px;
}
.ml-10 {
	margin-left: 10px;
}
.mr-5 {
	margin-right: 5px;
}
.mr-10 {
	margin-right: 10px;
}
.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}

.pt-10 {
	padding-top: 10px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pt-20 {
	padding-top: 20px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pb-30 {
	padding-bottom: 30px;
}

.bg-azul-claro {
	background: gray;
}


.form-control-data input {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-data .ui-state-focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control-datePicker input {
	width: 76%;
	height: 34px;
	padding: 6px 12px;
	margin-right:5px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}



/* Estilos das páginas relacionadas à visualizadorHtmml.xhtml */

.tabela-incidentes {
	font-size: 1em;
    color: #4f4f4f;
	margin-bottom: 30px;
}
.tabela-incidentes > div {
    border: 1px solid #a8a8a8;
    border-collapse: collapse;
    border-spacing: 0;
}
.tabela-incidentes-celula {
    padding: 4px 10px;
    vertical-align: middle;
}
.tabela-incidentes-titulo-1-linha, .tabela-incidentes-titulo-ate-2-linhas, .tabela-incidentes-titulo-ate-3-linhas, .tabela-incidentes-titulo-ate-4-linhas, .tabela-incidentes-titulo-ate-4-linhas-portal {
	font-weight: bold;
	background: #c3d1d9;
}

.tabela-incidentes-titulo-1-linha {
    min-height: 20px;
}

@media (max-width: 767px) {
	.tabela-incidentes {
		width: 98%;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.tabela-incidentes {
		margin-left:auto;
		margin-right:auto;
		width: 90%;
	}
}
@media (min-width: 1025px) {
	.tabela-incidentes {
		margin-left:auto;
		margin-right:auto;
		width: 80%;
	}
}

@media (max-width: 991px) {
	.tabela-incidentes-titulo-ate-2-linhas {
	    min-height: 20px;
	}
}
@media (min-width: 992px) and (max-width: 1138px) {
	.tabela-incidentes-titulo-ate-2-linhas {
	    min-height: 70px;
	}
}
@media (min-width: 1139px) and (max-width: 1215px) {
	.tabela-incidentes-titulo-ate-2-linhas {
	    min-height: 50px;
	}
}
@media (min-width: 1216px) {
	.tabela-incidentes-titulo-ate-2-linhas {
	    min-height: 20px;
	}
}

@media (max-width: 991px) {
	.tabela-incidentes-titulo-ate-3-linhas {
	    min-height: 20px;
	}
}
@media (min-width: 992px) and (max-width: 1139px) {
	.tabela-incidentes-titulo-ate-3-linhas {
	    min-height: 70px;
	}
}
@media (min-width: 1140px) {
	.tabela-incidentes-titulo-ate-3-linhas {
	    min-height: 50px;
	}
}

@media (max-width: 991px) {
	.tabela-incidentes-titulo-ate-4-linhas {
	    min-height: 20px;
	}
}
@media (min-width: 992px) and (max-width: 1180px) {
	.tabela-incidentes-titulo-ate-4-linhas {
	    min-height: 90px;
	}
}
@media (min-width: 1181px) and (max-width: 1458px) {
	.tabela-incidentes-titulo-ate-4-linhas {
	    min-height: 70px;
	}
}
@media (min-width: 1459px) {
	.tabela-incidentes-titulo-ate-4-linhas {
	    min-height: 50px;
	}
}


@media (max-width: 991px) {
	.tabela-incidentes-titulo-ate-4-linhas-portal {
	    min-height: 20px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.tabela-incidentes-titulo-ate-4-linhas-portal {
	    min-height: 130px;
	}
}
@media (min-width: 1200px) {
	.tabela-incidentes-titulo-ate-4-linhas-portal {
	    min-height: 110px;
	}
}


/* Estilos das páginas relacionadas à jurisprudenciaConsolidada_visualizadorHtml.xhtml */

.tabela-jurisprudencia-consolidada {
	margin-bottom: 30px;
	font-size: 1em;
	width: 100%;
	border: 1px solid #a8a8a8;
}

.tabela-jurisprudencia-consolidada .ui-widget-content {
	border: 1px solid #a8a8a8;
    background: #fff;
    color: #4f4f4f;
}

.tabela-jurisprudencia-consolidada-sumula {
	margin-bottom: 30px;
	font-size: 1em;
	width: 100%;
	border: 1px solid #a8a8a8;
}

.tabela-jurisprudencia-consolidada-sumula .ui-widget-content {
	border: 1px solid white;
    background: #fff;
    color: #4f4f4f;
}

.tabela-jurisprudencia-consolidada-sumula-categoria {
	margin-bottom: 30px;
	font-size: 1em;
	width: 100%;
	border: 1px solid #a8a8a8;
}

.tabela-jurisprudencia-consolidada-sumula-categoria .ui-widget-content {
	border: 1px solid white;
    background: #fff;
    color: #4f4f4f;
}

.tabela-jurisprudencia-consolidada-titulo {
	font-weight: bold;
	background: #c3d1d9;
}

.conteudo-indice {
	margin: 0 7% 0 7%;
	text-align: justify;
}

@media (max-width: 767px) {
	.box-jurisprudencia-consolidada {
		width: 98%;
	}
	
}
@media (min-width: 768px) and (max-width: 1024px) {
	.box-jurisprudencia-consolidada {
		margin-left:auto;
		margin-right:auto;
		width: 90%;
	}
}
@media (min-width: 1025px) {
	.box-jurisprudencia-consolidada {
		margin-left:auto;
		margin-right:auto;
		width: 80%;
	}
}

.panel-log-importacao {
	margin-left: 5%;
	margin-right: 5%;
}

.panel-log-importacao .panel-heading {
	background-color: #cdcbcb;
	color: blue;
}

.panel-log-importacao .panel-body {
	 background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
	 background-repeat: repeat-x;
}

.item-cancelado {
	background-color: #f2dede !important;
}

.mensagem-importante {
	color: #f53c2f;
	font-size: 20px;
}
    	