/*FITXER MIRTA CUSTOM.CSS*/

/*LOGO MENU*/
#logo-group>span{
position:relative !important;  
margin-top:5px!important;  
margin-bottom:5px!important;
margin-left:20px;
}

#logo-group>span>img{
height: 39px;
}

/*Copyright -->Afegir color a my-style.css per copyright del login*/
#copyright{
color:#009cde;
font-family:verdana;
font-size:14px;
}

/*Classe per centrar totalment en un div*/
.centrat{
margin: 0;
position: absolute;
top: 50%;
left: 44%;
-ms-transform:translate(-50%, -50%);
transform: translate(-50%, -50%);
}

/*FONT SIZE MIDES LLETRA*/
.font_10{
	font-size:13px;
}

.notification{
margin-right:10px;
margin-left:10px !important;

}

/*QR*/
.popover {
  position: absolute !important;
  width:100%;
  left: 50% !important; /* Coloca el Popover a la derecha del elemento */
  /* top: 0 !important; */
}