/**
 * Evolvis main and MediaWiki-extra CSS file (bootstrap theme)
 *
 * Copyright 2009 Matthieu Faure // Open-s.com
 * Copyright © 2009
 *	Thorsten “mirabilos” Glaser <tg@mirbsd.org>
 * Copyright 2010 Franck Villaume - Capgemini
 * Copyright © 2011
 *	Patrick Apel <p.apel@tarent.de>
 * Copyright © 2010, 2011, 2012, 2013, 2014, 2015
 *	Thorsten Glaser <t.glaser@tarent.de>
 * (and numerous others; README.Evolvis contains a list)
 *
 * Also includes some other CSS files folded into one file for
 * easier retrieval; these pieces have different authorship.
 *
 * This file is part of FusionForge. FusionForge is free software;
 * you can redistribute it and/or modify it under the terms of the
 * GNU General Public License as published by the Free Software
 * Foundation; either version 2 of the Licence, or (at your option)
 * any later version.
 *
 * FusionForge is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along
 * with FusionForge; if not, write to the Free Software Foundation, Inc.,
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */

/* Sticky footer styles */

html,
body {
	height: 100%;
	/* The html and body elements cannot have any padding or margin. */
	background: 0;
}

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by its height */
	margin: 0 auto -60px;
	/* Pad bottom by footer height */
	padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#evolvis_footer {
	height: 60px;
	//background-color: #f5f5f5;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
	padding: 75px 15px 0;
}
.container .credit {
	margin: 20px 0;
}

#evolvis_footer > .container {
	padding-left: 15px;
	padding-right: 15px;
}

code {
	font-size: 80%;
}

.navbar-default {
	background-color: #263f5a;
	border: 0px;
}

.navbar-default .navbar-brand {
	color: #FFFFFF;
}
.navbar-default .navbar-nav > li > a {
	color: #FFFFFF;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #AAAAAA;
}

.navbar > .container .navbar-brand:hover {
	color: #AAAAAA;
}
.navbar > .container .navbar-brand:focus {
	color: #AAAAAA;
}

.navbar-head-color {
	background-color: #263f5a;
}

.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin .checkbox {
	font-weight: normal;
}
.form-signin .form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.spacer-for-non-forgemenu {
	height: 20px;
}

.submenu {
	background-color: #FFFFFF;
}

.forgelogo {
	height: 30px;
	width: 26px;
}

.forgelogo_inverse {
	height: 30px;
	width: 26px;
}

#forgemenu > li > .dropdown-toggle {
	padding-top: 12px;
	padding-bottom: 8px;
}
#forgemenu > .open > .dropdown-toggle > .forgelogo_inverse {
	display: inline;
}
#forgemenu > li > .dropdown-toggle > .forgelogo_inverse {
	display: none;
}
#forgemenu > .open > .dropdown-toggle > .forgelogo {
	display: none;
}

.forgesubmenu {
	padding-left: 0px;
	background-color: #E7E7E7;
}

.forgesubmenu > .nav > li > a {
	padding-bottom: 5px;
	padding-top: 5px;
}

.nav > li > a:hover,
.nav > li > a:focus {
	background-color: #F5F5F5;
}

.forgenowrap {
	white-space: nowrap;
}

.page-header {
	margin-top: 10px;
}

.nav-pills > li > a {
	border-radius: 0;
}

.nav-pills > li.active > a {
	background-color: #F5F5F5;
	color: #333333;
}

.glyphicon {
	top:0px;
}

.forgesearch {
	margin-top: 11px;
}

#p-logo {
	display: none;
}

div#column-one {
	padding-top: 10px;
}

#p-cactions {
	position: relative;
}

#p-personal {
	position: relative;
	margin-left: 784px;
	width: 0;
}

div#content {
	border: 0;
	position: static;
}

div#evolvis_footer {
	border: 0;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#f-copyrightico {
	display: none;
}

/* used by Gravatar display */

.img-shadow-l {
	float:left;
	background: url(../../images/img-shadowAlpha.png) no-repeat bottom right !important;
	background: url(../../images/img-shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.img-shadow-l img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

.img-shadow-s {
	float:left;
	background: url(../../images/img-shadowAlpha.png) no-repeat bottom right !important;
	background: url(../../images/img-shadow.gif) no-repeat bottom right;
	margin: 4px 0 0 4px !important;
	margin: 4px 0 0 2px;
}

.img-shadow-s img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -2px 2px 2px -2px;
	padding: 2px;
}

.img-shadow-xs {
	float:left;
	margin-right: 2px;
}

.img-shadow-xs img {
	display: block;
	position: relative;
	border: 1px solid #a9a9a9;
	width: auto;
	height : 16px;
}

.img-shadow-xs img:hover {
	height: auto;
}

.img-inline-l {
	background: url(../../images/img-shadowAlpha.png) no-repeat bottom right !important;
	background: url(../../images/img-shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.img-inline-l img {
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
	vertical-align: text-bottom;
}

.img-inline-s {
	background: url(../../images/img-shadowAlpha.png) no-repeat bottom right !important;
	background: url(../../images/img-shadow.gif) no-repeat bottom right;
	margin: 4px 0 0 4px !important;
	margin: 4px 0 0 2px;
}

.img-inline-s img {
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -2px 2px 2px -2px;
	padding: 2px;
	vertical-align: text-bottom;
}

.img-inline-xs {
	margin-right: 2px;
}

.img-inline-xs img {
	position: relative;
	border: 1px solid #a9a9a9;
	width: auto;
	height : 16px;
	vertical-align: text-bottom;
}

.img-inline-xs img:hover {
	height: auto;
}

.no-img-xs {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 18px;
}

.forgepane {
/*
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
*/
	padding-top: 15px;
	padding-bottom: 15px;
}

.tablesorter-bootstrap .tablesorter-header {
	cursor: pointer;
}

.tablesorter-bootstrap .tablesorter-header-inner {
	position: relative;
	padding: 4px 18px 4px 4px;
}

/* bootstrap uses <i> for icons */
.tablesorter-bootstrap .tablesorter-header i {
	font-size: 11px;
	position: absolute;
	right: 2px;
	top: 50%;
	margin-top: -7px; /* half the icon height; older IE doesn't like this */
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	line-height: 14px;
	display: inline-block;
}
.tablesorter-bootstrap .bootstrap-icon-unsorted {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAWVJREFUeNqUUL9Lw2AUTGP8mqGlpBQkNeCSRcckEBcHq1jImMElToKuDvpHFMGhU0BQcHBwLji6CE1B4uB/INQsDi4d2jQ/fPeZxo764OV6915f7lLJ81xot9tCURXqdVEUr7IsO6ffH9Q5BlEUCaLwWxWqTcbYnaIoh0Dw4gAvcWlxq1qt9hqNxg6hUGAP+uIPUrGs0qXLer2+v/pTX6QpxLtkc2U2m53ACb8sSdIDXerSEms2m6+DweAICA4d89KGbduf9MpEVdXQ9/2LVqv1CASHjjn3iq/x1xKFfxQPqGnada1W86bT6SiO42OS3qk3KPStLMvbk8nkfjwen/LLuq6blFymMB0KdUPSGhAcOualjX6/f0bCiC7NaWGPQr0BwaFjzn0gYJqmLAiCA8/zni3LmhuGkQPBoWPOPwQeaPIqD4fDruu6L6Zp5kBw6IudchmdJAkLw3DXcZwnIPjy/FuAAQCiqqWWCAFKcwAAAABJRU5ErkJggg==);
}

.tablesorter-bootstrap .tablesorter-processing {
	background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=');
	background-position: center center !important;
	background-repeat: no-repeat !important;
	position: absolute;
	z-index: 1000;
}

.tablesorter-filter[disabled] {
	display: none;
}

legend {
	margin-bottom: 10px;
	font-size: 18px;
}

/* bootstrap style for jquery ui autocomplete */
.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;
	_width: 160px;
	padding: 4px 0;
	margin: 2px 0 0 0;
	list-style: none;
	background-color: #ffffff;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
	display: block;
	padding: 3px 15px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #555555;
	white-space: nowrap;
}

.ui-state-hover, .ui-state-active {
	color: #ffffff;
	text-decoration: none;
	background-color: #0088cc;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-image: none;
}

.input-group-sm > select[multiple] {
	height: auto;
}

h1 .small {
	font-size: 40%;
}

.forgelink .link_img_inverse {
	display: none;
}

.forgelink .link_img {
	display: inline;
}

.forgelink:hover .link_img_inverse {
	display: inline;
}

.forgelink:hover .link_img {
	display: none;
}

fieldset {
	margin-bottom: 10px;
}

fieldset > .table {
	margin-bottom: 0px;
}

fieldset > .table:last-child {
	margin-bottom: 10px;
}

legend > .navbar-right > .btn {
	padding: 0;
}

#backward_relations {
	margin-bottom: 10px;
}

#backward_relations > .list-group-item {
	border: 0;
	padding-left: 0px;
	padding-top: 0px;
}

#comments_list {
	margin-bottom: 10px;
}

#comments_list > .list-group-item {
	border: 0;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 0;
}
#comments_list > .list-group-item:hover {
	background-color: #F5F5F5;
}

/* fix wiki monobook */
.nav.navbar-nav > li {
	margin-bottom: 0;
}

.portlet ul {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 3px;
 }

#toc.toc ul {
	margin-left: 10px;
	margin-right: 10px;
 }

div#footer {
	border-bottom: 0;
}

.tochidden #toctitle {
	margin-left: 6px;
	margin-right: 3px;
}

/* for ffDebug, copied from evolvis.css */

#ffErrorsHidden {
	z-index:10;
	position:absolute;
	top:80px;
	left:10px;
	opacity:0.9;
	color:black;
	font-family:sans-serif;
	font-size:medium;
	font-weight:bold;
	border-width:2px;
	border-style:solid;
	background-color:#FFC0CB;
	border-color:red;
	padding:0.5em;
}

#ffErrors {
	z-index:10;
	position:absolute;
	top:80px;
	left:10px;
	right:10px;
	bottom:10px;
	overflow:scroll;
	opacity:0.9;
	color:black;
	font-family:sans-serif;
	font-size:medium;
	font-weight:bold;
	border-width:2px;
	border-style:solid;
	background-color:#FFC0CB;
	border-color:red;
	padding:0.5em;
}

#ffErrors .error {
	border-width:0px;
	padding:0px;
	color:red;
	text-align:left;
}

#ffErrors .warning {
	border-width:0px;
	padding:0px;
	color:black;
}

#ffErrors .notice {
	border-width:0px;
	padding:0px;
	color:#999999;
}

#ffErrors .strict {
	border-width:0px;
	padding:0px;
	color:green;
}

#ffErrors .database {
	border-width:0px;
	padding:0px;
	color:#0000FF;
}

#ffErrors a, #ffErrorsHidden a {
	color:blue;
	text-decoration:none;
	font-size:small;
}

#ffErrors pre {
	line-height:100%;
	background-color:transparent;
	font-family:fixedmisc,fixed,monospace;
	border:0;
	padding:0px;
}
