
* {box-sizing: border-box}

body,html, main, iframe, 	.main, #principal
{
   height:150%; 
    margin: 0;
   
} 


header
{
    position: relative;
    height: 70px;
    background-image: url(../img/banner.png) ;
    background-repeat: no-repeat;
    background-position: 25px -15px;
    background-color: var(--sipet-amarelo-color);
    
   /*  border: 1px solid var(--sipet-preto-color);  */
   
}

header #open-transaction
{
  
    width: 300px;
    padding-top: 20px;
    margin: auto; 

   
}

header #links
{
    position: absolute;
    top: 20px;
    right: 150px;

  
}

header #links a
{
  text-decoration: none;
  color: var(--sipet-laranja-color);
  padding: 3px;
}

header #links a:hover
{
   border-left: 3px solid var(--sipet-laranja-color);
   color: var(--sipet-preto-color);
}

header #txt-open-transaction
{
  text-transform: uppercase;
}

header #bt-open-transaction
{
    min-width: 50px;
}

header #open-transaction #bt-open-transaction
{

  min-width: 50px;
}

#menu-btn {
   /*  display: block;  */
    max-width: 30px;
    position: absolute;
    margin-top: 20px;
  /*   right: 30px; */
    left: 5px;
    z-index: 98;
    font-size: 12px;
    border: none;
    outline: none;
    stroke: var(--sipet-preto-color);
    cursor: pointer;

    

  }

body #menu-btn:hover
{
    stroke: var(--sipet-laranja-color);
   
} 


main svg
{
     width:10px;
     height: 18px;   
     float: right;
     margin-top: -4px;

}

main svg:hover,
#logs svg:hover
{
  stroke: white;
  background-color: red;

}

#btRefreshApps:hover
{
/*   stroke: var(--sipet-laranja-color); */
  fill: var(--sipet-hover);
  background-color: unset;
}

#btRefreshApps
{
  stroke: var(--sipet-preto-color);
  fill:  var(--sipet-laranja-color);
}

footer
{
  display: block; 
  position: fixed;
  top: unset;
  bottom: 5px;
  height: 15px;
  left: 5px;
  width: 99%;
  background-color: rgba(255, 204, 73, 1);
  font-size: 0.7em;



}

footer #footer-dados-conexao
{

   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: space-around;
   margin-right: 25px; 
   height: 15px;

 
}

#footer-dados-conexao strong
{
   padding-right: 3px;
   color: var(--sipet-preto-color);

}

#footer-dados-conexao p
{

   color: var(--sipet-laranja-color);

}

#menu-mobile-desktop{
   position: absolute; 
    z-index: 99;
    background-color: black;
    height: 100%;
    width: 305px;
    left: -310px;
    padding-left: -10px;
    transition: all 1s;

   /* padding: 20px; */
}

#menu-mobile-desktop ul
{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow-y: scroll;
  height: 100%;
  margin-top: 50px;

}

#menu-mobile-desktop ul li
{
  list-style: none;
  padding: 5px 5px 8px 5px;
  margin-right: 5px;

}

#menu-mobile-desktop ul li a
{
  display: block;
   text-decoration: none;
   color: var(--sipet-laranja-color);

}

#menu-mobile-desktop svg
{
  position: absolute;
  stroke: var(--sipet-amarelo-color);
  top: 5px;
  right: 5px;
  width: 20px;
  height: 30px;
  cursor: pointer;
}

#menu-mobile-desktop svg:hover
{
/*   stroke: red; */
  stroke: white;
  background-color: red;
}

#menu-mobile-desktop ul li:hover
{
   background-color: var(--sipet-amarelo-color);

}

#principal{
  display: flex;
  flex-direction: column;
}

/* Barra lateral */

#barra-lateral{
  position: relative; 
 /*   z-index: 99; */
   background-color: rgb(245, 243, 243);
   height: 100%;
   width: 250px;
   left:   0px;
   padding-left: -10px;
   padding-bottom: 50px;
   transition: all 1s;
   box-shadow: 2px 2px 5px black;
   font-size: 0.8em;
   float: left; 

  /* padding: 20px; */
}

#barra-lateral #items-barra
{
 display: flex;
 flex-direction: column;
 justify-content: flex-start;
 overflow-y: scroll;
 height: 100%;
 margin-top: 50px;


}

#barra-lateral #items-barra div
{
 list-style: none;
/*  padding: 3px 3px 3px 10px; */
/*  margin-right: 5px; */
 border-top-right-radius: 15px;
/*  border: 1px solid black; */
 margin: 1px 1px 1px 5px;

}

#barra-lateral #items-barra div a
{
  text-decoration: none;
  color: var(--sipet-preto-color);
  padding: 5px 5px 5px 25px;
  background-image: url(../img/cubo_sipet_20_20_cf.png);
  background-repeat: no-repeat;
  background-position: left center;
}

#barra-lateral #items-barra div a:hover
{
    border-left: 5px solid var(--sipet-laranja-color);
    color: var(--sipet-preto-color);
    cursor: pointer;
    background-color: var(--sipet-hover);
}

#barra-lateral svg
{
 position: absolute;
 stroke: var(--sipet-preto-color);
 top: 5px;
 right: 5px;
 width: 20px;
 height: 30px;
 cursor: pointer;
}

#barra-lateral svg:hover
{
/*   stroke: red; */
 stroke: white;
 background-color: red;
}

#barra-lateral ul li:hover
{
  background-color: var(--sipet-amarelo-color);

}

#barra-lateral .item-barra-transacao
{
  display: none;
}

#barra-lateral  .grupos
{
    background-color: var(--sipet-preto-color);
    color: white;
    font-size: 1.1em;
    border: 1px solid rgb(79, 79, 79);
    padding: 5px;
}

#barra-lateral  .grupos:hover
{

  background-color: var(--sipet-hover);
  color: var(--sipet-preto-color);
  cursor: pointer;

}

#barra-lateral #filter-barra
{
  width: 100%;
}



/* //////////////////// */



main #pages
{
  border-top: 1px solid var(--sipet-preto-color);
  margin-left: 10px;
/*   height: 40px; */
}

 
/* Style tab links */
main .tablink {
    display: flex;
    flex-direction: row;
    align-items: center;
/*     background-color: var(--sipet-amarelo-color); */
    float: left;
    border: none;
    outline: none; 
    cursor: pointer;
    padding: 5px 5px;
    font-size: 0.7em;
    white-space: nowrap;
/*     min-width: 100px; */
 /*    border: 1px solid var(--sipet-preto-color);   */
  /*   border-bottom: none; */
   /*  font-weight: bold; */

  }

  main .titulo-tab
  {
    padding-right: 5px;
  }
  
  main .tablink:hover {
    background-color: var(--sipet-hover);
  }

/*   iframe{
    padding: 3px 3px  3px 265px;
  } */
  
  /* Style the tab content (and add height:100% for full page content) */
  main .tabcontent {
    display: none;
    padding: 3px 3px  3px 3px;
    height: 100%;
/*     clear: both; */
   /*  background-color: var(--sipet-preto-color); */
    background-color: #FFFFFF;
  }
  
  main #Home 
  {
   /*  background-color: var(--sipet-preto-color); */
    background-color: #FFFFFF;
    padding: 3px 3px 3px 3px;
  }

  main .apps p
  {
    text-align: center;
    color: white;
    background-color: var(--sipet-preto-color);
    margin: -3px -3px 0 -3px;
    padding: 3px;

    cursor: pointer;
    
  }

  .apps svg
  {
    display: none;
    stroke:  var(--sipet-amarelo-color);
  }

  .apps .txt-filter
  {
    width: 99%;
    margin: 1px;
  }

  main .apps
  {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    float: left;
    border-radius: 5px;
    width: 200px;
    min-width: 200px;
    height: 300px;
    margin: 5px; 
    padding: 3px;
    background-color: var(--sipet-hover);
    border: 2px solid var(--sipet-preto-color);
    resize: both;
    transition: all 1s;
    
  }

/*   main #container-apps
  {

    display: flex;
    flex-direction: row;
    overflow: scroll;
    
  }  */

  div .apps-itens
  {
    overflow-y: scroll;
    padding: 3px;
    height: 100%;
  }

  div .apps-itens p
  {
     color: var(--sipet-preto-color);
  }

  div .apps-itens .item
  {
    
   /*   display: none; */
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
     float: left; 
     width: 78px;
     height: 50px;
     margin: 2px;
     padding: 2px;
     border: 1px solid var(--sipet-preto-color);
     background-color: var(--sipet-amarelo-color);
     box-shadow: 2px 2px 5px var(--sipet-preto-color);
     text-align: center;

  }

  div .apps-itens .item p:nth-child(1)
  {
      margin-top: 0px;
      padding-bottom: 0px;
      font-weight: bold;

  }

  div .apps-itens .item p:nth-child(2)
  {  
      margin-top: 0px;
      padding-top: 2px;
      font-size: 0.7em;
      line-height: 90%;
 /*      font-weight: bold; */
   /*    color: white; */
  }

  div .apps-itens .item:hover
  {
    background-color: var(--sipet-hover);
  }

  div .apps-itens .item p
  {
    margin-top: 2px;
    font-size: 0.8em;
    background-color: unset;
   
  }

  div .apps-itens .item a
  {
    text-decoration: none;

  }

/*   #mostra-heder-ocultar
  {
    position: absolute;
     transform: rotate(90deg);
    z-index: 99;
    top: -5px;
    right: 10px;
    cursor: pointer;
    color: var(--sipet-laranja-color);
    text-shadow: 2px 2px 3px var(--sipet-preto-color);
  } */

  #mostra-log-ocultar
  {
    position: absolute;
     transform: rotate(90deg);
    z-index: 99;
    top: -5px;
    right: 30px;
    cursor: pointer;
    color: var(--sipet-preto-color);
    text-shadow: 2px 2px 3px var(--sipet-laranja-color);
  }

  #defaultOpen svg
  {
    opacity: 1;
  }

  /*************************BARRA LATERAL*****************************/	

	.sidebar-right {
		height: 100%;
		/* width: 160px;*/
		position: fixed;
		z-index: 1;
		top: 0;
		right: 0;
		background-color: var(--sipet-amarelo-color);
		overflow-x: hidden;
		padding-top: 16px;
	}

	.sidebar-right a {
		padding: 6px 3px 6px 3px;
		text-decoration: none;
		font-size: 12px;
		/* color: #818181; */
		color: var(--sipet-preto-color);
		display: block;
	}

	.sidebar-right i {

		font-size: 18px;

	}

		.sidebar-right a:hover {
		color: #f1f1f1;
	}

	.main {
       margin-right: 25px; 

     }


/* ALERTAS */

  .alertas{
    display: none;
    background-color: var(--sipet-hover);
	max-height: 300px;
	min-height: 400px;
	width: 100%;
	position: absolute;
	right: 2px;
  top: 5px;
	max-width: 300px;
	 overflow-y: scroll; 
   z-index: 99;
   box-shadow: 2px 2px 5px black;
/* 	 opacity: 0.9;	 */

}

 .alertas .alerta-item{

/* 	display: flex;
	orientation: column;
	align-items: center; */
	margin: 5px;
  border-radius: 5px;
	border: solid 1px var(--sipet-laranja-color);
	margin-top: 3px;
	max-width: 300px;
  box-shadow: 2px 2px 3px var(--sipet-preto-color);
  background-color: var(--sipet-laranja-color);
  padding: 3px;


} 

.alerta-item div{

	background: var(--sipet-laranja-color);
	color: white;
	font-size: small;
	display: flex;
	flex-direction: column;
	line-height: 1.5em;


}


.alerta-item .fecharAlertas{
	text-align: center;
  padding: 2px;
	background: var(--sipet-preto-color);
	color: white;
  border-radius: 5px;
  border: 1px solid #595858;
}

.fecharAlertas:hover{
	background: var(--sipet-hover);
	color: var(--sipet-preto-color);

	cursor: pointer;
}

#myBtn {
  display: none; 
  position: fixed;
  bottom: 5px;
  right: 30px;
  z-index: 99;
  font-size: 12px;
  border: none;
  outline: none;
  background-color: black;
  color:  white;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

/* FIM ALERTAS */






