/*
Document   : jquery.pnotify.default.css
Created on : Nov 23, 2009, 3:14:10 PM
Author     : Hunter Perrin
Version    : 1.2.0
Link       : http://pinesframework.org/pnotify/
Description:
	Default styling for Pines Notify jQuery plugin.
	*/

	/* Notice */

.ui-pnotify {
	top: 25px;
	right: 25px;
	position: absolute;
	height: auto;
	/* Ensures notices are above everything */
	z-index: 99999;
}

/* Hides position: fixed from IE6 */
html > body .ui-pnotify {
	position: fixed;
}

.ui-pnotify .ui-pnotify-shadow {
	/*-webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);*/
}

.ui-pnotify-container {
	background-position: 0 0;
	padding: .8em;
	height: 100%;
	margin: 0;
}
.ui-pnotify-sharp {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.ui-pnotify-closer, .ui-pnotify-sticker {
	float: right;
	margin-left: .4em;
	font-size:10px !important;
}

.ui-pnotify-title {
	display: block;
	margin-bottom: .4em;
}
.ui-pnotify-text {
	display: block;
}
.ui-pnotify-icon, .ui-pnotify-icon span {
	display: block;
	float: left;
	margin-right: .2em;
	line-height: 25px;
}
/* -- History Pulldown */
.ui-pnotify-history-container { display:none;
	position: absolute;
	top: 0;
	right: 50%;
	width: 110px;
	border-top: none;
	padding: 0 10px;
	-webkit-border-top-left-radius: 0;
	-moz-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
	border-top-right-radius: 0;
	/* Ensures history container is above notices. */
	z-index: 10000;
}
.ui-pnotify-history-container .ui-pnotify-history-header {
	padding: 5px 5px 0;
	font-size: 0.9em;
}
.ui-pnotify-history-container button {
	cursor: pointer;
	display: block;
	width: 100%;
	padding:7px 15px;
	margin: 10px 0;
}
.ui-pnotify-history-container .ui-pnotify-history-pulldown {
	display: block;
	margin: 0 auto;
}
/*
     FILE ARCHIVED ON 16:49:16 Apr 09, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:10:04 Jul 08, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.502
  exclusion.robots: 0.052
  exclusion.robots.policy: 0.044
  esindex: 0.01
  cdx.remote: 150.178
  LoadShardBlock: 296.477 (3)
  PetaboxLoader3.datanode: 253.307 (4)
  PetaboxLoader3.resolve: 126.208 (2)
  load_resource: 85.446
*/