@charset "utf-8";
/* CSS Document */

@import url(bootstrap.css);
@import url(font-awesome.css);

#fonticon-list {
	display: none;
	padding: 1em;
	position: fixed;
	top: 100px;
	left: 100px;
	right: 100px; 
	bottom: 100px;
	background-color: #fff;
	z-index: 9999999;
	overflow-y: scroll;
	-webkit-box-shadow: 0 0 5px #444;
	-moz-box-shadow:	0 0 5px #444;
	box-shadow:			0 0 5px #444;
}
#fonticon-list .close {
	font-weight: bold;
	z-index: 9999999;
	position: fixed;
	top: 50px;
	right: 100px;	
	cursor: pointer;
	color: #1fa67a;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center; 
	line-height: 50px;
	background-color: #fff;
}
#fonticon-list a {
	font-size: 24px;
	display: inline-block;
	width: 100px;
	vertical-align: top;
	margin: 1em .2em;	
	text-decoration: none;
	text-align: center;
	color: #1fa67a;
}
#fonticon-list a:hover {
	opacity: .8;
}
#fonticon-list a span {
	font-size: 12px;
	font-weight: normal;	
	display: block;
	width: 100px;
	margin-top: 1em;
}
.pnq-fonticon {
	cursor: pointer;	
}
.fonticon-overlay {
	display: none;
	background: rgba(0, 0, 0, .6);	
	z-index: 9999998;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px; 
	bottom: 0px;
}