.Error {
	color: #a81a1a;
	font-weight: bold;
	font-style: italic;
}

.highlightcontent {
	background-color: #dddddd;
}

/*bootstrap adaptations*/

.btn, .dropdown-menu {
  font-family: Arial, sans-serif;
}

body {
	font-size: 15px;
	line-height: 1.5em;
	font-family: Arial, sans-serif;
}
blockquote p, blockquote ul, blockquote li {
    font-size: 15px;
    line-height: 1.4em;
    margin-bottom: 7px;
}

.page-header {
    border-bottom: 1px solid #EEEEEE;
    margin: 20px 0 10px;
    padding-bottom: 0;
}

hr { 
	margin : 3px 0;
}

.page-header h1, .page-header h2, .page-header h3 {
	margin: 0;
}

#content{
	padding-top: 20px;
	margin-bottom: 25px;
}

.frame{
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
}
html, body{
	height: 100%;
	margin: 0pt;
}
.footer{
	font-size: 13px;
	height:1px;
	width:100%;
	display: table-row;
}
.navbar{
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6, .navbar, .byline, .wikibyline, .pagination, .attachments { 
	font-family: Arial, sans-serif;
}
li{ 
	line-height: 1.5em;
}

h1{
	font-size: 26px;
}

h2 {
	font-size: 20px;
	margin: 20px 0 10px 0;
	padding: 0 0 0px 0;
  border-bottom: 1px solid #ddd;
  line-height: 1.5em;
}
h3 {
  font-size: 18px;
  margin: 20px 0 10px 0;
  padding: 0 0 0px 0;
  border-bottom: 1px solid #ddd;
  line-height: 1.5em;
}
.page-header h2, .page-header h3  {
	border: 0
}

h3 {
  line-height: 1.2em;
}
h2 a, h3 a {
  color: black;
}


/* --------------------------------------------------------------- */

textarea {
  width: 95%;
  height: 150px !important;
}

form{
	display: inline;
}

.checkbox-set-element label {
	display: inline;
	padding: 0 5px 0px 5px;
}

.ibtn {
  height: 18px;
}

.table-striped tbody tr.alert:nth-child(2n+1) td, .table-striped tbody tr.alert:nth-child(2n+1) th {
	 background-color: #FCF8E3;
}
.table-striped tbody tr.alert-error:nth-child(2n+1) td, .table-striped tbody tr.alert-error:nth-child(2n+1) th {
	 background-color: #F2DEDE;
}
.table-striped tbody tr.alert-success:nth-child(2n+1) td, .table-striped tbody tr.alert-success:nth-child(2n+1) th {
	 background-color: #DFF0D8;
}

.table-striped tbody tr:nth-child(2n+1) td.alert, .table-striped tbody tr:nth-child(2n+1) th.alert {
	 background-color: #FCF8E3;
}
.table-striped tbody tr:nth-child(2n+1) td.alert-error, .table-striped tbody tr:nth-child(2n+1) th.alert-error {
	 background-color: #F2DEDE;
}
.table-striped tbody tr:nth-child(2n+1) td.alert-success, .table-striped tbody tr:nth-child(2n+1) th.alert-success {
	 background-color: #DFF0D8;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #525436 !important;
	background-color: #C0C779 !important;
}
.navbar-default .navbar-nav>li>a {
	color: #525436 !important;
}
.navbar-default{
	background-color: #CFD67E !important;
}
.navbar-default .navbar-brand{
	color: #525436 !important;
}
.navbar-default .dropdown-menu {
	background-color: #C0C779 !important;
}
.navbar-default .dropdown-menu>li>a:hover, .navbar-default .dropdown-menu>.active>a, .navbar-default .dropdown-menu>.active>a:hover {
	background-color: #CFD67E !important;
}
.navbar-default .dropdown-menu>li>a, .navbar-default .dropdown-menu>li>a:focus {
	color: #525436 !important;
}
a {
	color: #828A2B;
}

.Ghost {
    display: none;
}

.btn-group input[type="text"] {
  margin : 0;
}

.btn-group form .input-append input {
  vertical-align: middle;
}

.tags .btn-group + .btn-group {
    margin: 0 3px 3px;
}
.tags .btn-group {
	margin: 0 0 3px 3px;
}

.CommentHeader {
        color: gray;
        font-style: italic;
        font-size: small;
        margin-bottom: 2px;
}

div.Date {
	display: inline;
}

.row.issueRow {
	border-bottom: 1px solid #ccc;
	padding: 3px 0;
}
.row.issueRowDone {
	background: #efefef; 
	color: #777;
}
.row.issueRowDone a {
  color: #777;
}
