
header
{
    height: 80px;
    background-image: url(../img/cubo_sipet_80_80_cf.png) ; 
    background-position: left 0px;  
}

#menu-btn svg{
    display: block; 
    position: fixed;
    top: unset;
    bottom: 5px;
    right: 30px;

    stroke: var(--sipet-laranja-color);
   

  }

  header #open-transaction
{
     display: flex;
     flex-direction: column;
     max-width: 50%;
     min-width: 50%;
    position: absolute;
    right: 10px;
    padding-top: 10px; 
     
   
}

header #bt-open-transaction
{
   margin-top: 2px;
}

header #links
{
   display: none;
}

main #pages
{
    display: flex;
    flex-direction: row;
    overflow-x: scroll; 
    margin-left: 0px;
   /*  height: 40px; */
}

footer
{
   /*  display: none; */
    min-width:unset;
    width: 75%;    
}

footer #footer-dados-conexao
{
    justify-content: left;
    overflow-x: scroll; 
}

footer #footer-dados-conexao p
{
    white-space: nowrap;
    margin-left: 10px;
}


main .tabcontent {
  padding: 3px 3px  3px 3px;
  
  }

#logs{

    margin-left: 2px;
    margin-right: 1px;
}

#mostra-heder-ocultar
{

  right: unset;
  left: 20%;


}

main #container-apps
{

    display: flex;
    flex-direction: row;
    overflow-y: scroll ;
/*     padding-top: 50px; */
   
} 

main #container-apps .apps
{
   min-width: 190px;
   height: 300px;

}

/* main #Home 
{
  display: unset;
  flex-direction: row;
  background-color: brown;
  overflow-x: scroll ;
} */

.alertas{

   width: 90%;

}


/* Barra lateral */

#barra-lateral{
  position: absolute; 
   z-index: 99;
   background-color: white;
   height: 100%;
   width: 250px;
   left:   -260px;
   padding-left: -10px;
   padding-bottom: 50px;
   transition: all 1s;
   box-shadow: 2px 2px 5px black;
   font-size: 0.8em;
   float: left; 

  /* padding: 20px; */
}


#myBtn {
  bottom: 50px;
}
