/* ---------------------------------------------------- Ajuste para o painel de Casos e Óbitos Covid 19 */

.nav-item button {
    margin-bottom: -1px;
    margin-right: 2px;
    width: 280px !important;
}

#KPI-01 .sn-kpi-measure-title span,
#KPI-02 .sn-kpi-measure-title span {
    font-size: 20px !important;
}

#KPI-01 .sn-kpi-ellips-text,
#KPI-02 .sn-kpi-ellips-text {
    font-size: 25px !important;
    font-weight: bold;
}

@media only screen and (min-width: 1300px) {
    #KPI-01 .sn-kpi-ellips-text span {
        white-space: nowrap !important;
    }
}

/*#kpi-main [role="button"] {
    cursor: default !important;
}*/

.ds-kpi {
    width: unset !important;
}

#Tab-05 .header {
    width: unset;
    display: table-cell;
}

#myTab {
    /* margin-top: 60px; */
    margin-left: unset;
    margin-right: unset
    /* border: none; */
}

.btn-expandir {
	padding: unset !important;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #fff;
  color: #1351b4; /* Azul DSGov */
  padding: 8px 16px;
  z-index: 9999;
  font-weight: bold;
}
.skip-link:focus, .skip-link:active {
  left: 16px;
  top: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,.2);
  outline: 2px solid #1351b4;
}
