@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

#container {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
#logo_sigata {
  margin: 0 auto;
  width: 52%;
  text-align: justify;
}
#texto_sigata {
  margin: 0 auto;
  width: 48%;
  text-align: justify;
}
#texto_sigata h1 {
  font-size: 1.5em;
  font-weight: bold;
  display: inline;
  font-variant: small-caps;
}
#texto_sigata hr {
  border: 1px solid #bed6f8;
  margin-bottom: 12px;
}
/**********************/
a,
a:visited {
  color: #003390;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}
#info-sistema {
  color: #fff;
  background: #404e82 url("barra_fundo.png") repeat-x top;
  padding: 4px 4px 1px 4px;
  position: relative;
  border-bottom: 3px solid #d99c44;
  text-align: left;
  margin: 0 auto;
  display: block;
}
#info-sistema h1 {
  font-size: 1.3em;
  font-weight: bold;
  display: inline;
}
#info-sistema h3 {
  position: relative;
  font-size: 1.1em;
  font-weight: normal;
  display: inline;
}
/**********************/
#descricaoOperacao {
  width: 70%;
  margin: 10px auto;
  padding: 10px 20px;
  border: 1px solid #f9fbfd;
  background: #ffffe4;
  line-height: 1.2em;
}
/**********************/
#navbar {
  font-size: 1.2em;
  color: #003395;
  font-variant: small-caps;
  font-weight: bold;
  margin: 0 0px 15px;
  border-bottom: 1px solid #c4d2eb;
  padding: 6px 0 6px 10px;
  letter-spacing: 0px;
  text-align: left;
  background: #eff3fa;
}
/**********************/
#menubar {
  background: #efebde;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
}
#menubar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#menubar li {
  float: left;
}
#menubar li a {
  color: black;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  cursor: default;
  font-weight: normal;
}
#menubar li a:hover {
  background-color: #c6d3ef;
}
#menubar .icon img {
  margin: 0 3px -3px 0;
}
/**********************/
body {
  font-family: "Inter", sans-serif;
  /* font-family: 'Helvetica Pro LT', Arial, Helvetica, sans-serif; */
  font-size: 1rem;
  line-height: 1.2em;
  color: #333;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url("background.png");
  background-repeat: repeat;
}
#corpo {
  background-color: #fff;
  max-width: 1100px;
  min-height: 100vh;
  height: 100%;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  box-shadow: 2px 0px 10px 1px #6e6e6e;
  display: block;
}
#site {
  padding: 10px;
  padding-top: 0px;
}
#bottom {
  background-color: #404e82;
  padding: 3px;
  color: #fff;
  margin-top: 10px;
  text-align: center;
  border-top: 3px solid #d99c44;
  background: #404e82;
  font-size: 0.9em;
}
#bottom a {
  color: #fff;
  text-decoration: none;
}
table {
  border-collapse: collapse;
}
td {
  width: auto;
}
td.min {
  width: 1%;
  white-space: nowrap;
}
/**********************/
select,
input,
textarea {
  /* font-family: Verdana, sans-serif; */
  font-family: "Inter", sans-serif;
  border: 1px solid #aaa;
  font-size: 1em;
}
select:disabled,
input:disabled,
textarea:disabled {
  background: rgb(204, 204, 204);
}
.button-confirm {
  /* font-family: Verdana, sans-serif; */
  font-family: "Inter", sans-serif;
  border: 1px solid #aaa;
  font-size: 1em;
}
fieldset {
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  border-color: #aaa;
  background-color: #f9fbfd;
}
#table_form {
  width: inherit;
  background-color: #fafafa;
  padding: 15px;
  border: 1px solid #c8d5ec;
  border-bottom: 2px solid #c8d5ec;
  border-top: 0px;
}
#table_caption {
  color: #fff;
  background: #404e82 url("barra_fundo.png") repeat-x top;
  padding-top: 5px;
  padding-bottom: 5px;
  width: inherit;
  text-align: center;
  font-variant: small-caps;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.1em;
  margin: 0 auto;
  border: 1px solid #c8d5ec;
  border-bottom: 0px;
}
