/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

body {  
  /* font-family: Arial, Helvetica, sans-serif; */
  /* font-family: 'Open Sans', sans-serif; */ 
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-top: 0;
  padding-top: 0;
}
input, select {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 12px;
  height: 20px; 
  line-height: 1.2;
}
textarea {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 12px;
}
.botao_excluir:hover {
  color: darkred;
}
.botao_grande {
  font-size: 20px;
  height: 35px; 
}
.input_grande {
  font-size: 20px;
  height: 35px; 
}
button, input[type="button"], input[type="submit"] {
  cursor: pointer;
}
a {
  cursor: pointer;
}
.link_botao {
  display: inline-block;
  padding: 2px 4px;
  background-color: #7BB6DE; /* Cor de fundo */
  color: white; /* Cor do texto */
  text-align: center;
  text-decoration: none;
  border-radius: 2px; /* Bordas arredondadas */
  font-size: 12px;
  cursor: pointer; /* Cursor de mãozinha */
}
.link_botao:hover {
  background-color: #6BA6CE; /* Cor ao passar o mouse */
}
.radio-container {
  display: flex;
  align-items: center; /* Alinha verticalmente o texto e o radio button */
  margin-bottom: 0px; /* Espaçamento entre as opções */
}
.radio-container input[type="radio"] {
  margin-right: 8px; /* Espaço entre a bolinha e o texto */
  height: 10px; /* Ajuste a altura */
  width: 10px; /* Ajuste a largura */
}
.radio-container label {
  line-height: normal; /* Alinha o texto à altura da bolinha */
}
table.center {
  margin-left: auto;
  margin-right: auto;
}
table.top {
  margin-top: 0px;
}
table.tab1 {
  background-color: #2463a0;
  border-spacing: 1px;
}
tr.tr1 {
  background-color: #FFFFFF;
}
tr.top {
  vertical-align: top;
}
td {
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 6px;
  padding-right: 6px;
}
td.td_top {
  vertical-align: top;
}
td.td_center {
  text-align: center;
}
td.td_right {
  text-align: right;
}
td.td_head {
  padding-left: 5px;
  padding-right: 5px;
  background-color: #7BB6DE;
  font-weight: bold;  
}
td.td_browse {
  padding-left: 5px;
  padding-right: 5px;
  background-color: #FAFAFA;
}
td.td_browse2 {
  padding-left: 5px;
  padding-right: 5px;
  background-color: #E0F3F0;
}
td.td_browsei {
  padding-left: 5px;
  padding-right: 5px;
}
table.me1 {
  background-color: #3366CC;
  text-decoration: none;
  color: #666699;
}
td.td_me1 {
  font-size: 16px;
  padding-left: 2px;
  padding-right: 2px;
}
td.td_coluna_250px {
  max-width: 250px;
  white-space: nowrap;      /* Impede quebra de linha */
  overflow: hidden;         /* Esconde o conteúdo que exceder a largura */
  text-overflow: ellipsis;  /* Adiciona reticências (...) no final do texto truncado */
}
td.td_coluna_150px {
  max-width: 150px;
  white-space: nowrap;      /* Impede quebra de linha */
  overflow: hidden;         /* Esconde o conteúdo que exceder a largura */
  text-overflow: ellipsis;  /* Adiciona reticências (...) no final do texto truncado */
}
a.a_me1:link, a.a_me1:visited, a.a_me1:active {
  text-decoration: none;
  color: #2463a0;
}
a.a_me1:hover {
  text-decoration: underline;
  color: #330066;
}
a.a_me2:link, a.a_me2:visited, a.a_me2:active {
  text-decoration: none;
  font-weight: bold;  
  color: #2463a0;
}
a.a_me2:hover {
  text-decoration: underline;
  font-weight: bold;  
  color: #330066;
}
input[readonly] {
  background-color: #f0f0f0; 
  border-style: inherit;
  border-width: inherit;  
}
input.input_ro {
  background-color: #EEEEEE;  
  border-style: solid;
  border-width: 0px;  
}
input.input_ro2 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  height: 20px; 
  line-height: 1.2;
}

textarea[readonly] {
  background-color: #f0f0f0; 
  border-style: inherit;
  border-width: inherit;  
}
.ro {
  background-color: #EEEEEE;  
  border-style: solid;
  border-width: 0px;  
}
.tit {
  background-color: #c7d5d4;  
  border-style: solid;
  border-width: 0px;  
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 7px;
  font-size: 13px;
  font-weight: bold;  
}
table.table2 {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-spacing: 0px;
}
tr.tr2 {
  border-spacing: 0px;
}
td.td2 {
  padding-top: 0px;
  padding-bottom: 2px;
  padding-left: 0px;
  padding-right: 10px;
  color: #339;
}
td.td2b {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 10px;
  background-color: #f3f3f3;  
  border-style: solid;
  border-width: 1px;  
}
td.td2obr {
  padding-top: 0px;
  padding-bottom: 2px;
  padding-left: 0px;
  padding-right: 10px;
  color: #339;
}
td.td2obr::before {
  content: "*";
  color: #B22222;
  margin-right: 1px;
  position: relative;
  top: 2px; 
}
.readonly-radio {
  pointer-events: none;
}
.readonly-select {
  pointer-events: none; background-color: #f9f9f9; border: 1px solid #ccc;
}