body {
	background-color: #EBF0F3;
	background: url(../images/background.png) top center repeat-x #EBF0F3;
}

.container {
	margin-top: 50px;
}

h1 {

}

h1 a, footer a{
	color: #101010
}

.btn-opcao {
	min-width: 250px;
}

footer{
	margin-top: 100px; 
	font-size: small; 
	text-align: center
}

.img-logo {
	width: 30px; 
	height: 30px;
	margin: 5px;
}

em {
	background-color: yellow
}

.operador {
	font-size: 25px; 
	margin-right: 10px
}

.opcao-pesquisar, .opcao-limpar, opcao-copiar, opcao-fechar {
	min-width: 150px
}

.opcao-navbar {
	min-width: 100px;
}

.btn-sumario {
	display: none;
}

label{
	font-size: 20px
}

label.tipo-documento {
	margin-left: 20px;
}

.view h2 {
	margin-left: 20px;
}

span.criterio {
	margin-left: 0px;
	color: darkgray;
}

.table thead th {
	border-bottom: none;
}

.view {
	margin-top: 100px;
}

.datepicker-dropdown {
	margin-top: 90px;
}

.relevancia-documento {
	color: lightgray;
}

span.versao {
	font-size: small;
	color: gray;
	float: right;
	margin-top: 0px;
}

.alert {
	margin-top: 10px;
}

form, button[type=submit], button[type=reset] {
	margin-top: 20px;
	margin-bottom: 5px;
}

#detalheProcessoView .dataTables_filter {
	display: none;
}

.busca-exata input[type=checkbox] {
	margin-right: 10px;
}

.busca-exata label, .cumprimento-diligencia label {
	margin-bottom: 5px;
}

span.titulo {
	font-weight: bold;
}

.custom-checkbox {
	top: .8rem;
	width: 1.25rem;
	height: 1.25rem;
}

.status-consulta i {
	color: white;
}

@media screen and (max-width: 767px) {
    div.dataTables_paginate, div.dataTables_info,  ul.pagination {
        text-align: center !important;
        white-space: normal !important;
        justify-content: center !important;
    }

    li.paginate_button {
        display: none;
    }

    li.paginate_button.previous, li.paginate_button.next, li.paginate_button.active {
        display: inline;
    }
}

a.texto-documento {

}

#textoDocumento {
	overflow-y: auto;
}

.funcionalidade-beta {
	/*display: none;*/
}

.h5Legend{
	padding-top: 10px;
	color: black;
}