/* CSS Document */

/* ICONS */
.icon-error {
	color:red;
	margin:0px 5px;

}
.icon-warn {
	color:orange;
	margin:0px 5px;

}
.icon-critical {
	color:red;
	margin:0px 5px;
}
.icon-placement {
	padding-right:5px;
	margin:0px 5px;
}
.icon-healthy {
	color:#44AB3C;
	margin:0px 5px;
}
.icon-na {
	color:grey;
	margin:0px 5px;
}
.icon-info {
	color:#0366DC;
	margin:0px 5px;
}



.logselection {
	width:100%;
	padding:20px;
	box-sizing: border-box;

	margin-bottom:20px;
}
.logselection select {

	box-sizing: border-box;
	width: 30%;
	padding: 8px;

	border-radius: 6px;
	border: 1px solid #fff;
	margin:6px 0px;
}


table.eventlist {
	border:10px solid #FFF;
	width:100%;
	margin-top:20px;
	word-wrap:break-word;
 	word-break: break-all;
	background-color:#fff;
}

table.eventlist th {

	font-size:16px;
	font-weight:600;
	padding-top:5px 5px 0px 5px;
	min-width:7%;
}

table.eventlist th.source {
	width: 60%;
	
}

table.eventlist td.center {
	text-align: center;
}
table.eventlist td.message {
	
	font-weight: 300;
	padding:6px 10px 6px 10px;
}
table.eventlist td.messageaction {
	
	border-bottom:1px solid #000;
	
	
}
table.eventlist td {
	background-color:#fff;
	color:#000;
	font-weight: 600;
	font-size:14px;
	text-align: left;
	vertical-align: top;
}


table.customizeevents {
	width:100%;

	margin-bottom:15px;
	
	
}
table.customizeevents th.info {
	background-color: darkgreen;
}
table.customizeevents th {
	color:#FFF;
	background-color:#333;
	padding:2px 4px;
}
table.customizeevents td {
	padding:2px 4px;
}
table.customizeevents th.scope {
	width:150px;
}
table.customizeevents th.hide {
	width:50px;
	
}
table.customizeevents th.button {
	width:50px;
	
}
table.customizeevents td.textbox input {
	width:97%;
	margin:0% 3% 0% 0%;
}
table.customizeevents th.textbox {
	
}


span.cipher_recommended {
	background-color: darkgreen;
}
