.navbar {
	margin-bottom: 0px;
}

.navbar-inverse .navbar-brand {
	font-size: 2em;
	color: #fff;
}

.navbar-inverse .navbar-brand:hover {
	color: #ccc;
}

.navbar-brand .logo {
	color: red; /* mkm – not used, orig: #5cb85c*/
}

ul.navbar-right {
	font-size: 1.5em;  /* mkm: does not apply to form.navbar-right with credentials */
}

/* mkm adjust nav colors */
.navbar-inverse .navbar-text {
     color: #eee; /* orig: #9d9d9d */
}
.navbar-inverse .navbar-nav > li > a {
     color: #eee; /* orig: #9d9d9d */
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
     background-color: transparent;
     color: #fff;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
     background-color: #080808;
     color: #fff;
}

/*  -END nav colors*/

.main-container {
	margin-top: 20px;
}

.registration-form {
	max-width: 450px;
	margin: 0 auto;
}

.small-container-500 {
	max-width: 500px;
  	padding: 15px;
  	margin: 0 auto;
}

.small-container-330 {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}


.small-container .small-container-heading,
.small-container .checkbox {
  margin-bottom: 10px;
}
.small-container .checkbox {
  font-weight: normal;
}
.small-container .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.small-container .form-control:focus {
  z-index: 2;
}

/* Signin */
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.login td {
    padding-right: 2px;
    padding-left: 2px;
}

.login {
	color: #fff;
}

.panel-body p.annot {
  font-style:italic;
  font-size:1em;
}

.subprio {font-size:0.7em;}

/* mission pseudo-table*/
	div.pseudotable {}
	div.pseudotable div div, .mission div {border-top:1px solid #ccc;}
	.xs-hidden, .xs-lg-hidden {display:none;}
	.xs-only-inline {display:inline;}
	.xs-small {font-size:80%;}
	.xs-padded {padding-left:1.5em;}
	.mission > div:nth-child(1), .mission > div:nth-child(2) {background-color: #ccc;
	
	  /*Animation*/
  -webkit-transition: background-color 0.5s ease;
     -moz-transition: background-color 0.5s ease;
       -o-transition: background-color 0.5s ease;
      -ms-transition: background-color 0.5s ease;
          transition: background-color 0.5s ease;
	}
	.mission:hover > div:nth-child(1), .mission:hover > div:nth-child(2) {background-color: #eee;}
	.mission > div:nth-child(2) {padding-bottom:1em;}

	.mission:hover .xs-hidden, .mission:hover .xs-lg-hidden {display:block; margin-left:1em;}
	.mission:hover .xs-lg-hidden {border-top:0px;}
	div.mission:hover {border:1px dotted #ddd; padding:1.5em;}
	
	@media (min-width: 768px) {
	.xs-hidden {display:block;}
	.xs-only-inline {display:none;}
	.xs-small {font-size:100%;}
	.xs-padded {padding-left:auto;}
	.mission > div:nth-child(1), .mission > div:nth-child(2) {background-color: #fff;}
	.mission:hover .xs-hidden {margin-left:0em;}
	div.mission:hover {border:0; padding:0em 1em;}
	.mission > div:nth-child(2) {padding-bottom:0em;}
	.xs-lg-hidden {display:none;}
	.mission:hover .xs-lg-hidden {display:block;} 

	}
	
	.popLoc {margin-right:1em;}
	
	.collapsable-info {display:hidden;}
/* end mission */

.symbol-status {  /* CIRCLE */
	width: 1.2em;
	height: 1.2em;
	-moz-border-radius: 1.2em;
	-webkit-border-radius: 1.2em;
	border-radius: 1.2em;
	float:left;	
	margin-right:0.5em;
}

.status1 {background:#94D466;} /* frei zur Bearbeitung * not lightgreen*/
.status2 {background:green;} /* dito, unvollständige Suche #4CAF50;*/
.status3 {background:orange;} /* RESERVIERT */
.status4, .rlCR {background:red;}    /* rot	erledigt, nicht gefunden */
.status5 {background:violet;}  /* violett	erledigt, in Umg. gefunden */
.status6 {background:blue;}  /* blau	erledigt, Wiederfund */
.status8 {background:grey;}  /* grau	erledigt, zurückgezogen */
.rlVU {background: #F6E42C;} /* goldgelb */
.rlDD {background: #bbb;}
.rlRE {background: black;}
.rlEN {background: #F66938;}



.help-symbol {  /* CIRCLE */
	-moz-border-radius: 1.1em;
	-webkit-border-radius: 1.1em;
	border-radius: 1.1em;
	float:left;	
	margin-right:0.5em;
	background: #eee; 
	padding:0px 10px;
	border:1px solid #ddd;
	}

.btn-collapse {
	float:right ;clear:both; 
	width:24px; 
	background-color: #ddd;
	border:1px solid #bbb;
	border-radius: 4px;
	padding:2px;
	margin:0;
	cursor:pointer;
	}
	
.btn-collapse:hover {
	background-color: #ccc;
}
	
.btn-collapse span {
  display: block;
  margin:1px;
  width: 16px;
  height: 2px;
  border-radius: 1px;
  background-color: white;
}



table.missions tr td:nth-child(5) {min-width:120px;} /* Safari Hack?! */
form.form-search-mission > div div{border-top:0px;}

.button-link-style {
	border:0px !important;
	background:#fff !important; 
	color:#00f !important; /* does not override button styled with bootstrap */
	padding:0px !important; 
	margin:0px 0px 0px 0px !important;
	}
	
.button-condensed-mkm {
	line-height: 1;
	margin:2px 0px;
	padding:2px;
}
	
.spCaption {width:200px !important; font-size:0.8em; display: block;}

div.infolist {border-top:0px !important ;margin-bottom:1em;}
div.infolist p {margin:0px; text-indent:-2em !important;margin-left:2em !important;}

i sup {color:red;}
i sup:after {content:' *'; color:black;}