/* ++ Ankush Luitel 24-Feb-2017   USIM10014586449  � PERDIEM WHERE TO BUY UPDATE*/



a.popup:target { display: block; }


a.popup:target + div.popup { display: block; }


a.popup {
	
	display		: none;
	position	: fixed;
	top		    : 0;
	
	left		: 0;
	z-index		: 3;
	width		: 100%;
	height		: 100%;
	background	: rgba(0, 0, 0, 0.8);
	cursor		: default;
}


div.popup {
	
	display 	: none;
	background	: white; 
	width		: 640px; 
	height		: 480px; 
	position	: fixed;
	top         : 40%;
    left        : 42%;
	margin-left	: -320px; 
	margin-top	: -240px; 
	z-index		: 4; 

	-webkit-box-sizing : border-box;
	-moz-box-sizing	: border-box;
	-ms-box-sizing	: border-box;
	box-sizing	: border-box;
}


div.popup > a.close {
	font-size: 28px;
    top: 2%;
    color: white;
    position: absolute;
    font-weight: bold;
    right: -22%;
}

div.popup > a.close.word {
	top		: 100%;
	margin-top	: 5px;
}

div.popup > a.close.x {
	bottom		: 100%;
	margin-bottom	: 5px;
	text-decoration: none;
}

/* --Ankush Luitel 24-Feb-2017 USIM10014586449  � PERDIEM WHERE TO BUY UPDATE*/




/* ++ Ankush Luitel 3March-2017   USIM10014608336   � IHS WINDOWS : .NET : CONSUMER : PERDIEMLAX.COM : PERDIEM MISSING POP UP */

a.popup_drug:target { display: block; }

a.popup_drug:target + div.popup_drug { display: block; }

a.popup_drug {
	
	display		: none;
	position	: fixed;
	top		    : 0;
	
	left		: 0;
	z-index		: 3; 
	width		: 100%;
	height		: 100%;
	background	: rgba(0, 0, 0, 0.8);
	cursor		: default;
}


div.popup_drug {
	    display: none;
   
    width: 640px;
    height: 480px;
    position: fixed;
    top: 40%;
    left: 50%;
    margin-left: -320px;
    margin-top: -240px;
    z-index: 4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

div.popup_drug > a.close_drug {
	font-size: 28px;
    top: -2%;
    color: white;
    position: absolute;
    font-weight: bold;
	/* ++ MB USIM10015040262 27th July 2017 PERDIEM WEBSITE UPDATE */
    /* right: 11%; */
	right: 8%;
	/* -- MB USIM10015040262 27th July 2017 PERDIEM WEBSITE UPDATE */
}

div.popup_drug > a.close_drug.word {
	top		: 100%;
	margin-top	: 5px;
}

div.popup_drug > a.close_drug.x {
	bottom		: 100%;
	margin-bottom	: 5px;
	text-decoration: none;
}
#privacy-options-icon {
    width: 20px;
    vertical-align: middle ;
	margin:unset !important;
	margin-left: 3px !important;
    margin-top: unset !important;
    float: none !important;
} 
/* --Ankush Luitel 3March-2017 USIM10014608336   � IHS WINDOWS : .NET : CONSUMER : PERDIEMLAX.COM : PERDIEM MISSING POP UP*/