/* ---- grid ---- */

.notifications-grid {
	width: 100%x;
}

/* clear fix */
.notifications-grid:after {
	content: '';
	display: block;
	clear: both;
}

.btn.btn-default.is-checked {
	background: #f9f9fa;
	color: #273342;
}

/* ---- .alert-item ---- */

.alert-item {
	position: relative;
	float: left;
	width: 100%;
	min-height: 80px;
	margin: 3px;
	padding: 5px 5px 0px 5px;
	background: #fff;
	color: #273342;
	border: 1px solid #b9bcba;
	text-align: left;
	margin-bottom: 15px;
	-webkit-box-shadow: 1px 4px 3px 0px rgba(0,77,68,0.17);
	-moz-box-shadow: 1px 4px 3px 0px rgba(0,77,68,0.17);
	box-shadow: 1px 4px 3px 0px rgba(0,77,68,0.17);
}

.alert-item.alert-unread {
	background: #fffff5;
	background: -moz-linear-gradient(left, #ffffff 0%, #fffff5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 0%,#fffff5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 0%,#fffff5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fffff5',GradientType=1 ); /* IE6-9 */
}
.alert-unread .alert-footer {
	background: #ffffe6;
	background: -moz-linear-gradient(left, #fffff5 0%, #ffffe6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #fffff5 0%,#ffffe6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #fffff5 0%,#ffffe6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffff5', endColorstr='#ffffe6',GradientType=1 ); /* IE6-9 */
}

.alert-dismissed {
	display: none;
}

.alert-item > * {
	margin: 0;
	padding: 0;
}

.alert-item .name {
	position: absolute;
	left: 10px;
	top: 60px;
	text-transform: none;
	letter-spacing: 0;
	font-size: 12px;
	font-weight: normal;
}
.alert-footer {
	width: 83%;
	z-index: 0;
	padding-left: 5px;
	background: #f9f9fa;
	color: #b3b3b3;
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-top: 1px solid #e2e6e6;
}
.alert-header {
	width: 83%;
	z-index: 0;
	padding-left: 5px;
	padding-bottom: 3px;
	margin-left: -5px;
	margin-bottom: 8px;
	color: #6b716a;
	border-bottom: 1px solid #e2e6e6;
}
.alert-icon-outer {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
}
.alert-icon-inner {
	position: relative;
	top: 50%; transform:
	translate(0, -50%);
}

.alert-condition-urgent {
	border: 2px solid #D22630;
}
.alert-condition-unread {
	border: 2px solid #ffbf00;
	background-color: #fffecc;
}

.alert-right-general {
	background-color: #D6D2C4;
}
.alert-right-transaction {
	background-color: #D6D2C4;
	background-image: url(/img/exclamation_sm.png);
}
.alert-right-transaction-urgent {
	background-color: #D22630;
	background-image: url(/img/exclamation_sm.png);
}
.alert-right-invite {
	background-color: #D6D2C4;
}
.alert-right-document {
	background-color: #D6D2C4;
	text-align: center;
}
.alert-right-document-urgent {
	background-color: #D22630;
	background-image: url(/img/alert_document.png);
}
.alert-right-compliance {
	background-color: #D6D2C4;
	background-image: url(/img/alert_compliance.png);
}
.alert-right-compliance-urgent  {
	background-color: #D22630;
	background-image: url(/img/alert_compliance.png);
}
.alert-right-entity {
	background-color: #D6D2C4;
	background-image: url(/img/companyAlt.svg);
	background-size: 60px;
}
.alert-right-entity-warning {
	background-color: #D6D2C4;
	background-image: url(/img/companyAlt.svg);
	background-size: 60px;
}
.alert-right-check {
	background-color: #3A913F;
	background-image: url(/img/alert_check.png);
}
.alert-right-check-gray {
	background-color: #D6D2C4;
	background-image: url(/img/alert_check.png);
}
.alert-right-reporting {
	background-color: #D6D2C4;
	text-align: center;
}
.alert-right-cool_tips {
	background-color: #58A291;
	text-align: center;
}
#alert-general_tips_0_0 h3 {
	opacity: .5;
}
