:root {
  --input-padding-x: 0.20rem;
  --input-padding-y: 0.20rem;
}

*{
  font-family: 'Open Sans', sans-serif;

}

a{
  text-decoration: none;
}

/*LINKS NÃO VISITADOS*/
a:link{
  color: black;
}
/*LINKS VISITADOS*/
a:visited{
  color: black;
}
/*LINKS HOVER, PASSA O CURSOR SOBRE O LINK*/
a:hover{
  color: gray ;
}
/*LINKS ATIVOS, QUANDO CLICADO*/
a:active{
}

nav {
	box-shadow: 0 0rem 0.5rem rgba(0,0,0,.150);
}
 
a,i,span{

  display:inline-block;
 
  text-decoration:none;
 

 
  transition:all 0.1s
}

a:hover,
a:focus,
i:hover,
i:focus,
span:hover,
span:focus{

  text-decoration:none
}

a{
color:#796AEE;
 text-decoration:none}

a:focus,a:hover{
color:#3b25e6;
 text-decoration:underline}

#bEdita {
	display: none;
}

#bEditaOpera {
    display: none;
}

#logoSidebarTopo {
	height: 30px; 
}

#logoNavbar {
   -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

#contentPage {
	margin-top: 75px;
}

.fab.fa-whatsapp-square {
  color: #008000;
}

.fab.fa-keycdn {
  font-size: 90px;
  color: #fff;
  margin-bottom: 25px;
}
.ajustLabel {
  padding-top: 0;
  padding-bottom: 2px;
  font-size: 0.50rem;
  font-weight: bolder;
}

#total-mensagens-nao-lidas {
  color: red;
  height: 25px;
  width: 25px;
  text-align: center;
  border-radius: 50%;
  background-color: #0a2640;
  margin-top: -12px!important;
  margin-left: -13px;
  position: absolute;
  font-weight: 500;
}

#noticacoes {
  text-align: center;
  color: black;
  padding: 6px;
  text-decoration: none;
  position: relative;
  background: center;
}