/* Ajustes isolados da tabela pública de convênios. */
.cvp #cvpTable{min-width:1120px}
.cvp #cvpTable th:nth-child(1),.cvp #cvpTable td:nth-child(1){width:80px;min-width:80px}
.cvp #cvpTable th:nth-child(2),.cvp #cvpTable td:nth-child(2){width:160px;min-width:160px}
.cvp #cvpTable th:nth-child(3),.cvp #cvpTable td:nth-child(3){width:150px;min-width:150px}
.cvp #cvpTable th:nth-child(4),.cvp #cvpTable td:nth-child(4){min-width:280px}
.cvp #cvpTable th:nth-child(5),.cvp #cvpTable td:nth-child(5){min-width:125px}
.cvp #cvpTable th:nth-child(6),.cvp #cvpTable td:nth-child(6){min-width:105px}
.cvp #cvpTable th:nth-child(7),.cvp #cvpTable td:nth-child(7){min-width:115px}
.cvp #cvpTable th:nth-child(8),.cvp #cvpTable td:nth-child(8){min-width:125px}
.cvp #cvpTable .tag{
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  max-width:100%!important;
  min-height:0!important;
  padding:.35rem .65rem!important;
  border:0!important;
  border-radius:999px!important;
  color:#12616a!important;
  background:#e1f4f5!important;
  font-size:.78rem!important;
  font-weight:800!important;
  line-height:1.2!important;
  text-align:left!important;
  text-shadow:none!important;
  box-shadow:none!important;
  filter:none!important;
  transform:none!important;
}
.cvp #cvpTable tbody tr,.cvp #cvpTable tbody tr:hover{transform:none!important}
@media(max-width:767px){.cvp #cvpTable{min-width:0}.cvp #cvpTable .tag{white-space:normal!important}}
