/* -------------- TOOL TIP ---------------- */
.notification {
	padding: 4px 6px;
	z-index: 98;
	font-weight: bold;
	font-size: 11pt;
	text-align: center;
}

.notification:hover {
	cursor: pointer;
	color: #F4F4F4;
}

.msg_success {
	background-color: #17A80A;
}

.msg_error {
	background-color: #C41A1A;
}

.msg_info {
	background-color: #0973DE;
}

.msg_standard {
	background-color: orange;
}
/* ----------------------------------------- */