.alarm-notification-flex{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: flex-start;
}
.alarm-notification{
	clear: both;
	display: block;
	position: relative;
	float: left;
	overflow: inherit;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	max-width: 450px;
	width: 100%;
	height: 85px;
	opacity: 1;
}
.alarm-notification .title {
	display: block;
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
}
.alarm-notification span, .alarm-notification text {
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
    font-family: Verdana, Geneva, sans-serif;
}

.alarm-notification span {
    display: block;
}

.alarm-notification text {
    display: inline; 
}

.alarm-notification div.notification-info {
	display: block;
	position: relative;
	width: 100%;
	height: 85px;
	margin: 9px 0 12px 0;
	border: 1px solid #cfd8e7;
	border-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	color: #81858b;
	background-color: #f2f4fa;
}

.notification-info {
	position: relative;
	padding: 10px
}

.alarm-notification div>div.notification-info{
	width: 100%;
	padding-left: 18px
}
.alarm-notification div>div.notification-info:before {
	content: "";
	position: absolute;
	left: 0px;
	font-size: 1px;
	line-height: 1px;
	display: block;
	top: 0%;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background-color: #79c653;
	height: 100%;
	width: 8px
}

.alarm-notification div>div.active:before {
	background-color: #79c653;
}
.alarm-notification div>div.disabled:before {
	background-color: #d8dfe8;
}
.notification-info .links {
	bottom: 8px;
	font-size: 12px;
	margin-top: 2px;
}

.notification-info .links a {
	border-bottom: 1px solid #1a1e26;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	margin-right: 16px;
	opacity: 0.5;
	cursor: pointer;
}

.notification-info  .links a:hover {
	border-color: transparent
}
.alarm-notification  div .edit-elements {
	position: absolute;
	top: 5px;
	right: 5px;
	opacity: 0.5;
}

.alarm-notification  div .edit-elements a {
	position: relative;
	float: left;
}

.deselected{
	color: #dd2248;
	text-decoration: line-through;
}