/* ----------  Estilo barra de navegação  ----------  */

.plp-nav-bar-container{
  padding: 5px 0 5px 0;
}

.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;
}


/* --------- Estilos forms  ---------- */

.plp-form-text-nav{
  text-align: left;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 1.1;  
  cursor: pointer; 
}

.plp-form-header{
  width: 100%;
  height: 48px;
  background-color: var(--plp-form-tema);
  padding-top: 0px;
  padding-left: 30px;
  padding-bottom: 0px;
  padding-right: 10px;
  border-top: 5px solid var(--plp-form-tema);
  border-right: 0px solid #999;
	border-bottom: 0px solid #000;
  border-left: 0px solid #999;
	margin:0 auto 0 auto;  
  box-shadow: 2px 3px 6px #ccc;
}

.plp-form-header-adm{
    width: 100%;
  height: 48px;
  background-color: #444;
  color: #fff;
  padding-top: 4px;
  padding-left: 30px;
  padding-bottom: 10px;
  padding-right: 10px;
  border-top: 5px solid #0bf;
  border-right: 0px solid #999;
	border-bottom: 0px solid #999;
  border-left: 0px solid #999;
	margin:0 auto 0 auto;
  box-shadow: 2px 3px 6px #ccc;
}

.plp-form-header-text{
  color:#fff;
  text-align: left;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 1.1; 
}

.plp-form-header-icon{
  color: #ffffff;
  font-size:16px;
  text-align: right;   
  padding: 6px 10px 6px 10px ; 
}

.plp-form-sub-header{
  width: 100%;
  height: 42px;
  background-color: #e0e0e0;
  color: var(--plp-form-sub-titulo-tema);
  padding-top: 0px;
  padding-left: 30px;
  padding-bottom: 0px;
  padding-right: 10px;
  border-top: 5px solid #0bf;
  border-right: 0px solid #999;
	border-bottom: 0px solid #000;
  border-left: 0px solid #999;
	margin:0 auto 0 auto;  
  box-shadow: 2px 3px 6px #ccc;
}


.plp-form-body { 
  background-color: rgb(255, 255, 255);
  padding: 20px;
  border-color: rgb(204, 204, 204) rgb(204, 204, 204) var(--plp-form-tema);
  border-style: solid;
  border-width: 0px 0px 5px;
  margin: 0px auto 10px;
  box-shadow: rgb(204, 204, 204) 2px 3px 6px;
  display: flex;
  flex-direction: column;
}


.plp-form-body-indicadores { 
  background-color: rgb(255, 255, 255);
  padding: 0px;
  border-color: rgb(204, 204, 204) rgb(204, 204, 204) var(--plp-form-tema);
  border-style: solid;
  border-width: 0px 0px 5px;
  margin: 0px auto 10px;
  box-shadow: rgb(204, 204, 204) 2px 3px 6px;
  display: flex;
  flex-direction: column;
}


.plp-form-filter-container{
  background: #ffffff;
  border: 1px solid #e0e0e0;
  color: #337ab7;
  margin: 0px 0px 20px 0px;   
}


.plp-form-filter-button-01{
  width: 26px;
  height: 26px;
  margin: 0px 0px 20px 0px;     
  position: absolute;
  top: 15px;
  right: 15px;
}


.plp-form-filter-button-02{
  width: 26px;
  height: 26px;
  margin: 0px 0px 20px 0px;     
  position: absolute;
  top: 15px;
  right: 61px;
}


