.field_uppy
{
	min-width:320px;
}
table .uppy
{
	min-width:240px;
}
.field_uppy.popup,
table .uppy.popup
{
	padding:8px;
}
table .uppy.popup
{
	margin:4px;
	position:relative;
}
.field_uppy.enabled.popup:after,
table .uppy.enabled.popup:after
{
	content:'\f0ee';
	cursor:pointer;
	position:absolute;
	top:0;left:0;right:0;bottom:0;z-index:1001;
	display:flex;
	align-items:start;
	justify-content:right;
	padding:16px;
	font-family:'FontAwesome';
	font-size:250%;
	font-weight:bold;
	background-color:#00000044;
	color:#fff;
	text-shadow:0px 1px 0px #000;
	border-radius:5px;
}
.field_uppy > .uppy-items
{
	min-height:78px;
	border:1px solid #ccc;
	margin-bottom:4px;
}
.uppy-items
{
	display:flex;
	flex-wrap:wrap;
	grid-column-gap:4px;
	grid-row-gap:4px;
	align-items:center;
	justify-content:center;
	max-width:100%;
	padding:4px;
}
.uppy-items > .uppy-item
{
	display:flex;
	align-items:center;
	justify-content:center;
	align-content:center;
	width:104px;
	height:68px;
	background-color:#ccc;
	border:1px solid #aaa;
}
.uppy-items > .uppy-item > .removeButton,
.uppy-items > .uppy-item > .previewButton
{
	position:absolute;
	opacity:0.25;
	width:40px;
	height:40px;
	display:flex;
	align-items:center;
	justify-content:center;
	text-decoration:none;
	border-radius:40px;
	background-color:#ccc;
	box-shadow:0px 0px 4px #000;
	cursor:pointer;
}
.uppy-items > .uppy-item > .removeButton
{
	margin-right:-48px;
}
.uppy-items > .uppy-item > .previewButton
{
	margin-left:-48px;
}
.uppy-items > .uppy-item > .removeButton:after,
.uppy-items > .uppy-item > .previewButton:after
{
	font:normal normal normal 24px FontAwesome;
}
.uppy-items > .uppy-item > .removeButton:after
{
	content:'\f1f8';
}
.uppy-items > .uppy-item > .previewButton:after
{
	content:'\f06e';
}
.uppy-items > .uppy-item > .uppy-item-preview
{
	display:flex;
}
.uppy-items > .uppy-item > .uppy-item-preview > *
{
	min-width:48px;
	max-width:104px;
	max-height:64px;
	transition:transform .5s;
	pointer-events:none;
}
.uppy-items > .uppy-item:hover > .removeButton,
.uppy-items > .uppy-item:hover > .previewButton
{
	position:absolute;
	opacity:1.0;
	z-index:1;
}
.fs_popup_url
{
	position:fixed;
	z-index:1001;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.75);
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.fs_popup_url > a.closeButton
{
	cursor:pointer;
	position:absolute;
	right:32px;
	top:24px;
	font:normal normal normal 64px FontAwesome;
	color:#f20;
}
.fs_popup_url > label
{
	 color:#fff;
	 margin-top:4px;
}
.fs_popup_url > iframe.content
{
	width:90vw;
	height:90vh;
	background-color:#fff;
	border:none;
}
.fs_popup_url > img.content
{
	max-width:90vw;
	max-height:95vh;
}
.fs_popup_url > a.content
{
	color: #fff;
}
.fs_popup_url > a.content > .glyphIcon
{
	font:normal normal normal 96px FontAwesome;
	text-align:center;
	margin:8px;
}
