
html{
  height:100%;
}
body{
  max-width:1200px;
  margin:auto;
  background-color : #7D9174;
  height:100%;
  font-size:15px;
}

#map { height: 400px; }

.user_icon{
	width:30px;
	height:30px;
	border-radius:50%;
}

.leader_icon{
	width:60px;
	border-radius:50%;
}

.navbar{ 
  margin-bottom:0px; 
  border-radius: 0px;
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
	color:#74ac00;
}      
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: inherit;
  text-decoration: underline;
  text-decoration-color: #74ac00;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  /* border-bottom: 3px solid #74ac00; */
}
.modal-open {overflow-y: auto; padding:0 !important;}
.modal-header {border-color:#74ac00;}
.modal-footer {border-color:#74ac00;}
.prj_title{
  font-weight:bold;
  font-size:1.5em;
}
.smallertext{font-size:0.8em;}
.welcomeHeading{
  font-size:1.5em;
}
.highlightbox{
	border: 1px solid #7E7E7E;
	background-color: #eeeeee;
	padding:10px;
	overflow:hidden;
}
.div_tab{
  padding:20px;
}

.legend {
    line-height: 18px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}
.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.info h4 {
    margin: 0 0 5px;
    color: #555;
    font-size:15px;
    font-weight:bold;
}

.species_container{column-count:3;-moz-column-count:3;-webkit-column-count:3;column-gap:10px;}

div.species_container > div:nth-of-type(even) {
    background-color: #f2f2f2
}

#specieslist{	
  text-align:left;
}
#specieslist td{
	padding:5px;
	vertical-align: top;
}
#specieslist td:first-child { width:25%; }

#specieslist tr:nth-child(even){
  background-color: #f2f2f2;
}

#specieslist tr:first-child { font-weight: bold }

.species_row {
	text-align:left;
	padding:5px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;  
    overflow-wrap: break-word;  
}

.squareLabelDiv{
    color: yellow;
	font-weight: bold;
}
.squareLabelSpan{}

#lastUpdated{
	font-size:0.8em;
	padding:0px;
	padding-right:5px;
	width:100%;
	text-align:right;
	background-color:white;
}
#dunepic figure{
	display: inline-block;
	width:32%;
}
#dunepic img{
	width:100%;
}
#dunepic{
	text-align:center;
}
#duneSpecies{
	font-size:1.2em;
	line-height:2.0;
}
#observers_list{
	width:300px;
	padding:15px;
	border-width:1px;
    border-color:#DDD;
    border-style:solid;
    float:right;
    margin:10px;
    clear:right;
}
#progressDiv{
	margin:10px;
	float:right;
}
.novislink {color:black;text-decoration:none;}
.novislink:visited {color:black;text-decoration:none;}
.novislink:hover {color:black;text-decoration:none;}
.novislink:active {color:black;text-decoration:none;}
.novislink:link {color:black;text-decoration:none;}

.justify-image{ text-align: justify;}
.justify-image img{display:inline-block;}
.justify-image:after{content:""; display: inline-block; width: 100%; height: 0;}

#observers_list table{width:100%;}

#observers_list td,th{padding:5px;}

#observers_list tr{
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-bottom-color:#DDD;
}

footer {
	height:50px;
}

.ribbon:before, .ribbon:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -5px;
    border: 9px solid #639300;
    z-index: -1;
}
.ribbon:before {
    left: -0.7em;
    border-right-width: 16px;
    border-left-color: transparent;
    border-left-width: 4px;
}
.ribbon:after {
    right: -0.7em;
    border-left-width: 16px;
    border-right-color: transparent;
    border-right-width: 4px;
}
.ribbon .ribbon-content:before {
    left: 0;
    border-width: 5px 0 0 12px;
}

.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #527900 transparent transparent transparent;
    bottom: -5px;
}
.ribbon .ribbon-content:after {
    right: 0;
    border-width: 5px 12px 0 0;
}
.ribbon {
    font-size: 12px;
    line-height: 18px;
    background: #74ac00;
    color: #fff;
    text-align: center;
    margin-top: -28px;
    font-weight: 600;
}
.ribbon-container {
    width: 60px;
    position: relative;
    z-index: 1;
}
.UserImage{
    display: inline-block;
    border-radius: 120px;
    width: 60px;
    height: 60px;
    line-height: 0;
    font-size: 32px;
    background-size: cover;
    background-position: center;
    background-color: #aaa;
    color: white;
    text-align: center;
    border: 2px solid white;
    vertical-align: middle;
    color: white;
    overflow: hidden;
}
