/******************************

          Base Styles 

 ******************************/

a[href$=".pdf"]:after,
a[href$=".doc"]:after,a[href$=".docx"]:after,
a[href$=".txt"]:after,
a[href$=".xls"]:after,a[href$=".xlsx"]:after,a[href$=".dat"]:after,a[href$=".csv"]:after,a[href$=".ascii"]:after{
	content: none !important;
}

code{
	font-family: monospace;
	font-size: 1em;
}

.container{
	font-size: .9em;
}


/**********************************

          Layout Styles

***********************************/

/*                */
/* general layout */
/*                */

.bottom-space-half{
	margin-bottom: .5em;
}
.bottom-space-full{
	margin-bottom: 1em;
}
.bottom-space-double{
	margin-bottom: 2em;
}

.capitalize{
	text-transform: capitalize;
}

.centered{
	text-align: center;
}

.font-size-9{
	font-size: .9em;
}

.hide{
	display: none;	
}

.option-faded{
	opacity: .4;
}

.top-pad-9{
	padding-top: .9em;
}

.top-space-full{
	margin-top: 1em;
}
.top-space-half{
	margin-top: .5em;
}

.white-space-pre{
	white-space: pre-line;
}

/*                   */
/* header decoration */
/*                   */

.header-bar{
	background-color: #4c4c4c;
    color: #ffffff;
    font-size: 1.4em;
    padding: 10px;
    position:relative;
    text-transform: uppercase;
}
.header-bar>img{
	position:absolute;
	right: .5em;
	padding-top: 1px;
	cursor: help;
}
.header-bar .right-side-text{
	position:absolute;
	right: .5em;
}
.header-bar .right-side-text img{
/* 	margin-top: -4px; */
}

.section-marker{
	background-color: #245BAB;
/* 	background-color: #31708f; */
	margin-right: 5px;
	padding-right: .5em;
	width: 1em;
}
.section-header{
	border-bottom: 2px solid #245BAB;
/* 	border-bottom: 2px solid #31708f; */
}

/***********************************

            Module Styles

************************************/

/*             */
/* alert boxes */
/*             */

.alert{
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

/*                   */
/* api documentation */
/*                   */

.api-available-sources{
	font-size: .7em;
	margin-left: 2px;
	margin-right: 2px;
	padding: 2px 3px;
	border-radius: 4px;
}
.api-available-noaa{
	background-color: #e2b39e;
}
.api-available-pangaea{
	background-color: #a8cea9;
}
.api-available-neotoma{
	background-color: #d2b5d2;
}
.api-block{
	border:1px solid #ccc;
	color:#000;
	background-color:#F4F4F4;
	padding: 5px 10px 5px 10px;
}
.api-data-type-list,
.api-time-method-list{
	margin-bottom: 0 !important;
}
.api-data-type-list li,
.api-time-method-list li{
	line-height: 1.25em !important;
	font-size: .9em;
	margin-left: 1em;
}
.api-sample-url{
	background-color: #E5F2FB;
	padding: 3px 5px;
	margin: 5px 0px 5px 0px;
	display: inline-block;
	word-break: break-all;
}

/*                    */
/* extra navbar links */
/*                    */
.extra-link{
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-right: 3px;
}
.extra-link-api{
	background-color: #D69072;
}
.extra-link-reports{
	background-color: #6EAD6F;
}
.extra-link-help{
	background-color: #5483C9;
}
.extra-link-contact{
	background-color: #A86FA8;
}

/*                     */
/* top of page callout */
/*                     */

.callout{
	padding: 24px 12px 24px 12px;
	background-color: #efefef;
	border-radius: 5px;
}
.callout img{
	max-width: 100%;
	padding-top: 1em;
}

/*                 */
/* main search box */
/*                 */

#general-search-field{
	border: 1px solid;
	box-sizing: border-box;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

/*                    */
/* search help pop-up */
/*                    */

.search-help-qtip{
	background-color: #f7f6f5;
	border: 1px solid #ccc;
	font-size: 100%;
	line-height: 100%;
	list-style: circle;
	margin: 0;
	padding: 0;
	max-width: 750px;
}
.search-help-qtip>.qtip-titlebar{
	background-color: #194E81; 
	color: #FFFFFF; 
}
.search-help-qtip>.qtip-content{
	line-height: 1.25em !important;	
}
.search-help-qtip ul{
	margin-top: 1em;
	padding-left: 2em;
	padding-right: 2em;
}
.search-help-qtip ul li{
	margin-bottom: 7px;
}

/*                                  */
/* search page filters and shuttles */
/*                                  */

.filter-container input[type='search']{
	border-bottom: 1px solid;
}
.filter-container input[type='text'],
.filter-container input[type='number']{
	border: 1px solid #777;
	font-size: .8em;
	width: 7em;
	margin-right: 1em;
}
.shuttle-container select{
	font-size: .8em;
	width: 100%;
}
.shuttle-move-all{
	cursor:pointer; 
	position:absolute; 
	right:-.9em; 
	z-index:99;
}
.shuttle-add-all{
	top:3.5em; 
}
.shuttle-remove-all{
	 top:5em; 
}

/*                      */
/* data publisher icons */
/*                      */

.publisher-row{
/* 	overflow: hidden; */
}
.publisher-col{
/* 	padding-bottom: 100%; */
/* 	margin-bottom: -100%; */
}
.publisher-image-non-noaa{
	padding-top: 2em;
	width: 70px;
}
.publisher-image-noaa{
	width: 110px;
/*	padding-top: 1em;*/
}
.publisher-selected{
/*     border: 2px solid #3c763d; */
}

/*                */
/* map containers */
/*                */

#current-study-map-container,
#lat-lon-alt-map-container{
	margin: 0;
}
#current-study-map{
	height: 15em;
}
#lat-lon-alt-map{
	height: 15em;
}

/*                      */
/* time options graphic */
/*                      */

.time-box-outer{
/* 	border: 2px solid grey; */
  	display: inline-block;
  	height: 24px;
  	padding: 2px;
  	position: relative;
}
.time-box-outer span{
  	display: inline-block;
	height: 100%;
	padding-top: 2px;
/*   	width: 30px; */
}
.time-box-match{
/* 	width:5em; */
/* 	background-color: #87b0da; */
	background-color: #d6e9c6;
	border: 1px solid grey;
}
.time-box-match-overany{
	width: 4em;
	margin-left: 4em;
	margin-right: 1em;
}
.time-box-match-entireover{
	width: 7em;
/* 	margin-left: 3em; */
	margin-right: 2em;
}
.time-box-match-overentire{
	width: 3em;
	margin-left: 2em;
	margin-right: 4em;
}
.time-box-nomatch{
	width:1em;
/* 	background-color: #c18891; */
}
.time-box-bounds{
	position: absolute;
  	top: 0;
  	left: 0;
  	font-weight: bold;
}
.time-box-dimmed{
	opacity: .3;
}

/*                    */
/* main search button */
/*                    */

.search-button{
	font-size: 1.1em;
	padding: .5em 1em;
}

/*                        */
/* constructed search url */
/*                        */
.search-url-title{
	margin-top:5px;
	display:inline-block;
}

/*                     */
/* search results list */
/*                     */

#search-results-list{
	border: 1px solid black;
	margin: 0;
	max-height: 10em;
	overflow-x: hidden;
	overflow-y: auto;
}
.search-results-item div{
	border-bottom: 1px solid #dddddd;
	cursor: pointer;
	font-size: 1.1em;
	padding-bottom: .5em;
	padding-top: .5em;
}
.search-results-item:last-child div{
	border: none;
}
.search-result-selected{
	background-color: #cedff0;
}
.search-results-recon-icon{
	margin-left: 5px;
	margin-top: -4px;
	vertical-align: middle;
}

/*                      */
/* reports pages styles */
/*                      */
.report-results-header{
	background-color: #4c4c4c;
	color: #ffffff;
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
.report-results-row{
	border-top: 1px solid #dddddd;
	margin-left: 0px;
	margin-right: 0px;
}
.report-results-row:first-child{
	border-top: none;
}
.report-results-col{
	padding-top: 5px;
	padding-bottom: 5px;
}
.report-results-col:last-child{
	text-align: center;
}
.report-results-sortable{
	cursor: pointer;
}

.pagination-option-selected{
	margin-right: 3px;
}
.pagination-option-unselected{
	color: blue;
	cursor: pointer;
	margin-right: 3px;
	text-decoration: underline;
}
.pagination-select-limit{
	padding-top: 6px;
}
.pagination-select-page{
	padding-bottom: 2px;
}

/*                      */
/* location report tree */
/*                      */
#location-list .row{
	margin-left: 0;
}
.location-list-container{
	margin-left: 1.5em;
}
.location-list-studies{
	margin-left: 1.5em;
}
.location-list-l1-name{
	font-size: 2em;
	margin-top: .5em;
	margin-bottom: .5em; 
}
.location-list-l2-name{
	font-size: 1.8em;
	margin-top: .25em;
	margin-bottom: .25em;
}
.location-list-l3-name{
	font-size: 1.6em;
	margin-top: .25em;
	margin-bottom: .25em;
}
.location-list-l4-name{
	font-size: 1.4em;
	margin-top: .1em;
	margin-bottom: .1em;
}
.location-list-l5-name{
	font-size: 1.2em;
}

/*                  */
/* site data tables */
/*                  */

.download-data-table-selected{
	background-color: #194E81;
}
.download-data-table th{
	font-size: 1.4em;
}
.download-data-table tr td:first-child{
	width: 20em;
}


/********************************

          State Styles
	
*********************************/




