/* Phoca Gallery 6 */

#phocagallery .ph-si {
	width: 1.5em;
	height: 1.5em;
	margin: 0 0.25em;
	fill: currentColor;
	vertical-align: middle;
}

#phocagallery .ph-si-view,
#phocagallery .ph-si-image,
#phocagallery .ph-si-camera,
#phocagallery .ph-si-comment,
#phocagallery .ph-si-comment-a,
#phocagallery .ph-si-comment-fb,
#phocagallery .ph-si-upload {
	color: #112d4e;
}

#phocagallery .ph-si-download,
#phocagallery .ph-si-earth,
#phocagallery .ph-si-geo,
#phocagallery .ph-si-extlink1,
#phocagallery .ph-si-extlink2,
#phocagallery .ph-si-external-link,
#phocagallery .ph-si-link,
#phocagallery .ph-si-user,
#phocagallery .ph-si-enabled {
	color: #378137;
}

#phocagallery .ph-si-cart {
	color: #3f72af;
}

#phocagallery .ph-si-trash,
#phocagallery .ph-si-unpublish,
#phocagallery .ph-si-disabled,
#phocagallery .ph-si-minus-sign,
#phocagallery .ph-si-ytb,
#phocagallery .ph-si-upload-ytb {
	color: #cc1020;
}

#phocagallery .ph-si-calendar,
#phocagallery .ph-si-statistics,
#phocagallery .ph-si-stats,
#phocagallery .ph-si-upload-java {
	color: #e23e57;
}

#phocagallery .ph-si-vote,
#phocagallery .ph-si-star {
	color: #ffc314;
}

#phocagallery .ph-si-category,
#phocagallery .ph-si-subcategory,
#phocagallery .ph-si-category-top-category,
#phocagallery .ph-si-category-medium {
	color: #996633;
}

#phocagallery .ph-si-feed,
#phocagallery .ph-si-upload-multiple {
	color: #ff9a00;
}

#phocagallery .ph-si-tab {
	width: 1.1em;
	height: 1.1em;
}

#phocagallery .ph-si-category-top-back,
#phocagallery .ph-si-detail-top-back {
	color: #f3722c;
	margin-bottom: 0.3em;
}

#phocagallery .ph-si-detail-top-back {
	width: 3em;
	height: 3em;
}

#phocagallery .pg-categories-items-box,
#phocagallery .pg-category-items-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
	align-content: flex-end;
}

@media only screen and (max-width: 768px) {
	#phocagallery .pg-categories-items-box,
	#phocagallery .pg-category-items-box {
		justify-content: center;
	}
}

#phocagallery .pg-category-box,
#phocagallery .pg-item-box {
	box-sizing: border-box;
	margin: 5px;
	padding: 10px;
	position: relative;
	background: #fff;
	border: 0;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(120, 120, 120, 0.5), inset 0 0 7px 7px rgba(240, 240, 240, 0.2);
	box-shadow: 1px 1px 2px 1px rgba(120, 120, 120, 0.5), inset 0 0 7px 7px rgba(240, 240, 240, 0.2);
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#phocagallery .pg-category-box:hover,
#phocagallery .pg-item-box:hover {
	background: #fafafa;
}

#phocagallery .pg-category-box figure,
#phocagallery .pg-item-box figure {
	margin: 0;
}

#phocagallery .pg-category-box-image img,
#phocagallery .pg-category-box-image svg,
#phocagallery .pg-item-box-image img,
#phocagallery .pg-item-box-image svg,
#phocagallery .pg-detail-item-image-box img {
	border-radius: 2px;
}

#phocagallery .pg-svg-box {
	margin: 0;
	padding: 0;
	line-height: 0;
}

#phocagallery .pg-svg-box svg {
	margin: 0;
	padding: 0;
}

#phocagallery .pg-category-box-title,
#phocagallery .pg-item-box-title {
	position: static;
	bottom: auto;
	left: auto;
	width: auto;
	margin-top: 5px;
	padding: 0;
	background: transparent;
	color: inherit;
	font-size: x-small;
	font-weight: normal;
	text-align: left;
	border-radius: 0;
}

#phocagallery .pg-category-box-title {
	padding-left: 20px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0%200%2016%2016'%3E%3Cpath fill='%23996633' d='M1%204a2%202%200%200%201%202-2h3l1.5%202H13a2%202%200%200%201%202%202v6a2%202%200%200%201-2%202H3a2%202%200%200%201-2-2V4z'/%3E%3C/svg%3E") 0 1px / 14px 14px no-repeat;
}

#phocagallery .pg-category-box-title a,
#phocagallery .pg-item-box-title a,
#phocagallery .pg-category-box-title a:visited,
#phocagallery .pg-item-box-title a:visited {
	color: inherit;
	text-decoration: none;
}

#phocagallery .pg-category-box-count,
#phocagallery .pg-item-box-stats-value {
	font-size: xx-small;
	color: #ccc;
}

#phocagallery .pg-categories-box-rating,
#phocagallery .pg-category-box-rating {
	position: static;
	margin-top: 5px;
	color: #ccc;
	font-size: xx-small;
	text-align: left;
}

#phocagallery .pg-category-box-description,
#phocagallery .pg-item-box figcaption {
	position: static;
	margin-top: 5px;
	color: inherit;
	font-size: x-small;
	line-height: 1.2;
}

#phocagallery .pg-category-box-label-box {
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: x-small;
	font-weight: bold;
	color: #fff;
}

#phocagallery .pg-category-box-label-new,
#phocagallery .pg-category-box-label-hot {
	float: left;
	margin: 0.2em;
	padding: 0.1em 0.5em;
	border-radius: 2px;
}

#phocagallery .pg-category-box-label-new {
	background: #2f66b9;
}

#phocagallery .pg-category-box-label-hot {
	background: #cc1020;
}

#phocagallery .pg-item-box-icons-box {
	position: static;
	margin: 2px 0 5px;
	padding: 0;
	text-align: right;
}

#phocagallery .pg-item-box-icons-box svg.ph-si {
	margin: 0 0.1em;
	padding: 0;
	background: transparent;
	border-radius: 0;
}

#phocagallery .pg-detail-item-image-box {
	text-align: center;
}

#phocagallery .pg-dv-desc {
	color: #333;
	font-size: small;
}

#phocagallery .pg-dv-desc.popup {
	height: 16px;
}

#phocagallery .pg-dv-desc-lighbox {
	color: #fff;
	background: #000;
}

#phocagallery .pg-dv-multibox-left {
	background: #000;
}

#phocagallery .pg-dv-multibox-right {
	background: #fff !important;
}

#phocagallery .ph-hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e8e8e8;
	clear: both;
}

#phocagallery .pg-tb-m5 {
	margin: 10px 0;
}

#phocagallery dd,
#phocagallery dt {
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#phocagallery dt h3 {
	padding: 0;
	margin: 2px auto 3px;
	font-size: small;
	font-weight: normal;
}

#phocagallery .pg-icon-detail {
	margin: 2px 0 5px;
	padding: 0;
	text-align: right;
}

#phocagallery .ph-ovrl1 {
	padding: 5px;
}

#phocagallery .ph-ovrl2 {
	margin: 0;
	padding: 0;
}

#phocagallery .bgPhocaClass,
#phocagallery .fgPhocaClass {
	background: #fdfdfd;
	filter: alpha(opacity=100);
	opacity: 1;
	z-index: 1000;
}

#phocagallery .fgPhocaClass {
	-moz-opacity: 1;
}

#phocagallery .fontPhocaClass {
	color: #000;
	z-index: 1001;
}

#phocagallery .capfontPhocaClass,
#phocagallery .capfontclosePhocaClass {
	color: #000;
	font-weight: bold;
	z-index: 1001;
}

#pgCategoryModal .modal-dialog {
	height: 90%;
	max-width: 70%;
}

#pgCategoryModal .modal-content {
	height: 100%;
}

#pgCategoryModalLabel {
	text-transform: capitalize;
}

.com-phocagallery .form-select,
.com_phocagallery .form-select {
	width: auto;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.com-phocagallery .pagination,
.com_phocagallery .pagination {
	align-items: center;
	justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
	.com-phocagallery form > .pagination,
	.com_phocagallery form > .pagination {
		flex-direction: column;
		align-items: center;
	}
}

#phocagallery .ph-loading-text {
	text-align: center;
}

#phocagallery .ph-loading-hidden {
	display: none;
}

#phocagallery .ph-adminlist {
	clear: both;
	margin: 1em auto;
}

#phocagallery .ph-adminlist tr th,
#phocagallery .ph-adminlist tr td {
	padding: 0.3em;
	border: 1px solid #d0d0d0;
	border-collapse: collapse;
	text-align: center;
}

#phocagallery .ph-adminlist-select-row {
	display: flex;
	justify-content: flex-end;
}

#phocagallery {
	margin-bottom: 1em;
}

.oag-personal-gallery #phocagallery .pg-item-box:hover figcaption {
	position: absolute !important;
	left: 70px !important;
	top: 65px !important;
	z-index: 9999 !important;
	width: 190px !important;
	padding: 6px !important;
	background: #a9c1d8 !important;
	color: #000 !important;
	font-size: 11px !important;
	line-height: 1.2 !important;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) !important;
}
