#messageNotificationNew{
	top: 50%;
	left:0;
	width: 712px;
	display : none;
	position: absolute;
	z-index: 10;
	font-size: 15px;
	color: black;
}

#messageNotificationNew.overVideoStream div.message{

	background-color: rgba(0, 0, 0, 0.5);
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-bottom: 23px;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 600px;
}

#messageNotificationNew div.message a{
	line-height: 25px;
	font-weight: bold;
}



#messageNotificationNew.overVideoStream div.message.error,
#messageNotificationNew.overVideoStream div.message.notification{
	padding-bottom: 20px;
}



#messageNotificationNew div.message{

	line-height: 16px;
	margin: 10px auto 0;
	max-width: 640px;
	padding: 19px 0 0;
}


#messageNotificationNew div.message.width1{
	width: 540px;
}

#messageNotificationNew div.message.fontSize1{
	font-size: 15px;
}



#messageNotificationNew div.message.leftAlign{
	text-align: left;
}



#messageNotificationNew div.message.noMarginTop,
#messageNotificationNew div.message.receiverIsOnChat.noMarginTop{
	margin-top: 0;
}

#messageNotificationNew div.iconCamera{
	height: 82px;
	width: 130px;
	margin: 0 auto;
	background-image: url("../images/icocam.svg");
	background-size: 130px auto;
}







#messageNotificationNew div.iconMutedSound{
	height: 118px;
	width: 128px;
	margin: 0 auto;
	background-image: url("../images/oneOnOneChat_speakerIconBig.png");
	background-repeat: no-repeat;
}




#messageNotificationNew div.iconIncognito{
	height: 99px;
	width: 120px;
	margin: 0 auto;
	background-image: url("../images/oneOnOneChat_incognitoIcon_Big.png");
	background-repeat: no-repeat;
}









#messageNotificationNew div.textIncognito,
#messageNotificationNew div.textMutedSound{
	font-weight: bold;
	font-size: 16px;
	margin-top: 17px;
	color: white;
	line-height: 13px;
}
















#messageNotificationNew div.message.error{
	color: red;

}

#messageNotificationNew div.message.error div.noCallPossibilityOfCaller{
	width: 600px;
}

#messageNotificationNew div.message.error div.noCallPossibilityOfCaller div{
	font-size: 19px;
	margin-bottom: 8px;

}


#messageNotificationNew div.message.additional1.firefoxDevicesNotAllowedByUserTooltip{
	width: 288px;
	height: 128px;
	background: red;
	background: url("../images/oneOnOneChat/firefoxDevicesNotAllowedByUserTooltip.gif") 0 0 no-repeat;
}





#messageNotificationNew div.message.outcomingCall{
	text-align: left;

	width: 238px;
	height: 76px;
	padding: 42px 0 0 172px;
	background-image: url("../images/animatedPhoneGray.gif");
	background-repeat: no-repeat;
	background-position: 38px 25px;
}

#messageNotificationNew.overVideoStream div.message.outcomingCall{
	color: white;
	background-image: url("../images/animatedPhoneBlack.gif");
}

#messageNotificationNew div.message.outcomingCall.whiteText{
	color: white;
	background-image: url("../images/animatedPhoneBlack.gif");
}




#messageNotificationNew div.message.receiverIsOnChat{
	font-size: 16px;
	line-height: 13px;

	margin-top: 33px;
}


#messageNotificationNew.overVideoStream div.message.receiverIsOnChat,
#messageNotificationNew div.message.yellowText{
	color: #DF9203;
}


/*#messageNotificationNew.overVideoStream div.message.receiverIsOnChatPage{
	font-size: 16px;
}*/



