/**
 * WP-Members Admin Styles CSS
 *
 * CSS for the WP-Members admin panels
 * 
 * This file is part of the WP-Members plugin by Chad Butler
 * You can find out more about this plugin at https://rocketgeek.com
 * Copyright (c) 2006-2022 Chad Butler
 * WP-Members(tm) is a trademark of butlerblog.com
 *
 * @package WP-Members
 * @author Chad Butler 
 * @copyright 2006-2022
 */


.wpmem_tbl_drag { 
	background:#fffbcc;
	font-weight: bold;
	border: 1px solid #990000;
}

.column-wpmem_block {
	width: 80px;
}

#addfieldform li,
#editfieldform li,
#updatesettings li {
	padding: 5px 0; 
}

#addfieldform label,
#editfieldform label,
#updatesettings label {
	float:left;
	width: 166px;
	clear: both;
	display: block;
}

#addfieldform .add-field-indent,
#editfieldform .add-field-indent {
	margin-left: 165px;
}

#fields_postbox,
#add_field_postbox {
	min-width:950px;
}

.req {
	color: #f00;
}

.settings_page_wpmem-settings #the-list {
	cursor: move;
}
#sort, #edit {
	width: 30px;
}

#wpmem_block input {
	vertical-align: -webkit-baseline-middle;
	margin: 0 0 8px 0;
}
#wpmem_block label {
	margin: 0 0 0 8px;
}
#wpmem_ok_block_status {
	margin: 5px 0 0 0;
}
#wpmem_post_block_status {
	font-weight: 600;
}
#wpmem_post_icon_0 {
	color: red;
}
#wpmem_post_icon_1 {
	color: green;
}
#wpmem_post_icon_2 {
	color: black;
}
#wpmem_product_enabled {
	color: green;
}
#s2id__wpmem_products,
.select2-search-field,
#_wpmem_products {
	width: 100%;
}

/** User Profile Tabs **/
#wpmem_user_profile_tabs { 
	padding: 0px; 
	background: none; 
	border-width: 0px; 
} 
#wpmem_user_profile_tabs .ui-tabs-nav { 
	padding-left: 0px; 
	background: transparent; 
	border-width: 0px 0px 1px 0px; 
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	border-radius: 0px; 
} 
#wpmem_user_profile_tabs .ui-tabs-panel { 
	background: #fff; 
	border-width: 0px 1px 1px 1px; 
}
#wpmem_user_profile_tabs .ui-state-active {
	border: 1px solid #006799; 
	background: #135e96;
}
#wpmem_user_profile_tabs .ui-state-active a {
	color: #fff;
}

#wpmem_product_fixed_period_select label,
#wpmem_product_fixed_period_select input,
#wpmem_product_no_gap,
#wpmem_product_fixed_period {
	margin-top: 10px;
	margin-left: 24px;
}

#updatesettings a {
	text-decoration:none;
}
updatesettings a:hover {
	color: black;
}

#adduser .form-field input[type="checkbox"],
#createuser .form-field input[type="checkbox"] {
	width: initial;
}

.wpmem-user-table-membership {
	border-bottom:1px solid #999;
}