.error_message {

    color:red;
    font-size: 13px !important;
    font-style: italic;

}

th, td {
    vertical-align: top !important;

}

.notification_message_header {
	border: 1px solid #cdcdcd;
	background-color: #E7E7E7;
	padding: 11px;
	font-size: 17px;
	margin-bottom: 10px;

}


.active_notification {


	color: #000000;
	background: #C9FCCF;
	border: 1px solid #10FF10;
	padding: 7px;
	font-size: 13px;
	font-weight: bold;
	border-radius: 5px;
	margin-right: 5px;
	margin-left: 7px;


}

.not_active_notification {


	color: #000000;
	background: #FCC9E1;
	border: 1px solid #FCBCC9;
	padding: 7px;
	font-size: 13px;
	font-weight: bold;
	border-radius: 5px;
	margin-right: 5px;
	margin-left: 7px;


}

.notification_edit {

	border: none;
	background-color: transparent;
	color: #1B84A5;
	font-size: 13px;
	float: right;
}

.send_notification_test {

	border: none;
	background-color: transparent;
	color: #1B84A5;
	font-size: 13px;
	float: right;
}

.notification_summery {

	font-size: 14px;
	margin-left: 2.2%;

}

.notification_summery_error {

	font-size: 14px;
	margin-left: 2.2%;
	color: red;

}

.message_error {

	font-size: 13px;
	color: red;
	font-weight: normal;


}

.wlmn_thin {
	width: 100px;
}


