label.hidden
{
	display: none;
}

table.swell-membership
{
}

table.swell-membership th,
table.swell-membership td
{
	padding: 8px 10px;
	font-weight: normal;
	width: auto;
}

table.swell-membership td {
	vertical-align: top;
}

table.swell-membership .column-type,
table.swell-membership .column-profile
{
	width: 25%;
}

table.swell-membership td input[type=text],
table.swell-membership td select {
	width: 100%;
	box-sizing: border-box;
}

table.swell-membership .column-create {
	padding-top: 13px;
	padding-bottom: 0;
}

table.swell-membership .column-create label {
	margin: 0 15px 0 0 !important;
}

@media screen and (max-width: 782px) {

	table.swell-membership .column-type,
	table.swell-membership .column-profile
	{
		width: auto;
	}

	table.swell-membership input[type="checkbox"]
	{
		height: 25px !important;
		width: 25px !important;
	}

	table.swell-membership tbody .column-create
	{
		border-bottom: 1px solid #e1e1e1;
		margin-bottom: 0;
	}


}


.swell-membership-download-list .icon
{
	width: 64px;
	text-align: left;
}

table.swell-membership .action
{
	width: 32px;
	text-align: left;
}

.swell-membership-download-list .attachment
{
	display: block;
	position: relative;
	width: 64px;
	height: 16px;
	padding: 64px 0 0 0;
	margin: 0 auto;
	background-image: url(images/icon_generic.png);
	background-repeat: no-repeat;
	text-align: center;
}

.swell-membership-download-list .attachment .name
{
	display: none;
}

.swell-membership-download-list .attachment:hover .name
{
	display: block;
	position: absolute;
	top: 20px;
	left: 32px;

	padding: 3px 10px;

	border-radius: 3px;
	opacity: 0.7;

	background-color: #000;
	color: #fff;
	font-weight: bold;
}

.swell-membership-download-list .attachment.pdf
{
	background-image: url(images/icon_pdf.png);
}

.swell-membership-download-list .attachment.doc,
.swell-membership-download-list .attachment.msword
{
	background-image: url(images/icon_doc.png);
}


table.swell-membership .categories label
{
	display: block;
}

/* 3.0 styles */
#swell_upload_ui
{
	padding: 10px 10px 10px 160px;
	min-height: 160px;
}

#swell_upload_area
{
	display: block;
	position: absolute;
	height: 119px;
	width: 119px;
	top: 10px;
	left: 10px;
	padding: 4px;
	border-width: 3px;
	border-style: dashed;
	border-color: #c1c1c1;
	background-color: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#swell_upload_area.active
{
	border-color: #b9eafb;
}

#swell_upload_area.hasfile
{
	min-height: 128px;
	height: auto;
	width: 128px;
	padding: 5px 0;
	border-style: solid;
	border-width: 1px;
	background-color: #fff;
}

#swell_upload_area p
{
	margin: 0;
}

#swell_upload_area p a.file
{
	display: block;
	position: relative;
	float: none;
	width: 128px;
	/*height: 16px;*/
	padding: 128px 0 0 0;
	margin: 0 auto;
	background-image: url(../../swell-admin/css/images/icon_generic.png);
	background-repeat: no-repeat;
	text-align: center;
}

#swell_upload_ui .checkbox
{
	background-color: transparent;
	padding: 0 0 3px 0;
}

#swell_upload_ui .checkbox input
{
	width: 1em;
	margin: 0 1em 0 0;
}


#swell_upload_area p a.remove
{
	top: 5px;
	right: 5px;
}

#swell_upload_area input
{
	width: 100px;
}

#content_secure_filesList_text,
#content_secure_file_listsList_text
{
	width: 140px;
}