/* Simple File List Script: eeStyle.css | Author: Mitchell Bennis | support@simplefilelist.com */


.eeSFL h1, .eeSFL p {
	text-align: left;
}
.eeSFLContactInfo {
	clear: both;
	padding: 20px;
	width: 100%;
}
.eeSFL_Spacer {
	width: 100%;
	height: 1em;
	clear: both;
}



.eeSFL {
	padding: 1em;
}
.eeSFL form {
	border: 2px solid #DDD;
	padding: 1.5em;
	padding-top: .5em;
	margin: 1em auto;
}
.eeSFL table.eeFiles {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	border: 1px solid #999;
	text-align: center;
}
.eeSFL .eeFiles tr:hover {
	background: #FFF;
}
.eeSFL .eeFiles th {
	text-align: center;
	background: #555;
	color: #EEE; 
/* 	cursor: pointer; */
}
.eeSFL .eeFiles td {
	padding: .25em 0;
	border-bottom: 1px solid #999;
	text-overflow: clip;
	overflow: hidden;
	vertical-align: middle;
}
.eeSFL th,
.eeSFL td {
	word-break: normal;
	width: auto;
}
.eeSFL td.eeSFL_Thumbnail {
	width: 64px;
}
.eeSFL td.eeSFL_Thumbnail img {
	display: block;
	margin: 0 auto;
}
.eeSFL td.eeSFL_FileName {
	text-align: left;
	padding-left: 3px;
}
.eeSFL p.eeSFL_FileLink,
.eeSFL p.eeSFL_FileDesc,
.eeSFL p.eeSFL_FileSubmitter {
	margin: 0;
	padding: 0;
}
.eeSFL p.eeSFL_FileDesc,
.eeSFL p.eeSFL_FileSubmitter {
	font-size: 80%;
}
.eeSFL .eeFiles th.eeSFL_FileName,
.eeSFL .eeFiles td.eeSFL_FileName {
	text-align: left;
	padding-left: 10px;
}
.eeSFL .eeFiles td a {
	text-decoration: none;
}
.eeSFL label {
	float: left;
}
.eeSFL input[type=file] {
	float: left;
	margin-bottom: 1em;
	font-size: 120%;
}




#eeMessageDisplay ul {
	list-style: none;
}
#eeMessageDisplay ul li:before {
	content: '✓ ';
}


#eeSFL_FileDropZone {
	padding: 10px;
	border: 5px dashed #c7c7c7;
}
#eeSFL_FilesDrug {
	margin-left: 20px;
	margin-bottom: 1em;
	font-size: 120%;
}
#eeSFL_UploadGo {
	float: left;
	margin-left: 20px;
}
#eeSFL_UploadProgress {
	
	display: none; /* Show with javascript */
	overflow: hidden;
	width: 1%;
	height: 2em;
	line-height: 2em;
	background-color: #23e100;
	color: #FFF;
	font-size: 1em;
	text-align: center;
	vertical-align: text-top;
}
#eeSFL_UploadProgress em {
	display: none; /* Show with javascript */
}


#eeUploadInfoForm {
	margin-bottom: 20px;
}
#eeUploadInfoForm p {
	margin: 0;
	font-size: 80%;
}
#eeUploadInfoForm label,
#eeUploadInfoForm input[type=text],
#eeUploadInfoForm input[type=email] {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	max-width: 100%;

}
#eeUploadInfoForm label {
	width: 100%;
	clear: left;
	margin: 0;
}
#eeUploadInfoForm textarea {
	width: 100%;
	margin: 0;
	height: 4em;
}

.eeSFL_UploadingImg,
.entry-content .eeSFL_UploadingImg {
	margin-right: 1em;
	box-shadow: none !important;
	border-radius: 32px;
}






.eeSFL .eeSFL_EditFileWrap {
	display: none;
	width: auto;
	margin: 5px 0;
	padding: 10px 3%;
	border: 1px solid #6b6b6b;
	border-radius: 6px;
	background-color: #f6f6f6;
}
.eeSFL .eeSFL_EditFileWrap h4 {
	margin: 0;
}
.eeSFL .eeSFL_EditFileWrap p {
	margin: 10px 0;
}
.eeSFL .eeSFL_EditFileWrap label {
/* 	float: left; */
	display: inline-block;
	width: 20%;
	margin-right: 6px;
	text-align: right;
}
.eeSFL .eeSFL_EditFileWrap input[type=text] {
/* 	float: left; */
	display: inline-block;
	width: 55%;
	margin: 0; 
}







.eeSFL p.sfl_instuctions {
	font-size: 70%;
	font-style: italic;
	text-align: right;
	margin-bottom: 0;
}

.eeValign {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.eeCenter {
	text-align: center !important;
}

.eeAlignRight {
	text-align: right;
}

.eeClearFix {
	clear: both;
}


.eeSFL_Hide, 
.eeSFL_FileRenameEntry, 
.eeOldFileName,
.eeSFL_SavedDesc {
	display: none;
}