.inputBuscaLivre {
	-webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
	-moz-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
	box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
	border-radius: 5px; 
	padding: 0 !important;
	margin: 20px 0 !important;
	overflow: hidden !important;
	height: 45px !important;
	width: 100%;
	background-color: white;
}

.inputBuscaLivre:hover {
	box-shadow: 0 1px 3px 0 rgba(60,64,67,0.302), 0 4px 8px 3px rgba(60,64,67,0.149);
}

.inputBuscaLivre > button {
	width: 30px;
	height: 30px;
	background-color: transparent;
	background-image: url(../img/ico-lupa.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 30px;
    border: none;
    position: absolute;
    margin: 7px 0 7px -60px;
}


.inputBuscaLivre input[type="text"] {
	min-width: 66%;
	vertical-align: middle;
	height: 30px;
	margin: 6px; 
	padding: 0 18px 1px 18px;
	background: transparent; 
	border: none;
	border-right: 2px solid #cecccc;
	outline: none !important;
	font-size: 15px;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: 'rawline', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 13pt;
}

.inputBuscaLivre input[type="text"]:-moz-placeholder,
.inputBuscaLivre input[type="text"]::-moz-placeholder,
.inputBuscaLivre input[type="text"]::-webkit-input-placeholder,
.inputBuscaLivre input[type="text"]:-ms-input-placeholder { 
	color: #bbbaba;
}

.inputBuscaLivre input[type="text"]:focus::-webkit-input-placeholder,
.inputBuscaLivre input[type="text"]:focus:-moz-placeholder,
.inputBuscaLivre input[type="text"]:focus::-moz-placeholder,
.inputBuscaLivre input[type="text"]:focus:-ms-input-placeholder {
	color: #515050;
}

.inputBuscaLivre > .action {
	float: right;
	margin: 0 !important;
	overflow: visible !important;
	height: 45px !important;
	width: 31%;
	text-align: center;
	display: inline-flex;
}

.inputBuscaLivre > .action > .actionPesquisaAvancada {
	display: inline-block;
	border-right: 2px solid #cecccc;
	padding-right: 10px;
}

.inputBuscaLivre > .action a {
	color: #515050;
	font-family: 'rawline', sans-serif;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	font-size: 0.9rem;
	text-decoration: none;
	display: block;
	padding: 13px 0;
}

.inputBuscaLivre > .action a:hover {
	text-decoration: underline;
}

.inputBuscaLivre > .action .switchSituacaoAto {
	width: 94px;
    height: 50px;
    display: inline-block;
    padding: 3px 0 0 10px;
}

.inputBuscaLivre > .action a.situacaoAto {
	display: block;
	font-weight: 600;
	margin-right: 5px;
	padding: 0;
	font-size: 11px;
	line-height: 19px;
	text-decoration: none;
	text-align: left;
}

.inputBuscaLivre > .action a.situacaoAto:hover,
.inputBuscaLivre > .action a.situacaoAto.active {
	font-weight: bold;
}

/* TIPOS DE ATO */
.tipo-atos {
	padding: 10px 0;
}

.tipo-atos h4 {
	display: inline !important;
	margin: 0;
	margin-right: 10px;
	padding: 0 !important;
	font-family: 'rawline', sans-serif;
	font-weight: bold;
	font-size: 0.8rem;
	color: #565657;
}

.tipo-atos .row {
	margin: 10px;	
}

.tipo-atos .grupo-ato {
	margin: 10px 0;
	display: none;	
}
.tipo-atos label.link-atos {
	margin: 0;
	margin-left: 20px;
	font-family: 'rawline', sans-serif;
	font-weight: bold;
	font-size: 0.7rem;
	text-transform: uppercase;
	color: #02119f;
}

.tipo-atos .grupo_destaque a,
.tipo-atos .grupo-ato label {
	font-family: 'rawline', sans-serif;
	font-weight: bold;
	font-size: 0.7rem !important;
	text-transform: uppercase;
	color: #565657;
	margin: 0;
	padding: 0;
}

.tipo-atos .grupo_destaque i.fas {
	font-size: 1rem;
	color: #a0a0a0;
}

.tipo-atos .grupo_destaque.active i.fas {
	color: #02119f !important;
}

#outros_tipos_ato {
}

/* RESULTADO BUSCA */
#pesquisaAvancada {
	width: 100%;
	display: none;
}

.resultado {
	margin: 20px 0;
	padding: 20px 0;
	font-family: 'rawline', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 600;
    font-size: 1rem;
	color: #565657;
	text-align: center;
	border-bottom: 2px solid #d3d3d3;
	text-transform: uppercase;
}

.resultado span {
	/* color: #ffa200 !important; */
}

#divAtosLegislacao {
	padding: 0;
	padding-bottom: 10px;
	min-height: 100px;
}

#divAtosLegislacao .ato {
	font-family: 'rawline', sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.2;
	margin: 10px 0;
	padding: 10px;
	overflow: hidden !important;
	clear: both !important;
	border-bottom: 1px solid #d3d3d3;
}

#divAtosLegislacao .ato strong {
	font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 700;
    color: #333;
}

#divAtosLegislacao .ato p {
	color: #555;
    text-align: justify !important;
    line-height: 1.4 !important;
}

#divAtosLegislacao .ato strong > i.fas {
	color: #1351b4;
    height: 22px;
    width: 22px;
    line-height: 22px;
    font-size: 20px;
}

#divAtosLegislacao .ato .ico-revogado {
	height: 20px;
    width: 19px;
    background-image: url('../img/ico-revogado.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 0;
    display: inline-block;
}

#divAtosLegislacao .ato .ico-situacao {
	text-transform: uppercase;
    height: 17px;
    min-width: 50px;
    overflow: visible;
    display: inline;
    font-size: 12px;
    padding: 1px 8px;
    margin: 0 10px 0 5px;
    border-radius: 5px;
    color: #1351b4;
    border: 1px solid #1351b4;
}

#divAtosLegislacao .ato .ico-situacao.revogado {
    color: red !important;
    border: 1px solid red !important;
}

#divAtosLegislacao .ato .ico-situacao.status-10 {
    color: #FFA100 !important;
    border: 1px solid #FFA100 !important;
}

#divAtosLegislacao .ato .ico-situacao.status-11 {
    color: #009952 !important;
    border: 1px solid #009952 !important;
}

#divAtosLegislacao .ato .ico-situacao.status-12 {
    color: #572984 !important;
    border: 1px solid #572984 !important;
}

#divAtosLegislacao .ato .ico-situacao.status-13,
#divAtosLegislacao .ato .ico-situacao.status-17,
#divAtosLegislacao .ato .ico-situacao.status-18 {
    color: #abafb8 !important;
    border: 1px solid #abafb8 !important;
}

#divAtosLegislacao .ato .data-hora {
	margin: 10px 0 0 0;
	text-align: left;
	font-size: 1rem;
    font-weight: 400;
    color: #888;
}

#divAtosLegislacao .ato a,
#divAtosLegislacao .ato a:hover {
	text-decoration: none;
	color: black;
}

#paginasAjax {
	margin: 0;
	width: 100%;
}

#paginasAjax > div {
	text-align: center;
}

#paginasAjax > div ul {
	align-items: center;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

#paginasAjax > div ul li {
	height: 35px;
    width: 35px;
    margin: 0;
}

#paginasAjax > div ul li ~ li {
	margin-left: 1px;
}

#paginasAjax > div ul li a {
	border: 0;
	font-family: 'rawline', sans-serif;	
	color: #00387f;
	-webkit-font-smoothing: antialiased;
	font-size: 0.9rem;
	padding: 0;
	margin: 0;
    display: inline-block;
    text-decoration: none !important;
    height: 35px;
    width: 35px;
    line-height: 36px;
    text-align: center;
    border-radius: 100em;
    font-weight: 400;
}

#paginasAjax > div ul li a:hover {
    background-image: linear-gradient(rgba(19, 81, 180, 0.16), rgba(19, 81, 180, 0.16));
}

#paginasAjax > div button {
	background: none;
	height: 40px;
    width: 40px;
	border: 0;
	border-radius: 100em;
    font-weight: 400;
    text-align: center;
}

#paginasAjax > div button:hover {
	background-image: linear-gradient(rgba(19, 81, 180, 0.16), rgba(19, 81, 180, 0.16));
}

#paginasAjax > div i {
	color: #1351b4;
	font-weight: 600;
	font-size: 16.8px
}

#paginasAjax > div ul li.active a {
    background: #0c326f;
    color: #fff;
    font-weight: 600;
}

#paginasAjax a {
	font-family: 'rawline', sans-serif;
	font-weight: bold;
	color: #00387f;
	-webkit-font-smoothing: antialiased;
	font-size: 1rem;
	padding: 5px 6px;
	margin: 0;
	margin-bottom: 0.25em;
    line-height: 1.5em;
    display: inline-block;
}

#paginasAjax a b {
    display: block;
    height: 32px;
    width: 32px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #2670e8;
    color: #fff;
    font-weight: 600;
}

.form-group label {
	text-transform: uppercase;
	font-family: 'rawline', sans-serif;
	font-weight: bold;
	font-size: 0.8rem;
	color: #565657;	
}

.card {
	margin-bottom: 1em;
}

.card .card-body {
	margin: 0.6rem;
    padding: 0;
	max-height: 110px;
	overflow-y: auto;
	overflow-x: hidden;
}

.card button {
	background-color: #e9ecef;
}

.card .card-text {
	margin-bottom: 0.6rem;
    line-height: 13px;
}

.card .card-text label {
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: 'rawline', sans-serif;
	font-size: 8pt;
}

.card .card-text a {
	font-size: 10pt;
}

.card .ver-mais {
	position: absolute;
    right: 10px;
    bottom: 5px;
}

.br-divider {
    border-width: 0;
    border-top: 0;
    border-right-width: 1px;
    border-style: solid;
    border-color: #ccc;
    margin: 5px 0;
    height: 46px;
}

@media screen and (max-width: 767px) {
	.inputBuscaLivre {
		height: 36px !important;
	}
	
	.inputBuscaLivre input[type="text"] {
		min-width: 65% !important;
		margin: 4px 5px 0 0 !important;
		font-size: 9pt !important;
	}
	
	.inputBuscaLivre > button {
		margin: 2px 0 7px -42px !important;
	}
	
	.inputBuscaLivre > .action {
    	height: 36px !important;
    	width: 32%;
	}
	
	.inputBuscaLivre > .action a {
	    font-size: 0.6rem !important;
	    padding: 10px 0 !important;
	}
	
	/* BUSCA LIVRE */
	#pesquisaAvancada {
		width: 100% !important;
	}

	#pesquisaAvancada #pesquisaLegislacaoRH {
		width: 100% !important;
	}
	
	#pesquisaLegislacaoRH tr td,
	#pesquisaLegislacaoRH #divPesquisaAvancada {
		padding-left: 0 !important;
	}
	
	#tdAtosLegislacao {
		border-left: none !important;
   		min-height: inherit !important;
    	float: inherit !important;
    	padding: 0 !important;
    	width: 100% !important;
	}
	
	#divAtosLegislacao .ato strong {
		font-size: 1.2rem;
	}
		
	#texto-explicativo img {
		max-width: 100% !important;
		width: 100% !important;
		height: auto !important;
	}
	
	.btn {
		width: 100% !important;
    	display: inline-block !important;
	}
}