
	
			.header_notification_image {
			    height: 90px;
			    margin-left: 0px !important;
			    margin-top: 1%;
			    width: 260px; 
			}
	
			.uparrow{
				background:url('/images/up_arrow_notification.png') no-repeat;
		    width: 100px;
		    height: 11px;
		    position: relative;
		    top: 16px;
		    left: 85px;
		    z-index: 999;
				}
			.downarrow{
				background:url('/images/down_arrow_notification.png') no-repeat;
				width: 100px;
		    height: 11px;
		    position: relative;
		    top: 16px;
		    left: 85px;
		    z-index: 999;
				}
			.calendarimg{
				background:url('/images/calnotificationImg.png') no-repeat;
				background-size:51%;
				width:330px;
				height:163px;
				position:absolute;
				top:65px;
				left:45px;
			}
			.notific_text_body p{
				display:none;
			}
			.notific_text_body h2{
				font-size: 20px;
			}

			.okBtn{
				background-color: #fff;
		        border-color: #ccc;
		        color: #333;
				padding:1px 5px;
				text-indent: 0;
		        width: 55px;
		        margin-bottom: 8px;
			}
			.notification_hh{
				padding:0px;
			}
			.calimg{
				float: left;
		        left:0;
		        top:2px;
		        position: absolute;
			 }
			 .closeNotification{
			 	padding:1px 12px !important;
			 	background-color: #fff;
		        border-color: #ccc;
		        color: #333;
			 }


			.modal-backdrop{
				opacity: 0.6 !important;
			}
