html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Open Sans Condensed', sans-serif;
}
/*cabeçalho*/

#header {
    border-top: 5px solid rgb(68, 200, 245);
    height: auto;
    background-color: white;
}
.form-login form {
    width: 319px;
}
.form-login form .botao {
    background-image: linear-gradient(to top, #0075A1, #44C8F5);
    height: 30px;
    width: 40px;
    border: none;
    float: right;
}
.form-login form .botao span {
    background: url(/img/cadeado.png) center center no-repeat;
    min-height: 20px;
    min-width: 20px;
    border: none;
    display: inline-block;
}
.form-login form input[type=password] {
    background-image: url(/img/key.png) !important;
    background-repeat: no-repeat;
    margin-right: 4px;
    background-position: 4% 39%;
    width: 135px;
}
.form-login form input[type=email] {
    background-image: url(/img/user.png) !important;
    background-repeat: no-repeat;
    margin-right: 4px;
    width: 135px;
    background-position: 4% 39%;
}
.form-login form input {
    height: 30px;
    float: left;
    color: #FFF;
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
}
.area-publicador .login-titulo {
    margin: 0px auto;
    width: 319px;
}
.relativo {
    position: relative;
}
.form-login form input.opaco {
    background-color: rgb(0, 0, 0);
    opacity: 0.4;
    filter: alpha(opacity=40);
    border: none;
}
.form-login {
    margin-top: 5px;
}
.login-titulo h2 {
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 26px;
    color: #fff;
    margin: 0;
    position: absolute;
    width: 319px;
    padding-top: 10px;
}
.login-titulo h2 a {
    color: #fff;
    text-decoration: none;
}
.login-titulo {
    background-image: linear-gradient(to top, #0075A1, #44C8F5);
    height: 47px;
}
.info-data-hora {
    margin: 0 auto !important;
    width: 319px;
    text-align: center;
    padding: 13px 20px 15px 0;
}
.info-data-hora span {
    font-family: 'Open Sans Condensed', sans-serif;
}
.topo {
    margin-top: 130px;
    padding: 0;
}
.logo {}
.logo-home {
    margin-top: 3px;
}
/*Menu*/

.menu-clipping {
    padding-bottom: 10px !important;
}
.menu-home {
    background-color: white;
}
.menu ul li {
    list-style: none;
    display: inline;
    padding: 10px 50px 10px 0px;
    text-align: center;
    float: left;
}
.menu {
    border-top: 1px rgb(211, 211, 211) solid;
    margin: 0px;
    padding: 0px;
}
.menu ul {
    padding: 0;
}
.menu ul li a {
    text-decoration: none;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
    color: rgb(102, 102, 102);
}
.capa {
    padding-top: 60px;
}
.menu ul li a img {
    margin-top: -4px;
    padding-right: 10px;
}
.active {
    border-bottom: 3px rgb(68, 200, 245) solid;
}
.ativo {
    background-image: linear-gradient(to top, #0075A1, #44C8F5);
}
#slogan {
    width: 100%;
    height: auto;
    margin-top: 3px;
}
.slogan-home {
    position: relative;
}
/*Rodapé*/

.rodape {
    position: relative;
    bottom: 0;
    margin-top: 50px;
}
.rodape img {
    margin-bottom: 30px;
    margin-left: 20px;
}
/*Home*/

.home {
    background: url(/theme/r_j/img/img-fundo.jpg) repeat-x top center #333;
    min-height: 566px;
    padding-bottom: 20px;
}
.imagem {
    text-align: right;
}
#imagemCapa {
    border: solid 1px #efefef;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, .8);
    width: 330px;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    z-index: 8;
}
.capa a {
    position: relative;
    top: 0;
    height: 450px;
    display: inline-block;
    width: 100%;
}
.capa a .capa-tip {
    position: absolute;
    width: 160px;
    margin-top: -275px;
    margin-left: -40px;
    left: 50%;
    z-index: 999;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    box-shadow: 2px 2px 3px rgba(0, 0, 100, .4);
    padding: 15px 0;
    font-size: 17px;
    text-shadow: 1px 1px 0px #000;
    border-radius: 5px;
    display: none;
    text-align: center;
}
.capa a:hover .capa-tip,
.capa a:focus .capa-tip {
    display: block;
}
.preview .span5 {
    margin-left: 0;
    margin-top: 60px;
}
.preview .downloads a {
    width: 56px;
    height: 70px;
    position: relative;
    text-align: center;
    padding: 30px;
}
.downloads ul li {
    list-style: none;
    display: block;
    height: 65px;
    width: 75px;
    cursor: pointer;
}
.downloads {
    margin-top: 100px;
    margin-left: -15px;
}
li#pdf:hover, li#pdf:focus-within {
    background-image: linear-gradient(to top, #0075A1, #44C8F5);
}
li#html:hover, li#html:focus-within {
    background-image: linear-gradient(to top, #0075A1, #44C8F5);
}
li#jornal:hover, li#jornal:focus-within {
    background-image: linear-gradient(to top, #0075A1, #44C8F5);
}
li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none; 
    color: inherit; 
}
.downloads ul {
    padding: 0;
    margin: 0;
}
.downloads ul li a {
    height: auto !important;
}
#pdf a {
    background-image: url(/img/pdf.png);
    background-repeat: no-repeat;
    background-position: 43% 41%;
}
#html a {
    background-image: url(/img/html.png);
    background-repeat: no-repeat;
    background-position: 43% 41%;
}
#jornal a {
    background-image: url(/img/jornal.png);
    background-repeat: no-repeat;
    background-position: 43% 41%;
}
.info-edicao h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 23px;
    color: #fff;
    text-align: left;
}
.info-edicao {}
#img-seta {}
.main-home {
    margin-top: -17px;
}
.main-container {
    clear: both;
}
/*formulários home*/

.formularios {
    padding-top: 30px;
}
.formularios h2 {
    color: #44C8F5;
    font-family: 'Open Sans Condensed', sans-serif;
    float: left;
    clear: both;
    padding-left: 0;
    padding-right: 0;
}
.formularios form input[type=submit] {
    background-image: linear-gradient(to top, #0075A1, #44C8F5);
    color: #fff;
    border: none;
    float: left;
    border-radius: 0px;
}
.formularios form label {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    float: left;
}
.largura {
    width: 100%;
}
.formularios form {
    width: 85%;
}
.formularios form input {
    height: 43px;
    float: left;
    font-size: 20px;
    text-align: center;
    background: #e6e4e4;
    color: #313131;
    border: 1px #fff solid;
}
#sbmt1 {
    margin-left: 2%;
}
.databusca {
    clear: both;
}
#input2 {
    width: 98%;
}
#dataBuscaInicial, #dataBuscaFinal {}
#label4 {}
#label3, #label4 {
    padding: 8px 0 0 0;
}
.datas {
    padding-top: 20px;
    float: left;
    width: 100%;
}
.search-frases {
    float: left;
    padding-top: 20px;
    width: 100%;
}
.formularios form input[type=radio] {
    background: transparent;
    height: 20px;
    width: 16px;
}
#label5, #label6 {
    padding-left: 20px;
}
#input6 {
    margin-left: 20px;
}
.form3 {
    width: 100%;
}
#selectEdicaoPortal {
    height: 43px;
    float: left;
    font-size: 20px;
    text-align: center;
    background: #e6e4e4;
    color: #313131;
    margin: 16px 0 0 0;
}
/*Paginação header*/

#li-select {
    margin-top: -6px;
}
.paginacao ul li {
    float: left;
    list-style: none;
    display: inline;
    padding: 5px;
    font-size: 31px;
    color: rgb(102, 102, 102);
    opacity: 0.6;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 500;
    cursor: pointer;
}
.menu ul li a:hover {
    color: #0075A1;
    border-bottom: 2px solid #0075A1;
}
.menu .com-hover:hover {
    color: #0075A1;
    font-weight: bold;
}
.menu-interna {
    position: absolute;
    top: 35px;
    right: 11%;
    border-top: none;
    margin-top: 0 !important;
}
.paginacao {
    float: left;
    margin-top: 30px;
    height: 50px;
}
.paginacao ul li select {
    width: 100px;
    padding-left: 20px;
}
.visualizacao {
    background-color: rgb(102, 102, 102);
}
.visualizacao-html {
    background-color: rgb(179, 179, 179);
}
.capa-dio {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
}
.capa-dio img {
    box-shadow: 0px 2px 20px rgba(0, 0, 0, .8);
}
.opcoes ul li {
    list-style: none;
    display: inline;
    padding: 25px;
    height: 75px;
}
.selected {
    background: rgb(255, 63, 63);
}
.opcoes {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 100px;
    height: 76px;
}
.menu-pdf {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 266px;
    z-index: 9999;
    background: rgb(140, 140, 140);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, .7);
}
.opcoes ul.container li#pdf-interna {
    margin-left: 390px;
}
#icon-plus {
    background: url(/img/lupa-plus-white.png) center center no-repeat;
}
#icon-minus {
    background: url(/img/lupa-minus-white.png) center center no-repeat;
}
#impressora {
    background: url(/img/impressora-white.png) center center no-repeat;
}
#save {
    background: url(/img/save-white.png) center center no-repeat;
}
#icon-plus:hover {
    background: url(/img/lupa-plus.png) center center no-repeat;
}
#icon-minus:hover {
    background: url(/img/lupa-minus.png) center center no-repeat;
}
#impressora:hover {
    background: url(/img/impressora.png) center center no-repeat;
}
#save:hover {
    background: url(/img/save.png) center center no-repeat;
}
.menu-pdf a {
    width: 48px;
    height: 48px;
    display: inline-block;
    margin: 4px 6px;
    border: solid 1px transparent;
    border-radius: 4px;
    text-indent: -9999px;
}
/*Arvore html*/

.arvore-html {
    float: left;
    background-color: rgb(102, 102, 102);
    width: 321px;
    min-height: 500px;
    font-size: 14px;
    font-family: 'Open Sans Condensed', sans-serif;
    overflow: auto;
}
ul li {
    list-style: none;
}
.arvore-html ul li a {
    color: #fff;
    text-decoration: none;
    position: relative;
    margin: 0;
    border: 0px;
    padding: 10px 15px;
    font-size: 14px;
}
.sub {
    list-style: none;
    clear: both;
    margin-left: -20px;
    display: none;
}
.arvore-html ul li {
    margin: 0;
    padding: 0;
    border: 0px;
}
.lista {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0;
    padding: 0;
}
.arrow:before {
    float: right;
    display: inline;
    font-family: FontAwesome;
    height: auto;
    content: ">";
    clear: both;
    text-shadow: none;
}
.pasta {
    display: block;
}
/*Visualização jornal*/

.visualizacao-html-conteudo {
    text-align: center;
    width: 550px;
    background-color: #fff;
}
.html-conteudo {
    float: left;
    margin: 50px 0px 0px 40px;
}
.zoom {
    float: left;
    margin-top: -21px;
    height: 50px;
    padding: 5px 5px 5px 120px;
    font-size: 31px;
    color: #666;
    opacity: 0.6;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 500;
}
#jornal1, #jornal2 {
    float: left;
}
#jornal1 {
    margin-left: 160px;
    box-shadow: 5px 0px 4px #333333;
}
.leitura {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px;
}
.container-leitura {
    margin-bottom: 50px;
}
#shadow-esq {
    z-index: 1000;
    margin-left: -20px;
}
#shadow-dir {
    float: left;
    position: absolute;
    margin: -566px 0px 0px -207px;
    z-index: 1000;
}
/* Pesquisa de diarios*/

.box-data {
    background-image: linear-gradient(to top, #0075A1, #44C8F5);
    height: 100%;
    margin-top: 112px;
    margin-left: 0px !important;
}
.distancia {
    margin-top: 50px;
}
.box-conteudo-diario {
    margin: 0;
}
.box-data, .box-conteudo-diario {
    float: left;
}
.busca-diario input[type=text] {
    width: 479px;
    height: 43px;
    text-align: center;
    font-size: 23px;
    float: left;
}
.busca-diario input[type=submit] {
    height: 43px;
    width: 78px;
    background-image: linear-gradient(to top, #0075A1, #44C8F5) !important;
    color: #fff;
    margin-left: 5px;
    border: none;
    font-size: 22px;
    background-image: none;
    float: left;
    box-shadow: 6px 6px 8px 0px rgba(50, 50, 50, 0.75);
}
.busca-diario {
    margin: 50px 0px 0px 162px
}
.paginacao2 {
    width: 566px;
    float: left;
    font-size: 19px;
    margin: -25px 0px !important;
}
ul.paginacao2 li {
    display: inline;
    padding: 10px;
    cursor: pointer;
}
.numero {
    border: 1px solid rgb(179, 179, 179);
}
.resultado-cinza {
    background-color: rgb(217, 217, 217);
}
.resultado-branco {
    background: #FFF;
}
.conteudo-resultado {
    color: black;
    margin: 8px 45px 20px 45px;
}
.esquerda {
    float: left;
}
.conteudo-resultado h2 {
    font-size: 17px;
}
.conteudo-resultado h2, .conteudo-resultado span {
    font-weight: 700;
}
.resultado {
    width: 786px;
    float: left;
    border: 1px solid rgb(217, 217, 217);
}
.opcoes-resultados {
    margin-top: 20px;
    border-top: 1px solid #FFF;
}
.opt {
    float: left;
    width: 189px;
    margin-top: 10px;
}
.txt-center {
    text-align: center;
}
.txt-dir {
    text-align: right;
}
.box-data form label.datas {
    font-size: 23px;
    color: #FFF;
    font-weight: 100;
    float: left;
    width: 165px;
    margin-top: 10px;
}
.box-data form input[type=text] {
    width: 165px;
    height: 43px;
    float: left;
    text-align: center;
    box-shadow: 6px 6px 8px 0px rgba(50, 50, 50, 0.75);
}
.box-data form {
    margin: 20px 0px 0px 40px;
}
.check {
    width: 165px;
    margin-top: 240px;
    position: absolute;
    margin-left: 40px;
    overflow: auto !important;
}
.check span {
    font-size: 22px;
    color: #fff !important;
}
.check label {
    font-size: 22px !important;
    float: left;
    color: #fff;
    width: 140px !important;
    font-weight: 100;
    margin: -6px 0px 0px 10px;
}
.check label span {
    font-size: 17px;
}
.check input[type=checkbox] {
    float: left;
}
.tudo {
    height: 100%;
}
.rod {
    background: none repeat scroll 0% 0% #404040;
    color: #FFF;
    border-radius: 0px;
    border: medium none;
    min-height: 35px !important;
}
.dist {
    margin-top: 20px;
}
.visualizaao-topo {
    margin-top: 30px;
}
.paginacao ul li:hover {
    color: #44C8F5;
    font-weight: bold;
}
.navbar-menu {
    margin-bottom: 0;
    background-color: gray;
    border-radius: 0;
    min-height: 35px !important;
    margin-top: 19px;
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.2);
    border-top: 1px solid #C2C0C0;
}
.navbar-menu .first {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 17px;
    margin-top: 8px;
    width: 301px;
    font-weight: bold;
    color: white;
}
.theBig .menu {
    margin-top: 0 !important;
}
.paginacao-interna {
    margin-top: -17px !important;
    margin-left: 65px !important;
}
.dist-interna {
    margin-top: -42px !important;
}
.header-interna {
    margin-bottom: 0px !important;
}
.select-pagina {
    height: 30px !important;
    font-size: 17px !important;
    font-family: 'Open Sans Condensed', sans-serif;
    width: 70px !important;
    text-align: center !important;
    padding-left: 0px !important;
}
#slogan-interna {
    margin-top: -13px;
    float: right;
    max-height: 40px;
}
#logo-interna {
    margin-top: -10px;
    float: left;
}
.select-zoom {
    transition: all 0.25s ease-in-out 0s;
    background: #FFF none repeat scroll 0% center;
    border: 1px solid #E7E7E7;
    height: 30px !important;
    font-size: 17px !important;
    font-family: 'Open Sans Condensed', sans-serif;
    width: 70px !important;
    text-align: center !important;
    padding-left: 0px !important;
}
.zoom label {
    font-size: 21px !important;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 100;
}
.cinza {
    background-color: rgb(230, 230, 230);
}
.informativo {
    text-align: center;
    padding-top: 50px;
    font-family: 'Open Sans Condensed', sans-serif;
}
.vermelho {
    color: #0075A1;
}
h2.vermelho {
    font-size: 33px;
}
.informativo span {
    color: cob(102, 102, 102);
    font-size: 23px;
}
.informativo a {
    color: #fff;
    width: 206px;
    height: 48px;
    text-transform: uppercase;
    font-size: 23px;
    background-image: linear-gradient(to top, #0075A1, #44C8F5);
}
.shadow {
    background: -moz-linear-gradient(90deg, rgba(230, 230, 230, 1) 14%, rgba(230, 230, 230, 1) 35%, rgba(230, 230, 230, 1) 55%, rgba(230, 230, 230, 1) 88%, rgba(212, 212, 212, 1) 100%);
    /* ff3.6+ */
    background: -webkit-linear-gradient(90deg, rgba(230, 230, 230, 1) 14%, rgba(230, 230, 230, 1) 35%, rgba(230, 230, 230, 1) 55%, rgba(230, 230, 230, 1) 88%, rgba(212, 212, 212, 1) 100%);
    /* ff3.6+ */
}
.combo-list h2 {
    text-align: center;
    font-size: 14px;
    color: rgb(102, 102, 102);
}
.combo-list a {
    text-decoration: none;
}
.info-pagina-cliente, .info-pagina-cliente h2 {
    text-align: center;
    color: rgb(7, 74, 113);
    font-weight: bold;
    font-size: 26px;
    padding-bottom: 20px;
    margin-top: 50px;
}
.combo-list {
    padding-bottom: 50px;
    min-height: 201px;
}
.box1 {
    margin-top: -10px;
    padding-bottom: 20px;
}
.info-login {
    text-align: center;
    font-family: "Open Sans Condensed", sans-serif;
    color: rgb(102, 102, 102);
    font-size: 23px;
    padding-top: 60px;
}
.login-form input[type=text], .login-form input[type=password] {
    width: 165px;
    height: 36px;
    font-size: 17px;
    padding-left: 40px;
}
.login-form input[type=password] {
    background-image: url(/img/key.png) !important;
    background-repeat: no-repeat;
    background-position: 4% 39%;
    color: rgb(179, 179, 179);
    border: none;
}
.login-form input[type=text] {
    background-image: url(/img/user.png) !important;
    background-repeat: no-repeat;
    background-position: 4% 39%;
    color: rgb(179, 179, 179);
    border: none;
}
.distancia-input {
    margin-right: 2px;
}
.login-form input[type=submit] {
    width: 76px;
    height: 36px;
    background-image: linear-gradient(to top, #0075A1, #44C8F5);
    font-size: 21px;
    border: none;
    color: #fff;
    margin-right: 370px;
    float: right;
}
.login-form input.opaco {
    background-color: rgb(0, 0, 0);
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.login-form {
    font-family: "Open Sans Condensed", sans-serif;
    margin-left: 360px;
}
#UsuarioLoginForm .control-group {
    display: inline-block;
}
.login-sidebar {
    padding-bottom: 150px;
}
.esq {
    float: left;
}
.dir {
    float: right;
}
.consultar-edicao h2 {
    font-size: 33px;
}
.consultar-edicao span {
    font-size: 23px;
    color: rgb(102, 102, 102);
}
.consultar-edicao div label {
    font-size: 23px;
    width: 100%;
    color: rgb(102, 102, 102);
}
.consultar-edicao div input[type=text] {
    width: 375px;
    height: 35px;
    border: none;
    background-color: rgb(104, 104, 104);
    text-align: left;
    color: #fff;
    font-size: 20px;
}
.consultar-edicao div input[type=submit] {
    width: 106px;
    height: 35px;
    background-image: linear-gradient(to top, #0075A1, #44C8F5);
    font-size: 21px;
    border: none;
    color: #fff;
    margin-left: 10px;
}
.box-resultado-edicao {
    width: 498px;
    height: 130px;
    background-color: #FFF;
    margin-top: 20px;
    margin-bottom: 50px;
    -webkit-box-shadow: 7px 7px 8px 0px rgba(50, 50, 50, 0.59);
    -moz-box-shadow: 7px 7px 8px 0px rgba(50, 50, 50, 0.59);
    box-shadow: 7px 7px 8px 0px rgba(50, 50, 50, 0.59);
}
#resultado-edicao {
    margin: 9px 18px 0px 15px;
}
.linha-pontilhada {
    border-bottom: 1px black dotted;
}
.consultar-edicao form {
    margin-top: 100px;
}
.consultar-edicao {
    margin-top: 100px;
}
.box-edicao-1 {
    width: 421px;
    background-color: rgb(104, 104, 104);
    height: 542px;
    margin-bottom: 100px;
}
.box-edicao-2 {
    width: 347px;
    height: 472px;
    background-color: white;
    margin: 35px 0px 0px 39px;
    position: absolute;
    background-color: rgb(118, 118, 118);
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}
.box-edicao-2 img {
    width: 347px;
    height: 472px;
}
.form-cadastro-esq {
    width: 550px;
    margin-left: 20px;
}
.form-cadastro-dir {
    width: 530px;
    margin-right: 35px;
}
.form-cadastro-dist {
    margin-top: 55px;
}
.input-usuario {
    width: 687px !important;
}
.input-usuario label {
    width: 157px !important;
}
.input-usuario input {
    margin-left: 21px;
}
.largura {
    width: 100% !important;
}
.form-cadastro-dist1 {
    margin-top: 106px;
}
.form-cadastro form input[type=text], .form-cadastro form input[type=email], .form-cadastro form input[type=password], .form-cadastro form select {
    width: 376px;
    height: 35px;
    border: none;
    background-color: rgb(179, 179, 179);
    text-align: center;
}
.form-cadastro label {
    width: 160px;
    font-size: 20px;
    color: rgb(102, 102, 102);
    font-weight: 100;
    text-align: right;
}
.campo-form {
    padding-bottom: 20px;
    width: 554px;
    float: left;
}
.form-cadastro h3 {
    font-size: 26px;
    color: #0075A1;
    float: left;
    margin: 47px 0px 40px 50px;
    width: 100%;
}
.form-cadastro {
    margin-top: 100px;
    border: 2px #fff solid;
    padding-bottom: 30px;
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.53);
    -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.53);
    box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.53);
    margin-bottom: 100px;
}
.form-cadastro button, .form-cadastro a {
    width: 100px;
    height: 36px;
    border: none;
    border-radius: 0;
    font-size: 23px;
    color: #fff;
}
.fundo-vermelho {
    background-image: linear-gradient(to top, #0075A1, #44C8F5);
}
.fundo-cinza {
    background-color: rgb(179, 179, 179);
}
.form-add {
    margin-left: 43%;
    clear: both;
    margin-bottom: 50px;
}
.form-add button {
    width: 118px;
    height: 35px;
    padding: 0;
}
.form-add a {
    width: 118px;
    height: 35px;
    padding: 0;
}
.page-title {
    text-align: center;
    font-size: 36px;
    color: #0075A1;
}
.aviso-importante {
    width: 757px;
    height: 268;
    text-align: center;
    border: 2px #fff solid;
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.53);
    -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.53);
    box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.53);
    margin: 60px 0px 80px 190px;
    color: rgb(102, 102, 102);
    font-weight: 100;
}
.aviso-importante h3 {
    font-size: 26px;
    font-weight: 600;
}
.aviso-importante p, .aviso-importante a {
    font-size: 26px;
}
.endereco p {
    text-align: center;
    font-size: 18px;
    color: rgb(102, 102, 102);
}
.opcoes-clipping ul li {
    list-style: none;
    display: inline;
    padding: 20px;
}
.opcoes-clipping ul li:hover {
    background-image: linear-gradient(to top, #0075A1, #44C8F5);
    box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.53);
}
.opcoes-clipping {
    margin-top: 20px;
    text-align: center;
    padding-bottom: 20px;
    margin-right: 50px;
}
.termo-aceite {
    height: 450px;
    border: 2px #fff solid;
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.53);
    -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.53);
    box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.53);
    margin-bottom: 100px;
}
.termo-content h2 {
    font-size: 33px;
    color: #0075A1;
    padding-bottom: 10px;
}
.termo-content p {
    font-size: 20px;
    color: rgb(102, 102, 102);
}
.termo-content {
    text-align: justify;
    padding: 20px 0px 0px 62px;
    margin-right: 70px;
}
#btn-termo {
    width: 118px;
    height: 35px;
    background-image: linear-gradient(to top, #0075A1, #44C8F5);
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 23px;
    padding: 0;
    margin-top: -50px;
}
#termo-aceito {
    font-size: 20px;
    color: rgb(102, 102, 102);
    font-weight: 600;
    margin-top: 25px;
}
#formPrint input {
    border: none;
    width: 346px;
    height: 35px;
    background-color: rgb(179, 179, 179);
}
.box-pesquisa label {
    font-size: 26px;
    font-weight: 500;
    color: rgb(102, 102, 102);
}
.formulario1-pesquisa, .formulario2-pesquisa {
    width: 441px;
}
.formulario1-pesquisa button, .formulario2-pesquisa button {
    width: 85px;
    height: 35px;
}
.botao-inserir {
    margin-left: 10px;
    border-radius: 0;
    border: none;
    background-image: linear-gradient(to top, #0075A1, #44C8F5);
    font-size: 19px;
    color: #fff;
    padding: 0;
    text-transform: uppercase;
}
.formulario2-pesquisa {
    margin-left: 60px;
}
.formulario1-pesquisa {
    margin-left: 80px;
}
.palavras h2 {
    font-size: 26px;
    font-weight: 500;
    color: #0075A1;
    text-align: center;
}
.resultados-palavaras ul li {
    width: 440px;
    font-size: 26px;
}
.resultados-palavaras ul {
    width: 440px;
    margin-left: 420px;
}
.box-pesquisa {
    min-height: 635px;
}
.box-alterar-senha {
    width: 757px;
    height: 320px;
    border: 2px #fff solid;
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.53);
    -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.53);
    box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.53);
    margin: 70px 0px 0px 190px;
    margin-bottom: 100px;
}
.inputs input[type=text], .inputs input[type=password] {
    width: 510px !important;
    text-align: center;
}
.inputs label {
    font-size: 22px;
    color: rgb(102, 102, 102);
    text-align: right;
}
.input {
    text-align: right;
    margin-bottom: 15px;
}
.input label {
    margin-right: 20px;
    font-weight: 100;
}
.inputs {
    margin: 40px 40px 0px 0px;
}
.centro {
    text-align: center;
    margin: 0px auto;
}
.centro input[type=submit] {
    width: 118px !important;
    height: 35px !important;
    background-image: linear-gradient(to top, #0075A1, #44C8F5) !important;
    border-radius: 0 !important;
    border: none !important;
    color: #fff !important;
    font-size: 23px;
    text-transform: uppercase;
}
.box-resultado-edicao span {
    font-size: 18px;
    color: rgb(102, 102, 102);
}
.error-message {
    position: absolute;
    margin: 33px 0px 0px 178px;
}
.form-horizontal .error-message {
    margin: 0px 0px 0px -15px;
}
#login-publicador .error-message {
    display: none;
}
.ajusta-rodape {
    margin-bottom: -50px;
}
.consulta-dir {
    height: 542px;
}
.opt-pdf {
    height: 78px !important;
    border-bottom: 3px solid #C2C0C0 !important;
}
.icon-arrow-left {
    background-position: -240px -96px !important;
}
.icon-arrow-right {
    background-position: -264px -96px !important;
}
[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("/img/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
}
.table-condensed {
    font-weight: bold;
}
.canal-interna h2 {
    text-align: center;
    color: #074A71;
    font-weight: bold;
    font-size: 26px;
    padding-bottom: 20px;
    margin-top: 50px;
}
.canal-interna img {
    padding: 4px;
    background: #fff;
    border: solid 1px #ccc;
}
#outros-diarios {
    height: 43px;
    float: left;
    font-size: 20px;
    text-align: center;
    background: transparent;
    color: #0075A1;
    margin: 16px 0 0 0;
}
.visualiza-pdf {
    margin-left: 45px;
    display: table;
    float: left;
}
.visualiza-pdf ul {
    float: left;
}
.visualiza-pdf ul li {
    margin-top: -24px;
    display: inline;
    float: left;
    margin-left: 0;
}
.visualiza-pdf ul li.selected-pdf, .visualiza-pdf ul li.selected-html, .visualiza-pdf ul li.selected-jornal {
    background-image: linear-gradient(to top, #0075A1, #44C8F5);
}
.visualiza-pdf ul li a {
    float: left;
}
.visualiza-pdf ul li a img {
    float: left;
    margin-left: 7px;
}
.navbar-toggle {
    background: #ccc;
}
.navbar-toggle .icon-bar {
    background-color: #333;
}
@media (max-width: 992px) {
    .login-titulo, .area-publicador .login-titulo, .form-login form input[type=email], .info-data-hora, .login-titulo h2 {
        width: 100%;
    }
    .form-login form input[type=password] {
        width: 80%;
        margin-top: 10px;
    }
    .form-login form input[type=email] {
        margin-bottom: 10px;
    }
    .form-login form {
        width: 100%;
    }
    .form-login .botao {
        float: right;
        width: 14%;
        margin-top: 10px;
    }
    .info-data-hora {
        padding-right: 0;
        clear: both;
    }
    .downloads {
        margin-top: 0;
    }
    .info-edicao h2 {
        margin-top: -20px;
    }
}
@media (max-width: 979px) {
    #logo-interna {
        margin-top: 0;
    }
    #logo-interna img {
        width: 190px;
    }
    .visualiza-pdf {
        margin-left: 51px;
    }
    .visualiza-pdf ul li {
        width: 65px;
    }
    .paginacao-interna {
        margin-top: -22px !important;
        margin-left: 50px !important;
    }
    #slogan-interna {
        float: left;
        width: 180px;
        margin-left: 57px;
    }
}
@media (max-width: 768px) {
    #slogan {
        margin: 20px auto;
    }
    .menu ul li {
        display: block;
        width: 100%;
        border-bottom: solid 1px #ccc;
    }
    #smbt2 {
        float: right;
        margin-top: 5px;
    }
    .downloads {
        margin-top: 0;
    }
    .info-edicao h2 {
        margin-top: -40px;
    }
}
@media (max-width: 1200px) {
    .downloads {
        margin-top: 0;
    }
}
@media (min-width: 1200px) {
    #label4 {
        margin: 0 2%;
        width: 12%;
    }
    #smbt2 {
        margin-left: 3%;
    }
    .capa a .capa-tip {
        position: absolute;
        width: 160px;
        margin-top: -275px;
        margin-left: -80px;
        left: 66%;
        z-index: 999;
        background: rgba(0, 0, 0, .7);
        color: #fff;
        box-shadow: 2px 2px 3px rgba(0, 0, 100, .4);
        padding: 15px 0;
        font-size: 17px;
        text-shadow: 1px 1px 0px #000;
        border-radius: 5px;
        display: none;
        text-align: center;
    }
}
#votarEnquete input[type="radio"] {
    margin: 4px 7px 7px 0px;
}
#votarEnquete label {
    font-size: 14px;
    padding-left: 5px;
}
#votarEnquete ul {
    margin: 10px 0px 10px -45px;
}
#pergunta-enquete {
    font-size: 22px;
}
.autenticidade-resultado {
    color: #fff;
    font-size: 1.2em;
}
#btn-autenticidade {
    margin-left: 2%;
}
#autenticidade-header {
    font-weight: bold;
}
#autenticidade-texto {
    font-size: 1.2em;
}
#autenticidade-download {
    font-weight: bold;
}
#modal-autenticidade {
    width: 60%;
    margin: 10% auto;
}
#boxabas {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold;
    background-color: #fff;
    display: none;
    max-width: 330px;
    width: 100%;
}
#boxabas a {
    color: #000;
    text-transform: uppercase;
    height: auto;
}
#abas_suplemento>li.active>a, #abas_suplemento>li.active>a:focus, #abas_suplemento>li.active>a:hover {
    cursor: default;
    border-radius: 0;
}
#abas_suplemento>li>a.dropdown-toggle {
    border-radius: 0;
}
#abas_suplemento>li>ul.dropdown-menu {
    width: 330px;
    border-radius: 0;
    margin-top: 2px;
}
#abas_suplemento>li>ul.dropdown-menu>li.active {
    border: none;
}
#abas_suplemento>li>ul.dropdown-menu>li.active>a {
    background: #004a98;
    border: none;
    color: white;
}
.form-label {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px important!;
    color: #fff;
    font-weight: 500;
    float: left;
}

.default-accessibility{
    min-width: 44px; 
    min-height: 44px;
}
.skip-link {
    position: absolute;
    top: -100px;
    left: 10px;
    background: #000;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    z-index: 100;
    transition: top 0.3s;
}

.skip-link:focus-visible {
    top: 10px;
}

.grayscale {
    filter: grayscale(100%) !important;
}

.accessibility-menu {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.accessibility-buttons {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: yellow;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

#mainButton:focus + .accessibility-buttons,
#mainButton:active + .accessibility-buttons,
.accessibility-buttons:focus-within {
    display: flex;
}


.accessibility-menu button {
    background: yellow;
    color: black;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}



.accessibility-menu button:hover {
    background: #555;
}

.accessibility-menu {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}
#mainButton {
    width: 50px;
    height: 50px;
    background: #333;
    color: white;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    touch-action: manipulation; 
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    width: 50px;
    height: 50px;
}

.accessibility-buttons {
    display: none;
    position: absolute;
    bottom: 100%;
    right: 0;
}

#a11y-toggle:checked ~ .accessibility-menu .accessibility-buttons {
    display: flex;
}
