/* 
	author: istockphp.com
*/
#backgroundPopup {z-index:1;position: fixed;display:none;height:100%;width:100%;	background:#000000;	top:0px; left:0px;}
#testinfo {height:400px; background:#FFFFFF; border: 10px solid #ccc; border-radius: 3px 3px 3px 3px;color: #333333; display: none; font-size: 14px; left: 50%;margin-left: -300px; position: fixed; top:15%; width:600px; z-index: 2;}
#moreinfo {height:400px; background:#FFFFFF; border: 10px solid #ccc; border-radius: 3px 3px 3px 3px;color: #333333; display: none; font-size: 14px; left: 50%;margin-left: -300px; position: fixed; top:15%; width:600px; z-index: 2;}
#toPopup {height:400px; background:#FFFFFF; border: 10px solid #ccc; border-radius: 3px 3px 3px 3px;color: #333333; display: none; font-size: 14px; left: 50%;margin-left: -300px; position: fixed; top:15%; width:600px; z-index: 2;}

span.loader {
    background: url("../img/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	position: absolute;
	margin-left: -10px;
}
span.close {
    background: url("../img/closebox.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    float: left;
    height: 30px;
    position: absolute;
    right:-25px;
    top: -25px;
    width: 30px;
    z-index: 999999;opacity: 1;
}
span.close1{
    background: url("../img/closebox.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    float: left;
    height: 30px;
    position: absolute;
    right:-25px;
    top: -25px;
    width: 30px;
    z-index: 999999;opacity: 1;
}

span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
span#popup_content { box-sizing: border-box;float: left; margin: 0;  padding:15px !important; width: 100%;overflow-x: hidden;height: 400px;width: 600px;	}
	
/*Media CSS Start*/	
@media (max-width:767px){
#toPopup, #testinfo, #moreinfo{width:90%;left:0;margin:0 15px; padding:20px;box-sizing: border-box; height:80%;}
span#popup_content{width:100%;height:99%;}
}


#popup_content a { color:#145077; font-weight: bold; }