html,
body {
  height: 100%;
}
body {
	/* display: -ms-flexbox; */
	/* display: flex; */
	/* -ms-flex-align: center; */
	/*align-items: center;*/
	/*padding-top: 40px;*/
	padding-bottom: 40px;
	background-color: #f5f5f5;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
}
.maincontent {
	padding-bottom: 360px;
}

.indexcontainer {
	background: url(/patch.png) no-repeat center bottom;
}
.indexcontainer h2 {
	font-family: 'Oswald', sans-serif;
	color: #01599c;
	text-align: center;
	padding: 15px;
	margin: 10px;
	border-radius: 10px;
	background-image:linear-gradient(to bottom, rgba(255, 195, 62, 0.35), rgba(254, 174, 0, 0.55)99.8%);
}

h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	color: #01599c;
	text-align: center;
	padding: 30px 0 10px;
	background: linear-gradient(to bottom, #ffc33f 0%, #feae00 99.8%) #feae00;
	margin: 0 -15px 40px;
}
h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
}
h1 span {
	display: block;
	font-size: .7em;
}
a.btn {
	color:#fff;
	font-weight: bold;
}
.bodycontent {
	background-color: rgba(245, 245, 245, 0.76);
	border-radius: 10px;
}


.scoutlinks a {
	display: block;
}
fieldset {
	margin-bottom: 40px;
}

.input-group {
	margin-bottom: 20px;
}
label {
	margin-bottom: 0px
}

.btn {
	font-weight:bold;
	color:#fff;
}

input[type="file"] {
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 0px;
  width:0px;
  font-size: 17px;
  color: #b8b8b8;
}


#phototarget, #photoresult,#map {
	display: none;
	width:100%;
	margin:10px 0;
	border-radius: 10px;
	border: 2px solid #fff;
	box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
}
#photoresult,#map {display: block;}

.findcontainer .input-group-prepend label{
	min-width: 80px;
}

label.startlabel { color: #316e00; font-weight: bold; }
label.finishlabel { color: #a20f00; font-weight: bold; }

.results {padding-bottom: 20px;}

.results table {
	width: 100%;
}
.results table .term {
	font-weight: bold;
}
td {
	padding:5px;
	border-bottom: 1px solid #ddd;
}
#map {
	height: 400px;  /* The height is 400 pixels */
	width: 100%;  /* The width is the width of the web page */
	display: block !important;
	position: relative;
}
a.homelink::before {
	content: "\2190  ";
	display:inline-block;
}





.container {
  width: 100%;
  max-width: 500px;
  padding-bottom: 20px;
  margin: auto;
}
.nameset select {
	width: 100%;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.categoryset, .result {
	margin-bottom: 50px;
}
.nameset {
	margin: 0 -15px 25px;
	padding: 25px 15px;
	background-color: #fff;
}
.h3 {
	color: #1966b1;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #0d2a7d;
	margin-bottom: 5px !important;
}
.categoryset input {
	border-radius: 0;
}
.categoryset .firstinput {
  margin-bottom: -1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.categoryset .lastinput {
  margin-top: -1px;
  margin-bottom: 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.btn-primary {
	background: linear-gradient(to bottom, #1966b1 0%, #0d397c 100%) #0d2a7d;
}

.result h4{
	background-color: #def;
	padding: 3px 10px;
	border-bottom: 1px solid #afd8ff;
}
.result .count {
	padding-left: 10px;
	font-size: .7em;
	line-height: 1.5em;
	color: #2c8ae4;
}
.result ul { padding-left: 25px; }

.result li { list-style: none; border-bottom: 1px solid #d4d4d4; color: #456;
}
.result li .num {
	font-weight: bold;
	color: #000;
}
.result li .also {
	padding-left: 10px;
	font-size: .8em;
	color: #7a7a7a;
	display: block;
}

.thelist .scout {
	margin-bottom: 50px;
}
.thelist ul {
	list-style: none;
	overflow: auto;
	margin: 0;
	padding: 0;
}
.thelist li {
	float: left;
	width: 20%;
	padding: 0 5px;
	box-sizing: border-box;
	text-align: right;
	border-bottom: 1px solid #2c8ae4;
	border-left: 1px solid #2c8ae4;
	color: #2c8ae4;
}
.thelist li.label {
	font-weight: bold;
	border-left: none;
}