/**
 * Extended Super Admins
 * Admin style definitions
 * @version 0.7
 */

.esa-options-table {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #666;
	margin: 0 1% 1em;
	width: 98%;
}
.esa-options-table thead {
	background: #e2e2e2;
}
.esa-options-table h3 {
	margin: 0;
	padding: 0;
}
.esa-options-table div.checkbox-container {
	width: 30%;
	padding: .25em 1.5% .25em 1%;
	border: 1px solid #333;
	margin-left: -1px;
	margin-top: -1px;
	float: left;
}
#wpcontent .esa-options-table select.role-members-select {
	height: 10em;
	width: 20em;
}
.esa-options-table div.checkbox-container:nth-of-type(3n+1) {
	clear: left;
}
.esa-options-table div.checkbox-container:nth-of-type(3n+3) {
	clear: right;
}
.esa-options-table div.checkbox-container:nth-of-type(6n+1), 
.esa-options-table div.checkbox-container:nth-of-type(6n+2), 
.esa-options-table div.checkbox-container:nth-of-type(6n+3) {
	background: #e2e2e2;
}
.esa-options-table div.checkbox-container.even-row {
	background: #e2e2e2;
}
.esa-options-table div.checkbox-container:hover {
	background: #eee;
}
#caps_container {
	padding: 0;
	margin: 0;
	min-width: 250px;
	max-width: 50%;
	min-height: 200px;
	max-height: 50%;
	display: none;
	border: 1px solid #000;
	background: #fff;
	position: absolute;
	top: 300px;
	left: 300px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 3px 3px 5px rgba( 0, 0, 0, .6 );
	-webkit-box-shadow: 3px 3px 5px rgba( 0, 0, 0, .6 );
	-moz-box-shadow: 3px 3px 5px rgba( 0, 0, 0, .6 );
}
div.esa-modal-background {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000); /*AARRGGBB*/
	background: rgba( 0, 0, 0, .6 );
}
._role_caps h3 {
	padding: .5em;
	margin: 0;
	text-align: center;
	background: #e2e2e2;
	text-align: center;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	box-shadow: 0 3px 3px rgba( 0, 0, 0, .6 );
	-webkit-box-shadow: 0 3px 3px rgba( 0, 0, 0, .6 );
	-moz-box-shadow: 0 3px 3px rgba( 0, 0, 0, .6 );
}
._role_caps {
	padding: 0;
	position: absolute;
	width: auto;
	min-width: 250px;
	min-height: 100px;
	max-width: 500px;
	max-height: 400px;
	background: #fff;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 3px 3px rgba( 0, 0, 0, .6 );
	-webkit-box-shadow: 0 3px 3px rgba( 0, 0, 0, .6 );
	-moz-box-shadow: 0 3px 3px rgba( 0, 0, 0, .6 );
}
._single_cap {
	margin: .5em;
	padding: 1em .5em .5em;
	margin-top: 0;
	overflow-y: auto;
}
._single_cap ul>li {
	margin-left: 1.5em;
	display: list-item;
	list-style: disc;
}
.esa-close-dlg {
	font-weight: normal;
	position: absolute;
	top: .5em;
	right: .5em;
	cursor: pointer;
}

#footer {
	position: relative;
}