/* --------- Estilos Home view  ---------- */

.plp-menu-container{
  background-color: #404040;  
  z-index:2;
}

.plp-nav-bar-menu{
  background-color: #404040;
}

.plp-nav-bar-div-logo { 
  background-color:var(--plp-form-tema);
  width: 100%;  
  z-index:2; 
}

.plp-top-bar { 
  display: inline-block;
  background-color: #fff;
  height: 60px;
  border-right: 5px solid rgb(0, 187, 255);
  width: calc(100vw - var(--menuVerticalWidth, 170px));
  margin-left: calc(var(--menuVerticalWidth));
  margin-top: 0; 
  z-index: 1;
}

.plp-div-user{
  height:60px;
  padding-right: 20px;
}

.plp-user{
  float:right;
  padding-top: 20px;
}

.plp-user-img{
  width: 40px;
  height: 40px;
  float:right;
  margin: 10px 20px;
}

.plp-user-menu{
  right: 0;
  left:20%
}

.plp-main-container{
    display: inline-block;
    width: calc(100vw - var(--menuVerticalWidth, 170px));
    margin-left: calc(var(--menuVerticalWidth));    
    padding: 0 20px 0 20px;
}

/*-----------------------------------------------------------------------------------------*/
/*-------------------------- Estilos da Barra de Navegação --------------------------------*/
/*-----------------------------------------------------------------------------------------*/
/*
.plp-top-bar-2 { 
  background-color: rgb(255, 255, 255);
  height: 60px;
  border-right: 5px solid rgb(0, 187, 255);
  margin: 0px;
  position: fixed;
  z-index: 1;
}

.plp-nav-bar-header{
  background-color:#00B0F0;
  width: 100%;  
  z-index:2;
}






/*-----------------------------------------------------------------------------------------*/
/*------------------------------ Estilos da Home View -------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
/*
.plp-main-container-2{
   
  position: absolute;    
  top: 60px;
  left: 240px;
  width: calc(100% - 240px); 
  height:inherit;
  margin:0px 0px 0px 0px;
  background-color: rgb(0,0,0,0);
  padding-top: 0px;
  padding-left: 30px;
  padding-bottom: 0px;
  padding-right: 30px;
  border: none;
  box-shadow: 0px 0px 0px;    
}

.plp-er-menu { 
  position: absolute;
  width: 240px;
  margin: 0px;
  padding: 0px;  
  /*z-index: 1;*/
}
/*
.plp-menu-side {	
	position: absolute; 
  top: 0px; 
  left: 0px; 
  width: 240px;		
  margin:0 0 0 0;	  
  background-color: #444; 
  overflow: auto;
}


.plp-top-menu {
  height: 50px;
  border: 0;
  margin: 5px;  
  position: absolute;  
  right: 500px;
  top: 0;
}





.top_bar { 
  background-color: rgb(255, 255, 255);
  height: 60px;
  border-right: 5px solid rgb(0, 187, 255);
  margin: 0px;
  position: fixed;
  z-index: 2;
}


.menu_side {	
	width: 240px;

	background-color: #444;
	margin:0 0 0 0;
	position: absolute; 
  top: 60px; 
  left: 0px;
}





.plp-nav-bar-text{
  text-align: left;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 12px;
  color:#404040;
  line-height: 1.1;  
  cursor: pointer;
}

.plp-nav-bar-icon{
  font-size: 20px;
  color:#606060;
  margin-left: 20px;
}
