.foogallery-setting-caption_icon,
.foogallery-setting-loading_icon,
.foogallery-setting-video_overlay,
.foogallery-setting-panel_theme {
	content: "";
	display: inline-block;
	position: relative;
	width: 32px;
	height: 32px;
	margin: 0;
	background: transparent no-repeat center center;
	background-size: 32px 32px;
	vertical-align: middle;
}
.foogallery-setting-caption_icon.fg-hover-zoom {
	background-image: url('../img/icons.svg#zoom-light');
}
.foogallery-setting-caption_icon.fg-hover-zoom2 {
	background-image: url('../img/icons.svg#zoom2-light');
}
.foogallery-setting-caption_icon.fg-hover-zoom3 {
	background-image: url('../img/icons.svg#zoom3-light');
}
.foogallery-setting-caption_icon.fg-hover-plus {
	background-image: url('../img/icons.svg#plus-light');
}
.foogallery-setting-caption_icon.fg-hover-circle-plus {
	background-image: url('../img/icons.svg#circle-plus-light');
}
.foogallery-setting-caption_icon.fg-hover-eye {
	background-image: url('../img/icons.svg#eye-light');
}
.foogallery-setting-caption_icon.fg-hover-external {
	background-image: url('../img/icons.svg#external-light');
}
.foogallery-setting-video_overlay.fg-video-default {
	background-image: url('../img/icons.svg#video-default-light');
}
.foogallery-setting-video_overlay.fg-video-1 {
	background-image: url('../img/icons.svg#video-1-light');
}
.foogallery-setting-video_overlay.fg-video-2 {
	background-image: url('../img/icons.svg#video-2-light');
}
.foogallery-setting-video_overlay.fg-video-3 {
	background-image: url('../img/icons.svg#video-3-light');
}
.foogallery-setting-video_overlay.fg-video-4 {
	background-image: url('../img/icons.svg#video-4-light');
}

.foogallery_template_field_type-htmlicon.foogallery_template_field_id-loading_icon td label {
	background-color: #eee;
}

.foogallery_template_field_type-htmlicon.foogallery_template_field_id-loading_icon td input:checked + label {
	background-color: #eee;
}

.foogallery-setting-loading_icon .fg-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 1em;
	height: 1em;
	font-size: 5px;
}

.foogallery-setting-loading_icon.fg-loading-bars .fg-loader {
	font-size: 4px;
	width: 1em;
	height: 4em;
}

.foogallery-setting-loading_icon.fg-loading-partial .fg-loader {
	font-size: 4px;
	width: 10em;
	height: 10em;
}

.foogallery-setting-loading_icon.fg-loading-pulse .fg-loader {
	font-size: 4px;
	width: 2.5em;
	height: 2.5em;
	transform: translateX(-50%) translateY(-150%);
}

.foogallery-setting-loading_icon.fg-loading-trail .fg-loader {
	font-size: 20px;
}

.fg-item-inner {
	margin: 0;
}

.foogallery-setting-panel_theme.fg-light {
	background-color: #fff;
}
.foogallery-setting-panel_theme.fg-dark {
	background-color: #292929;
}
.foogallery-setting-panel_theme.fg-blue {
	background-color: #3079ed;
}
.foogallery-setting-panel_theme.fg-purple {
	background-color: #6816c2;
}
.foogallery-setting-panel_theme.fg-green {
	background-color: #027339;
}
.foogallery-setting-panel_theme.fg-red {
	background-color: #c22b24;
}
.foogallery-setting-panel_theme.fg-orange {
	background-color: #e57731;
}