.ano-resenha {
	margin: 0;
	padding: 0;
	width: 100%;
}

.ano-resenha .botao-ano {
	display: inline-block;
	padding: 8px 10px !important;
	margin: 5px 6px 5px 0;
	color: #00387f;
	font-size: 10pt;
	font-weight: 500;
	letter-spacing: 0.006em;
	background-color: #f0efef;
	-webkit-box-shadow: 0 1px 5px 0 rgba(32, 33, 36, .28);
	-moz-box-shadow: 0 1px 5px 0 rgba(32, 33, 36, .28);
	box-shadow: 0 1px 5px 0 rgba(32, 33, 36, .28);
}

.ano-resenha .botao-ano:hover,
.ano-resenha .botao-ano.active {
	text-decoration: none;
	color: #00387f;
	font-weight: 600;
	letter-spacing: inherit !important;
	-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);
}

.formPesquisa {
    margin-top: 15px;
    margin-bottom: 45px;
    background: rgb(229, 232, 234);
    padding: 15px;
    border-top: 5px solid rgb(159, 165, 174);
}

.formPesquisa .btn.btn-default:active,
.formPesquisa .btn.btn-default {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    background: rgb(125, 125, 125);
    border-width: 0px;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 6px 25px;
}

#resenha .resenhaTitulo {
	display: block;
    color: #565657;
    background: #eeeff1;
    padding: 5px 10px 2px 10px;
    margin: 5px 0;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    overflow-wrap: break-word;
    line-height: 34px;
}

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

#resenha article a {
	color: #565657;
}

#resenha article a:hover,
#resenha article a:active,
#resenha article a:link{
	text-decoration: none;
}

#resenha article .contentInfo {
	margin-top: 0;
}

#resenha article .ementa {
	width: 100%;
	overflow: hidden !important;
	display: block;
	vertical-align: middle !important;
}

#resenha article strong {
	font-size: 1.3rem !important;
	line-height: 1.3 !important;
	font-weight: 700 !important;
	color: #333;	
}

#resenha article strong > i.fas {
	color: #1351b4;
    height: 22px;
    width: 22px;
    line-height: 22px;
    font-size: 20px;
    margin-right: 5px;
}

#resenha article strong .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;
}

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

#resenha article strong .ico-situacao.revogado {
    color: red !important;
    border: 1px solid red !important;
}

#resenha article strong .ico-situacao.status-10 {
    color: #FFA100 !important;
    border: 1px solid #FFA100 !important;
}

#resenha article strong .ico-situacao.status-11 {
    color: #009952 !important;
    border: 1px solid #009952 !important;
}

#resenha article strong .ico-situacao.status-12 {
    color: #572984 !important;
    border: 1px solid #572984 !important;
}

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

#resenha article strong p {
	color: #333;
    text-align: justify !important;
    line-height: 1.5 !important;
    display: inline;
    vertical-align: top;
}
	
#resenha article p {
	color: #555;
	text-align: justify !important;
	line-height: 1.5 !important;
}

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

#resenha .inteiro-teor {
	width: 100%; height: 490px;padding: 8px 0;text-align: center
}

#resenha .inteiro-teor > div{
	height: 16px;text-align: right;float: right	
}

#resenha .inteiro-teor iframe{
	background-color: white; border: 1px solid #ccc
}
