:root {
	--cor-tema: #339966;
	--cor-tema-rgb: 51, 153, 102;
}

* {
    /* font-family: "Futura", "Trebuchet MS", Helvetica, sans-serif; */
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 15px;
}

body {
    background-color:#FFFFFF;
    color: #000000;
    margin: 0;
    padding: 0;
}

div#linguas a, div#linguas a:visited {
	color: blue;
    text-decoration: none;
    margin: 0;
}
div#linguas a:hover {
    text-decoration: underline;
}

.small, div#linguas *, div#rodape * {
	font-size: 10pt;
}

div#container {
    background: #FFFFFF url(../img/fundo_barra.gif) repeat-y top left;
    color: #000000;
    
    width: 950px;  
    float: left;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
}
div#linguas {
	width: 934px;
	text-align: right;

	color: #000000;
	background-color: #FFFFFF;

	padding: .5em 8px;
}
div#cabecalho {
	width: 930px;
	_width: 949px;

	border-top: solid 1px #666666;

	color: #FFFFFF;
	background: #DBDBDB url(../img/fundo_cabecalho.jpg) repeat-x bottom left;

	padding: 0 10px 1px 10px;
	_padding-top: 10px!important;
	_padding-bottom: 10px!important;
}
div#barra {
	padding: 10px 20px;
}
div#barra h2 {
	color: rgba(0,0,0,.60);
	margin: 0;
	margin-left: 10;
	font-weight: normal;
	font-size: 1.2em;
}
div#barra h3 {
	margin: .5em 0 0 0;
	font-weight: normal;
	font-size: 1.1em;
	color: #333333;
}
div#barra hr {
	margin: 10px 0;
}
#barra a{
	display: block;
	padding-left: 15px;
}
div#barra a.normal, div#barra a.normal:visited {
	text-decoration: none;
    color: var(--cor-tema);
    display: block;
    _font-weight: bold;
}
div#barra a.desmarcado, div#barra a.desmarcado:visited {
	text-decoration: none;
    color: rgba(0,0,0,.65);
    display: block;
}

div#corpo h2 {
	font-size: 24px;
	color: white;
	display: block;
	margin: 0;
	#padding: 3px 0 3px 30px;
	_padding-top: 2px;
	_padding-bottom: 2px;
	font-weight: normal;
	background-position: top left;
	cursor: pointer;
}
div#corpo .pseudoLink, #corpo a {
	color: var(--cor-tema);
	text-decoration: underline;
	cursor: pointer;
}
div#corpo p.pseudoLink {
	margin: 0;
}
div#rodape {
	clear: both;
    width: 950px;
    text-align: right;
}
div.erro {
	margin: .5em;
	padding: .5em;
	color: #CC0000;
	background-color: #FFCCCC;
	border: solid 1px #CC0000;
	text-align: center;
	display: none;
}
div.texto {
	padding: 3px;
}
div#PT, div#EN {
	display: block;
}
div#PT h3, div#EN h3 {
	font-family: Georgia, Times, 'New York', serif;
	font-size: 1.5em;
	margin-top: 0;
}
div#PT h4, div#EN h4 {
	font-size: 1.2em;
	margin-bottom: 0;
}
a.suggest_link, a.suggest_link:visited {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
	display: block;
	color: #000000;
	width: 183px;
	_width: 100%;
}
a.suggest_link:hover {
	background-color: #3366CC;
	text-decoration:none;
}

div.horizontal div.search_suggest {
	position: absolute;
	text-align: left; 

	background-color: #FFFFFF;
	border: 1px solid #000000;

	margin: 36 0 0 190;
	width: 195px;
	
	display: none;

	_top: 0;
	_left: 0;
}
input, button, select, option {
	font-size: 12px;
}

play{
	cursor: pointer;
}

#cabecalhoo{
	padding-bottom: 10px;
}

.bg-primary .text-white ::selection {
    background: purple;
}

#spanOutput{
	background-color: #FFF;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	padding: 0px;
}

#spanOutput span{
	font-size: 12px;
}

.noMatchData {
    color: var(--cor-tema)!important;
	padding: 0px 10px;
}

.spanNormalElement{
	background-color: #FFF!important;
	color: #666!important;
	padding: 0px 10px;
}

.spanHighElement{
	background-color: #007bff!important;
	color: #FFF!important;
	padding: 0px 10px;
}

play{
	margin-right: 5px;
}

.btn-outline-danger-fake{
	color: red!important;
    border-color: red!important;
}

.btn-outline-danger-fake:hover{
	color: #fff!important;
    background-color: red!important;
    border-color: red!important;
}

html  body .badge-primary{
    background-color: var(--cor-tema)!important;
}

html  body .bg-primary{
    background-color: var(--cor-tema)!important;
}

html  body .btn-outline-primary{
    color: var(--cor-tema);
    border-color: var(--cor-tema);
}

html  body .btn-outline-primary:hover,
html  body .btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: var(--cor-tema);
    border-color: var(--cor-tema);
}

html  body .btn-outline-primary.focus, html  body  .btn-outline-primary:focus,
html  body .btn.focus, html  body .btn:focus{
    box-shadow: 0 0 0 0.2rem rgb(var(--cor-tema-rgb), 0.5);
}

html  body .form-control:focus{
	box-shadow: 0 0 0 .2rem rgba(var(--cor-tema-rgb), 0.3);
	border-color: var(--cor-tema);
}

html  body a, html  body a:hover{
	color: var(--cor-tema);
}

select,
::picker(select) {
  appearance: base-select;
}

option:hover,
option:focus {
	background: var(--cor-tema);
	cursor: pointer;

.selecao-lingua{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    z-index: 999;
}

html body .cursor-pointer{
    cursor: pointer;
}

#elaborador .popup-autor{
    color: #28a745!important;
    text-decoration: underline;
}

#modal-publicacoes p{
    margin-bottom: 0px;
}


.ql-editor p{
    min-height: 1rem;
}

.gap-2 > * + * {
    margin-left: .5rem;
}