/* System logs */
.logcontainer {
	position: relative;
	background-color: #fff;
	overflow: auto;
	padding: 20px 20px;
	height: 400px;
	box-shadow: inset 0px 0px 4px #bbb,inset 0px 0px 20px #eee;
	box-sizing: border-box;
}
#generic_buttons {
    margin-top:1.2em;
}
.logentry {
    
    height: 26px;
    clear: both; 
}
.logmsg, .logdate {
    float:left;
	max-width:60%;
	text-wrap:normal;
}
.logmsg {
    margin-left: 1em;
}

.logstatus {
    float:right;
}

.icon_notice, .icon_debug {
    background:transparent url('../images/info.png') 0 0px no-repeat;
    width: 32px;
}
.icon_warning {
    background:transparent url('../images/warning.png') 0 0px no-repeat;
    width: 32px;
}
.icon_critical, .icon_error, .icon_alert, .icon_emergency {
    background:transparent url('../images/error.png') 0 0px no-repeat;
    width: 32px;
}
.icon_info {
    background:transparent url('../images/ok.png') 0 0px no-repeat;
    width: 32px;
}