/*
// Simple File List Pro - File Access Manager - Copyright 2025
// 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%;
}

#eeSFLA_ListDisplayOptions {
	float: right;
	margin-top: 1em;
	margin-right: 1.5em;
}


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

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

/* Inherited Access Indicator */
.eeSFLA_InheritedAccess {
	font-size: 0.85em;
	opacity: 0.7;
	cursor: help;
	margin-left: 4px;
}

/* Apply to Children Section in Modal */
#eeSFLA_ApplyToChildrenSection {
	border-top: 1px solid #ddd;
	padding-top: 1em;
	margin-top: 1em;
}



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



/* Login Form Styling */
.eeSFL_LoginRequired {
	margin: 2em 0;
	padding: 1.5em;
	background-color: var(--ee-color-upload-form-background, #f9f9f9);
	border: 2px solid var(--ee-color-table-border, #ddd);
	box-sizing: border-box;
}

.eeSFL_LoginRequired h3 {
	margin: 0 0 .75em 0;
	padding: 0;
	font-size: 1.5em;
	color: var(--ee-color-text, #333);
}

.eeSFL_LoginRequired p {
	margin: 0 0 1em 0;
	padding: 0;
}

.eeSFL_LoginRequired form {
	margin: 0;
}

.eeSFL_LoginRequired label {
	display: block;
	width: 100%;
	margin-bottom: .5em;
	font-weight: 500;
}

.eeSFL_LoginRequired input[type=text],
.eeSFL_LoginRequired input[type=password] {
	width: 100%;
	padding: .5em;
	margin-top: .25em;
	margin-bottom: .75em;
	border: 1px solid var(--ee-color-table-border, #ddd);
	box-sizing: border-box;
	font-size: 1em;
}

.eeSFL_LoginRequired .login-remember {
	margin: 1em 0;
}

.eeSFL_LoginRequired .login-remember label {
	display: inline;
	font-weight: normal;
}

.eeSFL_LoginRequired .login-remember input[type=checkbox] {
	margin-right: .5em;
}

.eeSFL_LoginRequired .submit {
	margin-top: 1.5em;
}

.eeSFL_LoginRequired input[type=submit] {
	padding: .5em 1.5em;
	font-size: 1em;
	cursor: pointer;
}

.eeSFL_LoginPrompt {
	margin-top: 2em;
	padding-top: 2em;
	border-top: 1px solid var(--ee-color-table-border, #ddd);
	text-align: center;
}

.eeSFL_LoginPrompt > p {
	font-size: 1.1em;
	margin-bottom: 1em;
	color: var(--ee-color-text, #555);
}
