﻿notification-alert .notification-content {
	z-index: 9999;
	width: 400px;
	padding: 15px;
	/* background: #197a85; */
	color: #1D1D1D;
	position: fixed;
	/* bottom: 0; */
	right: 24px;
	top: 85px;
	/* box-shadow: 0 2px 20px rgba(0, 0, 0, .3); */
	font-size: 13px;
	/*color:#c4e6f3;*/
    background: #C5FFFD 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #1D1D1D33;
    /* border: 1px solid #F8F8F8; */
    border-radius: 10px;
    padding: 10px 15px;
}

notification-alert h3 {
	font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
	margin: 0 0 5px 0;
	/* color: white; */
    color: #1D1D1D;
}

notification-alert .notification-content .message-text {
    color: #1D1D1D;
}

notification-alert .notification-content .message-text strong {
	display: block;
    color: #1D1D1D;
}

notification-alert .notification-btn.close-alert {
	background: none;
	border: none;
	/* color: white; */
	position: absolute;
	top: 5px;
	right: 5px;
    color: #1D1D1D;
    padding: 0;
    width: 24px;
    height: 24px;
}

notification-alert .notification-btn.close-alert .glyphicon-remove{
	margin: 0;
    font-size: 16px;
}

notification-alert .notification-btn.close-alert:hover {
	opacity: .8;
}

notification-alert .notification-actions {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
}

notification-alert .notification-actions {
	margin-bottom: -5px;
	margin-top: 10px;
}

notification-alert .notification-actions button {
	display: block;
	margin-right: 5px;
	width: 100%;
	background: #bad7db;
	border: none;
	padding: 4px 0;
	text-transform: uppercase;
	font-size: 10px;
}

notification-alert .notification-actions button:last-child {
	margin-right: 0;
}

notification-alert .notification-actions button:hover {
	color: white;
}