/*
	CSS Stylesheet for IE Alert! plugin.
*/


/*

	Overlay Background

*/

#ie-alert-overlay {
width:100%;
height:100%;
background-image:url(bg.png);
position: fixed; 
top: 0; 
left: 0;
z-index:9999;

}

* html #ie-alert-overlay {   /* fixed position hack for IE6 */
	position: absolute;
	z-index:9999;
	
}

/*

	Pop Up Panel

*/

#ie-alert-panel {
	width:620px;
	/*height:320px;*/
	position:fixed;
	background: url(iealertsprite-new1.png?v=2) no-repeat;
	background-position: 0px -132px ;
	top:50%;
	left:50%;
	margin:-281px 0 0 -386px;
	padding:70px 0 0 70px;
	_position:absolute;  /* fixed position hack for IE6 */
	_top:expression(300+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');  /* top:300px hack for IE6 */

	/* font settings */
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight:bold;
	color:#333;
	line-height:1.5em;
	z-index:99999999;
}

#ie-alert-panel p {
	font-size:14px;
	width:485px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	#ie-alert-panel {
		width:620px;
		margin:-201px 0 0 -296px;
	}

	#ie-alert-panel p {
		width:485px;
	}
}

#ie-alert-panel img {
	border:0;
}


#ie-alert-panel span {
	font-size:18px;
	margin: 0 0 20px 0;
	display:block;
	padding:0;
	width: 485px;
}

#ie-alert-panel ul {
	list-style: none;
	margin:0;
	padding:0;
	display: flex;
	justify-content: space-evenly;
	overflow:hidden;
	margin-bottom:20px;
}

#ie-alert-panel li {
	float:left;
	margin:0 48px 0 0;
		
}

#ie-alert-panel li.last {
	margin-right:0;
}


#ie-alert-panel a {
	display:inline-block;
}
#ingoreBrowser{
	padding:7px 18px;
	border:1px solid #b7b4b4;
}
.browser {
	margin-top: 20px;
	/*position: absolute;*/
	/*bottom:10px;*/
}

.browser2 {
    position: absolute;
    margin-left:-260px;
    bottom:35px;    
}

.chrome, .firefox, .ie9, .opera, .safari , .uc {
	background: url(iealertsprite-new1.png?v=2) no-repeat;
}

/*

	browsers

*/


.chrome {
	background-position: 0 0;
	width: 85px;
	height: 125px;
	margin:0 4px 0 0;
}

.firefox {
	background-position: -314px 0;
	width: 85px;
	height: 125px;
}

.ie9 {
	background-position: -215px 0;
	width: 85px;
	height: 133px;
}

.opera {
	background-position: -90px 0;
	width: 73px;
	height: 98px;
}

.safari {
	background-position: -109px 0;
	width: 71px;
	height: 117px;
	margin:0 4px 0 0;
}

.uc {
	background-position: -481px 0;
	width: 73px;
	height: 98px;
	margin:0 4px 0 0;
}

.ignore-browser{
    clear: both;
	/*position:absolute;*/
	/*right: 70px;*/
	/*bottom: 68px;*/
	border-top:1px solid #999;
	margin-top: 20px;
	width: 485px;
	text-align: center;
	font-size:14px;
    cursor: pointer;
	padding-top:15px;
	text-align:center;
	padding-bottom:15px;
}

.app-ignore-browser{
	right: 24px;
}

@media(max-width:768px){
	.ignore-browser{
		right: 24px;
	}
}

 


