div.carregando {
    background-image: url("img/loading.gif") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    pointer-events: none;
    height: 100%;
}
    div.carregando .opacidade {
        opacity: 0.4;
    }

html {
    overflow-y: scroll;
}

a:hover,
button:hover {
    border: 1px solid rgba(255, 0, 0, 1) !important;
}

body {
    padding-top: 145px;
}

.footer {
    height: 120px;
}

span.periodo {
    color: #3d604e;
    font-weight: 700;
    margin: 10px 0px;
    display: block;
}

.header, .footer {
    background-color: #004f4a;
    color: #fff;
}

.header h1, .header small {
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
}

.header h1 {
    margin-bottom: 0px;
    font-size: 1.7em;
    margin-top: 20px;
}

.header h1>a{
    color: #fff;
    border: 1px solid rgba(255, 0, 0, 0);
}

.header small {
    font-style: italic;
    margin-top: 0px;
    font-size: 1.25em;
    margin-bottom: 10px;
    display: block;
}

#lnkAutarquia {
    border: 1px solid rgba(255, 0, 0, 0);
}

.atualizacao {
    color: #89b700;
    font-size: 13px;
    padding-top: 10px;
    text-align: center;
}

.panel {
    border-radius: 10px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
    box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.15);
    min-height: 260px;
}
.paragrafo-descricao {
    border-radius: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 179px;
    border-color: #969696;
    margin-bottom: 20px;
    border: 1px solid #969696;
}

#miolo {
    background-color: #004F4A;
}

.borda-botom {
    border-bottom: 1px solid #fff;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
}

.borda-curva-top {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 20px;
    margin-top: -15px;
}

.borda-curva-bottom {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 30px;
}

.labelGrande {
    font-size: xx-large;
    /*font-weight: bold;*/
    margin-top: -10px;
    /*color: #3d604e;*/
}

.labelMedia {
    font-size: large;
    margin-top: -10px;
    /*color: #3d604e;*/
}

.labelDescricao {
    font-size: small;
    font-weight: bold;
    /*color: #3d604e;*/
}

.acrescimo {
    color: #89B700;
}

.reducao {
    color: #df0026;
}

.margem-topo {
    margin-top: 15px;
}

.nivel {
    padding-top: 45px;
}

.nivel1 {
    background-color: #00827F;
}

.nivel2 {
    background-color: #75B4B1;
}

.nivel3 {
    background-color: #FFF;
}

.progress {
    margin-right: 20px;
}

.progress-bar {
    color: #000;
}

.moldura-tabela {
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    padding: 10px 10px 3px 10px;
}

#breadcrumb {
    background-color: #006A65;
    color: #FFF;
    font-size: 1.10em;
}

.breadcrumb {
    background-color: #006A65;
    padding: 15px 15px;
    margin-bottom: 5px;
    border-radius: 0px;
}

.breadcrumb > li > .active {
    color: #FFF;
    text-decoration: underline;
}

.breadcrumb > li > span > a {
    color: #FFF;
}

.breadcrumb > li > span > a:hover {
    font-weight: bold;
}

.breadcrumb > li > span > .singlePageBread:hover {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.filtro {
    color: #FFF;
    margin-top: 20px;
    margin-bottom: -10px;
}

.filtroBotao {
    border: 1px solid;
    padding: 10px 15px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: -10px;
    margin-top: -3px;
    cursor: pointer;
    float: right;
    z-index: 1;
    background-color: #004F4A;
}

.filtroBotao:hover {
    font-weight: bold;
    border: 2px solid;
}

.filtroItens {
    padding-top: 10px;
}

.filtroItens > span {
    margin-left: 15px;
}

.filtroItens > span:hover {
    font-weight: bold;
    cursor: pointer;
}

.chart-footer div.acrescimo span.header-value,
.chart-footer div.reducao span.header-value{
    font-size: smaller;
}

.chart-footer div.acrescimo span.max-value,
.chart-footer div.reducao span.min-value{
    font-size: small;
}

.chart-container {
    max-height: 250px;
    min-height: 200px;
}

/* HOVER STYLES */
div#popup {
  display: none;
  position: absolute;
  width: 330px;
  padding: 10px;
  background: #eeeeee;
  color: #000000;
  border: 1px solid #004F4A;
  border-radius: 15px;
  font-size: 90%;
}

.color-info{
    color:#004F4A;
}

div.chart-legend ul{
    list-style-type: none;
    text-align: left;
}

div.chart-legend li{
    cursor: pointer;
}

div.chart-legend li span{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.stroked{ text-decoration: line-through; }

.not-found {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 40%;
    font-size: x-large;
    font-weight: 600;
}

/* Smartphone */
@media (max-width: 767px) {
    .grafico-grande{
        height: 200px;
    }

    .header h1 {
        font-size: 1.2em;
    }

    header div.row div.col-xs-9 {
        font-size: 12px;
    }

    header div.row div.col-xs-9 a h4 {
        margin-bottom: 0px;
    }

    header div.row div.col-xs-7 img {
        max-height: 30px;
        max-width: 120px;
    }
    body {
        padding-top: 143px;
    }

    .moldura-tabela {
        padding: 0px;
        margin-left: -12px;
        margin-right: -12px;
    }
}

/* Tablets apenas */
@media screen and (min-width: 768px) and (max-width: 991px) {
     .ajuste-tablet {
        margin-left: 7px;
        margin-right: 7px;
    }
    .ajuste-adicionais {
        min-height: 330px;
        margin-left: 22px;
        margin-right: 22px;
    }
}

/* Tablets e maiores */
@media (min-width: 768px){
    .grafico-grande{
        height: 300px;
    }
    header div.row div.col-xs-7 img {
        max-height: 60px;
        max-width: 220px;
    }
}

/* Desktops médios */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .nivel{
        padding-top: 55px;
    }
}
