
.selector-download-active{
    display: flex;
    color: white;
    background-color: #0d7eec;
    width: 180px;
    height: 43px;
    display: flex;
    margin-top: 33px;
    justify-content: center;
    text-align: center;
    border-radius: 4px;
    align-content: center;
    align-items: center;
    font-weight: bold;
    font-size: medium;
    border-color: transparent;
    right: 20%;
    position: absolute;
}
.selector-download {
    display:none;
    background-color: #0d7eec;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
}
.trYear{
    background-color: #ffffff;
    border-radius: 1px;
    color: #878787;
    display: table-row;
    box-sizing: inherit;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}
.trYear > th{
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    border-radius: 5px;
}
.trTitle > th{
    background-color: white;
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 5px;       
}
.trTitle{
    background-color: #DADADA;
    border-radius: 1px;
    color: #878787;
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
    box-sizing: inherit;
    word-wrap: break-word;
}
.second-layer > div {
    display: flex;
    flex-direction: column;
    gap: 6px;  
}
.year{
    color:white;
    background-color:#0d7eec;
    width: 100px;
    text-align:left;
}
.city{
    color:white;
    background-color:#0d7eec !important;
    width: 100px;
    text-align:left;
}
.five-line{ display: flex; flex-direction: row; }
.p1, .p2, .p3, .p4 { 
    display: flex; 
    flex-direction: column; 
}
.p5{ 
    display: flex; 
    flex-direction: row; 
    gap: 6px; 
}
.span-lines{ 
    display: flex; 
    flex-direction: row; 
    align-content: flex-start; 
    justify-content: space-between; 
    align-items: baseline; 
    gap: 9px; 
}

.number-list1{ background-color: #0d7eec; color: white; height: 25px; width: 44px; text-align: center; border-radius: 7px; }
.number-list2{ background-color: #0d7eec; color: white; height: 25px; width: 44px; text-align: center; border-radius: 7px; }
.number-list3{ background-color: #0d7eec; color: white; height: 25px; width: 44px; text-align: center; border-radius: 7px; }
.number-list4{ background-color: #0d7eec; color: white; height: 25px; width: 44px; text-align: center; border-radius: 7px; }
.number-list5{ background-color: #0d7eec; color: white; height: 25px; width: 44px; text-align: center; border-radius: 7px; }

.tabela-dados{
    overflow: auto;
    max-width: 100%;
    box-sizing: inherit;
    display: block;
    unicode-bidi: isolate;
    word-wrap: break-word;
    font-family: Segoe UI;
}


.first-group-filters{ 
    display: flex; 
    gap: 24px; 
}
.content-collapsible {
    color: #0d7eec !important;
    text-align: left;
    font-size: 1.7em;
    font-weight: 600 !important;
    line-height: 1.3em;
    width: 100% !important;
    border: none;
    align-items: center !important;
    align-content: stretch !important;
    margin-top: 1% !important;
    overflow: hidden !important;
    background-color: #f1f1f1 !important;
    display: flex;
    justify-content:  flex-start; 
    transition: all 0.8s ease;
}

.active2{ 
  justify-content: space-between; 
  text-align: center !important;
  margin-top: 1% !important;
  font-size: 2.1em;
}
@keyframes example {
  0% { font-size: 10px; }
  100% { font-size: 2em; text-align: center; }
}

.arrow-dad{ 
    display: flex; 
    flex-direction: row; 
    justify-content: flex-start; 
}
.content { 
    padding: 0 18px; 
    display: none; 
    overflow: hidden; 
    background-color: #F4F3F4; 
    padding: 0 18px; 
}
.content-open{ 
    margin-top: 25px; 
    display: flex; 
    overflow: content; 
    background-color: #ffffff; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    align-content: center; 
}

body { 
    font-family: Segoe UI; 
    text-align: left; 
    background-color:#ffffff; 
}
.container { 
    padding-bottom: 20px; 
    width: 100%; 
    margin: auto; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
}
#conteudo_principal { 
    background-color: #ffffff; 
    margin-top: 5px; 
    padding-left: 5%; 
    padding-top: 60px; 
    padding-right: 5%; 
    padding-bottom: 10px; 
    width: 68vw; 
}
#titulo { 
    color: #1a479e; 
    padding-bottom: 10px; 
}
.tutorial { 
    padding-bottom: 20px; 
    border-radius: 5px; 
}
p { 
    margin-bottom: 10px; 
    text-align: justify; 
}


#formularioDiagnostico { 
    display: flex; 
    flex-direction: column; 
    max-width: 400px; 
    margin-left: 10%; 
}
.parent-form1, 
.parent-form2{ 
    display:flex; 
    flex-direction: column; 
}
.indicadores-select, 
.indicadores-select-estado, 
.indicadores-select-municipio {
    margin-top: 5px; 
    background-color: white; 
    color: gray; 
    max-width: 521px;   
    width: 521px;
    height: 40px; 
    border: 1px solid #d0d0d0;
    border-radius: 6px;          
}
.indicadores-select-anoInicio,
.indicadores-select-anoFim {
    background-color: white;
    color: gray;
    width: 130px;     
    height: 40px;
    border: 1px solid #d0d0d0;  
    border-radius: 6px;
    padding-left: 8px;
    box-sizing: border-box;
}
.indi-estado{ 
    display: flex; 
    flex-direction: row; 
    gap: 40px; 
    width: 100%; 
}
.title-selector{ 
    color: white; 
    background-color: #0d7eec; 
    width: 114px; 
    height: 31px; 
    display: flex; 
    justify-content: center; 
    text-align: center; 
    border-radius: 4px; 
    align-items: center; 
}
.title-selector-municipio{ 
    color: white; 
    background-color: #0d7eec; 
    width: 114px; 
    height: 31px; 
    display: flex; 
    justify-content: center; 
    text-align: center; 
    border-radius: 4px; 
    align-items: center; 
}

.second-section{ 
    display:flex; 
    flex-direction:column; 
    background-color: #ffffff; 
    width: 100%; 
    margin-top: 6%; 
}
.title-selector-gerarGraph{ 
    color: white; 
    background-color: #0d7eec; 
    width: 180px; 
    height: 43px; 
    display: flex; 
    margin-top: 33px; 
    justify-content: center; 
    text-align: center; 
    border-radius: 4px; 
    align-items: center; 
    font-weight: bold; 
    font-size: medium; 
    border-color:transparent; 
}
.title-selector-anoFim{ 
    color: white; 
    background-color: #0d7eec; 
    width: 114px; 
    height: 31px; 
    display: flex; 
    justify-content: center; 
    text-align: center; 
    border-radius: 4px; 
    align-items: center; 
}
.title-selector-anoInicio{ 
    color: white; 
    background-color: #0d7eec; 
    width: 114px; 
    height: 31px; 
    display: flex; 
    justify-content: center; 
    text-align: center; 
    border-radius: 4px; 
    align-items: center; 
}
.title-selector-estado{ 
    color: white; 
    background-color: #0d7eec; 
    width: 114px; 
    height: 31px; 
    display: flex; 
    justify-content: center; 
    text-align: center; 
    border-radius: 4px; 
    align-items: center; 
}

.second-layer{ 
    display: flex; 
    flex-direction: row; 
    align-items: center; 
    gap: 40px; 
    margin-top: 44px; 
    width: 100%; 
}
#formularioDiagnostico>label { 
    margin-top: 10px; 
}
#formularioDiagnostico>select { 
    margin-top: 5px; 
}

#gerarDiagnostico:disabled { 
    background-color: #cccccc; 
    cursor: not-allowed; 
    color: #666666; 
    border: 1px solid #999999; 
    opacity: 0.7; 
}

#resultado{ display: flex; 
    flex-direction: column-reverse; 
    align-items: center; 
    padding-top: 10px; 
    margin-top:10%; 
}

@media (max-width: 1600px) {

    #formularioDiagnostico {
        max-width: 100% !important;
        margin-left: 0 !important;
        width: 100% !important;
    }

    #conteudo_principal {
        width: 100% !important;
        margin: 0 auto !important;
        box-sizing: border-box;
    }
}
@media (max-width: 1130px) {

   .indicadores-select-estado {
     width: 100% !important;
     max-width: 100% !important;
     box-sizing: border-box;
   }
   .second-layer {
     flex-wrap: wrap !important;
   }

}
@media (max-width: 750px) {
    .content-open{ 
        display: flex; 
        overflow: hidden; 
        background-color: #ffffff; 
        flex-direction: column; 
        align-items: baseline; 
        flex-wrap: nowrap; }
    .indicadores-select, 
    .indicadores-select-estado, 
    .indicadores-select-municipio, 
    .indicadores-select-anoInicio, 
    .indicadores-select-anoFim, 
    .title-selector-gerarGraph { 
        display: block !important; 
        width: 100% !important; 
        max-width: 100% !important; 
        height: 40px !important; 
        margin-top: 5px !important; 
        box-sizing: border-box !important; }
    .indi-estado, 
    .second-layer { 
        flex-direction: column !important; 
        gap: 10px !important; 
        width: 100% !important; 
    }
    .title-selector, 
    .title-selector-estado, 
    .title-selector-municipio, 
    .title-selector-anoInicio, 
    .title-selector-anoFim { 
        width: 100% !important; 
        justify-content: flex-start !important; 
        padding-left: 8px !important; 
        box-sizing: border-box !important; 
    }
    #formularioDiagnostico { 
        max-width: 100% !important; 
        margin-left: 0 !important; 
        padding: 0 10px !important; 
    }
    .first-group-filters, 
    .five-line { 
        display: flex !important; 
        justify-content: space-between; 
        gap: 23px; 
        margin-top: 24px; 
        flex-direction: column; 
        flex-wrap: nowrap; 
    }
    .first-group-filters 
    .span-lines, 
    .five-line .span-lines { 
        width: 100% !important; 
        margin-bottom: 4px; 
        display: flex; 
        justify-content: flex-start; 
    }
    .indicadores-select-municipio, 
    .indicadores-select-anoInicio, 
    .indicadores-select-anoFim, 
    .title-selector-gerarGraph, 
    .title-selector-municipio, 
    .title-selector-anoInicio, 
    .title-selector-anoFim  { 
        position: relative; 
        top: -30px; 
    }
    .number-list1, 
    .number-list2, 
    .number-list3, 
    .number-list4, 
    .number-list5 { 
    display:inline-block; 
    padding:3px 6px; 
    font-size:14px; 
    margin-right:4px; 
    }
}

