/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
	background-color: #ffffff;
}
.container-fluid{
	max-width: 1400px;
}
h1, .h1, h2, .h2, h3, .h3{
	margin-top: 5px;
    color: #6a7d20;
}
h1, .h1{
	font-size: 2.0em;
}
h2, .h2 {
	font-size: 1.5em;
}
h3, .h3{
    font-size: 1em;
}
a {
	color: #006699;
}
img {
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 8px;
}
.navbar-default {
    background-color: #fff;
    border-color: #8da52b;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
    color: #fff;
    background-color: #069;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: #006699;
}
.navbar-default .navbar-nav > li > a
{
    color: #069;
}
.navbar-default .navbar-nav > li > a.is-active {
	color: #fff;
    background-color: #006699;
}
.navbar-right {
	margin-right: 0px;
}
.navbar-nav {
	margin-top: 5px;
	margin-bottom: 5px;
}
#navbar{
    z-index:1000;
}
.dropdown .navbar-text {
	color: #069;
}
.dropright .navbar-text {
	color: #fff;
}
.dropright a.nolink:hover {
	cursor: auto;
}
.dropup, .dropdown, .dropright {
    position: relative;
}
.dropright > a::after {
    display: inline-block;
    content: " ";
	width: 0;
	height: 0;
	border-color: transparent;
    border-left-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ffffff;
	margin-top: 3px;
	margin-left: 20px;
}
.dropright > a:hover::after{
	border-left-color: #006699;
}
@media screen and (max-width:980px) {
.nav{
	margin-top: 10px;
}
.nav > li > a{
	padding: 5px 5px;
}
.navbar-text {
	margin-top: 5px;
}
}
a:hover, a:focus {
	color: #006699;
}
.btn-primary {
    color: #ffffff !important;
    background-color: #006699;
    border-color: #006699;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #337AB7;
    border-color: #bce8f1;
}
.dropdown-menu {
    background-color: #006699;
    border-color: #006699;
	box-shadow: 0 0 4px rgba(249, 243, 243, 0.3);
}
.dropdown-menu > li > a{
	color: #ffffff;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
ul.nav li.dropdown > ul.dropdown-menu {
  margin-top: 0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #069;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
}
ul.nav li.dropdown:hover ul.dropdown-menu li.expanded ul.dropdown-menu {display:none;}
ul.nav li.dropdown:hover ul.dropdown-menu li.expanded:hover ul.dropdown-menu {display:block;}
.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
}
/*style for table*/
table{
	width: 100%;
	background-color: none;
}
table thead th {
    background: #006699;
    color: #fff;
    font-weight: 500;
    padding: 5px 15px;
    font-size: 0.933em;
}
table tbody td {
    padding: 5px 15px;
    border-bottom: 1px solid #006699;
}
th a{
	color: #ffffff;
}
th a:hover {
	color: #ffffff;
}
.author {
	font-size: 12px;
}
.menu--footer li {
	display: inline-block;
}
.layout__region--first{
	margin-right:10px;
}

.layout--twocol-section {
	flex-wrap: nowrap;

}

/*sidebar background color*/
.well{
	background-color: #F7E9D4;
}
/*embedded video styles*/
.player .vp-controls .fullscreen{
	margin-left: 5em !important;
}
.player.no-playbar .vp-controls .play-bar button {
	display:block;
}
/* panel style settings*/
.subpanel, .twitter-timeline, .block-views-blocknews-lists-block-1, .block-views-blockevents-list-block-1{
	border-radius: .25rem;
	box-shadow: 0 0 2px #bbb;
	padding: 10px;
    margin-bottom: 8px;
}
/* block settings*/
.block-title{
	border-bottom: 1px solid #E5E5E5;
}
/* banner text setting.*/
.carousel-caption h3{
	font-size: 16px;
	font-weight:bold;
}
.carousel-caption p{
	font-size:12px;
}
/* styles for each items inthe list*/
.list-item:nth-child(odd){
	background: #fff;
}
.list-item:nth-child(even){
	background: rgba(0,0,0,.05);
}
/**/
.list-row {
    border-bottom: 1px solid gainsboro;
    margin-bottom: 0.692em;
    padding-bottom: 0.692em;
}
/* export button links */
.csv-feed .feed-icon{
	display:inline !important;
}
.export-button{
	float:right;
}
.export-button a {
padding: 15px 15px 15px 15px;
display: -webkit-inline-box;
background: #2295f3 !important;
color: white;
text-align: center;
}
.export-button a:hover {
box-shadow: 0 2px 6px rgba(0,0,0,.3) !important;
}
.export-button img {
display:none !important;
}
.export-button a:before {
content: "Download CSV" !important;
color:white !important;
}
.export-button a:after {
font-family: 'Font Awesome 5 Free';
content: '\f019';
display: inline-block;
font-style: normal;
font-weight: 900;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 15px;
color: white;
margin-left: 8px;
}
figure {
  color: #d9edf7;
  width: 40%;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  text-indent: 0;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
.img-responsive{
	display:inline;
}
/*General table style settings */
.table tr:nth-child(even) {
	background-color: #d9edf7;
}
.footer .table tr{
	background: none;
}
.action-links {
	list-style: none;
}
/* Forum style settings*/
.table tr.even {
    background-color: #fff !important;
}
.table tr.odd {
    background-color: rgba(0,0,0,.05) !important;
}
.table-forum tr:nth-child(odd) {
    background-color: #fff !important;
}
.table-forum tr:nth-child(odd) {
	background-color: rgba(0,0,0,.05) !important;
}
.forum >footer{
	float: left;
	width: 150px;
	background-color: rgba(0,0,0,.05);
	padding: 7px;
	margin-top: 5px;
	min-height: 120px;
	overflow: auto;
}
.forum .field--name-body {
	margin-top: 5px;
	margin-left:150px;
	padding:10px;
	border: 1px solid #006699;
	min-height: 200px;
	overflow: auto;
	background-color: rgba(0,0,0,.05) !important;
}
.js-comment > footer{
	float: left;
	width: 150px;
	background-color: rgba(0,0,0,.05);
	border-bottom: 2px solid white;
	padding: 7px;
	min-height: 120px;
}
.js-comment > div{
	margin-top: 5px;
	margin-left: 150px;
	min-height: 200px;
	overflow:auto;
	border: 1px solid #006699;
	background-color: #FFFFFF !important;
}
.js-comment > footer > a {
	display:none;
}
.submitted {
	display:none;
}
.js-comment > div > h3 {
	border-left: 2px solid white;
	background-color: rgba(0,0,0,.05);
	line-height: 225%;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.field--name-comment-body{
	padding:10px;
	margin-bottom:28px
}
.js-comment > div > ul {
	background-color: rgba(0,0,0,.05);
	width:100%;
}
.list-inline > li.comment-forbidden{
	padding-right:20px;
}
.links{
	float: right;
	line-height: 2em;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 0px;
}
.indented {
	margin-left: 25px;
}
.comment__permalink{
	display:none;
}
.created{
	font-size: 12px;
}
mark, .mark {
	float: right;
	margin-right: 5px;
	margin-top: 10px;
}
div.form-group input[type="checkbox"]{
	margin-left: -20px;
}
/* styles for language dropdown*/
.lang-dropdown-form {
	float: right;
}
.lang-dropdown-form div{
	float: left;
}
.language-icon {
	margin-top: 8px;
}
.region-sidebar_top {
	float: inline-end;
}
.ui-state-highlight {
	color: #000 !important;
}
/* style for search form*/
.region-sidebar-top #search-block-form {
	float: right;
}
/* style for logo */
#scheme-logo {
	max-height: 100px;
}

/* Footer grid */
.footer-first, .footer-second, .sidebar-top-first, .sidebar-top-second {
 position: relative;
 float: left;
}
.footer-third, .sidebar-top-third {
 position: relative;
 float: right;
}
.sidebar_top > .col-md-2 {
	padding-left: 0px;
	padding-right: 0px;
}
/* Style for App summary page*/
div.totals {
    background-color: #276B8A;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 200%;
    text-align: center;
    padding: 0.5em;
}

/* Style for login form*/
.block-user-login-block ul {
	display: none;
}

/* Style for button class*/
a.button {
  color: #ffffff;
  background-color: #006699;
  border-color: #006699;
  padding: 8px;
}
a:hover.butoom {
	color: #fff;
}
/* Style for upload form */

input[type="file"] {
	display: inline;
}

.toolbar {
	font-size: 1.4rem;
}
#filter-details #filters_user:user_id:person_name {
	display: inline;
	margion-left : 40px;
}

#filter-details #filter:description, #filter-details filter:title {
	margin-left: 20px;
}

#standard-params #filter-panes {
	padding-right: 0px;
}

/* Setting on super login page*/
#user-login-form .form-text {
	max-width: 500px;
}
#user-login-form .form-control {
	width: 100%;
}
.form-item-pass, p.forgot-password {
	 margin-top: 10px;
	 display: inherit;
 }
.password-confirm, .password-field {
	display: inline-block !important;
}
/* settings for indicia forms across the site.*/
.form-group {
	margin-right: 15px;
}
.footable-row-detail-value input {
	border: 1px solid #DDDBDB !important;
}
.olMap img, .image-container img, .scSpatialRefCell button {
	margin: 0px !important;
}
.leaflet-tile-container img {
	margin: 0px !important;
}
.leaflet-top, .leaflet-bottom, .olControlPanZoomBar {
	z-index: 800 !important;
}
/* settings for activities page.*/
table.report-grid h3.enter-app-record, table.report-grid h3.enter-app-record-list {
    background: url("/sites/default/files/images/mobile.png") no-repeat left center;
    padding-left: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.page-join .app-link, .page-node-824 .app-link {
  background: url("/sites/default/files/images/mobile.png") no-repeat left center;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.page-join .enter-app-record, .page-node-824 .enter-app-record, .page-join .enter-app-record-list, .page-node-824 .enter-app-record-list {
  display: none;
}
.button.enter-app-record, .button.enter-app-record-list {
  display: none;
}
.indicia-button span, .redet span {
	color: #000;
}
.buttons .prev, .buttons .next {
	margin-left: 2px;
	margin-right: 2px;
}
.verify, .query, .redet {
	background: none !important;
}
button:hover, .btn-default:hover, btn-primary:hover, input[type="submit"]:hover, .indicia-button:hover {
	background-color: #337AB7;
    border-color: #bce8f1;
}
.fancybox-close-small {
	background: #337AB7;
	margin: 15px;
}
.col-filter {
	color: #000;
}
.report-download-link{
	margin-bottom: 5px;
}
.report-download-link a{
	padding: 7px;
    background: #069;
    color: #fff;
}
/* Style for attributes across the site.*/
@media only screen and (min-width: 769px) {
  .species-attributes .ctrl-wrap {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
	width: 25%;
  }
}
/* Style for terms and conditions*/
.legal-terms-scroll {
    height: 50em;
}

/* Style for eu_cookies */
.eu-cookie-compliance-buttons button{
	color: #000 !important;
}

/* Home page totals block */
#indicia-es-totals-block-container {
	margin-bottom: 15px;
}
/* Captcha helptext */
.help-block {
    color: #000 !important;
}

/* Image gallery stuff */
.gallery-item, .gallery li, .summary-report {
	text-align: center;
	padding: 0.5em;
	margin: 0.5em;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	list-style-type: none;
	background: none;
	-moz-box-shadow: silver 3px 3px 6px;
	-webkit-box-shadow: silver 3px 3px 6px;
	box-shadow: silver 3px 3px 6px;
	border: solid silver 1px;
}

.gallery li button {
	overflow: hidden;
}