.msg-critical {
	border: 1px solid #fa4b58 !important;
	background :rgba(251, 213, 227, 0.7);
	font-size:17px;
	font-weight :bold ;
	color:#fb3745;
	z-index:3000;
}

.msg-accept {
	border: 1px solid #5ec788 !important;
	background: rgba(223, 255, 235, 0.7);
	font-size:17px;
	font-weight :bold ;
	color:#5ec788;
	z-index:3000;
}

.msg-info{
	border: 1px solid #97b8e2 !important;
	background: rgba(223, 239, 255, 0.7);
	font-size:17px;
	font-weight :bold ;
	color:#0880d4;
	z-index:3000;
}

.msg-warning {
	border: 1px solid #97b8e2 !important;
	background: rgba(223, 239, 255, 0.7);
	font-size:17px;
	font-weight :bold ;
	color:#0880d4;
	z-index:3000;
}
.msg-confirm {
	border: 1px solid #97b8e2 !important;
	background: rgba(223, 239, 255, 0.7);
	font-size:17px;
	font-weight :bold ;
	color:#0880d4;
	z-index:3000;
}

.msg-overlay {
	background: gray;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index:2999;
}

.messages-counter {   
    position: absolute;
    top: 0px;
    left: 18px;
    
    background-color: rgba(212, 19, 13, 1);
    color: #fff;
    border-radius: 3px;
    padding: 1px 3px;
    font: 8px Verdana;
    z-index:999;
}

.messages-listitems{
    position: absolute;
    top: 0px;
    left: 0px;
    width:250px;
    border :1px solid #97b8e2 !important;
    background-color: rgba(223, 239, 255, 0.7);
    overflow-y :auto ;
}

#btnMsgListClose {
	border:solid 1px #0880d4;
	background-color:#dfefff;
	height:15px;
	width:15px;
	text-align:center;
	vertical-align: middle;
	padding:0;
	cursor:pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.messageListItem {
	height:50px;
	color:#0880d4;
	line-height:50px;
	font-size:15px;
	width:90%;
	margin: 0 auto;
	padding-left :5px;
	padding-right :5px;
}
.messageListItem:hover {
	border:1px solid #0880d4;
	background-color :#dfefff; 
	cursor :pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.messageListItem img {
    vertical-align: middle;
    cursor :pointer;
    height:50%;
    padding-left :5px;
    padding-right :5px;
}