.fabVoltar-container{
  position: fixed;
  bottom: 5px;
  left: 5px;
  z-index: 998;
  cursor: pointer;
}

.fabVoltar-icon-holder{
  width: 30px;
  height: 25px;

  /*border-radius: 100%;*/
  background: orange;

  box-shadow: 0 6px 20px rgba(0,0,0,0);
}

.fabVoltar-icon-holder:hover{
  opacity: 0.8;
}

.fabVoltar-icon-holder span i{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-style: 25px;
  color: #000000;
}






 


.fabVoltarD-container{
  position: fixed;
  bottom: 18px;
  left: 35px;
  z-index: 997;
  cursor: pointer;
}

.fabVoltarD-icon-holder{
  width: 45px;
  height: 25px;
  background: orange;
  box-shadow: 0 6px 20px rgba(0,0,0,0);
}

.fabVoltarD-icon-holder label{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-style: 25px;
  color: #000000;
}

em{
  color: red;
}

#obrigatorios{
  color: red;
}


img{
  height: 100px;
  width: 100px;
}




#alerta{
  display: none;
  opacity: .8;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #FFFFFF;
  width: 100%;
  z-index: 10;
  overflow: auto;
}

#caixa-alerta{
  display: none;
  position: fixed;
  background: #8B0000;
  border-radius:7px; 
  width: 80%;
  z-index: 10;
  overflow: auto;
}

#caixa-alerta > div{ 
  background: #FFFFFF; 
  margin: 8px; 
  padding: 8px;
  overflow: auto;
}

#caixa-alerta > div > #cabecalho{ 
  background: #FFFFFF; 
  font-size: 19px; 
  padding: 10px; 
  color: #000; 
  text-align: center; 
}

#caixa-alerta > div > #corpo{ 
  background: #FFFFFF; 
  padding: 10px; 
  color: #000; 
  overflow: auto;
  text-align: center; 
}

#caixa-alerta > div > #rodape{ 
  background: #FFFFFF; 
  padding: 10px; 
  text-align: center; 
}









#itens{
  display: none;
  opacity: .8;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #FFFFFF;
  width: 100%;
  z-index: 10;
  overflow: auto;
}

#caixa-itens{
  display: none;
  position: fixed;
  background: #FFF;
  border-radius: 2px; 
  width: 95%;
  z-index: 10;
  overflow: auto;
}

#caixa-itens > div{ 
  background: #FFFFFF; 
  margin: 3px; 
  padding: 1px;
  overflow: auto;
}

#caixa-itens > div > #cabecalho-itens{ 
  background: #FFFFFF; 
  font-size: 19px; 
  padding: 3px; 
  color: #000; 
}

#caixa-itens > div > #corpo-itens{ 
  background: #FFFFFF; 
  padding: 4px; 
  color: #000; 
  overflow: auto;
}

#caixa-itens > div > #rodape-itens{ 
  background: #FFFFFF; 
  padding: 3px; 
  margin-bottom: 10px;
  text-align: center; 
}
