.initiales{
	font-size: 0.7em;
}

.text-copromatic-orange{
	color: #ED7612;
}

.text-copromatic-gris{
	color: #CCC;
}


/*********    NAVBAR  *********/
.username{
	text-transform: uppercase;
}

.lds-dual-ring {
	display: inline-block;
	width: 80px;
	height: 80px;
	padding-left: 45%;
	padding-top: 5px;
  }
  .lds-dual-ring:after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid grey;
	border-color: grey transparent grey transparent;
	animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }

  .text-muted {
	color: #6c757d !important;
  }