/* Códigos personalisados por MPS - Marcos Paulo Sampaio da WebSampaio.com.br*/
body {
  overflow-x: hidden;
}

i:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.imagem {
  background: url(/e-painel/img/logo_demanda.jpg) center center no-repeat fixed;
  background-size: 80%;
  top:0;
  bottom:0;
  left:0;
  right:0;
  position: absolute;
  opacity : 0.1;
}

.maiusculo {
  text-transform: uppercase;
}

.minusculo {
  text-transform: lowercase;
}

.btn-medio {
  width: 120px;
  height: 40px;
}

.fundo-amarelo {
  background-color: #FFF68F !important;
}

.fundo-vermelho {
  background-color: #FFA07A !important;
}

.fundo-azul {
  background-color: #AFEEEE !important;
}

.fundo-verde {
  background-color: #98FB98 !important;
}

.fundo-cinza {
  background-color: #E8E8E8 !important;
}
.fundo-laranja {
  background-color: #FFDEAD !important;
}

.area_sistema{
  margin-top: 70px;
  padding-right: 10px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: 70px;
}

/* Códigos para o menu da lateral esquerda*/
.menu {
  width: 60px;
  height: 100%;
  margin-top: 3.6rem;
  float: left;
}

.menu-texto {
  display: none;
  visibility: hidden;
}