/* Admin Site */

.left-admin-menu {
}

.left-admin-menu ul {
	background-color: #eee;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden
}

.left-admin-menu ul li a {
	width: 228px;
	float: left;
	display: block;
	color: #666;
	padding: 14px 16px;
	text-decoration: none;
}

.left-admin-menu ul li li a {
	width: 228px;
	float: left;
	display: block;
	color: #666;
	padding: 14px 16px;
	text-decoration: none;
}

.left-admin-menu ul li a:hover {
	background-color: #dddddd91
}

.admin-dashboard, .admin-member-list, .admin-website-settings {
	margin: 10px;
	max-width: 918px;
	min-height: 300px;
}

.admin-dashboard-status-headline, .admin-dashboard-adminnotes-headline, .admin-website-settings-headline {
	padding: 6px;
	padding-left: 6px;
	padding-left: 15px;
	background-color: #00b7ff;
	color: white;
	font-size: 15px;
	font-weight: bold;
	border-radius: 15px 15px 0px 0px;
}

.admin-dashboard-status table {
	border-collapse: collapse;
}

.admin-dashboard-status tr {
	font-size: 15px;
}

.admin-dashboard-status td {
	border: 1px solid gray;
	padding: 8px 0px 8px 0px;
	text-align: center;
	width: 458px;
}

.admin-dashboard-status td:first-child {
	font-weight: bold;
}

.admin-dashboard-adminnotes {
	margin-top: 20px;
}

.admin-dashboard-adminnotes-notebox {
	min-height: 450px;
	background-color: #f9f9f9;
	border: 1px solid gray;
}

.admin-dashboard-adminnotes-notebox textarea {
	resize: none;
	height: 450px;
	width: 898px;
	margin: 10px;
	border: 1px solid #bfbfbf;
}

.admin-dashboard-adminnotes-button {
	text-align: center;
	width: 120px;
	outline: none;
	padding: 5px;
	color: white;
	background-color: #0087ff;
	border: 1px solid rgba(0, 0, 0, 0.3);
	margin: 10px 10px 00px 10px;
	border-style: solid !important;
	border-radius: 6px !important;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em
}

.admin-member-list td {
	border: 1px solid gray;
	height: 100px;
	width: 444px;
	margin: 0px 17px 20px 0px;
	float: left;
}

.admin-member-list td:nth-child(2n) {
	margin: 0px 0px 20px 0px !important;
}

.admin-member-list-profile-image {
	border: 1px solid gray;
	margin: 5px;
	height: 89px;
	width: 89px;
	float: left;
}

.admin-member-list-profile-status {
	float: left;
	height: 80px;
	margin: 20px 10px 10px 10px;
	width: 200px;
}

.admin-member-list-profile-status-name {
	font-size: 15px;
	font-weight: bold;
}

.admin-member-list-profile-menu {
	float: left;
	width: 123px;
	margin-top: 25px;
}

.admin-member-list-profile-menu-input {
	display: none;
}

.admin-member-list-profile-menu-label {
	position: relative;
	display: block;
	cursor: pointer;
	border: 1px solid gray;
	width: 80px;
	background-color: #f0f0f0;
	overflow: hidden;
	padding: 4px;
}

.admin-member-list-profile-menu-label-icon {
	height: 20px;
	float: left;
	padding-right: 3px;
}

.admin-member-list-profile-menu-label-text {
	float: left;
}

input:checked~ul.admin-member-list-profile-undermenu {
  display: block;
}

.admin-member-list-profile-undermenu {
	list-style-type: none;
	display: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
}

.admin-member-list-profile-undermenu li {
	padding: 6px;
	background-color: #f0f0f0;
	border: 1px solid gray;
	width: 90px;
}

.admin-member-list-profile-undermenu li a {
	text-decoration: none;
	color: #666;
}

.admin-website-settings-set {
	padding: 7px;
	border: 1px solid gray;
	border-top: none;
	overflow: auto;
}

.admin-website-settings-set-headline {
	padding-bottom: 7px;
}

.admin-website-settings-set-checkbox {
}

.admin-website-settings-set-checkbox-label {
	border: 1px solid gray;
	margin-right: 5px;
	padding: 5px;
	float: left;
}

.admin-website-settings-set-button {
	text-align: center;
	width: 150px;
	outline: none;
	padding: 5px;
	color: white;
	background-color: #0087ff;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-style: solid !important;
	border-radius: 6px !important;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
	margin-right: 7px;
}