.container-fluid {
	width: 100%;
}
.logo-style1 {
    color: white;
 	background: #3f5871 ;
    font-weight: bold;
}

h3 {
	text-align: center;
	
}
h5 {
	text-align: center;
	color: white;
	font-family: sans-serif;
}
.tftable {
	font-size: 12px;
	color: #333333;
	width: 100%;
	border-width: 1px;
	border-color: #9dcc7a;
	border-collapse: collapse;
}

.tftable th {
	font-size: 16px;
	background-color: #2e3440;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #869cb8;
	text-align: left;
	color: white;
	font-family: sans-serif;

}

.tftable tr {
	background-color: #ffffff;
}

.tftable td {
	font-size: 12px;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #576678;
}

.tftable tr:hover {
	background-color: #f0f0f0;
}

textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 400px;
}
#deepAnalyse table {
	width: 100%;
	height: 100%;
	overflow-y:auto;
}

#deepAnalyse .tftable th{
	height: 15px;
	width: 100%;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #576678;
	text-align: center;

}

#deepAnalyse .tftable td{
	height: 100%;
	width: 100%;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #576678;
}
#deepAnalyse h5 {
	text-align: center ;
	background:  #2e3440;
	margin-bottom: 5px;
	margin-top: 5px;
	
	border-width: 10px;
	border-style: solid;
	border-color:#2e3440;
	opacity: 0.95;
}
#deepAnalyse {
	width: 100%;
	border-style: solid;
	border-width: 1px;
	padding: 8px;
	margin-right: 10px;
	overflow-y: auto;
	word-wrap: break-word;
	word-break: break-all;
}
.alert {
	text-align: center;
}
.modal-header{
	background-color: #2e3440;
	text-align: center; 
	color: white;
	display: block; 
}
.modal-dialog {
	max-width: 60%;
}
#windowsProcessTitle {
	background-color: #2e3440;
	text-align: left; 
	color: white;
}
#btnProcess {

}
#noSpam {
	color: green;	
}
#noSpamText {
	text-align: center;
}
#Spam {
	color: red;
}
#SpamText {
	text-align: center;
} 

#unknownSpam {
	color: orange;
}
#unknownSpamText {
	text-align: center;
}
.fa {
 display:block !important;
}
.fa-exclamation-circle {
	text-align: center;
	color: red;
}

.fa-exclamation-triangle {
	text-align: center;	
	color: red;
}
#spamTab {

	}
