.badge {
	display: inline-block;
	min-width: 25px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #777;
	border-radius: 10px;
}

.badge-nbr-files {
	margin-right: 10px;
	background-color: #E75F5F !important; /*#00a6fb !important;*/
}

.badge-menu {
	float: left;
	background-color: #E75F5F;
	position: absolute;
	margin-left: 75px;
	top: 7px;
	z-index:10;
}

.badge-submenu {
	float: right;
	background-color: #E75F5F;
    position: absolute;
    right: 10px;
}

.badge-notification {
  position: absolute;
  transform: scale(0.8);
  transform-origin: top right;
  right: 0.85em;
  margin-top: -.25rem;
  padding :3px;
  min-width: 25px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
  bottom: 12px;
}

.badge-decoupe {
  position: absolute;
  transform: scale(0.8);
  transform-origin: top right;
  left: 0.5em;
  margin-top: -.25rem;
  padding :3px;
  min-width: 25px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
  bottom: 12px;
}

.badge-danger {
  color: #fff;
  background-color: red;
}

.badge-success {
  color: #fff;
  background-color: green;
}

.badge-warning {
  color: #fff;
  background-color: #E75F5F;
}


.badge-notification-item {
  	display: inline-block;
	transform: scale(0.8);
	transform-origin: top right;
	padding: 7px;
	min-width: 30px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 13px;
	color: #fff;
	background-color: #FFAA3C;
	margin-left: 10px;
}

.badge-notification-header {
  display: inline-block;
  transform: scale(1);
  transform-origin: top right;
  padding :3px;
  min-width: 25px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 10px;
  color: #fff;
  background-color: #FFAA3C;
  position: absolute;
  top: 14px;
  left: -15px;
}

.badge-validationAuto {
  transform: scale(0.8);
  transform-origin: top right;
  right: 0.85em;
  margin-top: -.25rem;
  padding :3px;
  min-width: 25px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #E75F5F;
  border-radius: 10px;
  bottom: 12px;
}

.badge-comptabilise {
  transform: scale(0.8);
  transform-origin: top right;
  right: 0.85em;
  margin-top: -.25rem;
  padding :3px;
  min-width: 25px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #0890E1; /*##0890E1*/
  border-radius: 10px;
  bottom: 12px;
}

.badge-origine-mus {
  transform: scale(0.8);
  transform-origin: top right;
  right: 0.85em;
  margin-top: -.25rem;
  padding :3px;
  min-width: 25px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #0080c0;
  border-radius: 10px;
  bottom: 12px;
  border: solid 1px #E75F5F;
}