﻿.table > tbody > tr > td {
	font-weight: 400;
}

	.table > thead > tr > td.info,
	.table > tbody > tr > td.info,
	.table > tfoot > tr > td.info,
	.table > thead > tr > th.info,
	.table > tbody > tr > th.info,
	.table > tfoot > tr > th.info,
	.table > thead > tr.info > td,
	.table > tbody > tr.info > td,
	.table > tfoot > tr.info > td,
	.table > thead > tr.info > th,
	.table > tbody > tr.info > th,
	.table > tfoot > tr.info > th {
		background-color: #084fbe;
	}

.table-hover > tbody > tr > td.info:hover, 
.table-hover > tbody > tr > th.info:hover, 
.table-hover > tbody > tr.info:hover > td, 
.table-hover > tbody > tr:hover > .info, 
.table-hover > tbody > tr.info:hover > th {
	background-color: #14A0CE;
}

.table > thead > tr > td.warning, 
.table > tbody > tr > td.warning, 
.table > tfoot > tr > td.warning, 
.table > thead > tr > th.warning, 
.table > tbody > tr > th.warning, 
.table > tfoot > tr > th.warning, 
.table > thead > tr.warning > td, 
.table > tbody > tr.warning > td, 
.table > tfoot > tr.warning > td, 
.table > thead > tr.warning > th, 
.table > tbody > tr.warning > th, 
.table > tfoot > tr.warning > th {
	background-color: #FF9D00;
}

.table-hover > tbody > tr > td.warning:hover, 
.table-hover > tbody > tr > th.warning:hover, 
.table-hover > tbody > tr.warning:hover > td, 
.table-hover > tbody > tr:hover > .warning, 
.table-hover > tbody > tr.warning:hover > th {
	background-color: #FFA618;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
	background-color: #6dbe08;
}

.table-hover > tbody > tr > td.success:hover, 
.table-hover > tbody > tr > th.success:hover, 
.table-hover > tbody > tr.success:hover > td, 
.table-hover > tbody > tr:hover > .success, 
.table-hover > tbody > tr.success:hover > th {
	background-color: #1FD045;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
	background-color: #ed4b4b;

}

.table-hover > tbody > tr > td.danger:hover, 
.table-hover > tbody > tr > th.danger:hover, 
.table-hover > tbody > tr.danger:hover > td, 
.table-hover > tbody > tr:hover > .danger, 
.table-hover > tbody > tr.danger:hover > th {
	background-color: #EF6262;
}


.table-hover > tbody > tr > td.fatal:hover,
.table-hover > tbody > tr > th.fatal:hover,
.table-hover > tbody > tr.fatal:hover > td,
.table-hover > tbody > tr:hover > .fatal,
.table-hover > tbody > tr.fatal:hover > th {
	background-color: #EF6262;
}



.table > thead > tr > td.fatal,
.table > tbody > tr > td.fatal,
.table > tfoot > tr > td.fatal,
.table > thead > tr > th.fatal,
.table > tbody > tr > th.fatal,
.table > tfoot > tr > th.fatal,
.table > thead > tr.fatal > td,
.table > tbody > tr.fatal > td,
.table > tfoot > tr.fatal > td,
.table > thead > tr.fatal > th,
.table > tbody > tr.fatal > th,
.table > tfoot > tr.fatal > th {
	background-color: #ed4b4b;
	font-weight: bold;
}

