/home/ivoiecob/email.hirewise-va.com/modules/RocketChatWebclient/templates/MainView.html
<div class="screen RocketChat" style="display: none;">
	<iframe id="rocketchat_iframe" data-bind="attr: { 'src': sChatUrl }, initDom: iframeDom, visible: initialized()"
			frameborder="0" height="100%" width="100%" style="overflow:hidden;height:100%;width:100%;display:block;"></iframe>
	<span class="list_notification" data-bind="visible: !initialized()"  style="overflow:hidden; height:100%; width:100%; display:block; background-color: white;"> 
		<span class="description" data-bind="text: infoMessage()"></span>
	</span>
</div>