body {
    color: #5d5d5d;
    font-family: 'Open Sans';
}
.header {
    margin: 5px 5%;
}
.title {
    font-size: 1.75em;
	text-transform:none;
}
h1.intro {
    margin: 0;
    background:none;
}
h2.project-title{
	font-size:1.75em;
}
.state {
    max-height: 65px;
}
.vertical-align {
    display: flex;
    align-items: center;
}
h1.secondary {
    width: 50%;
    margin: 0 auto 1em;
    text-align: center;
    font-family: 'Open Sans';
}
.right-border {
    border-right: 2px solid #ebebeb;
    margin-top: 2px;
}
.border-top {
    border-top: 2px solid #ebebeb;
}
.bootstrap-table thead {
    background-color: #ddd;
}
thead th {
    font-weight: normal;
    border-bottom: 1px solid #bebebe;
}
.ol-popup td {
    vertical-align: top;
    padding-right: 1em;
}
.speciesDiv {
	display: inline-block;
        float:left;
	margin: 0.3em;
}
.fa {
    font-size: 18px;
    color: #5d5d5d;
    text-align: center;
    padding: 1em .5em;
}

.primaryContactGlyph {
	padding: 0em .5em;
}

.btn-primary.right-padding {
    margin-right: .5em;
}
.btn {
    background-color: #7cc0c1;
    border-color: #7cc0c1;
}
.btn-info {
    background-color: #fff;
    border-color: #7cc0c1;
    color: #5d5d5d;
}
.btn-info.active, .btn-info:active, .btn-info.active2, .btn-info:active2, .open>.dropdown-toggle.btn-info {
    background-color: #7cc0c1;
    border-color: #7cc0c1;
}
.btn-info.active:hover, .btn-info.active2:hover,
.btn-info:hover,
.btn:hover {
    background-color: #308282;
    border-color: #308282;
}

.map {
    padding-left: 0;
    padding-right: 0;
}

h4 {
    color: #5d5d5d;
}
.centered {
    text-align: center;
}
.v-center{
  display: flex;
   align-items: center;
}
a:hover, a:focus {
    text-decoration: none;
}
.fa.right {
    float: right;
    padding: 0 0 0 0;
    text-align: left;
}
a h4.panel-title {
    color: #5d5d5d;
}
.panel {
    border: none;
    text-align:left;
}
.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.padding-0 {
    padding-left: 0;
    padding-right: 0;
}
.panel-default>.panel-heading {
    background-color: #fff;
    border-color: #bebebe;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}
.form-group {
    padding-left: 1em;
}
.lr-space {
    margin-left: 15px;
    margin-right: 15px;
	margin-top:10px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, 
.btn.active2.focus, .btn.active2:focus, .btn:active2.focus, .btn:active2:focus,{
    border-color: rgba(48, 130, 130);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(48, 130, 130, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(48, 130, 130, .6);
    outline: 0;
}

label {
    font-weight: normal;
}


progress[value] {
	/* Reset the default appearance */
	-webkit-appearance: none;
	 appearance: none;

	width: 80%;
	/*height: 20px;*/
}
  
progress[value]::-webkit-progress-bar {
	background-color: #eee;
	border-radius: 2px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
} 

progress[value]::-webkit-progress-value {
	background-image:
			 -webkit-linear-gradient(-45deg, 
									 transparent 33%, rgba(0, 0, 0, .1) 33%, 
									 rgba(0,0, 0, .1) 66%, transparent 66%),
			 -webkit-linear-gradient(top, 
									 rgba(255, 255, 255, .25), 
									 rgba(0, 0, 0, .25)),
			 -webkit-linear-gradient(left, #994000, #009940);

	border-radius: 2px; 
	background-size: 35px 20px, 100% 100%, 100% 100%;
}

progress[value] {
	/* Reset the default appearance */
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;

	/* Get rid of default border in Firefox. */
	border: none;

	/* Dimensions */
	width: 80%;
	height: 20px;
}

progress[value]::-moz-progress-bar { 
	background-image:
	  -moz-linear-gradient(
		135deg, 
		transparent 33%, 
		rgba(0, 0, 0, 0.1) 33%, 
		rgba(0, 0, 0, 0.1) 66%, 
		transparent 66% 
	  ),
	  -moz-linear-gradient(
		top, 
		rgba(255, 255, 255, 0.25), 
		rgba(0, 0, 0, 0.25)
	  ),
	  -moz-linear-gradient(
		left, 
		#994000, 
		#009940
	  );

	border-radius: 2px; 
	background-size: 35px 20px, 100% 100%, 100% 100%; 
}

@media(max-width:767px){
    .title {
        font-size: 1.25em;
    }
    h1.intro {
        padding-top: 0;
    }
    h3 {
        font-size: 1em;
    }
    .largenumber {
        font-size: 2em;
    }
    .smallnumber {
        font-size: 1em;
    }
    .hideshow span {
        font-size: 10px;
        line-height: 11px;
    }
    .bubbles > div {
        width: 40%;
    }
}

    .ol-overlay-container {
        width: 75%;
    }
    
    .ol-popup {
        position: absolute;
        background-color: white;
        -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
        filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
        padding: 15px;
        border-radius: 10px;
        border: 1px solid #cccccc;
        bottom: 12px;
        left: -50px;
		max-width:50%;
		height:250px;
		
    }
	.ol-popup-content{
		overflow-y:scroll;
		font-size:.8em;
		height:200px;
	}
    .ol-popup:after, .ol-popup:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    .ol-popup:after {
        border-top-color: white;
        border-width: 10px;
        left: 48px;
        margin-left: -10px;
    }
    .ol-popup:before {
        border-top-color: #cccccc;
        border-width: 11px;
        left: 48px;
        margin-left: -11px;
    }
    .ol-popup-closer {
        text-decoration: none;
        position: absolute;
        top: 2px;
        right: 8px;
    }
    .ol-popup-closer:after {
        content: "x";
    }
	.species-pills .label{
		display:inline-block;
	}

#site-header{
	display:none;
}
.dendro-border-bottom{
	border-bottom:1px solid black;
}

.label-success {
    background-color: #5cb85c;
}
.label {
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.species-list-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}