


#eeListNavigation form {
	display: inline;
}

#eeSFL #eeListNavigation select {
	width: auto;
	max-width: 25%;
	font-size: 140%;
}
#eeSFL #eeListNavigation input[type="submit"] {
	margin: 0;
}
#eeSFL #eeListNavigation a.eeButton {
	float: none;
	clear: none;
	margin-left: 10px;
}
#eeSFL_Admin .eeSFLA_FileHasUsers {
	background-color: #fffff0;
}

#eeSFLA_ListSettingsTitle {
	font-weight: bold;
	font-size: 200%;
	margin: 15px 0;
}



#eeSFLA_ListofLists {
	padding-top: 20px;
}
#eeSFL .eeSFLA_ListBlock {
	position: relative;
	float: left;
	width: 30%;
	min-width: 200px;
	min-height: 120px;
/*
	padding: 10px;
	padding-bottom: 3px;
*/
	margin-right: 2%;
	margin-bottom: 20px;
	
	background-color: #E5E5E5;
	border: 1px solid #d9d9d9;
}
#eeSFL .eeSFLA_ListBlock:hover {
	background-color: #e7e7e7;
	border: 1px solid #c6c6c6;
	-moz-box-shadow:    2px 2px 3px 3px #E5E5E5;
	-webkit-box-shadow: 2px 2px 3px 3px #E5E5E5;
	box-shadow:         2px 2px 3px 3px #E5E5E5;
}

#eeSFL .eeSFLA_ListBody {
	padding: 6px;
}


#eeSFL .eeSFLA_ListBlock h4,
#eeSFL .eeSFLA_ListBlock h5,
#eeSFL .eeSFLA_ListBlock p {
	margin: 0;
}
#eeSFL .eeSFLA_ListBlock h4 {
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 3px solid #AEAEAE;
	line-height: 1;
}
#eeSFL .eeSFLA_ListBody p {
	margin-bottom: 10px;
	font-size: 80%;
	padding-left: 5px;
}
/*
#eeSFL .eeSFLA_ListBlock select,
#eeSFL .eeSFLA_ListBlock .button {
	font-size: 100%;
	min-height: 20px;
}
*/



.eeSFLA_ListBlockMetaRight {
	width: 28%;
	padding: 5px;
	float: right;
	background-color: #AEAEAE;
	border-bottom-left-radius: 6px;
}
#eeSFL .eeSFLA_ListBlockMetaRight p {
	text-align: right;
	color: #FFF;
	margin: 0;
	font-size: 90%;
}


#eeSFL .eeSFLA_ListBlock p.eeSFLA_ListofListsFooter {
	position: absolute;
	margin: 0;
	padding: 4px 0;
	width: 100%;
	bottom: 0;
	text-align: center;
	background-color: #aeaeae;
	font-weight: bold;
}
#eeSFL .eeSFLA_ListBlock p.eeSFLA_ListofListsFooter a {
	color: #FFF;
}







span.eeInlineLabel {
	display: inline-block;
	padding: 2px;
	margin: 0 2px 3px 0;
	background-color: #E9E9E9;
	white-space: nowrap;
	font-size: 70%;
}
span.eeInlineLabel input[type=checkbox] {
	margin-right: 3px;
}
.eeSFL p.eeSFLA_FileActionButtons {
	text-align: center;
	margin: 15px;
}



#eeSFLA_CreateListOverlay {
	position: fixed;
	display: none;
	width: 60%;
	height: 92%;
	top: 5%;
	left: 20%;
	right: 20%;
	bottom: 3%;
	background-color: rgba(245, 245, 245, 1);
	border: 1px solid #666;
	z-index: 100;
	overflow: auto;
	-webkit-overflow-scroll: touch;
}

#eeSFLA_CreateListInner {
	margin: 20px 5%;
}

#eeSFLA_CreateListInner label {
	border: none;
	background-color: #E5E5E5;
	width: 25%;
}
#eeSFLA_CreateListInner input[type=text] {
	width: 60%;
}
#eeSFLA_CreateListInner label.eeWrapped {
	width: 90%;
	text-align: left;
	padding-left: 10%;
}
#eeSFLA_CreateListInner .eeNote {
	clear: none;
	display: inline-block;
	margin-left: 5px;
}
#eeListMatchMode {
	margin-left: 10%;
}
#eeSFLA_CreateListInner #eeSFLA_CreatePostTitle[type=text] {
	width: 30%;
}



span.eeSFLA_UserSelect {
	display: inline-block;
	padding: 2px;
	margin: 0 5px 5px 0;
	background-color: #E5E5E5;
	white-space: nowrap;
}






#eeSFL .eeSFL_Admin #eeListRoleSelect select,
.eeSFL_Admin #eeSFLA_AccessDetailSettings label {
	width: 35%;
}
#eeSFL .eeSFL_Admin #eeSFLA_AccessDetailSettings select {
	width: 25%;
}






#eeSFLA_FirstRun {
	max-width: 875px;
	margin: 25px;
	padding: 10px;
	background-color: #E5E5E5;
}
#eeSFLA_FileAccessFormInputs label {
	width: 100%;
	text-align: left;
	background-color: transparent;
	border: none;
	margin: 10px;
	font-size: 120%;
}



.eeSFL_Admin #eeSFL #eeSFL_Settings #eeSFLA_FileAccessFormInputs select,
.eeSFL_Admin #eeSFL #eeSFL_Settings #eeSFLA_AccessDetailSettings select {
	float: none;
	margin-right: 10px;
}
#eeRoleSelect,
#eeSFLA_WpUserTickboxes,
#eeSFLA_WpUserSelect {
	padding-left: 40px;
}
#eeSFLA_Range {
	float: none !important;
	display: inline;
}


.eeCentered {
	text-align: center;
}
.eeHide {
	display: none;
}