/***********/
/* Z-TABLE */
/***********/

/* SITE WIDE */
#form-overlay{		z-index: 1021;}
#login-container{	z-index: 1023;}
#nav-bg{			z-index: 1020;}
#navbar{    		z-index: 999;}
#fav-alert{			z-index: 9999;}
#flag-sound{		z-index: 1023;}

/* ANALYTICS */
#analytics-stats{   z-index: 1;}
#an-searchbar{    	z-index: 2;}

/* EXPLORE */
#datafilter{		z-index:1000; }
#filterControl{		z-index:999;}
.b-shadow{ 			z-index: 2;}
#feedbackButton{    z-index: 9999;}
#choroplethscale{	z-index: 899; }
#indicatordiv{		z-index: 900; }
#timeslider{		z-index: 1005;}
#jp_container_1{	z-index:1000;}
#newsfeed-expand-arrow {     z-index: 1001;}
#newsfeed {    		z-index: 1006;}
#tfclearbutton {	z-index: 1000;}
#tfnewsearch {		z-index: 1000;}
#loaded-message{	z-index:9999;}
#filterBaseMap{    	z-index: 1000;}
#rangeSelection{	z-index:999;}
#control-icons{    	z-index: 998;}
#filterOption{    	z-index: 99999;}
#map-filter-panel{  z-index: 900;}
.smallmap{			z-index:1;}
.map-player-progress-bar{		z-index:99999}

/* INDEX */
#record-steps{		z-index: 4;}
#record-button{		z-index: 6;}
#header{			z-index: 1;}


@media screen and (max-width: 870px) {
	
	/* vvv INDEX PAGE vvv */
	.inner { width: 600px; margin: 0 auto; }
	#upload-stats{ margin:0 auto; }
	#header-links { margin:0 auto; }
	.record-app{ display: none; }
	#recording-map { width: 580px; height: 261px; }
	#sound-types {width: 600px; }
	.sound-category{ margin-left: 80px; }
	#interactive-app{ left: 20px; }
	#call-to-action h2 { width: 250px; right: 0; left: inherit; }
	#download-links { width: 231px; right: 10px ; left: inherit; }
	
	/* vvv ANALYTICS PAGE vvv */
	#top {width: 720px;}
	#an-recording-map { width: 460px; height: 240px; }
	#feed-container{	width: 460px; 	height:485px;}
	.analytics-head-right{ width: 460px;}
	/* vvv EXPLORE PAGE vvv */

}

@media screen and (min-width:871px) and (max-width:1000px) {

	/* vvv INDEX PAGE vvv */
	.inner { width: 720px; margin: 0 auto; }
	#upload-stats{ left: 20px; margin: 0 0;}
	#header-links {left: 20px; margin: 0 0 0 40px; }
	.record-app{ display: block; right: 0;}
	#recording-map { width: 700px; height: 315px;}
	#sound-types {width: 720px; }
	.sound-category{ margin-left: 0; }
	#interactive-app{ left: 17%; }
	#call-to-action h2 { width: 285px; left: 58%; right: inherit;}
	#download-links { width: 285px; left: 58% ; right: inherit;}
	
	/* vvv ANALYTICS PAGE vvv */
	#top {width: 870px;}
	.analytics-head-right{ width: 580px;}
	#an-recording-map { width: 580px; height: 315px; }
	#feed-container{	width: 580px; height:410px; }
	/* vvv EXPLORE PAGE vvv */
}

@media screen and (min-width: 1001px) {

	/* vvv INDEX PAGE vvv */
	.inner { width: 1000px; margin: 0 auto; }
	#upload-stats{ left: 17%; margin: 0 0; }
	#header-links {left: 17%; margin: 0 0 0 40px; }
	.record-app{ display: block; right: 10%; }
	#recording-map { width: 900px; height: 405px;}
	#sound-types { width: 800px; }
	.sound-category{ margin-left: 2%; }
	#interactive-app{ left: 17%; }
	#call-to-action h2 { width: 285px; left: 58%; right: inherit; }
	#download-links { width: 285px; left: 58% ; right: inherit}
	
	/* vvv ANALYTICS PAGE vvv */
	#top {width: 1000px;}
	#an-recording-map { width: 700px; height: 315px; }
	#feed-container{width: 700px; height:410px;}
	.analytics-head-right{ width: 700px;}
	/* vvv EXPLORE PAGE vvv */
} 	


.clear{	clear: both;}
.left {	text-align: left; }
.tab-text { padding-left: 15px; }

h1, h2, h3, h4, h5, h6{
	text-align:center;
    color: #fff;
    background-color: transparent;
    font: "open sans", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    margin: 0;
    padding-top: 0.5em;
}

h1 {font-size: 26px; margin-bottom: 0.5em;}
h2 {font-size: 24px; margin-bottom: 0.5em;}
h3 {font-size: 110%; margin-bottom: 0.5em; text-decoration: underline;}
h4 {font-size: 100%; font-weight: bold;}
h5 {font-size: 100%; font-weight: bold;}
h6 {display: inline; font-size: 100%; font-weight: bold;}

a:link    {color:#fff; text-decoration: none;}
a:visited {color:#fff; text-decoration: none;}
a:hover   {color:red; text-decoration: none;}
a:active  {color:yellow; text-decoration: none;}
a img {text-decoration: none; border: 0px}

ul {margin: 0;}
p {margin: 0;}

/* PAGE ELEMENTS */
html{
	width: 100%;
	min-height:100vh;
}

body{
	width: 100%;
	background:rgb(55, 55, 55);
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-size: cover;
  	background-repeat: no-repeat;
	background-position: center top;
	font-family: "open sans", Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top:0;
	margin-bottom: 0 !important;
}

body h2{
	font-size: 24px;
	margin: 50px 0 0 0;
	padding: 0;
}

body h3{
	font-size: 16px;
	margin: 10px;
	font-style: italic;
	text-decoration: none;
}


/*-- FORM ACTIONS --*/
#form-close{
  color: #000;
  font-size: 24px;
  position: absolute;
  top: 1px;
  right: 10px;
  cursor: pointer;
  cursor: hand;
}

#form-overlay{
	background: rgba(150, 150, 150, 0.4);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
}

#flag-sound{
	width: 430px;
	height: 280px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid #999;
	border-radius: 5px 5px 5px 0;
	text-align: left;
	color: #000;
	margin-top: -150px;
	margin-left: -225px;
	padding: 10px
}

#flag-sound h2{
	text-align: center;
	font-size: 24px;
	margin: 14px 0 0 0;
	padding: 0;
	color: #123;
}

.flagForm{
	line-height: 37px;
	padding-top: 18px;
}

.flagSubmit{
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 18px;
}

/* USER ACCOUNTS LOGIN */

#login-container{
	width: 500px;
	background: #DBDBDB;
	position: fixed;
	top: 50%;
	margin-top: -150px;
	left: 50%;
	margin-left: -250px;
	border: 1px solid #494949;
	padding: 30px 10px 40px 10px;
	border-radius: 8px;
}

#login-container p{
	color: #000;
	margin: 5px 0 0 0;
	font-size: 16px;
}

#login-container h2{
	margin: 0;
	padding: 0;
	color: #123;
	text-align: center;
	font-size: 19px;
}

::-webkit-input-placeholder { color: #6F6F6F; font-size: 16px; }
:-moz-placeholder { color: #6F6F6F; font-size: 16px;  } /* Firefox 18- */
::-moz-placeholder { color: #6F6F6F; font-size: 16px; } /* Firefox 19+ */
:-ms-input-placeholder { color: #6F6F6F; font-size: 16px; }

#login-container input{
	margin: 10px 0;
	padding: 5px;  
	line-height: 18px;
}

#login-container input:focus{
	box-shadow: 0px 0px 4px #638ABA;
	border: 2px solid #638ABA;
	outline: none;
}

#login-container button{
	background: #325577;
	color: #fff;
	border: 0;
	border-radius: 9px;
	padding: 6px 12px;
	font-size: 16PX;
	border-bottom: 2px solid #1D3751;
}

#login-left{
	width: 40%;
	float: left;
	border-right: 1px solid #aaa;
	margin-left: 5%;
}

#login-right{
	width: 40%;
	float: left;
	margin-left: 10%;
}

#login-response{
	text-align: center;
	color: #FF0000;
	font-size: 14px;
	margin-top: -20px;
	padding: 3px 53px;
	margin-bottom: 14px;
}

#login-response p{
	text-align: center;
	color: #FF0000;
	font-size: 16px;
}

.confirmButton{
	float: left;
	margin-top: 28px;
	margin-left: 50px;
	border-radius: 9px;
	padding: 6px 12px;
	font-size: 16px;
	border-bottom: 2px solid #1D3751;
	color: #fff;
	position: relative;
	background: #325577;
	left: 15%;
	cursor: pointer;
	cursor: hand;
}
	
#createConfirm{
	padding: 0 30px;
	line-height: 30px;
}

#createConfirm h3{
  color: #007FFF;
  text-align: center;
  font-size: 16px;
  margin: 16px 0 0 0;
  font-style: normal;
  text-decoration: none;
}

#confirmDetails p{
	color: #000;
	margin: 13px 0 0 0;
	font-size: 17px;
	border-bottom: 1px solid #aaa;
	padding-left: 10px;
	background: #F2F2F2;
}

#container {
    width: 80%;
	max-width: 1200px;
	min-width: 350px;
    margin-left: auto;
    margin-right: auto;
}


.full-container{
    width: 100%;
	padding: 100px 0;
	margin-left: auto;
	margin-right: auto;
	background-size: cover;
	background-position: center center;
}

#header{
	width: 100%;
	height: 70px;
	position: relative;
}

/* TOP LEVEL NAVIGATION */
#nav-bg{
	background: #000;
	position: relative;
}

#navbar{
    height: 40px;
    background: #000;
    position: relative;
    top: 0px;
}

#nav-container a{
	color: #fff;
    position: relative;
    right: 30px;
    top: 0px;
    display: inline-block;
    float: right;
    padding: 10px;
    height: 10px;
    cursor: pointer;
    cursor: hand;
}

#nav-container a:hover{
	color: #fff;
	background:#44797D;
}

.nav-item{
	color: #F7F7F7;
    font-weight: normal;
    display: inline-block;
    top: 0;
    font-size: 13px;
    padding: 10px 18px 0 15px;
    height: 30px;
    float: left;
	transition: .25s;
}

.nav-item:hover{
	color: #fff;
	background:#44797D;
}



.logo{
    position: relative;
    float: left;
    height: 40px;
    top: 0px;
    margin-left: 20px;
}

.record-app{
	bottom: -52%;
	position: absolute;
}


/*********************
*	EXPLORE.PHP		**
**********************/
#datafilter {
    position: absolute;
    top: 60px;
    right: 50px;
    visibility: visible;
    overflow: hidden;
    /* border: 2px solid #555; */
    background-color: rgba(16, 16, 16, 0.74);
    font-family: Tahoma, Geneva, sans-serif;
    color: #000;
    padding: 8px;
    border-radius: 9px;
}

.dataFilter-button {
    text-align: center;
    background-color: #505050;
    border: 1px solid #868686;
    border-radius: 13px;
    cursor: pointer;
    padding: 3px 0;
    margin: 3px 0;
    color: #fff;
}

.dataFilter-button.active {
    background: #2764A0;
}


.graphselection{
	position:absolute;
	z-index:1100;
	color:#000
}


/* EXPLORE MAP CONTROLS*/
#map{
	height:100%;
	width:100%;
}

.smallmap{
	position:static; 
	border:1px solid #888; 
	visibility:visible; 
	overflow:hidden; 
}

#soundmap{
	width: 100%;
	height: 100%;
	min-width: 600px;
	position: fixed;
	top: 0;
	left: 0;
	border: 0;
	padding: 0;
	margin: 0;
}

#map-filter-panel{
	width: 185px;
    position: absolute;
    top: 0px;
    height: 100%;
    padding: 40px 0 0 0;
    background: rgba(0, 0, 0, 0.73);
}

#toolTabs {
    width: 100%;
    border-top: 1px solid #6F6F6F;
    border-bottom: 1px solid #6F6F6F;
    display: inline-block;
    cursor: pointer;
    cursor: hand;
}

#toolTabs .selected {
    background: #169416;
    color: #FFF;
}

.toolselector{
	padding: 5px 0;
    float: left;
    width: 49%;
    text-align: center;
}

#toolsbar{
	border-right: 1px solid #aaa;
}

#filterOption {
    position: absolute;
    border-radius: 0 10px 10px 0;
    width: 160px;
    padding: 0 10px;
    visibility: visible;
    color: #C3C3C3;
}

#filterOption h5 {
    color: #4CA74C;
    margin: 9px 0;
    padding: 0;
    letter-spacing: 1px;
    font-weight: normal;
}

#filterTags h5{
    font-size: 100%;
    text-align: left;
    font-weight: normal;
    margin: 5px 0;
    color: #8CB9A0;
}

/* Date Selection */
.dateBlock{
	float:left;
	color: black;
	background-color: white;
	width: 12%;
	margin-left: 1%;
	border: outset;
	border-color: white;
	border-width: 1%;
}

.curDate{
	border: inset;
	border-color: yellow;
}


#rangeSelection{
	position: absolute; 
	visibility:visible; 
	background-color:rgba(39, 39, 39, 0.8); 
	float:none; 
	width: 500px;
	padding: 10px;
}


#filterDate{
	margin: 2px; 
	padding: 2px; 
	padding-top: 0px; 
	line-height:22px;
}

#filterDate span{
	margin-left: 6px;
}

#fromdate{
	width:76px; 
	float:left;
	color: #717171;
	text-align: center;
}

#todate{
	width:76px;
	float:right;
	color: #717171;
	text-align: center;
}

#map-filters{
	display:none;
}

#filterTags{
    margin: 10px 0 0 0;
    padding: 0 0 0 40px;
}

#filterMap{

}

.map-tools{
	position: relative;
	text-align: left;
	height: 40px;
}

.map-tools img{
	position: absolute;
	right: 0;
	background: #1D1D1D;
	border-radius: 57px;
	width: 15px;
	height: 21px;
	border: 2px solid #5C5C5C;
	cursor: pointer;
	cursor: hand;
	padding: 5px 8px;
	background-size: contain;
}

.map-tools img:hover{
	border: 2px solid #0AC50B;
}

.map-tools p {
    position: absolute;
    font-size: 13px;
    margin: 10px 0px 0 0;
    letter-spacing: 1px;
}

.active-map-tool{
	border: 2px solid #0AC50B !important;
	background: #265D26 !important;
}


#filterBaseMap {
    color: #fff;
    position: relative;
    bottom: 5px;
    left: 0px;
}

.active-layer{
	border: 2px solid #0AC50B !important;
}

#base-layer-down-arrow{
	width:16; 
	position:absolute;
	padding-top:2px; 
	padding-left:5px; 
	opacity:0.35; 
	filter:alpha(opacity=35); 
	cursor:pointer;
}

.bl-box {
    width: 40px;
    height: 40px;
    background-size: contain;
    border: 1px solid #6F6F6F;
    text-align: center;
    border-radius: 70px;
    cursor: pointer;
    float: left;
    margin-left: 8px;
}

.bl-box:hover{
	border: 1px solid #0AC50B;
}

#map_base_light{ background-image:url('images/l-light-map.png');}					
#map_base_satellite{ background-image:url('images/l-sat-map.png'); }
#map_base_dark{ background-image:url('images/l-dark-map.png'); }

#loaded-message{
	display:none; 
	position:fixed; 
	bottom:10px; left:10px; 
	color:#000; 
	font-size:30px; 
}

/* SEARCH BAR */

#tfnewsearch {
	position: relative;
	margin: 0 0 7px 0;
	height: 26px;
	border-radius: 8px;
}

#tfclearbutton {
	position: fixed;
	width: 25px;
	height: 24px;
	display: none;
	margin-left: 133px;
	margin-top: 3px;
	cursor: pointer;
}

.tftextinput2 {
    margin: 2px 0 0 0;
    padding: 3px 8px 4px 5px;
    font-size: 14px;
    color: #666;
    border: 1px solid #3A3A3A;
    border-radius: 7px;
    position: absolute;
}

.tfbutton2 {
	margin: 0px 0 0 -30px;
	background-image: url(images/search.png);
	padding: 3px 11px;
	background-size: contain;
	background-repeat: no-repeat;
	border: 0;
	background-color: transparent;
	font-weight: bold;
	cursor: pointer;
	border-radius: 20px;
	position: absolute;
	right: 12px;
	top: 5px;
}

.tfbutton2:disabled {
	text-decoration: none;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top, #00adee, #0078a5);	
}

.tfbutton2:hover {
	text-decoration: none;
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top, #0095cc, #00678e);
}

/* Fixes submit button height problem in Firefox */
.tfbutton2::-moz-focus-inner {
	border: 0;
}

.tfclear {
	clear: both;
}


/* EXPLORE NEWSFEED */
#newsfeed {
    display: block;
    width: 288px;
    position: absolute;
    height: calc(100% - 64px);
    margin-top: 0;
    right: 0;
    top: 64px;
    box-shadow: -20px 0 20px rgba(0, 0, 0, 0.28);
    padding-bottom: 2px;
    background: rgba(0, 0, 0, 0.76);
	transition: 0.25s;
}

#nfeed-header{ 
	background: #000;
    color: #368636;
    text-align: center;
    width: 306px;
    position: absolute;
    right: 0;
	top: -24px;
    z-index: inherit;
    border-bottom: 1px solid #353535;
    border-top: 1px solid #353535;
    font-size: 13px;
}

#nfeed-header .selected {
    background: #169416;
    color: #FFF;
}

.explorefeedtab{
	width:49%;
    display: inline-block;
    text-align: center;
	cursor: pointer;
	cursor: hand;
	padding: 4px 0;
}

#newsfeed .feed-item{
	border-bottom: 1px solid #3E3E3E;
}

#newsfeed-expand-arrow {
    position: absolute;
    left: -19px;
    width: 20px;
    height: 100%;
    cursor: pointer;
    background: url('images/arrow-left.png') 50% 50% no-repeat;
    background-color: rgba(31, 31, 31, 0.79);
    background-size: 16px;
}

#newsfeed-expand-arrow.opened{
	transform: rotateZ(180deg);
}

/* EXPLORE SEARCH BAR */


.search_tag {
    float: left;
    background: #169416;
    padding: 2px 4px;
    border-radius: 8px;
    margin: 1px;
    color: #fff;
}

#searchtagdiv{
	width: 100%;
	position:relative;
	display: inline-block;
	padding: 5px 0 4px 0;
}

#search-wrap{
	padding: 10px 0 0 10px;
}

#searchtagdiv span{
	position: relative;
}

.remove_tag_button, .remove_ignore_button{
    color: #676767;
    padding: 0px 3px 2px 4px;
    font-size: 10px;
    margin: 0px 0px 0 2px;
    border: 1px solid #111;
    border-radius: 50%;
    background: #F9F9F9;
    position: relative;
    font-weight: bold;
    top: -2px;
	cursor: pointer;
	cursor: hand;
}

.remove_tag_button::before {
	content:"x";
}

#tagmapignoredwords{
	width: 100%;
	display: inline-block;
	padding: 5px 0 4px 24px;
}

/* NEW MERGE FROM VACCINE SVN */

#timeslider{
	position: absolute; 
	bottom: 0px; 
	height: 100px; 
	width:100%; 
	left: 50%; 
	transform: 
	translate(-50%, 0); 
	display: none;
	transition: 0.25s;
}

.olControlAttribution{
	color: #000 !important;
}

#indicatordiv{
	position: absolute;
	height:40%;
	display: none;
}

#choroplethscale{
    position: absolute;
    display: block;
    width: 381px;
    right: 19px;
    height: 66px;
    bottom: 101px;
    padding: 10px;
    background: rgba(8, 8, 8, 0.592157);
}


#timeslider svg{
    opacity: 0.8;
    background-color: #000;
    padding: 10px 0 0 0;
    border-top: 1px solid #9E9E9E;
}

#timeslider g.tick line, .axis path, .axis line{
    stroke: #6F6F6F;;
}

#timeslider text{
    fill: #fff;
}

#timeslider rect{
	fill: #fff;
}

div.olControlZoom {
    width: 24px !important;
    left: 196px !important;
    top: 50px !important;
    background: rgba(0, 0, 0, 0.4) !important;
    border-radius: 4px;
    padding: 1px !important;
}

a.olControlZoomOut {
    border-radius: 0 0 4px 4px !important;
}

div.olControlZoom a { background: rgb(24, 113, 24) !important; }
div.olControlZoom a:hover { background: rgb(23, 82, 23) !important; }



#desktopLayout{
	height: -moz-calc(100% - 40px);
	height: -webkit-calc(100% - 40px);
	height: -o-calc(100% - 40px);
	height: calc(100% - 40px);
	position: fixed;
    width: 100%;
}

#feedbackButton {
    width: 65px;
    height: 17px;
    padding: 3px 12px;
    position: relative;
    top: 3px;
    left: 34px;
    background: #000;
    border: 1px solid #808080;
    font-size: 14px;
    /* transform: rotateZ(90deg); */
    cursor: pointer;
    cursor: hand;
    color: #FFFFFF;
    display: inline;
}



#map_type_timeseries_img, #map_type_tag_img, #map_type_lens_img,#map_type_ind_img, #map_type_chl_img, #map_type_dot_img, #map_type_archive_img{
	padding: 0 0;
    width: 31px;
    height: 30px;
}

/* Page elements */

#pagearea{
	margin-top: 40px;
	background: rgba(55, 55, 55, 0.7);
	border-radius: 15px;
	border: 1px solid #303030;
	padding: 20px;
}

#filterControl{
	position:absolute;
	visibility:visible;
	overflow:hidden; 
	background-image:url(/img/plus.png); 
	background-size:80%;
	background-repeat:no-repeat; 
	cursor:pointer;
}

/* ANALYTICS SEARCH FEATURES */
#searchbar{
	margin: 80px 0 30px 0;
	height: 30px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.search-text{
	width: 330px;
	position: absolute;
	left: 50%;
	margin-left: -185px;
	border-radius: 7px;
	padding-left: 5px;
}

.search-submit{
	position: absolute;
	left: 50%;
	margin-left: 155px;
	border-radius: 7px;
}

.results {
	margin: 30px 0 0 0;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.results a{
	color:#E56D6D;
}

.results h2{
	font-size: 18px;
}


/* FOR D3 GRAPHS */
svg{
	overflow: visible;
}

.axis {
	font: 12px sans-serif;
 }

.axis path,
.axis line {
	fill: none;
	stroke: #000;
	shape-rendering: crispEdges;
}
 
.bar {
    display: inline-block;
    width: 20px;
    height: 75px;   /* We'll override this later */
    background-color: teal;
}

#length-bar rect:hover{fill: #A60000;}
#recording-map rect:hover{fill: #A60000;}
#an-recording-map rect:hover{fill: #A60000;}
#time-bar rect:hover{fill: #A60000;}
#time-bar.bar-chart svg text.value:hover{fill: #A60000;}
#emotion-bar rect:hover{fill: #C7C7C7;}
#emotion-pie path:hover{fill: #C7C7C7;}
#biophony-bar rect:hover{fill: #C7C7C7;}
#geophony-bar rect:hover{fill: #C7C7C7;}
#anthrophony-bar rect:hover{fill: #C7C7C7;}
#biophony-pie path:hover{fill: #C7C7C7;}
#geophony-pie path:hover{fill: #C7C7C7;}
#anthrophony-pie path:hover{fill: #C7C7C7;}


/* ANALYTICS.PHP  */

#soundscape-comp-selector{ 
	height: 70px;
	width: 700px;
	margin: 50px auto;
}

.selector-button{
	border: 1px solid #5A5A5A;
	border-radius: 35px;
	padding: 20px;
	float: left;
	position: relative;
	width: 100px;
	margin-left: 20px;
	cursor: finger;
	cursor: hand;
	text-align: center;
}

.selector-button:hover{
	box-shadow: 0 0 10px;
}

#emo-comp{background:rgb(14, 83, 167);}
#bio-comp{background:rgb(38, 153, 38);}
#geo-comp{background:rgb(255, 162, 0);}
#ant-comp{background:rgb(166, 0, 0);}


/* INDEX.PHP */

#header{
	width:100%;
	height:480px;
	padding:80px 0 0 0;
	background: url('images/jungle-bg.jpg');
	background-size: cover;
}

#header h1{
	font-size: 56px;
	color: #FFF;
	padding:0;
	font-weight: normal;
	margin: 0;
}

#header h2{
	font-size: 36px;
	padding:0;
	font-weight: normal;
	margin: 0;
}


.inner{
	position: relative;
	margin: 0 auto;
}


#upload-stats{
	width: 420px;
	position: relative;
}

.upload-stats{
	margin: 20px auto;
	width: 400px;
	border-radius: 50px;
	padding: 10px;
	background: rgba(8,8,8,.8);
	text-align: center;
}

.upload-stats h2{
	color:#fff;
	padding: 10px 0 10px 0;
	font-size: 36px;
	font-weight: normal;
}

#recording-map{
	background-color: #101010;
	position:relative;
	right: 0;
	overflow:hidden;
	margin: 0 auto;
	border-radius: 250px;
	background-position-y: -40px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#header-links{
	width: 344px;
	position: relative;
	margin-top: 64px;
}

.link{
	width: 130px;
	border-radius: 23px;
	padding: 3px;
	background: rgba(0,0,0, .8);
	color: #fff;
	text-align: center;
	font-size: 18px;
}


/* ANALYTICS PAGE */
#top{
	position: relative;
	height: 850px;
	margin: 0 auto;
}

#analytics-head{
	width:1100px;
	height:380px;
	padding:40px 0 0 0;
	background-size: cover;
	margin: 0 auto;
}

#analytics-head h1{
	font-size: 56px;
	color: #FFF;
	padding:0;
	font-weight: normal;
	margin: 0;
}

.analytics-head-left{
	position: relative;
	margin: 0 auto;
}

.analytics-head-right{
	position: absolute;
	left: 276px;
	margin-top: 20px;
}

.analytics-head-right h2{
	position: absolute;
	margin:0;
	width:800px;
	right:0;
	top:-28px;
	font-size: 18px;
	font-weight: normal;
}

#an-recording-map{
	background-color: #101010;
	position:relative;
	right: 0;
	margin: 0 auto;
	overflow:hidden;
	border-radius: 250px;
	background-position-y: -40px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#analytics-side {
    width: 220px;
    position: absolute;
    left: 10px;
    top: 20px;
    background-color: rgba(25, 25, 25, 0.49);
    border: 1px solid #464646;
    padding: 18px 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.45);
    border-radius: 8px;
}

#analytics-stats{
    margin: 0px auto 0 auto;
    width: 100%;
    height: 26px;
    line-height: 16px;
    display: block;
    position: relative;
    background: rgba(0, 0, 0, 0.55);
    border-bottom: 1px solid #7B7B7B;
    border-top: 1px solid #7B7B7B;
    padding: 10px 0 0 0;
    bottom: 0px;
    left: 0;
}

.analytics-stats{
	width: 179px;
	text-align: center;
	float: left;
}

.analytics-stats h2{
	color:#fff;
	font-size: 13px;
	font-weight: normal;
	margin:0;
}

#analytics-stats h3{
	color:#fff;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	margin:0;
}

#soundscape-composition{ 
	padding: 0;
	position: relative;
	margin-top: 13px;
}

#soundscape-composition h2{
	margin: 0px auto 0 auto ;
	text-align: center;
	font-size: 18px;
	padding: 0;
}

#soundscape-composition h3{
	text-align: center;
	font-size: 16px;
	margin: -3px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

.an-composition-button{
	cursor: pointer;
	cursor: hand;
}

.an-composition-button:hover{
	box-shadow: 0 0 10px;
}

#time-bar{
	display:none;
	height: 60px;
    position: absolute;
    bottom: -40px;
    left: 0;
    border: 1px solid #808080;
    background-color: rgba(189, 189, 189, 0.71);
    width: 100%;
}

#time-bar text.value{
	display:none;
}

.time-title{
	text-align: center;
	font-size: 16px;
	margin: 0px 0 0px 0;
	font-style: normal;
	text-decoration: none;
	position: relative;
	top: 10px;
}


#type-biophony{	background-image: url('images/icons/birdies.png'); background-color: #269926;}
#type-geophony{ background-image: url('images/icons/light-rain-icon.png'); background-color: #FFAA00 ;}
#type-anthrophony{	background-image: url('images/icons/machines.png'); background-color: #BF3030;}
#type-emotion{	background-image: url('images/icons/happy.png'); background-color: #4284D3;}


#an-category-selector{
	width: 92px;
	position: absolute;
	left: 0;
}

#an-category-selector h3{
	font-size: 16px;
	margin:0 0 10px 0;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

.an-composition-button{
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60%;
	border: 1px solid #5A5A5A;
	border-radius: 100px;
	padding: 20px;
	float: left;
	position: relative;
	margin: 0 0 20px 0;
	text-align: center;
}

.an-sound-category{
	width: 92px;
	text-align: center;
	float: left;
}

.comp-panel{
    width: 220px;
    position: relative;
    margin-top: 55px;
}

#emo-panel{ display: block; }
#bio-panel{ display: block; }
#geo-panel{ display: block; }
#ant-panel{ display: block; }


.an-chart-container{
	width: 100%;
	height: 385px;
	position: relative;
}

.bar-chart{
	width: 220px;
	height:130px; 
	position: relative;
}

.bar-chart .title, .bar-chart .value, .bar-chart rect{
	cursor: pointer;
	cursor: hand;
}

.bar-chart rect.selected{
	stroke-width: 1px; 
	stroke: rgb(23,23,23); 
	fill: #797979;
}


.pie-chart{
	width: 250px;
	height: 350px;
	margin-bottom: 30px; 
 	position:absolute;
	right: 0%;
	top: 23%;
}


/* SOUNDSCAPE FEED */

.sound-feed{
	width: 100%;
	height: 500px;
	position: absolute;
	right: 0;
}

.sound-link{
	position: absolute;
	right: 20px;
	width: 24px;
	background-image: url('images/arrow-right.png');
	background-size: contain;
	margin-top: 15px;
	background-repeat: no-repeat;
	height: 35px;
}

a.upload-link{
	color: #1DC700;
	text-decoration: underline;
	font-weight: bold;
	margin: 0 18px 0 0;
	float: right; 
}

#feed {
	width: 100%;
	max-width: 1000px;
	height: 100%;
	position: relative;
	overflow-y: scroll;
	margin-left: auto;
	margin-right: auto;
}

#feed p {
	line-height: 16px;
}

.feed-item {
	padding: 16px 10px 10px 10px;
    border-bottom: 1px solid #505050;
}

.feed-item p {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 13px;
}

#feed-container{
    position: relative;
    right: 0;
    background: rgba(35, 35, 35, 0.44);
    border: 1px solid #505050;
    border-radius: 8px;
}

#feed-container #feed{
    color: #FFF;
}

#feed-container .feed-item:hover {
    background: rgba(68, 78, 70, 0.64)
}

#newsfeed .feed-item:hover{
    background: rgba(68, 68, 68, 0.39);
}

.feed-item.ACTIVE{
    background: rgba(108, 120, 125, 0.51)
}

.feed-more{
	width: 100%;
	height: 50px;
	background: #CACACA;
	border-top: 1px solid #aaa;
}

.time-ago{
	color: #929292;
	font-size: 13px;
	text-align: right;
	position: relative;
	height: 20px;
	width: 100%;
	padding-bottom: 5px;
}

#newsfeed .feed-item-details{
	display:none;
}

.dot-group{
	width: 70px;
	height: 10px;
	margin-right: 10px;
	padding: 4px;
	position: absolute;
	right: 110px;
}

.greendot{
	width: 10px;
	margin: 0 0 0 10px;
	height: 10px;
	background: rgb(49, 202, 55);
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	float: right;
}
.reddot{
	width: 10px;
	margin: 0 0 0 10px;
	height: 10px;
	background: red;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	float: right;
}

.bluedot{
	width: 10px;
	margin: 0 0 0 10px;
	height: 10px;
	background:rgb(56, 103, 253);
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	float: right;
}


.loading-bar {
	padding: 4px 20px;
	display: block;
	text-align: center;
	box-shadow: inset 0px -45px 30px -40px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	margin: 20px 0;
	font-size: 18px;
	font-family: "museo-sans", sans-serif;
	border: 1px solid #ddd;
	margin-right: 1px;
	cursor: pointer;
	position: relative;
}

.loading-bar:hover { box-shadow: inset 0px 45px 30px -40px rgba(0, 0, 0, 0.05); }

::-webkit-scrollbar { width: 8px; height: 12px;}
::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.1); }
::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.5); border-radius: 20px;}

/* SEARCH */

#analytics-search{
	height: 28px;
	margin-top: 6px;
	width: 300px;
	position: absolute;
	border-radius: 9px;
	background: #E7E7E7;
	right: 0;
}

#an-searchbar{
	width: 202px;
    display: inline-block;
    float: left;
    min-width: 150px;
    position: absolute;
    left: 13px;
    top: 9px;
}

#an-searchbar form{
	margin-bottom:0;
}

.an-search-text{
    width: 100%;
    height: 25px;
    border-radius: 8px;
    padding-left: 9px;
    position: relative;
    background: #EBEBEB;
}

.an-search-submit{
    width: 18px;
    position: absolute;
    right: 0px;
    height: 18px;
    top: 6px;
    background: url(images/search.png);
    background-size: cover;
    border: 0;
    cursor: pointer;
    cursor: hand;
}

.an-search-wrap{
	width: 100%;
	height: 32px;
	position: relative;
}


.flag{
    width: 19px;
    height: 19px;
    padding: 7px;
    background-image: url('img/flag.png');
    background-size: 22px;
    background-repeat: no-repeat;
    cursor: pointer;
    cursor: hand;
    left: 217px;
    float: left;
}

#feed .flag{
    position: absolute;
    left: 60px;
    float: left;
}

.favorite{
    font-size: 30px;
    height: 24px;
    width: 14px;
    padding: 0px 12px 8px 10px;
    float: left;
    left: 22px;
	cursor:pointer;
	cursor:hand;
}

.favoriteActive{
	background-color: #00FF00 !important; 
	border-radius: 37px;
	border: 2px solid rgb(0, 178, 255) !important;
}

.favoriteInactive{
	background-color: #196795;
    border-radius: 50%;
	border: 1px solid #7B7D80;
}

.favorite::before{
	content: '\2665';
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -29%;
    color: #F013FF;
}

#feed .favorite{
    background-color: #737371;
    border: 1px solid #7B7D80;
    border-radius: 50%;
    background-position: 50%;
    margin: -1px 0 0 6px;
    position: absolute;
    top: 0;
    width: 0px;
    height: 13px;
    font-size: 21px;
}

#feed .favorite::before {
    content: '\2665';
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -26%;
    color: #fff;
}

#fav-alert{
	background: #fff;
	border: 1px solid #999;
	width: 180px;
	padding: 6px;
	height: 19px;
	position: absolute;
	bottom: 0;
	left: 50%;
	border-radius: 5px 5px 5px 0;
	color: #000;
	text-align: left;
	font-size: 13px;
}

.play{
    width: 20px;
    height: 20px;
    float: left;
    background-image: url('images/play-button-sm.png');
    background-color: #DADADA;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    cursor: hand;
}



/* LAT LONG HISTOGRAM */

#dist-map{
	background: #123;
	background-size: cover;	
}

#dist-map h2{
	margin: 15px 0 30px 0;
	font-weight: normal;
}


.box-container{
	padding: 50px 0;
	border: 1px solid #aaa;
	margin: auto;
}

#recording-map .long-value{
	display:none;
}

#recording-map .lat-value{
	display:none;
}

#video-container{
	background-image: url('images/wall-texture.jpg');
}

#intro-video{
	width: 560px;
	margin: 0 auto;
	box-shadow: 0 0 30px;
	color: #000;
	padding: 17px;
	background: #577D40;
}


/* DOWNLOAD THE APP SECTION */

#call-to-action{
	background: rgba(86, 86, 86, 1);
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	margin: 0 auto;
	height: 600px;
	background-image: url('images/jungle-bg.jpg');
	position: relative;
	background-size: cover;
	overflow: hidden;
	padding: 60px 0 40px 0;
}

#call-to-action h2{
	margin: 40px 0 0 -15px;
	position: absolute;
	font-size: 32px;
	text-shadow: 1px 2px 7px #4C4C4C;
}

.record-screen{
	position: absolute;
	left: 15%;
	top: 24px;
}

#record-steps{
	width: 130px;
	height: 359px;
	position: absolute;
	right: 0%;
	margin: 30px;
	border: 4px solid #AFC961;
	color: rgba(36,36,36,1);
	border-radius: 51px 0 0 50px;
	background: rgba(27, 27, 27, 0.75);
	padding: 0px 40px 10px 50px;
}

#record-steps h2{
	text-align: right;
	font-size: 28px;
	color:#fff;	
	text-shadow: 3px 2px rgba(1, 1, 1, 0.66);
	margin: 41px 0 0 0;
}

#record-steps h2:hover{
	color: #FF0000;
}

.app-steps{
	cursor: finger;
	cursor: hand;
}

.image-wrap{
	width: 267px;
	height: 537px;
	left: 15%;
	position: absolute;
	overflow: hidden;
}

#record-button{
	width: 140px;
	height: 140px;
	position: absolute;
	left: 15%;
	margin-left: 57px;
	top: 276px;
	border-radius: 100%;
	cursor: pointer;
	cursor: hand;
}


#download-links{
	height: 230px;
	position: absolute;
	bottom: 130px;
}

#play-store{
	width: 100%;
	height: 100px;
	background-image: url('images/play-store.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
}

#ios-store{
	width: 100%;
	height: 100px;
	background-image: url('images/ios-store.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
}


/* PRETTY PHOTO SECTION */

#photo-container{
	padding: 10% 0;
	height: 400px;
	background-image: url('images/woodpecker-bg.jpg');
	position: relative;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
}

#join-us{
	float:right;
	width:300px;
	height: 500px;
	position: absolute;
	right: 10%
}


#join-us h2{
	font-size: 35px;
	margin-top: -10px;
	margin-bottom: 20px;
	text-shadow: 1px 2px #444;
	text-align: justify;
}


#join-us p{
	text-align: justify;
	color: #FFF;
	font-size: 16px;
	text-shadow: 0 2px 1px #414141;
}


/* SOUNDSCAPE COMPOSITION SECTION */

.sound-bubble{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	border: 1px solid #5A5A5A;
	border-radius: 100px;
	padding: 20px;
	float: left;
	position: relative;
	width: 100px;
	height:100px;
	margin: 0 0 20px 20px;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}

.sound-bubble:hover{
	box-shadow: 0 0 10px;
}

.sound-bubble.active{
	box-shadow: 0 0 10px;
}

.sound-bubble.active:hover{
	box-shadow: 0 0 10px #808080;
}

#type-biophony{	background-image: url('images/icons/birdies.png'); background-color: #269926;}
#type-geophony{ 	background-image: url('images/icons/light-rain-icon.png'); background-color: #FFAA00 ;}
#type-anthrophony{	background-image: url('images/icons/machines.png'); background-color: #BF3030;}
#type-emotion{	background-image: url('images/icons/happy.png'); background-color: #4284D3;}



#kinds-of-sounds h2{
	margin: -20px 0 20px 0;
}


#kinds-of-sounds h3{
	margin: 40px 0 20px 0;
}

#sound-types{
	height:280px;
	margin: 10px auto;
}

#sound-types p{
	font-size: 13px;
	font-style: italic;
	color: #BBB;
	margin-top:18px;
}

.sound-category{
	width: 180px;
	text-align: center;
	float: left;
	margin-top: 20px;
}

#interactive-app {
	position: absolute;
}


/* TOPO JSON MAP */
.graticule {
  fill: none;
  stroke: #777;
  stroke-width: .5px;
  stroke-opacity: .5;
}

.land {
  fill: #CED0CF;;
}

.boundary {
  fill: none;
  stroke: #04346C;
  stroke-width: .5px;
}

.sound-pt{ }

#stats-wrap{
	margin: 0 auto;
    width: 550px;
}


/* FEEDBACK FORM */


#feedback-form {
    display: none;
    position: fixed;
    width: 410px;
    height: 400px;
    top: 50%;
    left: 50%;
    margin-top: -225px;
    margin-left: -195px;
    text-align: left;
    border: 1px solid #333;
    border-top: 27px solid #333;
    background-color: #F7F7F7;
    z-index: 999;
    color: #333;
    font-size: 15px;
    padding: 0 20px 0 20px;
	border-radius: 10px;
}

#feedback-form h2{
    font-size: 26px;
    color: #333;
    margin-bottom: 5px;
    margin: 10px 0;
    font-weight: normal;
    text-align: left;
}

#feedback-form img {
	position:absolute;
	top:10px;
	right:10px;
	width:30px;
	height:30px;
	cursor:pointer;
}

#feedback-details {
	width: 400px;
    height: 130px;
    padding: 5px;
    margin: 10px 0;
    border: 1px solid #CCCACC;
    border-radius: 7px;
    resize: none;
}

#g-recaptcha {
	display:inline-block;
	margin-bottom:10px;		
}

#feedback-submit {
	width: 91px;
    font-size: 17px;
    padding: 5px;
    background-color: #772727;
    color: #fff;
    border: 1px solid #B7B7B7;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    bottom: 20px;
}

#feedback-submit[disabled] {
	color: #B9B9B9;
}



#feedback-email-title {
	display:inline;
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin-top:10px;
	margin-bottom:10px;
}

#feedback-email {
    width: 200px;
    height: 16px;
    padding: 5px;
    border: 1px solid #CCCACC;
    border-radius: 3px;
    resize: none;
    margin: 10px 0;
}

#off-screen-button {
	position:absolute;
	clip:rect(0,0,0,0);	
}

#off-screen-button + label {
	transition:left 0.3s;
}

#off-screen-button:checked + label {
	left:400px;
}

label[for="off-screen-button"] {
	position:fixed;
	left:0px;
	background-color:#fff;
	width:420px;
	height:420px;
	z-index:2;
}



/* EFFECTS AND STYLING */

.b-shadow{
    box-shadow: 3px 1px 15px rgba(0, 0, 0, 0.4);
}


/* Animations */

@-webkit-keyframes pulse {
	25% {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	}

	75% {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	}
}

@keyframes pulse {
	25% {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	}

75% {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	}
}

.pulse {
	display: inline-block;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse:hover {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}



/* Grow */

.grow {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.grow:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* Shrink */

.shrink {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.shrink:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.spacer{
	width:100%;
}



/* Google maps homepage styling */
#map-canvas { height: 100% }

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-size:20px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:100%;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.button:visited {
	color:#777777;
	}

.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	color:#777777;
}
.button:active {
	position:relative;
	top:1px;
	color:#777777;

}

.fullwidth{
	width:100%;
}

#addlensbutton {
    border: 1px solid #8BA28B;
    padding: 5px;
    /* margin: 2px 11px 10px 15px; */
    background: #169416;
    color: #fff;
    border-radius: 13px;
    text-align: center;
    width: 90px;
    margin: 1px auto 10px auto;
    cursor: pointer;
    cursor: hand;
}

.olFramedCloudPopupContent{
	color:#000000;
}