/*
// Simple File List Pro - File Access Manager - Copyright 2022
// Author: Mitchell Bennis | support@simplefilelist.com | https://simplefilelist.com
// License: EULA | https://simplefilelist.com/end-user-license-agreement/
// All changes to, modifications to, or re-uses of this script are prohibited without prior consent.
*/


#eeSFL_ListNavigation {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 1em;
	border-bottom: 2px solid var(--ee-admin-border);
	margin-bottom: 1em;
}
#eeSFL_ListNavigation form {
	display: flex;
	flex: 3;
	margin-right: .5em;
}
#eeSFL_ListNavigation select {
	flex: 3;
	font-size: 100%;
}
#eeSFL_ListNavigation input[type=submit] {
	flex: 1;
	font-size: 100%;
}
#eeSFL_ListNavigation a.button {
	text-align: center;
	flex: 1;
	font-size: 100%;
}




#eeSFL_Admin .eeSFLA_FileHasUsers {
	background-color: #fffff0;
}

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



.eeSFL_Admin #eeSFLA_ListofLists {
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
}
.eeSFL_Admin .eeSFLA_ListBlock {
	flex: 1;
	min-width: 25%;
	max-width: 50%; 
	margin-right: 2%;
	margin-bottom: 20px;
	background-color: #E5E5E5;
	border: 1px solid #d9d9d9;
}
.eeSFL_Admin .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_Admin .eeSFLA_ListBody {
	padding: 6px;
}
.eeSFL_Admin .eeSFLA_ListBlock h4,
.eeSFL_Admin .eeSFLA_ListBlock h5,
.eeSFL_Admin.eeSFLA_ListBlock p {
	margin: 0;
}
.eeSFL_Admin .eeSFLA_ListBlock h4 {
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 3px solid #AEAEAE;
	line-height: 1;
}
.eeSFL_Admin .eeSFLA_ListBody p {
	margin-bottom: 10px;
	font-size: 80%;
	padding-left: 5px;
}
.eeSFL_Admin .eeSFLA_ListBlockMetaRight {
	width: 28%;
	padding: 5px;
	float: right;
	background-color: #AEAEAE;
	border-bottom-left-radius: 6px;
}
.eeSFL_Admin .eeSFLA_ListBlockMetaRight p {
	text-align: right;
	color: #FFF;
	margin: 0;
	margin-bottom: 0;
	font-size: 90%;
}
.eeSFL_Admin .eeSFLA_ListBlock footer {
	display: flex;
	flex-wrap: wrap;
	padding: .33em 0;
}
.eeSFL_Admin .eeSFLA_ListBlock footer a {
	flex: 1;
	font-size: 80%;
	text-align: center;
	white-space: nowrap;
}







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;
}



#eeLimitedRoleSelect {
	padding-left: 2em;
}

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





/* Min/Match Role Limiting Inputs  */
#eeLimitedRoleSelect select,
#eeSFLA_AccessDetailSettings label {
	width: 35%;
}
#eeSFLA_AccessDetailSettings select {
	width: 25%;
}




/* New List Modal */
#eeSFL_Modal_NewFileList #eeLimitedRoleSelect select {
	display: inline;
}
#eeSFL_Modal_NewFileList #eeSFLA_FileAccessFormInputs {
	margin-bottom: 2em;
}


/* Access Modal */
#eeSFL_Modal_Access article {
	border: 1px dotted #666;
}




#eeSFLA_Installing {
	margin-top: 1em;
}


#eeSFLA_ListAccessFormInputs label {
	width: 100%;
	text-align: left;
	background-color: transparent;
	border: none;
	margin: 10px;
	font-size: 120%;
}

.eeSFL_Admin #eeSFL #eeSFL_Settings #eeSFLA_ListAccessFormInputs select,
.eeSFL_Admin #eeSFL #eeSFL_Settings #eeSFLA_AccessDetailSettings select {
	float: none;
	margin-right: 10px;
}
#eeRoleSelect,
#eeSFLA_WpUserTickboxes,
#eeSFLA_WpUserSelect {
	padding-left: 2em;
}


