*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;    
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=date] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
input[type=date]:not(:focus):in-range::-webkit-datetime-edit-year-field,
  input[type='date']:not(:focus):in-range::-webkit-datetime-edit-month-field,
  input[type='date']:not(:focus):in-range::-webkit-datetime-edit-day-field,
  input[type='date']:not(:focus):in-range::-webkit-datetime-edit-text {
    color: transparent;
  }
  input:invalid {
  border: 1px dashed red;
}

input:valid {
  border: 1px solid black;
}

/*p, body, td, input, select, button { font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif; font-size: 14px; }
//body { padding: 0px; margin: 0px; background-color: #ffffff; }
//a { color: #1155a3; }
//.space { margin: 10px 0px 10px 0px; } 
.header { background: #003267; background: linear-gradient(to right, #011329 0%,#00639e 44%,#011329 100%); padding:20px 10px; color: white; box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75); }
/* .header a { color: white; }
//.header h1 a { text-decoration: none; }
//.header h1 { padding: 0px; margin: 0px; }
//.main { padding: 10px; margin-top: 10px; } */


.body{
    overflow: hidden;
}
/* header */
.header{
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    z-index: 10;
    background-color: #041d36;
    /* novo */
    background: #003267;
    background: linear-gradient(to right, #011329 0%,#00639e 44%,#011329 100%);
    /* padding:20px 10px; */
    /* color: white; */
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
    
}
.header hr{
  border-top: 5px solid #bbb;
  border-radius: 5px;
}
.header .logo img{
    vertical-align: middle;
    width: 100px;
    height: 100px;
}
.header .container2{
    display: flex; 
    justify-content: space-around; 
}
.header .container{
    display: flex;
    text-align: left;
    align-items: start;
    justify-content: space-between;
    background-color: #041d36; 
    margin-bottom: 2px;
    margin-top: 2px; 
    width: 100%;
}
.header .container h1 {
    color: #a3dceb;
    font-size: 28px;    
    margin-bottom: 2px;
    margin-top: 2px;
}
.header .container a {
    color: #a3dceb;
    font-size: 20px;    
    margin-bottom: 2px;
    margin-top: 2px;
}
.header .container i {
    font-size: 20px;    
}
.header .container p {
    color: #f1f1f1;
    font-size: 20px;    
    margin-bottom: 2px;
    margin-top: 2px;
}
.header .container img{
    vertical-align: middle;
    width: 60px;
    height: 60px;
}
.header .tableFixHead {
/*  overflow-y: auto;
  overflow-x: hidden;
  height: 100px;
  padding: 0 0;
  */
}
.header .table {
    background-color: #041d36; 
    margin-top: 0;
    box-shadow: 0 0 0 0; 
    padding-left: 10px; 
    padding-right: 10px;
    border-collapse: collapse;
    width: 100%;
}
.header .table h2 {
    color: #a3dceb;
    font-size: 38px;    
}
.header .table h2 i {
    font-size: 38px;    
}
.header .table .tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: auto;
}
.header .table .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 12px;
  transition: 0.3s;
  font-size: 17px;
  width: max-content;
}
.header .table .tab button:hover {
    background-color: #c1e5ef;
}
.header .table .tab button.active {
    background-color: #a3dceb;
}
.header .table .tab a {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 12px;
  transition: 0.3s;
  font-size: 17px;
  width: max-content;
}
.header .table .tab a:hover {
    background-color: #c1e5ef;
}
.header .table .tab a.active {
    background-color: #a3dceb;
}

.header .table .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.header  .table .ficha {
    width: auto;
    background-color: #D6EEEE;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    align-self: auto;
    text-align: left;
    margin: 20px 5px;
}
.header .table .ficha p, input, 
fieldset, label, select,
option {
    font-size: 0.82em;
    margin-top: 1px;
    margin-bottom: 1px;
    min-width: 0;
}
.header .table .ficha legend, option {
    font-size: 0.95em;
    margin-top: 1px;
    margin-bottom: 1px;
    min-width: 0;
}
.header .table .ficha tr {
    background-color: #D6EEEE;
    text-align: left;
}
.header .table .ficha td {
  border: 1px none #605b5b; 
  text-align: left;
  padding: 4px;
  color: #041d36;
}
.header .table .ficha th {
  border: 1px none #605b5b;
  text-align: center;
  padding: 8px;
}
.header .table .ficha tr:nth-child(even) {
}
.header .table .quadro_profile {
    width: 800px;
    background-color: #D6EEEE;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    align-self: auto;
    text-align: left;
}
.header .table .quadro_profile tr {
    background-color: #D6EEEE;
    text-align: left;
}
.header .table .quadro_profile td {
  border: 1px none #605b5b; 
  text-align: left;
  padding: 4px;
  color: #041d36;
}
.header .table .quadro_profile th {
  border: 1px none #605b5b;
  text-align: center;
  padding: 8px;
}
.header .table .quadro_profile tr:nth-child(even) {
}
.header .table .quadro_profile tr {
    background-color: #D6EEEE;
}
.header .table .listagens {
    align-self: center; 
    width: 100%; 
    height: 480px; 
    /* margin: 10px auto; */
    background-color: #D6EEEE;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3); 
    overflow-x: hidden;
}
.header .table .listagens tbody {
    /* overflow-y: auto;
    height: 10px; 
    padding: 0 0;   */
}
.header .table .tbody {
    /* overflow-y: auto; 
    height: 10px;
    padding: 0 0;   */
}

.header .table .listagens thead {
    padding: 0 0;   
    margin: 0 0;
}
.header .table .thead {
    padding: 0 0;   
    margin: 0 0;
}
.header .table .listagens tr {
  background-color: #ffffff;  
}
.header .table .listagens td {
  /* border: 1px none #605b5b;  */
  text-align: left;
  height: 2.35em;
  padding: 0 6px 0 2px;   
}
.header .table .listagens th {
  border: 1px none #605b5b; 
  text-align: center;
  background: #D6EEEE;  
  padding: 0 6px 0 2px;   
}
.header .table .listagens tr:nth-child(even) {
  background-color: #afd5d5;   
}

/* .header .table th,
td {
  padding: 0 0;
}
.header .table th {
  background: #D6EEEE;
}*/
