

#message-info-bar {
	width: 200px;
	position: fixed;
	top: 0;
	right: -380px;
	height: 100vh;
	z-index: 999999;
	background: #f2f2f2;
	color: #1450a1;
	transition: all 0.3s;
	overflow-y: scroll;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#message-info-bar.active {
		right: 0;
}

#mi-dismiss {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: left;
	background: transparent;
	position: absolute;
	top: 30px;
	left: 10px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color:#FFF;
	font-size:25px;
	
}
#mi-dismiss:hover {
		color: #f2f2f2;
}


#message-info-bar .sidebar-header {
	padding-top: 35px;
	padding-bottom: 5px;
	background: #003e92;
    /*/*background-image: linear-gradient(to top, #053678,#2f7ee9);*/*/
	text-align: center;
	color: #FFF;
}


#message-info-bar .sidebar-component {
	padding: 20px 20px;
}

#message-info-bar .sidebar-footer {
	text-align:center;
	padding:10px 10px;
}


.section-head{
	color:#1450a1;
	font-size:13px;
	margin-top:10px;	
	margin-bottom:15px;	
}

#message-info-bar .media .list-group-item-heading{
	font-weight:bold;
}
#message-info-bar .media .list-group-item-text{
	font-weight:normal;
	font-size:0.8rem;
}
