.menu {
  width: 100%;
}
img {
  border: none;
}
.titulo {
  /*background: rgb(100, 50, 125);*/
  background: rgb(100, 50, 125);
  width: 100%;
  border: 0px solid red;
  color: #ffffff;
  float: left;
  padding: 5px 2px 5px 0px;
  text-align: left;
  width: 99%;
  padding-left: 5px;
}
.titulo2 {
  color: #767676;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 6px 0px 6px 0px;
}
.linktela {
  background: none;
  border: none;
  color: #2d90c9;
  text-decoration: none;
  font-weight: bold;
  float: left;
  padding: 0px 10px 0px 10px;
}
.linktela_black {
  color: #767676;
  text-decoration: none;
  font-weight: bold;
  float: left;
  padding: 0px 10px 0px 10px;
}

.linha {
  width: 100%;
}
.itens {
  float: left;
  width: 20%;
}
.itens_link {
  background: #f0f0f0;
  color: #494949;
  display: block;
  padding: 3px;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}
.conteudo {
  float: left;
  width: 80%;
}
.limpar {
  clear: left;
}
.linkpesquisa {
  text-decoration: none;
  color: #000000;
  padding: 2px 0px 2px 0px;
  display: block;
}

/* JANELAS */

.janela_barra_botoes {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.5rem;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
  column-gap: 0.4rem;
  margin-bottom: 0.5rem;
}

.janela_botao {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  column-gap: 0.8rem;
  padding: 0.5rem 0.59rem;
  color: #000;
  text-align: left;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease-out;
  border-radius: 0.4rem;
  font-size: 1rem;
}

.janela_botao[style*='red;']:hover {
  background-color: rgba(253, 100, 73, 0.1);
}

.janela_botao:hover {
  background-color: #7f07970a;
}

[style*='pointer-events: none;'].janela_botao {
  color: #494949 !important;
}

[style*='pointer-events: none;'].janela_botao:hover {
  background-color: #3333330a;
}

.janela_grid {
  background: #fff;
  border: 1px solid rgb(100, 50, 125);
  overflow-x: ;
  overflow-y: auto;
  width: 99%;
  height: 150px;
  padding: 2px;
}
.janela_grid_tabela {
  font-family: verdana, helvetica, arial;
  font-size: 12px;
}
.janela_grid_tabela_titulo {
  background: #cccccc;
  font-weight: bold;
}
.janela_grid_tabela_linha1 {
  background: #fafdfd;
}
.janela_grid_tabela_linha2 {
  background: #d8eff2;
}
.janela_grid_tabela_deb_linha1 {
  background: #ffefef;
}
.janela_grid_tabela_deb_linha2 {
  background: #ffc0c0;
}
.janela_grid_tabela_linhaselecionada {
  background: #77a4e4;
  color: #ffffff;
}
.janela_grid_link {
  color: #000000;
  display: block;
  text-decoration: none;
}
.texto {
  font-size: 10px;
}
.barraverde {
  background: rgb(100, 50, 125) /*rgb(100, 50, 125)*/;
  font-weight: bold;
  color: #fff;
}
.menutabelas {
  color: #000000;
  text-decoration: none;
  display: block;
}

.letra {
  float: left;
  width: 10px;
}
.letra_link {
  background: none;
  border: none;
  font-weight: bold;
  text-align: center;
  width: 15px;
  padding: 0px;
  margin: 0px;
}

.calendario_nomemes {
  background: url('../imagens/site/janela_titulo.png');
  height: 29px;
  color: #ffffff;
  font-weight: bold;
}
.calendario_diasemana {
  font-weight: bold;
  color: #5468d4;
  text-align: center;
}
.calendario_dia_link {
  display: block;
  text-decoration: none;
  color: #000000;
  text-align: center;
}
.odontograma_quadro {
  background: #ffffff;
  border: 1px solid #acc7ed;
  height: 150px;
}
.tabela_titulo {
  background: #ececec;
}

/* Novos CSS */
.login_fundo /* Fundo da Tela de Login*/ {
  background-color: #3b3b36;
}
.login_barra {
  height: 184px;
  padding-top: 10px;
  width: 324px;
}
.login_branco {
  border: 3px solid #838380;
  background-color: #ededed;
  height: 220px;
  width: 314px;
}
.login_titulo {
  /*background: rgb(100, 50, 125);*/
  background: rgb(100, 50, 125);
  border-bottom: 1px solid gray;
  color: #000000;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  text-align: center;
  width: 100%;
}
red {
  color: red;
}

/* Novas CSS de Formul�rio*/
.fcampo_arredondado {
  background-color: #f0f0f0;
  border: 1px solid #949494;
  margin-left: 5px;
  padding: 5px;
  color: #3d3d3d;
}
.fbuttom_arredondado {
  background-color: #dfe9f1;
  border: 1px solid #2c689c;
  color: #2c689c;
  margin-left: 5px;
  padding: 5px;
  text-align: left;
}
.flink_arredondado {
  float: left;
  background-color: #dfe9f1;
  border: 1px solid #2c689c;
  color: #2c689c;
  margin-left: 5px;
  padding: 5px;
  text-align: left;
  text-decoration: none;
  margin-top: 2px;
  width: 120px;
}
.flinha_arredondado {
  color: #000000;
  font-family: arial;
  font-weight: bold;
}
.ffield_arredondado {
  border: 1px solid #949494;
  padding: 5px;
  margin-left: 5px;
  width: 95%;
  margin-top: 5px;
  color: #3d3d3d;
  text-align: left;
}

.janela_grid_tabela_linhadesabilitada {
  background: #dddcdc;
}
.telatitulo {
  border-bottom: 1px solid gray;
  font-weight: bold;
  margin-top: 20px;
  text-align: left;
  width: 100%;
}
.fpac_label {
  float: left;
  padding-top: 7px;
  color: white;
}
.fpac_campo {
  float: left;
  padding-top: 6px;
}
.fpac_input {
  border: 1px solid #ffffff;
  padding: 1px;
}
.fpac_espaco {
  width: 100px;
  float: left;
}

#carregando {
  display: none;
  background-color: white;
  background-image: url('../imagens/layout/preloading.gif');
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  left: 0%;
  position: absolute;
  z-index: 1;
  filter: opacity(alpha=90); /* para o IE */
  -moz-opacity: 0.9; /* para o FireFox */
  opacity: 0.9; /* para o outros Navegadores */
}
.ajustalink {
  display: inline-block;
}
.titulorel {
  clear: left;
  padding-top: 15px;
  font-size: 18px;
  border-bottom: 1px solid;
}

.janela_grid_tabela tr td {
  border: 1px solid #ccc;
}

/* FORMUL�RIO */
form {
  margin: 0px;
  padding: 2px;
}
.form_css_linha {
  margin-top: 5px;
  margin-bottom: 1px;
  text-align: center;
  width: 100%;
  font-weight: bold;
  font-size: 10px;
}
.form_css_texto {
  font-weight: normal;
  font-size: 15px;
  padding: 3px 1px 2px 1px;
}
.form_css_label {
  float: left;
  font-weight: bold;
  padding-top: 3px;
  padding-right: 3px;
  text-align: right;
  width: 35%;
  font-weight: bold;
  font-size: 10px;
}
.form_css_input {
  float: left;
  text-align: left;
  width: 63%;
}
.form_css_limpar {
  clear: left;
}
.form_css_campo {
  background: #fff;
  border: 1px solid gray;
  color: #000000;
  text-align: left;
  -webkit-borders-radius: 5px;
  -moz-borders-radius: 5px;
  background-repeat: repeat-x;
  padding: 2px 1px 2px 1px;
  font-size: 14px;
  height: 25px;
}
.form_css_botao {
  color: #000000;
  border: 1px solid gray;
  background: none;
  font-weight: bold;
  text-decoration: none;
  margin-top: 2px;
  text-align: left;
  padding: 4px 3px 4px 2px;
  background: #ddd;
  display: inline-block;
}
.form_css_botao2 {
  border: none;
  background: url('img/site/site_botao.png');
  width: 118px;
  font-weight: bold;
}
.form_css_botao3 {
  border: none;
  background: url('img/site/site_botao.png');
  font-weight: bold;
  width: 118px;
}
/* BOTAO */
.btn_fechar {
  display: inline-block;
  background-image: url('img/sistema/fechar.png');
  width: 21px;
  height: 21px;
}
.btn_fechar_comp {
  /* background-image: url('../icones/btn_fechar.png'); */
  background-image: none;
  width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #212529;
  line-height: 1;
}
.btn_fechar_comp::before {
  content: "×";
}

/* CONFIGURA��O GERAL */
* {
  font-family: verdana, helvetica;
  font-size: 12px;
}
body {
  margin: 0px;
  padding: 0px;
  background: #ededed;
}
a {
  text-decoration: none;
  color: black;
  display: inline-block;
}
a:hover {
  color: red;
}

/* LINK */
.selbancl_lnk {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* T�TULO */
.janela_titulo {
  /*background: rgb(100, 50, 125);*/
  background: rgb(100, 50, 125);
  height: 29px;
  width: 100%;
}
.janela_titulo_texto {
  border: 0px solid red;
  color: #ffffff;
  /*background: rgb(100, 50, 125);*/
  background-color: rgb(100, 50, 125);
  font-weight: bold;
  float: left;
  padding: 7px 0px 7px 0px;
  margin-left: 8px;
  text-align: left;
  width: 350px;
}
.janela_titulo_botao_fechar {
  border: 0px solid red;
  color: #ffffff;
  font-weight: bold;
  float: right;
  margin-top: 4px;
  text-align: left;
  width: 25px;
}
.ftitulo {
  /*background: rgb(100, 50, 125);*/
  background: rgb(100, 50, 125);
  color: #fff;
  font-weight: bold;
  padding: 7px 0px 7px 0px;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
}
h3 {
  margin: 0px;
  padding: 0px;
}
.suggestionsBox {
  width: 100%;
  color: #000000;
}
.suggestionList li {
  margin: 0px 0px 3px 0px;
  padding: 3px;
  cursor: pointer;
}
.suggestionList li:hover {
  background-color: #659cd8;
}

.carregando {
  background-color: #ffffff;
  background-image: url('../imagens/layout/preloading.gif');
  background-position: center center;
  background-repeat: no-repeat;
  /*display: none;*/
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  width: 100%;
  z-index: 1;
}

/*In�cio St�phano*/
.divColunaFixa td,
th {
  width: 150px;
  border: 1px solid;
  border-bottom-color: grey;
  border-right-color: grey;
}

.tabelaCabecalhoFixo td,
th {
  width: 150px;
  text-align: center;
  font-weight: bold;
  border: 1px solid;
  border-bottom-color: grey;
  border-right-color: grey;
  background-color: gray;
}

.tabelaDados td {
  border: 1px solid;
  border-bottom-color: grey;
  border-right-color: grey;
}

.tabelaDadosTdMenor td {
  min-width: 150px !important;
  max-width: 150px !important;
}

.tabelaDadosTdMaior td {
  min-width: 165px !important;
  max-width: 165px !important;
}

.divColunaFixaErros td,
th {
  width: 150px;
  border: 1px solid;
  border-bottom-color: grey;
  border-right-color: grey;
}

.tabelaCabecalhoFixoErros td,
th {
  width: 150px;
  text-align: center;
  font-weight: bold;
  border: 1px solid;
  border-bottom-color: grey;
  border-right-color: grey;
  background-color: gray;
}

.tabelaDadosErros td {
  border: 1px solid;
  border-bottom-color: grey;
  border-right-color: grey;
}

.tabelaDadosTdMenorErros td {
  min-width: 150px !important;
  max-width: 150px !important;
}

.tabelaDadosTdMaiorErros td {
  min-width: 165px !important;
  max-width: 165px !important;
}
/*Fim St�phano*/

.janela_grid tr {
  transition: all 0.2s ease-out;
  padding-top: 3px;
  padding-bottom: 3px;
}

.janela_grid tr:hover {
  background: #77a4e4;
  opacity: 80%;
  color: #fff;
}

.janela_grid tr:hover td a {
  color: #eee;
}
