*{
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin:0;
}

label {
    display:inline-block;
    margin-bottom: 10px;
}

html {    
    scroll-behavior:smooth;
}

h2 {
    font-weight: 500;
    font-size:20px;
    margin:10px;
    color: #891d4a;
}

a {
    text-decoration: none;
}

a:hover {
    color:white;
    text-decoration: none;
}

input {
    border-radius:10px;
    border: 2px solid #891d4a;
}

input:read-only {
    background: lightgrey;
    color: rgb(54, 54, 54);
}

.erro {
    color:red; width:100%; text-align: center;
}

label {
    font-weight:400;
}

.label-operacoes {
    margin: 3px 10px 3px 0px;
    font-weight:500px;
}

.tabela-responsiva {
    overflow-x: auto;
    /*scrollbar-color:*/
}

.tabela-responsiva td {
    overflow-x:auto;
}

.tabela-responsiva2 {
    overflow-x: auto;
    overflow-y: auto;
    max-height: 300px;
    /*scrollbar-color:*/
}

.tabela-responsiva2 td {
    overflow-x: auto;
    border: 1px solid black;
}

td button {
    min-width: 5px;
}

td button span {
    margin-top: 5px;
}

button.btn-relatorio{
    min-width:10px;
}

button.btn-relatorio span{
    padding-top:5px;
}

select > option:nth-child(even) {
    background-color: #EFEFEF;
}

table {
    margin:auto;
}

.tabela-responsiva h2{
    margin-top:10px;
    margin-bottom:20px;
}

table th {
    background-color: #891d4a;
    color:white;
    font-weight:400;
    padding-bottom:5px;
    padding-top:5px;
    padding-right:15px;
}

table tr:nth-child(even) {
    background-color: #891d4a86;
}

/*
body::-webkit-scrollbar-track {
    background: orange;        /* color of the tracking area */
/*  }

  body::-webkit-scrollbar-thumb {
    background-color: blue;    /* color of the scroll thumb */
    /*border-radius: 20px;       /* roundness of the scroll thumb */
    /*border: 3px solid orange;  /* creates padding around scroll thumb */
  /*}*/

button {
    min-width:75px;
    min-height:35px;
    border-radius: 20px;
    margin:2.5px;
    background-color:#891d4a;
    color:white;
    border:none;
}

textarea {
    border-radius:10px;
    border: 2px solid #891d4a;
}

button > a {
    text-decoration: none;
    color: white;
    font-weight: 400;
}

a:visited {
    text-decoration: none;
    color: white;
}

.titulo {
    width: 100%;
    padding: 10px;
    background-color: #891d4a;
}

.titulo h1 {
    font-size:18px;
    color:white;
    display:inline;
}

.titulo a {
    display:block;
    margin-left:15px;
    position:relative;
    float:right;
}

.titulo span {
    color:white;
    position:relative;
    float:right;
}

.container1 {
    background-color: rgba(255,255,255,0.5);
    border-radius: 20px;
}

.container2 {
    background-color: rgba(255,255,255,0.5);
    padding: 20px;
    border-radius: 20px;
}

.container3 {
    border-radius: 5%;
    margin-bottom:20px;
    margin-top:20px; 
}

div.tabs > div {
    display: inline;
}

div.tabs {
    position: relative;
    border-radius: 20px;
    line-height: 1;
    z-index:0;
}

div.tabs:not(:target) > section > div {
    display:none;
    visibility:hidden;
}

div.tabs > section > div {
    position:relative;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    padding: 0.3em;
}

.filtrar-pagamento {
    width: fit-content;
    color:#891d4a;
}

.filtrar-pagamento label:not(.first-label) {
    margin-left: 15px;
}

.filtrar-pagamento input {
    border: 0px;
    border-bottom: 1px solid #891d4a;
    border-radius:0px;
    background:none;
}

.background-body {
    background-image: url(../img/background.png);
    background-size: cover;
}

.container-home {
    margin: 0 auto;
    width:85%;
}

.filtrar-pagamento {
    margin: 50px 0;
}

.grid {
    /* width: 90%; */
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    /*background: red;*/
}

.grid2 {
    /* width: 90%; */
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /*background: red;*/
}

.grid2 section:nth-child(7) { /*usando colunas*/
    grid-column: span 3;
}

.grid3 {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.grid4 {
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /*background: red;*/
    gap: 50px;
}

.grid5 {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
}

/*
.flex-container {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
    background: yellow;
}

.flex-item {
    flex-grow: 1;
    flex-basis: 200px;
    flex-shrink:0;
    width: 100%;
    background: red;
}
*/

/*
.container-index {
    width: 90vw;
    height: 90vh;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    border: 1px solid black;
    border-radius:50px;
    box-shadow: 0px 0px 20px 0px grey;
}
*/
.container-index {
    width: 90vw;
    height: 90vh;
    margin: 0 auto;
    display: flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items: flex-start;
    align-content: center;
    flex-wrap: nowrap;
    text-align: center;
    border-radius:50px;
    box-shadow: 0px 0px 20px 0px grey;
    margin-top:30px;
}

.container-login {
    flex-grow: 1;
    flex-basis: 200px;
    flex-shrink: 1;
    margin:auto 0;
}

.container-login input {
    border: 0;
    border-radius:0;
    border-bottom: 1px solid #891d4a;
    height:30px
}

.container-login button {
    height:35px;
    width: 80%;
    border:none;
    font-weight:400;
    background-color:#891d4a;
    color:white;
    display: block;
    margin: 20px auto;
    text-align: center;
    border-radius: 10px;
}

.container-login ::placeholder {
    color: #891d4a;
    font-weight: 500;
}

.container-marca {
    flex-grow: 1;
    flex-basis: 200px;
    flex-shrink: 1;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    height: 100%;
    background: url(../img/fundo_vermelho.png) no-repeat center;
    background-size:cover;
    border-top-right-radius:50px;
    border-bottom-right-radius:50px;
}

.espaco-logo { /*Solução: usar um flexbox*/
    width: 200px;
    height: 200px;
    flex-basis: 200px;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    background-color:white;
    margin: auto auto;
    border-radius:50px;
    box-shadow: 0px 0px 20px 0px grey;
}

.heading {
    text-align: center;
}

.btn {
    display:block;
}

.material-symbols-rounded {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

@media print{@page {size: landscape}}

/*Tablesorter*/
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position-y: center;
    background-position-x: right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #891d4a86;
}