#fontawesome-popup {
	display: none;
	height: 520px;
}

#fontawesome-popup:after {
	display: block;
	clear: both;
	content: "";
}

.ui-widget-overlay {
	position: fixed;
	z-index: 999998;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba( 0,0,0,0.4 );
}

.rhea-fontawesome-dialog {
	z-index: 999999;
	background: #fcfcfc;
	box-shadow: 0 5px 15px rgba(0,0,0,0.7);
}

.rhea-fontawesome-dialog .ui-dialog-titlebar {
	margin: 0;
	padding: 0 15px;
	border-bottom: 1px solid #ddd;
	color: #23282d;
	font-size: 22px;
	font-weight: 600;
	line-height: 50px;
}

.rhea-fontawesome-dialog .ui-dialog-titlebar .ui-button {
	float: right;
}

#fontawesome-popup .left-side {
	float: left;
	box-sizing: border-box;
	width: 20%;
	padding: 15px;
}

#fontawesome-popup .right-side {
	float: left;
	overflow-y: scroll;
	box-sizing: border-box;
	width: 80%;
	height: 507px;
	padding: 15px;
	border-left: 1px solid #ccc;
	background: #fff;
}

.ui-dialog.rhea-fontawesome-dialog .ui-dialog-titlebar-close {
	margin: 14px 0;
	padding-right: 0;
	border: 0 none;
	background: transparent;
	box-shadow: none;
	cursor: pointer;
}

.ui-dialog.rhea-fontawesome-dialog .ui-button-icon-only .ui-icon:after {
	display: block;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	color: #23282d;
	font-family: "dashicons";
	font-size: 20px;
	text-indent: 1px;
	content: "\f158";
}

.ui-dialog.rhea-fontawesome-dialog .ui-button-text {
	display: none;
}

.filter-icons li {
	cursor: pointer;
}

.filter-icons li.active {
	font-weight: bold;
}

a.rhea-fontawesome-icon {
	display: inline-block;
	width: 5%;
	margin-bottom: 10px;
	padding: 5px 0;
	font-size: 20px;
	text-align: center;
}

a.rhea-fontawesome-icon:hover {
	color: #fff;
	background-color: #ccc;
}

/* Style Input */
.icon-holder p {
	margin: 0;
	padding: 20px 0;
	border: 1px dashed #ccc;
	color: rgba( 0,0,0,0.6 );
	text-align: center;
}

.empty-icon .change-icon-button,
.empty-icon .remove-icon-button,
.icon-holder p,
.empty-icon i,
.wp-core-ui .actions .button.add-icon-button {
	display: none;
}

.empty-icon .icon-holder p {
	display: block;
}

.wp-core-ui .empty-icon .actions .button.add-icon-button {
	display: inline-block;
}

.fontawesome-icon-container .actions {
	text-align: right;
}

.icon-holder {
	margin: 20px 0;
	text-align: center;
}

.icon-holder i {
	font-size: 50px;
}
