/* BACKEND */

.pgcn_gallery_wrapper {
	display: inline-block;
}

.file-upload {
	position: relative;
	display:block;	
	width:200px;
	height:200px;
	border-radius: 3px;
	background-color:rgba(0,0,0,0.3);
	font-size: 14px;
	color:white;
	text-align: center; 
	line-height: 200px;

}

a.pgcn_file_upload_link {
	text-decoration: none;
	font-weight: bold;
}

.pgcn_file_input_container {
    width: 200px;
    height: 200px;
    float: left;
    margin: 10px 10px;
	margin-top:30px;
	text-align:center;
}

p.pgcn_file_upload_text {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
}

.file-upload input {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
}

.file-preview {
	position: relative;
	display:block;	
	width:200px;
	height:200px;
	font-size: 14px;
	color:white;
	text-align: center; 
	line-height: 200px;

}

.file-preview img{
	max-width: 100%;
    max-height: 100%;
}

.file-preview .pgcn_file_preview {
	position: absolute;
	width:100%;
	height:100%;
	background-position: center;
	background-size:cover;
	/*overflow: hidden;*/
}

.pgcn_file_delete {
	position: absolute;
	width: 100%;
	top:98%;
	left:0;
	padding:0.5em;
	text-align: center;
	color:white;
	background-color:red;
}

.pgcn_upload_progress {
	height: 200px;
	width: 200px;
	margin: 0 auto;
}

.pgcn_progress_wrapper {
	margin-top: 50px;
}

.pgcn_progress_wrapper progress {
	max-width: 50%;
	max-height: 5px;
}

.pgcn_progress_wrapper .pgcn_progress_msg {
	font-size: 16px;
}

/* FRONTEND */
.pgcn_frontend_prof_gallery_wrapper {
	text-align: center;
    display: inline-block;
	background-color: #eee;
	width: 100%;
    padding-bottom: 20px;
    margin-top: 40px;
    border-top: 2px solid #ef8824;
	padding:5px;
}

.pgcn_frontend_prof_gallery_wrapper h3 {
	font-size: 1.5rem;
    color: #777;
    margin: 20px 0;
}

#title_download_icon {
    color: #ef8824;
	border: 2px solid #ef8824;
	padding: 5px;
	margin-right: 5px;
}

.pgcn_frontend_file_upload_preview {
	display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    height: 200px;
    text-align: center;
	background-position:center;
	background-size:cover;
	background-repeat: no-repeat;
}

.pgcn_frontend_prof_gallery_wrapper a:hover {
	text-decoration: none;
}

.pgcn_frontend_prof_gallery_wrapper p {
	margin:0;
}

.pgcn_frontend_prof_gallery_wrapper p.element_count {
	color: #777;
	font-size: 12px;
}

.pgcn_frontend_prof_gallery_wrapper a {
    color: #ef8824;
}

.pgcn_frontend_prof_gallery_wrapper a {
	
}
.pgcn_frontend_file_upload_thumbnail {
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto
}

.pgcn_frontend_prof_gallery_container {
	padding-top:20px;
}

.gallery-preview-options {
	padding-left: 5px;
}

.pgcn_img_description_overlay {
    position: absolute;
    z-index: 1000;
    width: 100%;
    bottom: 0;
    line-height: 15px;
    padding: 5px 0;
    height: 25%;
    background-color: rgba(100,100,100,0.8);
}

.pgcn_frontend_file_preview_wrapper {
    margin-top: 20px;
}