/* roboto-regular */
@font-face {
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Roboto/Roboto-Regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Roboto/Roboto-Regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/Roboto/Roboto-Regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Roboto/Roboto-Regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-light */
@font-face {
    font-family: 'Roboto-light';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Roboto/Roboto-Light.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/Roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Roboto/Roboto-Light.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/Roboto/Roboto-Light.woff') format('woff'), /* Modern Browsers */ url('../fonts/Roboto/Roboto-Light.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Roboto/Roboto-Light.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-black */
@font-face {
    font-family: 'Roboto-black';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/Roboto/Roboto-Black.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/Roboto/Roboto-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Roboto/Roboto-Black.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/Roboto/Roboto-Black.woff') format('woff'), /* Modern Browsers */ url('../fonts/Roboto/Roboto-Black.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Roboto/Roboto-Black.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-bold */
@font-face {
    font-family: 'Roboto-bold';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/Roboto/Roboto-Bold.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Roboto/Roboto-Bold.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/Roboto/Roboto-Bold.woff') format('woff'), /* Modern Browsers */ url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Roboto/Roboto-Bold.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-medium */
@font-face {
    font-family: 'Roboto-medium';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/Roboto/Roboto-Medium.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/Roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Roboto/Roboto-Medium.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/Roboto/Roboto-Medium.woff') format('woff'), /* Modern Browsers */ url('../fonts/Roboto/Roboto-Medium.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* RESET */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
    margin: 0;
    padding: 0;
    font-size: 1em;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
    font-size: 1em;
    font-weight: 300;
    font-style: normal;
}

ul, ol {
    list-style: none;
}

fieldset, img {
    border: none;
}

caption, th {
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
    font-family: 'Roboto-bold', sans-serif;
}

em {
    font-style: oblique;
}


html, body {
    font-family: 'Roboto-black', sans-serif;
    background-color: #ffffff;
    color: #003399;
    margin: 0 auto;
    width: 900px;
}

p {
    margin: 5px 0;
}

a {
    text-decoration: none;
    color: #003399;
}

hr {
    display: block;
    height: 1px;
    background-color: #cccccc;
    margin: 10px 0;
    padding: 0;
}

hr.paises {
    border: 0;
    margin-bottom: 6px;
    margin-top: 24px;
    background-color: #003399;
    height: 1px;
}


.clear {
    clear: both;
}


::-webkit-input-placeholder { /* Edge */
    color: #003399;
    font-family: 'Roboto-bold', sans-serif;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #003399;
    font-family: 'Roboto-bold', sans-serif;
}

::placeholder {
    color: #003399;
    font-family: 'Roboto-bold', sans-serif;
}

#main {
    width: 900px;
    margin: 0 auto;
}

#logo {
    width: 284px;
    height: 114px;
    background: url('/img/logo.png') no-repeat 0 0;
    background-size: 284px 114px;
}

#top {
    width: 900px;
    height: 114px;
    padding: 24px 0;
    font-family: 'Roboto-bold', sans-serif;
    font-size: 12px;
}

#topLeft, #topRight {
    width: 266px;
    float: left;
    display: inline-block;
    border-bottom: 1px solid #003399;
    padding: 20px 0 8px;
    position: relative;
}

/*#topRight {
    width: 266px;
    float: left;
    display: inline-block;
    border-bottom: 1px solid #003399;
    padding: 22px 0 0;
    position: relative;
}*/

#topLeft span:first-child {
    margin-right: 10px;
    text-transform: uppercase;
}

#topLeft span:last-child {
    margin-left: 10px;
    text-transform: uppercase;
}

#topCenter {
    padding: 0 42px;
    width: 284px;
    float: left;
    display: inline-block;
}

#search {
    width: 259px;
    color: #003399;
    outline: none;
    border: 0;
/*    padding: 0 0 8px 0*/
}

#search::placeholder {
    font-size: 12px;
}

#search_arrow {
    background: url('/img/IconsOEm-07 copy.svg') no-repeat 0 0;
    width: 16px;
    height: 16px;
    position: absolute;
    right: -4px;
    bottom: 4px;
    cursor: pointer;
}

#middle {
    display: inline-block;
    width: 900px;
    min-height: 500px;
}

#middle .list {
    width: 900px;
    height: 100%;
    position: relative;
}

#mid_top {
    height: 414px;
    position: relative;
}

#mid_bot {
    min-height: 400px;
    position: relative;
}

#mid_top_left {
    width: 284px;
    float: left;
    display: inline-block;
    height: 414px;
    position: relative;
    margin-right: 24px;
}

#mid_top_right {
    width: 592px;
    position: relative;
    float: left;
    display: inline-block;
    height: 414px;
}

#map {
    width: 592px;
    height: 305px;
    margin-top: 14px;
    position: absolute;
}

#chart {
    height: 329px;
    width: 308px;
}

#mid_left {
    width: 592px;
    margin-right: 24px;
    float: left;
    height: 334px;
}

#mid_right {
    width: 284px;
    height: 334px;
    float: left;
}

#bottom {
    display: inline-block;
}

#bottom .bottom_col {
    width: 284px;
    margin-right: 24px;
    float: left;
}

#bottom .bottom_col:last-child {
    margin-right: 0;
}

#bottom .linkbot {
    color: #cc0033;
    border-top: 2px solid #cc0033;
    padding: 8px 0 12px;
    font-family: 'Roboto-Regular', sans-serif;
}

#lowBottom {
    margin-top: 55px;
    width: 900px;
    height: 180px;
    padding-top: 10px
}

#bottomTable {
    width: 900px;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 8px;
}

#bottomTable td:first-child{
    width: 85px;
}

#bottomTable td {
    position: relative;
    vertical-align: middle;
}

#bottomTable tr:first-child td {
    padding-bottom: 18px;
}

/*.imgBot {
    width: auto;
    height: 33px;
    margin-right: 12px;
}

.imgBot:last-child {
    margin-right: 0;
}*/

/* MENU */

#nav {
    border: 1px solid #cc0033;
    border-width: 1px 0;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    cursor: pointer;
}

#nav li {
    position: relative;
    display: inline;
}


#nav a {
    display: inline-block;
    padding: 10px;
    color: #003399;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

#nav ul {
    position: absolute;
    left: -9999px;
    margin: 0;
    padding: 0;
    text-align: left;
    z-index: 1;
}

#nav ul li {
    display: block;
    background-color: white;
    border: 1px solid #cc0033;
    border-bottom: 0;
    min-width: 150px;
}

#nav ul li:last-child {
    border-bottom: 1px solid #cc0033;
}

#nav li:hover ul {
    left: 0;
}

#nav li:hover a {
    background: #cc0033;
    color: #fff;
    font-weight: bold;
}

#nav li:hover span {
    background: #cc0033;
    color: #fff;
    font-weight: bold;
}

#nav li:hover ul a {
    background: none;
    color: #003399;
    font-size: 14px;
}

#nav li:hover ul a:hover {
    background: #cc0033;
    color: #fff;
}

#nav ul a {
    white-space: nowrap;
    display: block;
}

#nav ul span {
    white-space: nowrap;
    display: block;
}

form {
    padding: 0;
    margin: 0;
}

.one {
    padding-bottom: 11px;
    line-height: 140%;
    font-size: 14px;
    width: 100%;
}

.one a {
    color: #003399;
}

.one td {
    vertical-align: top;
    padding: 0;
}

.one input {
    font-size: 14px;
    width: 475px;
}

.one textarea {
    font-size: 14px;
    width: 720px;
}

.one input#email {
    font-size: 14px;
    /*width: 250px;*/
    width: 223px;
}

.one input#captcha {
    font-size: 14px;
    width: 82px;
}

.one .title {
    font-size: 28px;
    color: #003399;
    line-height: 30px;
    letter-spacing: -0.5px;
    font-family: 'Roboto-light', sans-serif;
    text-align: center;
    padding: 10px 0;
}

.one .summary {
    font-size: 16px;
}

.one .text img {
    padding-right: 20px;
    padding-bottom: 7px;
}

.one .date {
    font-size: 12px;
    color: #cc0033;
}

.linkbot_main {
    border-top: 2px solid #003399;
    font-family: 'Roboto-bold', sans-serif;
    padding: 7px 0 9px;
}

.linkbot_sub {
    border-top: 1px solid #003399;
    font-family: 'Roboto-light', sans-serif;
    padding: 7px 0 9px;
}

#pdf {
    border: 1px solid #c2cee7 !important;
    width: 148px;
    height: 212px;
}

#pdf img {
    width: 100%;
    height: 100%;
}

.borderTop2Blue {
    border-top: 2px solid #003399;
}

.borderTop1Blue {
    border-top: 1px solid #003399;
}

.pad18 {
    padding: 18px 0;
}


.destaque {
    max-height: 420px;
    overflow: hidden;
}

.destaqueHeader {
    color: #003399;
    text-transform: uppercase;
    vertical-align: top;
    display: inline-block;
    font-family: 'Roboto-bold', sans-serif;
}

.destaqueHeader::before {
    background-image: url(../img/icon.svg);
    content: '';
    margin-right: 5px;
    width: 23px;
    height: 23px;
    display: block;
    background-size: 23px 23px;
    float: left;
}

.destaqueHeader span {
    vertical-align: middle;
    display: inline-block;
    font-size: 16px;
}

.destaquePreview {
    float: left;
   /* margin-right: 20px;*/
    height: 100%;
}

.legenda {
    font-size: 12px;
    line-height: 16px;
    font-family: 'Roboto-bold', sans-serif;
    color: #cc0033;
    padding: 2px 0;
    display: inline-block;
}

.subtitle {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.5px;
    font-family: 'Roboto', sans-serif;
}

.red_color, .red_color a {
    color: #cc0033;
}

.title_small {
    font-size: 28px;
    color: #cc0033;
    line-height: 110%;
    font-family: 'Roboto-light', sans-serif;
    padding: 10px 0;
}

.summary {
    font-size: 16px;
    font-family: 'Roboto-Regular', sans-serif;
    color: #003399;
    line-height: 130%;
}

.titulo {
    text-align: center;
    margin: 30px 0 14px;
    font-size: 14px;
    font-family: 'Roboto-black', sans-serif;
}


.tituloArt {
    font-size: 24px;
    border-bottom: 1px solid #003399;
    padding: 10px 0;
    font-family: 'Roboto-light', sans-serif;
    color: #003399;
    line-height: 31px;
    text-align: center;
}

.fnt12Bold {
    font-family: 'Roboto-bold', sans-serif;
    font-size: 12px;
    line-height: 140%;
}

.fnt12Light {
    font-family: 'Roboto-light', sans-serif;
    font-size: 12px;
    line-height: 140%;
}

.email a {
    font-family: 'Roboto-bold', sans-serif;
    font-size: 10px;
    color: #003399;
}

/*## Mapbox ##*/

.mapboxgl-ctrl-bottom-right {
    right: 80px;
    bottom: -5px;
}

.mapboxgl-ctrl-bottom-left {
    right: 0;
    bottom: 0;
    left: initial;
}

#tabsBar span.tablink, #tabsBar span.tablink-selected {
    width: 100px;
}


.one {
    padding-bottom: 11px;
    line-height: 140%;
    font-size: 14px;
}

#catList {
    padding: 15px 0;
    width: 150px;
    float: left;
    word-wrap: break-word;
}

#pdf {
    border: 1px solid #ccc !important;
    width: 150px;
    height: 212px;
    margin-right: 20px;
}

.subtitle {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.5px;
    font-family: 'Roboto', sans-serif;
}

.summary {
    font-size: 16px;
    font-family: 'Roboto-Regular', sans-serif;
    padding: 5px 0;
    line-height: 21px;
    color: #003399;
}

.summary a {
    text-decoration: none !important;
    color: #003399 !important;
}

.button {
    border-top: 1px solid #ccc;
    padding: 5px 0;
}

.button a {
    width: 110px;
    word-wrap: break-word;
    font-size: 12px;
}

.excel, .word, .pdfFile, .zip {
    border-top: 1px solid #ccc;
    padding: 5px 0;
    font-size: 12px;
}

.excel div, .word div, .zip div {
    width: 110px;
    word-wrap: break-word;
    font-size: 12px;
}

.excel img, .word img, .zip img {
    position: absolute;

}

.pdfFile div {
    word-wrap: break-word;
    font-size: 12px;
}

.pdfFile img {
    position: absolute;
    padding-top: 1px;
}

.pdfFile:first-child {
    border-top: 0;
}

.pdfFile span {
    display: inline-block;
    width: 78%;
    line-height: 140%;
}


.pdf {
    background: url('/img/IconsOEm-06.svg') no-repeat 0 3px;
    width: 22px;
    height: 25px;
    float: left;
    padding-left: 10px;
    line-height: 170%;
    font-size: 12px;
    background-size: 22px 22px;
}


.xls {
    background: url('/img/IconsOEm-05.svg') no-repeat 0 3px;
    width: 22px;
    height: 25px;
    float: left;
    padding-left: 10px;
    line-height: 170%;
    font-size: 12px;
    background-size: 22px 22px;
}

.pdf_button {
    background: url('/img/IconsOEm-06.svg') no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    padding-left: 25px;
    line-height: 170%;
    font-size: 12px;
    color: #003399;
}

.xls_button {
    background: url(/img/IconsOEm-05.svg) no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    padding-left: 30px;
    line-height: 170%;
    font-size: 12px;
    color: #003399;
}

#catBody {
    width: 730px;
    max-width: 730px;
    min-height: 100px;
    padding-left: 20px;
    padding-top: 10px;
    vertical-align: top;
    padding-bottom: 20px;
    font-family: 'Roboto-Regular', sans-serif;
}

#catBody a{
    /*text-decoration: underline;*/
    color: #003399;
}

#catBody .paisesCol {
    float: left;
    width: 230px;
    padding-left: 20px;
    display: inline-block;
}

#catBody .paisesCol:first-child {
    padding-left: 0;
}

#catBody .summary {
    padding: 5px 0 10px 0;
}

#catBody .entry {
    cursor: pointer;
}

#catBody .entry:last-child {
    border-bottom: 0;
}

#catList .p {
    padding-right: 10px;
    width: 20px;
    float: left;
    text-align: center;
    height: 30px;
}

#catList .p a {
    color: #cc0033;
    font-family: 'Roboto', sans-serif;
}

.catEntry {
    padding: 1px 0 5px;
    border-bottom: 1px solid #003399;
    line-height: 15px;
}

.catEntry a {
    color: #003399;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
}

.catEntry span {
    color: #003399;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.catEntry a:hover {
    text-decoration: underline;
}

.date {
    font-size: 14px;
    color: #003399;
    font-family: 'Roboto-Regular', sans-serif;
    padding: 2px 0;
}

.entrevistado {
    font-family: 'Roboto-light', sans-serif;
    font-size: 18px;
    color: #cc0033;
    padding: 0 0 5px 0;
}

.autor {
    font-family: 'Roboto-light', sans-serif;
    font-size: 14px;
    color: #cc0033;
}

.autor_pub {
    font-family: 'Roboto-light', sans-serif;
    font-size: 18px;
    color: #cc0033;
}

.text {
    font-size: 16px;
    line-height: 21px;
}

.shareBar {
    border-top: 1px solid #003399;
    margin-top: 20px;
    width: 730px;
    margin-left: 170px;
}

.email_button {
    background: url("/img/email_logo.png") no-repeat 0 0;
}

/*  PAISES  */

#paises_index {
    padding-top: 10px;
    width: 150px;
    float: left;
}

#paises_index div {
    padding-right: 10px;
    width: 20px;
    float: left;
    text-align: center;
    height: 30px;
}

#paises_index div a {
    color: #cc0033;
}

#paises {
    width: 750px;
    float: right;
    padding-top: 10px;
}

#paises .paisesCol {
    float: left;
    width: 230px;
    padding-left: 20px;
}

.pais {
    color: white;
    font-size: 16px;
    line-height: 20px;
}

.pais a {
    color: #003399 !important;
    text-decoration: none !important;
}

.letra_pais {
    color: #cc0033;
    font-weight: bold;
    padding: 3px 0;
}


.grafico_pt .downArrow {
    background: url(/img/IconsOEm-08.svg) no-repeat;
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}

.grafico_pt .upArrow {
    background: url(/img/IconsOEm-08.svg) no-repeat;
    transform: rotate(180deg);
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}

.quadro_title_areas .upArrow {
    background: url(/img/IconsOEm-07.svg) no-repeat;
    transform: rotate(
            270deg
    );
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    display: inline-block;
    margin-left: 7px;
    user-select: none;
}

.quadro_title_areas .downArrow {
    background: url(/img/IconsOEm-07.svg) no-repeat;
    transform: rotate(
            90deg
    );
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    display: inline-block;
    margin-left: 7px;
    user-select: none;
}


.quadro_title {
    font-size: 16px;
    padding-top: 6px;
    text-align: left;
    font-family: 'Roboto-Regular', sans-serif;
    border-top: 1px solid #666;
    margin-top: 24px;
}

.quadro_title:first-child {
    border-top: 0;
}

.quadro_title_areas {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 4px;
    text-align: left;
    font-family: 'Roboto-bold', sans-serif;
    color: #003399;
}

.quadro_title_agrupador {
    font-size: 21px;
    padding-top: 24px;
    text-align: center;
    font-family: 'Roboto-Regular', sans-serif;
}


.quadro_units {
    font-size: 9px;
    float: right;
    position: relative;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.quadro_units1 {
    font-size: 9px;
    /* float: right;*/
    top: 10px;
    width: 100%;
    text-align: right;
}

.quadro {
    width: 900px;
    /* margin-bottom: 10px;*/
}

.list .entry {
    /*padding: 10px 0 10px 0;*/
    padding: 10px 0;
    line-height: 140%;
    border-bottom: 1px solid #cc0033;
}

.list .entry .date {
    color: #cc0033;
}

.list .entry .title {
    color: #003399;
    font-size: 22px;
    letter-spacing: -0.5px;
    font-family: 'Roboto-light', sans-serif;
    line-height: 30px;
    text-align: left;
    /* padding-top: 10px; */
}

#searchQuery {
    padding: 5px 0;
    text-align: left;
    font-size: 12px;
    border-bottom: 1px solid #000;
    width: 730px;
    float: right;
}


/* TABELA INDICADORES*/

#container {
    position: relative;
    overflow: hidden;
    height: 647px;
    font-size: 11px !important;
}

#parent {
    height: 750px;
    width: 730px !important;
}

#fixTable {
    font-size: 11px;
}

#fixtable thead tr th, #fixtable tbody tr td {
    min-width: 86px !important;
    white-space: nowrap;
    line-height: 18px;
    text-align: right;
    height: 20px;
    border-bottom: 1px dotted #003399;
    vertical-align: top;
}

#fixtable thead tr th {
    position: relative;
    border-bottom: 1px solid #cc0033 !important;
}

#fixtable tbody tr td:first-child {
    text-align: left;
    min-width: 190px !important;
}

.stButton .chicklets {
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-right: 3px;
    white-space: nowrap;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
}

.shareBar {
    border-top: 1px solid #003399;
    margin-top: 20px;
    width: 730px;
    margin-left: 170px;
}

.shareBarPaises {
    border-top: 1px solid #003399;
    margin-top: 20px;
}

.sButton {
    position: relative;
    z-index: 1;
    color: #003399;
    display: inline-block;
    cursor: pointer;
    margin-right: 3px;
    margin-left: 3px;
    font-size: 11px;
    line-height: 16px;
    opacity: 1;
}

.sButton1 {
    position: relative;
    z-index: 1;
    color: #003399;
    display: inline-block;
    cursor: pointer;
    margin-right: 3px;
    margin-left: 3px;
    font-size: 11px;
    line-height: 20px;
    opacity: 1;
}

.sButton:hover {
    opacity: 0.8;
}

.uiIconText {
    font-size: 12px;
    color: #003399;
}

.whiteCell {
    width: 3px;
    border: 0 !important;
    padding: 0;
}

.bold_500 {
    font-weight: 500;
}

.bold {
    font-weight: bold;
}

.noMargin {
    margin: 0;
}

.provisorio::before {
    content: 'e';
    position: relative;
    font-size: 9px;
    bottom: 7px;
    right: 2px;
    color: #cc0033;
}

.picHolder {
    margin-right: 12px;
    margin-bottom: 12px;
    width: 168px;
    position: relative;
    height: 168px;
    float: left;
}


.indicadores {
    clear: both;
}

.indicadores td.strongLine, .indicadores td.strongLineValue {
    border-bottom: 2px solid #526a9a;
}

.indicadores td.header {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

.secondRow td {
    border-bottom: 1px solid #cc0033 !important;
}

.secondRowFont .subhead {
    border-bottom: 1px solid #cc0033 !important;
    color: #cc0033;
}

.firstRow th {
    border-top: 2px solid #cc0033 !important;
    text-align: right
}
.indicadores table {
    font-size: 11px;
    border-bottom: 1px solid #666;
}

.indicadores .value, .indicadores td.strongLineValue {
    text-align: right;
}

.indicadores .head {
    border-top: 1px solid #cc0033;
    border-bottom: 1px solid #cc0033;
    padding: 3px;
    padding-left: 0;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
}

.firstTh th {
    border-bottom: 1px solid #cc0033 !important;
}

.indicadores .bodyCell {
    border-bottom: 1px dotted #999;
    padding: 3px;
    padding-left: 0;
    text-align: right;
}

.indicadores table .anos {
    text-align: left;
    font-weight: bold;
    border-bottom: 1px dotted #999;
    padding: 3px;
    padding-left: 0;
}


.indicadores .observacoes {
    margin-left: 170px;
}

.indicadores .observacoes a {
    text-decoration: underline;
}

.observacoes {
    font-size: 11px;
    color:#003399;
    border: none;
    font-family: 'Roboto', sans-serif;
}

.observacoes span{
    margin-right: 4px;
}

.observacoes a {
    text-decoration: underline;
}

.infoObs {
    font-size: 10px;
    color: #003399;
    border: none;
    font-family: 'Roboto', sans-serif;
}

.infoObs span {
    display: inline-block;
}

.infoObs span:nth-child(2n +1) {
    margin-right: 4px;
}

.chart {
    margin-top: 14px;
}

.tituloGrafico {
    font-size: 16px;
    padding-top: 6px;
    text-align: left;
    font-family: 'Roboto-Regular', sans-serif;
    margin-top: 14px;
}


.mChart {
    padding: 0;
    width: 900px !important;
}

.mChart:first-child {
    border-top: 0;
}

.blue_btn {
    height: 20px;
    width: 105px;
    margin-right: 5px;
    border: 1px solid #003399;
    cursor: pointer;
    text-align: left;
    background-color: #003399;
    color: #fff;
    padding: 4px;
    font-family: 'Roboto-bold', sans-serif;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently*/
 /*   float: left;*/
}

.blue_btn.grafico_pt {
    width: 105px;
    height: 20px;
    padding: 4px;
    font-weight: bold;
}

.blue_btn.metadata {
    width: 90px;
    height: 20px;
    padding: 4px;
    font-weight: bold;
}

.blue_btn.metadata_pt {
    width: 105px;
    height: 20px;
    padding: 4px;
    font-weight: bold;
    background-color: #fff;
    color: #003399;
    float: left;
}

.rodape {
    padding: 16px 0 0;
    display: inline-block;
    width: 100%;
}

#chartWrapper{
    width: 284px;
    height: 332px;
}

.mapboxgl-ctrl-bottom-left{
   left: initial;
}

.mapboxgl-ctrl-bottom-right{
    right: 85px;
    bottom: -5px;
}

.horizontal-scroll-except-first-column {
    width: 100%;
    overflow: auto;
}

.horizontal-scroll-except-first-column > table {
    margin-left: 150px;
}

.horizontal-scroll-except-first-column > table > * > tr > th:first-child,
.horizontal-scroll-except-first-column > table > * > tr > td:first-child {
    position: absolute;
    width: 150px;
    margin-left: -150px;
    background-color: #fff;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 0.5px;
    border-bottom: 1px solid #c8c8c8;
}

.horizontal-scroll-except-first-column > table > * > tr > th,
.horizontal-scroll-except-first-column > table > * > tr > td {
    /* Without this, if a cell wraps onto two lines, the first column
     * will look bad, and may need padding. */
    /*white-space: nowrap;*/
    min-width: 75px;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    text-align: right;
    padding: 2px 0;
    border-bottom: 1px solid #c8c8c8;
    margin-top: -0.5px;
    line-height: 140%;
}


.horizontal-scroll-except-first-column > table > * > tr > th{
    font-family: 'Roboto-bold', sans-serif;
}

.centered_txt {
    padding: 80px 0;
    text-align: center;
    font-size: 24px;
    font-family: 'Roboto-light', sans-serif;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed;
    bottom: 0;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background: rgba(204, 204, 204, .7) url(/img/IconsOEm-07.svg) no-repeat  40% center;
    transform: rotate(270deg);
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 18px;
    background-size: 32px 32px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}