/* Custom page CSS
-------------------------------------------------- */
html {
	height:auto;
}
body {
	font-family: Calibri, sans-serif;
	font-size: 12pt;
	background: no-repeat fixed center;
	background-size: cover;
}
h1 { /* main heading */
	font-size: 24pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFFFFF;
	width:100%;
	margin-top: 10px;
	margin-bottom: 0;
}
h1.home {
	font-size: 24pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	/*background-color: #D9E3BB;*/
	background-color: transparent;
	padding-bottom: 20px;
}
h2.home { /* sub-heading */
	font-size: 18pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}
h2 { /* sub-heading */
	font-size: 16pt;
	font-family: Arial, Helvetica, sans-serif;
}
p.lead { /* standfirst */
	font-family: Calibri, sans-serif;
	font-size: 14pt;
}
p {
	font-family: Calibri, sans-serif;
	font-size: 12pt;
}
.navbar-default {
	background-color: #FFFFFF;
	background-image: url('../img/wessex-bess_crop.jpg');
	background-repeat: no-repeat;
	background-position:center;
	height: 95px;
	margin-bottom: 0;
	border-color: #FFFFFF;
}
.mapTop {
	padding-top: 20px;
}
.shadow {
	padding: 5px;
	border: 1px solid #f0f0f0;
	border-bottom: 2px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#map {
	width: 450px;
	height: 500px;
	border: 1px solid black;
	padding: 5px;
	z-index: 1;
}
.modal-content {
	background-color: #E7F0CE;
	z-index: 900;
}
body .modal-map {
  width: 95%; /* desired relative width */
  margin:auto; /* place center */
}
/*.questions {
	overflow-y: scroll;
	height: 601px;
	padding: 5px;
}*/
.required {
	color: red;
}
img.olTileImage {
	max-width: none;
}
.likert {
	/*border-bottom: 1px solid #000000;*/
	text-align: center;
	vertical-align: text-top;
	font-size: 8pt;
	border-bottom: 1px solid #000000;
	width: 10%;
}
table {
	text-align:center;
	margin: auto;
	background-color: #FFFFFF;
	width: 100%;
}
table.form {
	/*background-color: #D9E3BB;*/
	background: rgba(217, 227, 187, 0.85);
	cellpadding: 0;
	cellspacing: 0;
}
table.form tr {
	border-bottom: 1px solid #000000;
}
table.title {
	font-size: 16px;
	background-color: transparent;
	cellpadding: 0;
	cellspacing: 0;
}
table.ethics {
	text-align: left;
	margin: auto;
	width: 100%;
}
td.ethics {
	padding: 20px;
	font-size: 14pt;
}
.top {
	padding-top: 10px;
}
/*#footer > .container {
	padding-right: 25px;
	padding-left: 25px;
}*/
#footer {
	position: absolute;
	bottom: 0px;
	width: 20%;
	padding: 10px;
	margin: 10px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: #000000;
	height: 12px;
}
code {
	font-size: 80%;
}
.form-horizontal .control-label {
	text-align:left;
	margin:1px 0px 1px 0px;
	padding:1px 5px 1px 5px;
}
.glyphicon-info-sign {
	color:#007ACC;
	text-shadow: black 5px 3px 3px;
}
.glyphicon-remove-circle {
	color:#B22222;
	text-shadow: grey 4px 2px 2px;
}
.well {
	min-height: 20px;
	padding: 20px;
	margin-bottom: 20px;
	/*background-color: #D9E3BB; /*FFFFCC;*/
	background: rgba(217, 227, 187, 0.9);
	border: 1px solid #87ad69; /*e3e3e3;*/
}
.u16-font {
	font-family:"Comic Sans MS";
}
.highlight {
	border: 3px solid #0099FF;
	padding: 5px;
	font-weight: bold;
}
/* make the map div fix when questions are scrolling after the user click on the map  */
ul.affix .well {
	position: fixed;
	top: 0px;
	left: 45px;
	width: 360px;
	padding-top: 0px;
}
ul.affix-top {
	position: static;
}
ul.affix-bottom {
	position: absolute;
}
/* First level of nav */
.sidenav {
	margin-top: 0px;
	margin-bottom: 30px;
	padding-top: 5px;
	padding-bottom: 10px;
	/*background-color: #f7f5fa;*/
	border-radius: 5px;
}
/* All levels of nav */
.sidebar .nav > li > a {
	display: block;
	color: #716b7a;
	padding: 5px 20px;
}
.sidebar .nav > li > a:hover, .sidebar .nav > li > a:focus {
	text-decoration: none;/*background-color: #e5e3e9;*/
}
.sidebar .nav > .active > a, .sidebar .nav > .active:hover > a, .sidebar .nav > .active:focus > a {
	font-weight: bold;
	/*color: #563d7c;*/
	background-color: transparent;
}
/* Nav: second level */
.sidebar .nav .nav {
	margin-bottom: 8px;
}
.sidebar .nav .nav > li > a {
	padding-top:    3px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: 90%;
}
#content {
	margin-top: 0px;
}
/* end of fixed map div */
}
.white_content {
	display: none;
	position: absolute;
	top: 15%;
	left: 15%;
	width: auto;
	height: auto;
	padding: 5px;
	border: 5px solid #87ad69; /* pale green */
	background-color: white;
	z-index:1002;
	overflow: auto;
}
input, textarea, text, select {
	border : 1px solid #0099FF;
}
.btn {
	box-shadow: 5px 5px 3px #999999;
}
.pic {
	opacity: 1;
	filter: alpha(opacity=100);
}
.pic:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
input[type=radio].ethics {
	margin: 1em 1em 1em 0;
	transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
} 
.content {
	display:none;
}
.preload { 
	width:100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
	z-index:9999;
}