/**
 * Styles for the new items on Manage Pages
 */

.wiki-subnav {
	position: relative;
	height: 32px;
	line-height: 32px;
	padding: 0 6px;
	background: #2b2e31;
    border: 1px solid #222;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3), 0 1px 0 rgba(255, 255, 255, .1);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3), 0 1px 0 rgba(255, 255, 255, .1);
}
.subnav-options {
	float: right;
}
.subnav-options a {
	display: block;
	padding: 0 8px;
	font-weight: bold;
}
.subnav-options-list {
	position: absolute;
	right: 135px;
	top: -25px;
	display: none;
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .8);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .8);
}
.subnav-options-list ul {
	margin: 6px 0;
	padding: 0;
	list-style: none;
}
.subnav-options-list ul li {
	margin: 0;
	padding: 0;
	line-height: 1.8;
}
.subnav-options-list ul li a {
	font-weight: normal;
	border: none;
	-moz-border-radius: 0;
	border-radius: 0;
}
.subnav-options-list ul li a:hover {
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.subnav-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.subnav-content ul li {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
}
.subnav-content ul li a {
	display: block;
	padding: 0 8px;
	font-weight: bold;
}
.subnav-icon {
	display: block;
	float: left;
	padding: 8px 4px 0 0;
}
.subnav-icon-right {
	display: block;
	float: right;
	padding: 9px 0 0 6px;
}

.page-main {
	height: 32px;
	line-height: 32px;
}
.page-controls {
	float: right;
	height: 32px;
	line-height: 32px;
	margin: 0 5px 0 0;
}
.page-controls ul {
	margin: 0;
	padding: 0;
	height: 32px;
	line-height: 32px;
	float: right;
	list-style: none;
}
.page-controls ul li {
	margin: 0 2px 0 0;
	padding: 0 7px;
	height: 32px;
	line-height: 32px;
	float: left;
	border: 1px solid transparent;
	border-bottom: none;
}
.control-active {
	background: #4b4d52;
	border: 1px solid #34363a !important;
	border-bottom: none !important;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.page-supplemental {
	padding: 10px 5px;
	border: 1px solid #34363a;
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}

/**
 * Styles for the new category picker
 */
#category-panel {
	margin: 1em 0;
	min-height: 100px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.category-panel-header {
	line-height: 44px;
	padding: 0 10px;
	font-weight: bold;
}
.category-panel-header input[type=text] {
	min-width: 325px;
	max-width: 90%;
}
.category-panel-header button {
	margin: 6px 0;
}
.category-panel-content h3 {
	margin: 8px 0 6px 0;
	text-align: center;
	color: #414141;
	font-size: 1.2em;
}
.category-panel-content h4 {
	text-align: center;
	color: #787878;
	font-size: 1em;
	font-weight: normal;
}
.category-panel-content .badge {
	font-size: 0.9rem;
	font-weight: normal;
}
.category-panel-content .badge:hover {
	cursor: pointer;
}

.alt { background-color: #3d454c; }

#tabs {
	margin-top: .5rem;
}

#tab-list.no-line:before {
    position: relative;
    content: "";
	background-color: transparent;
}

.form-check-input {
	margin-right: .5rem;
}