html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

.divLogoUsuario {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.navbar-expand-sm .navbar-nav {
    font-size: xx-large;
}

body {
  margin-bottom: 60px;
}

main {
    padding-top: 1rem;
}

/*.containerForm {
    max-width: 20%;
}*/

.ContainerMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0 0 0;
}

#divLote{
    display: none;
}

.table {
    text-align: center;
}

.tableReceita {
    color: darkgreen
}

.tableDespesa {
    color: darkred;
}

.ContainerTitulo {
    display: flex;
    justify-content: center;
}

.ContainerBotao {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 10px;
}

.ContainerFormCR{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

.FormGroupButton {
    display: flex;
    flex-direction: column;
}

.formConfronto {
    display: flex;
    justify-content: space-between;
}

.formEquipe {
    width: 46%;
    display: flex;
    justify-content: space-between;
}

    .formEquipe select {
        width: 72%;
        font-size: large;
    }

    .formEquipe input {
        width: 22%;
        font-size: x-large;
        text-align: center;
    }

.divRepete {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.upper {
    text-transform: uppercase;
}

/*.desktop {
    display: block;
}

.mobile {
    display: none;
}*/

@media screen and (max-width: 991px) {
    .container-fluid navbar-toggler {
    }
    
    .table-responsive-sm {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media screen and (max-width: 480px){
    .container-fluid navbar-toggler{

    }

    .navbar-expand-sm .navbar-nav {
        font-size: larger;
    }

    .container d-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ContainerMenu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px 0 0 0;
    }

    .table-responsive-sm {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .formEquipe select {
        font-size: 0.8em;
        padding: 0;
    }

    .formEquipe input {
        font-size: 0.7em;
        padding: 0;
    }

    /*.desktop {
        display: none;
    }

    .mobile {
        display: block;
    }*/

    /*table thead {
        display: none;
    }
    table tbody td{
        display: flex;
        flex-direction:column;
    }*/
}