/* fonts */

@font-face {
    font-family: 'Barlow-Regular';
    src: url('../fonts/Barlow/Barlow-Regular.ttf'); }

@font-face {
    font-family: 'Barlow-Medium';
    src: url('../fonts/Barlow/Barlow-Medium.ttf'); }

@font-face {
    font-family: 'Barlow-Bold';
    src: url('../fonts/Barlow/Barlow-Bold.ttf'); }

/* clipping */

.font-regular {
    font-family: 'Barlow-Regular';
}

.text-manaus {
    color: #00696f;
    text-shadow: 1px 1px 2px #B1DBD8;
}
.button-text-manaus {
    color: white;
}

.text-orange, .page-title-d, .login-label, .subtitle {
    color: #EE8F00;
}

.text-strong-blue {
    color: #003054;
}

.bg-strong-blue {
    background-color: #003054;
}

.text-dark-grey {
    color: #717175;
}

.bg-light-grey {
    background-color: #D7D8DC;
}

.page-title-d {
    font-family: 'Barlow-Bold';
    font-size: 40px;
}

.subtitle {
    font-family: 'Barlow-Bold';
    font-size: 28px;
}

.info-login-d {
    color: white;
    font-family: 'Barlow-Medium';
    font-size: 19px;
}

.login-label {
    font-family: 'Barlow-Bold';
    text-align: left;
    white-space: nowrap;
}

.label {
    font-family: 'Barlow-Medium';
    white-space: nowrap;
}

.section-label {
    font-family: 'Barlow-Bold';
    padding-left: 15px;
}

.btn-login {
    color: #00A5AD;
    text-shadow: 0 0 #00A5AD;
    background-color: #ffffff;
}

.btn-orange {
    font-family: 'Barlow-Bold';
    background: #EE8F00;
}

.btn-orange:hover {
    background: #F2A43D;
}

.anchor-orange {
    color: #EE8F00;
    text-decoration: underline;
}

.anchor-orange:hover {
    color: #F2A43D;
}

.btn-blue {
    font-family: 'Barlow-Bold';
    background: #00233D;
    color: #EE8F00;
}

.btn-blue:hover {
    color: #F2A43D;
}

.progress {
    height: 1.5rem;
    margin-bottom: -10px;
}

.progress-bar {
    background-color: #EE8F00;
}

.progress-title {
    font-family: 'Barlow-Bold';
    margin-top: 10px;
}

.progress-text {
    white-space: pre-line;
    font-size: 15px;
}

.bloco-clipping {
    font-size: 20px;
    color: white;
}

.line-height-default {
    line-height: 1;
}

.d-grid {
    display: grid;
}

.keywords {
    font-family: 'Barlow-Medium';
    text-decoration: underline;
    color: white;
    text-align: center;
    font-size: 30px;
}

.main-content {
    min-height: 900px;
}

.clipping-menu-item {
    display: inline-block;
    margin: 5px 20px;
    padding: 8px;
    width: 90px;
    background-color: #EE8F00;
    border-radius: 4px;
    font-family: 'Barlow-Bold';
    color: #003054;
}

.sair-pb {
    padding-bottom: 16px;
}

.clipping-menu-item:hover {
    background-color: #F2A43D;
}

.clipping-menu-item:active {
    background-color: #F2A43D;
}

/* CAPA */
.home {
    min-height: 566px;
    padding: 20px 0;
    background-size: cover !important;
}

/* VIEW PDF */
.menu-pdf {
    position: fixed;
    bottom: 40px;
    right: 20px;
    width: 200px;
    z-index: 9999;
    background: rgb(140, 140, 140);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, .7);
}
.menu-pdf a {
    width: 48px;
    height: 48px;
    display: inline-block;
    margin: 4px 6px;
    border: solid 1px transparent;
    border-radius: 4px;
    text-indent: -9999px;
}
.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;
}


.visualiza-pdf {
    margin-left: 6em;
    display: table;
    float: left;
}
.visualiza-pdf ul {
    float: left;
}
.visualiza-pdf ul li {
    margin-top: -15px;
    display: inline;
    float: left;
    margin-left: 0;
    -webkit-transition: .2s all;
        -ms-transition: .2s all;
         -o-transition: .2s all;
            transition: .2s all;
}
.visualiza-pdf ul li:hover {
    background-color: #023389;
    opacity: .5;
    -webkit-transition: .2s all;
        -ms-transition: .2s all;
         -o-transition: .2s all;
            transition: .2s all;
}

.visualiza-pdf ul li.selected-pdf,
.visualiza-pdf ul li.selected-html,
.visualiza-pdf ul li.selected-jornal {
    background: #023389;
    opacity: 1;
}
.visualiza-pdf ul li a {
    float: left;
}
.visualiza-pdf ul li a img {
    float: left;
}
.navbar-toggle {
    background: #ccc;
}
.navbar-toggle .icon-bar {
    background-color: #333;
}

/*Paginação header*/
.paginacao ul li {
    float: left;
    list-style: none;
    display: inline;
    padding: 5px;
    font-size: 27px;
    cursor: pointer;
}
.paginacao ul li:hover {
    color: #023389;
}

/*Arvore html*/
ul li {
    list-style: none;
}
.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;
}
.arvore-html ul li {
    margin: 0;
    padding: 0;
    border: 0px;
}
.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;
}
.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;
}
#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;
}
.box-conteudo-diario {
    margin: 0;
}
.box-data, .box-conteudo-diario {
    float: left;
}
.distancia {
    margin-top: 50px;
}
.busca-diario {
    margin: 50px 0px 0px 162px
}
.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);
}
.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 {
    width: 786px;
    float: left;
    border: 1px solid rgb(217, 217, 217);
}
.resultado-cinza {
    background-color: rgb(217, 217, 217);
}
.resultado-branco {
    background: #FFF;
}
.esquerda {
    float: left;
}
.conteudo-resultado {
    color: black;
    margin: 8px 45px 20px 45px;
}
.conteudo-resultado h2 {
    font-size: 17px;
}
.conteudo-resultado h2, .conteudo-resultado span {
    font-weight: 700;
}
.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 {
    margin: 20px 0px 0px 40px;
}
.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);
}
.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;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.dist {
    margin-top: 20px;
}
.visualizacao-topo {
    margin-top: 30px;
}
.navbar-menu {
    margin-bottom: 0;
    background-color: gray;
    border-radius: 0;
    min-height: 35px !important;
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.2);
    border-top: 1px solid #C2C0C0;
}

.navbar-menu-homolog {
    background-color: #dd5254;
}
.navbar-menu .first {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 17px;
    margin-top: 8px;
    width: 292px;
    font-weight: bold;
    color: white;
}
.theBig .menu {
    margin-top: 0 !important;
    background: #e3e3e3;
    height: 90px;
}
.paginacao-interna {
    margin-top: -3px !important;
    float: left;
    margin-left: 5em;
}
.dist-interna {}

.header-interna {
    margin-bottom: 0px !important;
}
#slogan-interna {
    float: right;
}
#logo-interna {
    float: left;
}

#li-select {
    margin-top: -2px;
}
.home-info,
.home-info-updated {
    color: white;
    font-size: 0.8rem;
}
.home-info-updated {
    font-size: 0.9rem;
}
.text-line-x {
    position: relative;
    font-size: 16px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    color: #002254;
    width: 90%;
}
.text-line-x:before, .text-line-x:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #002254;
}
.text-line-x:before {
    margin-left: -50%;
    text-align: right;
}
.mb-correct-button {
    margin-bottom: 10px;
}

.custom-info,
.home-info-updated {
    line-height: 1.3;
    font-weight: 400;
}

/*#li-select,*/
.select-pagina,
.select-zoom {
    transition: all 0.25s ease-in-out 0s;
    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 {
    margin-top: 10px !important;
    float: left;
    margin-left: 5em;
}
.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: white;
}
.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 {
    margin-bottom: 100px;
}
.termo-content h2 {
    color: #0075A1;
}
.termo-content p {
    font-size: 120%;
}
.termo-content {
    padding: 20px 0px 0px 62px;
}
#btn-termo {
    /*color: #fff;*/
    /*font-size: 18px;*/
    margin-top: -50px;
}
#termo-aceito {
    font-size: 20px;
    /*color: rgb(102, 102, 102);*/
    font-weight: 600;
    margin-top: 25px;
}
#formPrint input {}
.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 {
    font-size: 22px;
    padding: 2px 10px;
}
.resultados-palavaras ul li.fundo-cinza {
    background: #f4f4f4;
}
.resultados-palavaras ul {
    padding: 0;
}
.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;
}
.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;
    color: #d34e47;
    width: 200px;
}
#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;
}

.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;
}
.navbar-toggle {
    background: #ccc;
}
.navbar-toggle .icon-bar {
    background-color: #333;
}

/*.clipping-menu li {*/
/*    display: inline-block;*/
/*    margin: 5px 20px;*/
/*    padding: 8px;*/
/*    width: 90px;*/
/*    background-color: #EE8F00;*/
/*    border-radius: 4px;*/
/*    font-family: 'Barlow-Bold';*/
/*    color: #003054;*/
/*}*/
/*.clipping-menu li:hover {*/
/*    background-color: #F2A43D;*/
/*}*/
/*.clipping-menu li:active {*/
/*    background-color: #F2A43D;*/
/*}*/
.link-sair-creditos span {
    line-height: 16px;
    display: block;
    margin-left: -7px;
}
.bloco-clipping, .bloco-clipping a {
    font-size: 120%;
}
.has-error .error-message {
    position: absolute;
    margin: 0;
}
.area-publicador {
    padding-left: 0;
}
.login-titulo-topo h2 {
    font-size: 30px;
    color: #fff;
    margin: 0;
    text-align: center;
    padding: 5px;
}
.lk-area-publicador {
    padding: 0;
}
.lk-area-publicador a {
    background-color: #44C8F5;
    border-radius: 5px;
    font-size: 17px;
    font-weight: normal;
    margin-top: 10px;
    padding: 7px;
    line-height: 100%;
    color: #fff;
    display: inline-block;
}
.lk-area-publicador i {
    font-size: 30px;
}
.lk-area-publicador a:hover {
    background-color: #0075A1;
}

/* LAYOUT NOVO*/

.bg-footer {
    background: #00A5AD;
}
.bg-section {
    background: white;
}
.bg-blue-manaus {
    background: #003664;
}
.text-green-manaus {
    color: #009945;
}
.text-blue-manaus {
    color: white;
}
.border-blue-manaus {
    border-color: #003664 !important;
    border-radius: 10px;
}
.border-blue-header-manaus {
    background-color: #00A5AD !important;
    border-color: #fff !important;
    border-radius: 10px;
}
.transition-manaus {
	opacity: 1;
    -webkit-transition: .2s all;
    -ms-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
}
.transition-manaus:hover {
	opacity: 0.8;
    -webkit-transition: .2s all;
    -ms-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
}

.bg-yellow-manaus {
    background: #d8d05d;
}

.bg-grey-manaus {
    background: #e3e3e3;
}

.bg-grey-manaus-homolog {
    background: #e5817b;
}

.text-grey-manaus {
    color: #e3e3e3;
}

.bg-manaus-homolog {
    background: #dd5254;
}

/*==================== HEADER ==========================*/

.header p, .header label {
	font-size: 14px;
}
.logo-imprensa {
	width: 250px;
}
.logo-imprensa img {
	max-width: 250px;
}
.logo-jornal{
    width: 150px;
}
.icon-area-publicador {
	width: 100px;
	height: 100px;
}
.header button {
	height: 28px;
	border-radius: 10px;
}
.header i {
	top: 29px;
    left: 13px;
    font-size: 18px;
}
.header input {
	padding-left: 28px !important;
	height: 28px;
	font-size: 14px;
}
.header .d-flex {
	justify-content: flex-end;
}
.nav-link {
	font-size: 13px;
	font-weight: bold;
	color: #002254;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1.5rem !important;
    padding-left: 0;
}
.navbar-light .navbar-nav .nav-link {
	color: #002254;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #002254;
	opacity: 0.7;
}
.form-area-publicador {
	display: flex;
}
.navbar-light .navbar-toggler {
	height: 40px;
}
.form-control-header {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (max-width: 1199px) {
	.capa-diario {
	    margin-top: 0 !important;
	    width: 100% !important;
	}
	.d-flex-custom {
		max-width: 40% !important;
	}
	.header .d-flex {
	    justify-content: flex-start;
	}
	.capa-diario {
		float: none !important;
	}
	.previewsDO {
		padding-bottom: 23px !important;
	}
	.previewsDO h6 {
		margin-top: 8px !important;
	}
	.pesquisaDO {
		margin-left: 10px !important;
	}
	.header .col-md-4 {
		display: none !important;
	}
	.header .form-row {
		width: 144% !important;
	}
	.header .text-white {
		white-space: nowrap !important;
	}
}
@media (max-width: 991px) {
    .logo-imprensa {
        width: 100%;
        text-align: center;
    }
	.header .d-flex {
	    justify-content: center;
	}
	.form-area-publicador {
	    display: block !important;
	    justify-content: flex-start;
	}
	.header h4 {
		margin-top: 19px;
	}
	form {
		margin-top: 10px;
	}
	.container {
		max-width: 900px !important;
		padding-left: 50px;
		padding-right: 50px;
	}
	.navbar-nav {
		flex-direction: column !important;
	}
}
@media (max-width: 767.98px) {
	.header .d-flex {
		justify-content: center !important;
		margin-bottom: 30px;
		max-width: 100% !important;
	}
	.header button {
		margin-top: 15px;
	}
	.header h4 {
	    margin-top: 22px !important;
	}
	.pesquisaDO {
		margin-left: 0px !important;
	}
	.header .form-row {
		width: 100% !important;
	}
	.header form p {
		margin-top: 12px !important;
	}
	.icon-area-publicador {
		margin-bottom: 10px;
	}
    .mb-custom {
        margin-bottom: 9%;
    }
    .custom-info {
        width: 139%;
    }
}
@media (min-width: 670px) {
	.navbar-expand-lg .navbar-collapse {
	    display: -ms-flexbox!important;
	    display: inline-block!important;
	    -ms-flex-preferred-size: auto;
	    flex-basis: auto;
	}
	.navbar-toggler {
		display: none !important;
	}

	.navbar-nav {
	    flex-direction: row !important;
	}
}

/*==================== SEÇÃO DIÁRIO ==========================*/

.capa-diario {
	width: 67%;
}
.capa-diario, .capa-diario #imagemCapa {
    min-height: 565px;
    max-width: 100%;
    max-height: 100%;
}
.previewsDO p {
	font-size: 11.5px;
	line-height: 1.2;
}
.previewsDO .bt-preview {
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    border-radius: 50%;
    position: relative;
    padding-bottom: 50px;
    background-color: #00696f;
}
.previewsDO span i {
	position: absolute;
	width: 28px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.previewsDO:hover {
    color: white;
    background: #00696f;
    text-shadow: 0 0 #B1DBD8;
}
.previewsDO:hover .bt-preview {
    background-color: #00A5AD;
}
.previewsDO-hover {
    background: #73bf45;
	-webkit-transition: .2s all;
    -ms-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
}
.pesquisaDO {
    border: 3px solid #00A5AD;
}
.pesquisaDO button {
	width: 50px;
	height: 50px;
}
.custom-select {
    /* background: url('/theme/manaus/img/arrows.svg') no-repeat right .75rem center/8px 24px !important; */
    background-color: #fff;
}

/*==================== FOOTER ==========================*/

.footer {
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
}
.footer p {
	font-size: 14px;
	line-height: 1.3;
	margin: 0px;
}
.footer-social li {
	list-style: none;
	margin: 0 0px 0 0;
	display: inline-block;
}
.footer-social li a {
    height: 30px;
    width: 30px;
    display: block;
    float: left;
    border-radius: 50%;
    position: relative;
}
.footer-social li a span {
	position: absolute;
	font-size: 18px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.brasao-footer {
	width: 200px;
}
.brasao-footer img {
	max-width: 120px;
}
.footer .d-flex {
	justify-content: flex-end;
}
.btn-sm {
    color: #00A5AD;
    background-color: white;
}
.btn-sm:hover {
    color: #fff;
    background-color: #014b70;
}
.bg-manaus {
    background-image: url(../img/bg-cabecalho.png);
    background-position: right;
    border-bottom: 44px solid;
    border-image: url(../img/bg-menu.png) 20%;
    background-size: cover;
    margin: 0px;
    padding: 0px;
}
.bg-barra {
    background-image: url(../img/bg-menu.png);
    background-repeat: no-repeat;
}
.botao-manaus {
    background-color: #00A5AD;
}
@media (max-width: 767.98px) {
	.brasao-footer {
    	float: none !important;
    	margin: auto 0 !important;
    }
    .brasao-footer img {
    	text-align: center !important;
    }
    .footer p, .footer-social {
    	text-align: center;
    }
    .footer .d-flex {
		justify-content: center !important;
	}
}
