.TextTEST {
	background-color: #f2f2f2;
}
.TextOK {
	background-color: #28a745;
	color: #fff;
}
.TextALERT {
	background-color: #ffc107;
	color: #fff;
}
.TextKO {
	background-color: #dc3545;
	color: #fff;
}
.TextWAIT {
	background-color: #ccccff;
}
.TextNA {
	background-color: #d3d3d3;
}

.strike{
	color:red;
	text-decoration: overline;
}
@media (max-width: 576px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 993px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 576px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 993px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

#btnCAT{
	background-color:#f8f8f8;
	border-radius:10px;
	margin:12px;
	padding:10px;
}
#btnCAT:hover{
	background-color:#eee;
	border:0px #c0c0c0 solid;
	border-radius:10px;
}

