/* ================INSTRUCTIONS=================*/
/* By changing the classes below, you can add your own custom styles for various areas of the header. In order for your changes to work though, you MUST include a reference in your HTML pages to both the common CSS file and custom CSS file in that order.

Instructions are provided below for customizing these classes. */

/* ================BANNER=======================*/
/* TO DISPLAY A CUSTOM BANNER IMAGE:
If you want to display a custom banner, change the "background: url" to point to a local banner, or external, image location.

TO DISPLAY A CUSTOM BANNER COLOR (NO IMAGE):
If you would rather display a color instead of a banner image, change the "background: url" portion to point to "" and set the background color (#006633) to whatever color you wish to display.
NOTE: You can use either hexadecimal color codes (i.e. - #006633, #063) or HTML color names (i.e. - "black"). */
#usgscolorband {
	background: #000 url(http://www.usgs.gov/images/headers/blue_black.jpg) 178px 0px no-repeat;
}
/* ================SITE TITLE===================*/
/* TO DISPLAY A CUSTOM SITE TITLE BAR:
The #usgstitle class is specific to the colored site title bar that lies beneath the USGS identifier. To change the color of this bar, set the "background-color" attribute below to the color you wish to display and change the "color" attribute to set the text color.
/* =============STANDARD CONTENT===============*/
#usgstitle {
    background-color: #5b5b5b;
    color: #ffffff;
	font: bold 1.3em Verdana, Arial, Helvetica, sans-serif;
	text-indent: 5px;
	padding-top: 5px;
}
/* =============STANDARD CONTENT===============*/
/* TO CHANGE THE TEXT SIZE OF THE CONTENT:
By default, USGS has set the font size to "small" in order to provide a consistent size for content across all pages. If you would prefer not to have a pre-defined font size for your pages, change the "font-size" attributes below to "font-size: 100%;". */
body {
	font-size: small;
}
th, td {
	font-size: small;
}

h1 { font-size: 2em; color:rgb(11, 113, 133); line-height:normal; }
h2 { font-size: 1.5em; line-height:normal; }
h3 { font-size: 1.17em; line-height:normal; }
h5 { font-size: .83em; line-height:normal; }
h6 { font-size: .75em; line-height:normal; }

.pagination-area {
	float:left;
	margin-left:0px;
}
.sortby-rss-area {
	float:right;
	margin-top:5px;
}
img.rss {
	margin-right:2px;
	margin-top:-10px;
}

.data-completeness-area {
	float:left;
	margin-top: 0px;
	color:#606060;
}
.data-btn-area {
	float:right;
	margin-top: 15px;
}
.data-btn{float:left;padding:3px 10px 2px 9px;border:1px solid rgba(0,0,0,0.1);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;color:#606060;background:#f7f7f7;white-space:nowrap;overflow:hidden;margin-right:7px;font-size:11px;vertical-align:top;line-height:17px}

.data-btn>.inline-icon{padding-right:0}

.tag-btn{padding:3px 10px 2px 9px;border:1px solid rgba(0,0,0,0.1);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;color:#606060;background:#f7f7f7;white-space:nowrap;overflow:hidden;margin-right:7px;font-size:11px;vertical-align:top;line-height:17px}

.tag-btn>.inline-icon{padding-right:0}

.tags {
	display:block;
	background-color:#444;
	color:#FFF;
	text-align:left;
	margin-bottom:10px;
	padding: 10px;
	padding-left: 22px;
}
.narrow-by {
	display:block;
	height:22px;
	background-color: #0b7185;
	width: 100%;
	border: 0px;
	text-align:left;
	color: #fff;
	font-size: 14px;
	font-weight:300;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: -7px;
	text-indent: 5px;
	}
.data-result-box{
	-webkit-box-shadow:0 2px 6px rgba(0,0,0,0.1);
	-moz-box-shadow:0 2px 6px rgba(0,0,0,0.1);
	box-shadow:0 2px 6px rgba(0,0,0,0.1);
	background:#fff;
	border:1px solid #0b7185;
	margin-bottom:10px;
	padding:14px 17px;
}

.data-result-box h3{
	background-color:#EFEFEF;
	color:#0b7185;
	font-size: 1.5em;
	font-weight:200;
	margin-top: 0px;
}
.data-result-box h3 a{ color:#0b7185}

.data-result-box p {
 line-height: 18px;
}

.date{
	font-size: .8em;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	float: right;
	max-width: 33%;
	color:#606060
}

.data-source{
	font-size: .8em;
	margin-top: 0px;
	margin-bottom: 5px;
	float: left;
	max-width: 33%;
	color:#606060
}

.data-source:before{
	content: 'Source: ';
}

.mission-area-source{
	font-size: .8em;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	float: right;
	max-width: 33%;
	color:#606060
}
.mission-area-source:before{
	content: 'Mission Area: ';
}

.mission-area  {
	display:block;
	width:10px;
	height:10px;
	border: 2px solid #000;
	float:left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 13px;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); /* IE 9 */
	-webkit-transform:rotate(45deg); /* Safari and Chrome */
}
.mission-area-facet  {
	display:block;
	width:7px;
	height:7px;
	border: 2px solid #000;
	float:left;
	margin-left: 2px;
	margin-right: 5px;
	margin-top: 6px;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); /* IE 9 */
	-webkit-transform:rotate(45deg); /* Safari and Chrome */
}
#cataloguebanner{
text-align:right;
padding:5px;
margin-bottom:20px;
border-bottom: 1px dotted #EFEFEF;
}
.climate-land-use-change {background-color:#9C6C44;}
.core-science-systems { background-color:#800040;}
.ecosystems { background-color:#008040}
.energy-and-minerals { background-color:#400080}
.environmental-health { background-color:#009798}
.natural-hazards { background-color:#F90;}
.water { background-color:#09F;}


/* FROM ORNL common-orig.css Stylesheet */


.related_terms {
	list-style-type: none;
	/*display:inline;*/
	display:inline-block;
	padding:4px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 12px;
	color: #0B7185;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 7px;
	font-size: 12px;
	/*vertical-align: top;*/
	height: 100%;
	text-decoration:none;
	background:#E6F0E6;
	box-shadow: 1px 2px 1px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
}
.related_terms:hover{
	background-color:#dfdfdf;
	text-decoration:none;
}
#bTerms {
    display: inline-block;
    width: 99%;
    text-align: left;
    margin-left: 15px;
    margin-top: 5px;
    padding-top: 5px;
}

#sort, #bsort{
	display:inline-block;
	float:right;
	margin-left:2px;
	font-size:11px;
}

#sort ul, #bsort ul{
	display:inline;
}

#sort select, #bsort select{
	height:25px;
	width:150px;
	font-size:11px;
}

#rows, #b_rows{
	display:inline-block;
	float:right;
	font-size:11px;
}

#rows ul, #b_rows ul{
	display:inline;
}

#rows select, #b_rows select{
	height:25px;
	width:60px;
	font-size:11px;
}

.subtitles{
 	padding-bottom:10px;
 	padding-top:5px;
}

.subtitles .date{
	display:inline-block;
	float:right;
	margin-right: 0px;
}

.title{
	background-color: #EFEFEF;
	color: #0b7185;
	font-size: 1.2em;
	font-weight: 200;
	padding: 10px;
	/*background: none repeat scroll 0% 0% rgb(221, 221, 221);*/
}

#docs .document, #docs .tsc_ribbon_wrap, #bdocs .document, #bdocs .tsc_ribbon_wrap
{
	webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	background: #fff;
	border: 1px solid #0b7185;
	margin-bottom: 10px;
	padding: 14px 17px;
}

.tsc_ribbon_wrap .title
{
    margin-right: 155px;
}
.tsc_ribbon_wrap .right-edge.fork {
	top: 14px;
	width: 150px;
}

a.buttonStyles, a.buttonStyles1{
	float:right;
	display:inline-block;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 7px;
	font-size: 12px;
	vertical-align: top;
	height: 20px;
	text-decoration:none;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
}
a.buttonStyles:hover, a.buttonStyles1:hover {
	background-color:#dfdfdf;
	text-decoration:none;
	-moz-outline-style: none;
}
a.buttonStyles
{
	background: url("../images/up.png") no-repeat scroll 0% 0% #dfdfdf;

    padding: 3px 10px 3px 28px;

    color:black;
}
a.buttonStyles1
{
	/*background: rgb(247, 247, 247);*/
    padding: 3px 10px 3px 10px;
    color:  white;
    /*font-weight:bold;*/
}
.checks{

	display:inline-block;
	padding:5px;
	padding-top:3px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	color:  rgb(68, 68, 68);
	white-space: nowrap;
	overflow: hidden;
	margin-right: 7px;
	font-size: 11px;
	/*vertical-align: top;*/

	text-decoration:none;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);

}
.checks img{
	padding:1px;
}
:-moz-any-link:focus {
  outline: none;
}
.buttonStyles1:active, .buttonStyles:active
{
	position:relative;
	top:1px;
}

#pager-headerT {
    display: inline;
	font-size:11px;
}

#pager-header{
    display: inline;
	font-size:11px;
}

.tagcloud {
	margin-bottom:10px;
}

.tagcloud#keywords {
	margin-bottom:5px;
}


@media (max-width: 980px) {
/* Enable use of floated navbar text */
.navbar-text.pull-right {
  float: none;
  padding-left: 5px;
  padding-right: 5px;
}
}

@media (max-width: 767px) {
.main-unit {
	display: none;
}


.collapse.in {
  height: collaspe;
}

.carousel {
	display: none;
}

	/* BEGIN Becky's changes/adds for 767px View */
	#usgstitle {
		height:auto;
		font-size: 90%;
		padding-bottom: 5px;
	}
	.nav-icon img{
		display:none;
		margin-bottom:0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.nav-tabs > li > a {
	    font-size: 10px;
	    margin-left:0px;
		width:50px;
	}

	.nav-tabs.centered, .nav-pills.centered {
		text-align:left;
	}
	/* END Becky's changes/adds for 767px View */
}




.btn-facet {
display: block;
height: 28px;
background-color: rgb(11, 113, 133);
width: 100%;
border-width: 0px 0px 0px 0px;
border-style: none none none none;
border-color: none;
font-size: 14px;
font-weight: 200;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
color: #fff;
text-indent: 12px;
}

.mainSearch {
	background-color:white;
	/*padding: 10px;*/
}

.hiddenInput {
 display: none;
}

#show-btn {
    cursor: pointer;
    color: rgb(11, 113, 133) !important;
	font-weight:bold;
	font-size:14px;
}
.well2 {
    min-height: 20px;
    padding: 0px;
    margin-bottom: 5px;
    border-right: 1px solid rgb(227, 227, 227);
}
.filterBy {
	margin-left: 12px;
}

.more, .more:visited, .more:active {
font-size: 11px;
font-weight: bold;
font-weight: bold;
text-decoration: none!important;
}

.tagcloud .more,
#keywords .more {
display: block;
padding: 3px 10px;
border-top: 1px solid rgb(221, 221, 221);
text-decoration: none!important;
margin-bottom: 10px;
float:right;
}

/* New Jeff Stuff */

#btnMenuController {
    margin-bottom: 30px;
    font-size: 10px;
    float: right;
    margin-right: 20px;
}

#topMainPanel {
  	overflow: hidden;
	height: 100%;
}

.topPanelCollapsed {
	height: 120px;
	overflow: hidden;
}

#navButtonBar {
	border-bottom: #ccc 1px solid;
	height: 70px;
	padding: 0;
}

#newNavButtonContainer.container-fluid {
	background-color:#F2F2F2;
}

#bottomMainPanel {
	padding: 0 5px 0 5px;
	border-top-width: 17px;
	border-style: solid;
	border-top-color: #4c385c;
}

#bottomDefaultPanel {
}

#bottomBrowsePanel {
	padding: 0 10px 0 10px;
	border-top-width: 17px;
	border-style: solid;
	border-top-color: #2a6236;
}

#browse {
 	margin-bottom: 10px;
 }

.browseFeatured_q, .browseByTitle_q, 
.browseFeatured_fqKeywords_q, 
.browseByTitle {
	cursor: pointer;
}

#panelPulldownControlSearch {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	background-color:#4c385c;
	height: 30px;
	margin-top: -15px;
	margin-bottom: 10px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-radius:  0 0 50% 50%;
	cursor: pointer;
}


#panelPulldownControlBrowse {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	background-color:#2a6236;
	height: 30px;
	margin-top: -15px;
	margin-bottom: 10px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-radius:  0 0 50% 50%;
	cursor: pointer;
}


#pulldownText {
	border: 0px solid red;
}

#pullDownControlRightSearch, #pullDownControlRightBrowse  {
	margin-left: 10px;
}

#pullDownControlLeftSearch, #pullDownControlLeftBrowse {
	margin-right: 10px;
}

/* BEGIN Becky's changes/adds for Search and Browse */
	#count
	{
		display: inline-block;
	}

	#tags {
		display: inline-block;
		width:100%;
		text-align:left;
	}

	#total
	{
		font-weight:bold;
		font-size:11px;
		color:#333;
	}
	.selection
	{
		font-size:11px;
		color:#333;
	}
	#selection,.terms{
		padding-top: 7px;
		margin-left:0px;
	}

	.resultsFound,
	.clearFilters,
	.rssIcon,
	.mapInfo {
		font-size:11px;
		color:#333;
	}

	.tagText {
		font-size:11px;
		color:#333;
	}

	.rssIcon a,
	.rssIcon a:hover,
	.rssIcon a:active,
	.rssIcon a:visited {
	  text-decoration:none;
	}

	#search input[type="submit"] {
	  margin-top: -10px;
	}

	.browse-list {
	  font-size:.9em;
	  line-height: 1.3em;
	}

	.span4.blue,
	.span8.blue {
	  background: rgb(242,246,252);
	  padding: 10px;
	  margin-top: 10px;
	  min-height: 280px;
	}

	.span12.white {
	  margin-left: 10px;
	}


	h3.browse {
	  font-size: 1.1em;
	  color: #416e92;
	  padding:0;
	  margin:0;
	  line-height:normal;
	}

	.tab-content {
  	  -webkit-box-shadow: 0px 7px 14px -5px rgba(0,0,0,0.5);
	  -moz-box-shadow: 0px 7px 14px -5px rgba(0,0,0,0.5);
	  box-shadow: 0px 7px 14px -5px rgba(0,0,0,0.5);
	  margin-bottom:8px;
	}

	.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
	  color: #555555;
	  cursor: default;
	  background-color: #ffffff;
	  border: 1px solid transparent;
	  border-right: 1px solid #ddd;
	  border-left: 1px solid #ddd;
	}

	.nav-tabs > li > a {
	  padding-top: 8px;
	  padding-bottom: 8px;
	  line-height: 20px;
	  border: 1px solid transparent;
	  -webkit-border-radius: 0px 0px 0 0;
	  -moz-border-radius: 0px 0px 0 0;
	  border-radius: 0px 0px 0 0;
	}

	.nav-tabs > li > a, .nav-pills > li > a {
	  padding-right: 12px;
	  padding-left: 12px;
	  margin-right: 2px;
	  line-height: 14px;
	}

	.nav-tabs.centered > li, .nav-pills.centered > li {
		float:none;
		display:inline-block;
		*display:inline; /* ie7 fix */
		 zoom:1; /* hasLayout ie7 trigger */
	}

	.nav-tabs.centered, .nav-pills.centered {
		text-align:center;
	}

	.nav > li > a {
	  display: block;
	}

	.nav-icon img{
		height: 35px;
		margin-top: 0px;
		margin-bottom: 10px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.nav-tabs-background{
		background-color: rgb(236,234,234);
		margin-top: 0px;
	}
	.stretch {
		transform : scale(1,1.1);
		-webkit-transform:scale(1,1.1); /* Safari and Chrome */
		-moz-transform:scale(1,1.1); /* Firefox */
		-ms-transform:scale(1,1.1); /* IE 9+ */
		-o-transform:scale(1,1.1); /* Opera */
		margin-bottom: 0px;
	}
	.default-page {
		background: rgb(49,49,49);
		background-image: url(../images/gears.png);
		background-repeat:no-repeat;
		color:#fff;
	}

	.default-page .times {
		margin-left: 60px;
		font-family:"Times New Roman", Times, serif;
		font-size:1.2em;
		line-height: 2.4em;
	}

	.default-page .sans-serif {
		margin-left: 60px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:1.2em;
		line-height: 2.4em;
	}

	div.default-button {
		background: rgb(49,49,49);
		border: 0px;
		width:280px;
		height:32px;
		margin-top:20px;
		margin-bottom:20px;
	}

	.default-data {
		margin-top:50px;
	}

	div.how {
		background-image:url(../images/how-to-search-for-data.png);
		margin-top:50px;
	}
	div.contribute {
		background-image:url(../images/contribute-usgs-data.png);
	}
	div.services {
		background-image:url(../images/web-services-access.png);
	}

	a:hover div.how {
		background-image:url(../images/how-to-search-for-data-hover.png);
		margin-top:50px;
	}
	a:hover div.contribute {
		background-image:url(../images/contribute-usgs-data-hover.png);
	}
	a:hover div.services {
		background-image:url(../images/web-services-access-hover.png);
	}

	.teal {
		background:rgb(58,109,133);
	}

	.box1 {
		background-image:url(../images/frequently-accessed-usgs-data.png);
		background-repeat:no-repeat;
		background-position:center;
		min-width:352px;
		min-height:120px;
	}
	.box2 {
		background-image:url(../images/the-national-map.png);
		background-repeat:no-repeat;
		background-position:center;
		min-width:173px;
		min-height:169px;
	}
	.box3 {
		background-image:url(../images/earthquakes-hazards-program.png);
		background-repeat:no-repeat;
		background-position:center;
		min-width:173px;
		min-height:169px;
	}
	.box4 {
		background-image:url(../images/energy-resources-program.png);
		background-repeat:no-repeat;
		background-position:center;
		min-width:173px;
		min-height:169px;
	}
	.box5 {
		background-image:url(../images/water-resources-of-the-us.png);
		background-repeat:no-repeat;
		background-position:center;
		min-width:173px;
		min-height:169px;
	}

	.purple {
		background:rgb(75,67,105);
	}

	.box6 {
		background-image:url(../images/currently-highlighted-usgs-data.png);
		background-repeat:no-repeat;
		background-position:center;
		min-width:352px;
		min-height:120px;
	}
	.box7 {
		background-image:url(../images/biodiversity-information-serving-our-nation.png);
		background-repeat:no-repeat;
		background-position:center;
		min-width:173px;
		min-height:169px;

	}
	.box8 {
		background-image:url(../images/south-florida-hydrology.png);
		background-repeat:no-repeat;
		background-position:center;
		min-width:173px;
		min-height:169px;
	}
	.box9 {
		background-image:url(../images/ocean-biogeographic-information-system-usa.png);
		background-repeat:no-repeat;
		background-position:center;
		min-width:173px;
		min-height:169px;
	}
	.box10 {
		background-image:url(../images/patuxent-wildlife-research-center.png);
		background-repeat:no-repeat;
		background-position:center;
		min-width:173px;
		min-height:169px;
	}
	#featured .next {
	  background-image:none !important;
	  background-color: #000 transparent !important; 
	  height:0px !important; 
	  width:0px !important; 
	  display:none;
	}
	.carousel-inner {
		background:url(../images/grid-725268_1920.jpg);
	}
	.item div.carousel-caption {
      max-width: 450px;
      padding: 10px;
      text-align:left;
	  vertical-align:top;
	  left: auto;
	  right:0;
	  bottom:0;
	  top:0;
		float:right;
	  text-overflow: ellipsis;
      overflow: hidden;
	}
	.carousel-caption h4 {
		font-size:14px;
	}
	.carousel-caption p {
		font-size:12px;
		margin-bottom: 10px;
	}
	#bottomMainPanel .row-fluid{
		width:99.5%;
	}
	a:focus.browseTopic,
	a:focus.browseDataSource {
		display:inline-block;
		background: #2a6236;
		color: #fff;
  		text-decoration: none;
		padding: 5px;
		margin-bottom:0px;
		-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
   		-khtml-border-radius: 5px;
    	border-radius: 5px;
		margin-left: -5px;
	}
	a:focus.browseMissionArea {
		display:inline-block;
		background: #2a6236;
		color: #fff;
  		text-decoration: none;
		padding: 5px;
		margin-bottom:0px;
		-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
   		-khtml-border-radius: 5px;
    	border-radius: 5px;
		margin-left: -5px;
	}
	.activeTopics {		
		display:inline-block;
		background: #2a6236;
		color: #fff;
  		text-decoration: none;
		padding: 5px;
		margin-bottom:0px;
		-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
   		-khtml-border-radius: 5px;
    	border-radius: 5px;
		margin-left: -5px;
	}
	span.noResultsTopics {
		cursor:not-allowed;
		color: rgb(0, 136, 204);
	}
	span.noResultsTopics:hover {
		text-decoration:underline;
	}
/* END Becky's changes/adds for Search and Browse */
@media (min-width: 1788px) {
.item div.carousel-caption {
      max-width: 620px;
      padding: 10px;
      text-align:left;
	  vertical-align:top;
	  left: 0;
	  right:0;
	  bottom:0;
	  top:0;
	  margin-left: 1301px;
	}
}

@media (min-width: 1920px) {
.item div.carousel-caption {
      max-width: 582px;
	}
}

@media (max-width: 980px) {
/* Enable use of floated navbar text */
.navbar-text.pull-right {
  float: none;
  padding-left: 5px;
  padding-right: 5px;
}
}

@media (max-width: 767px) {
.main-unit {
	display: none;
}

.collapse.in {
  height: collaspe;
}

.carousel {
	display: none;
}
	/* BEGIN Becky's changes/adds for 767px View */
	#usgstitle {
		height:auto;
		font-size: 90%;
	}
	.nav-icon img{
		display:none;
		margin-bottom:0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.nav-tabs > li > a {
	    font-size: 10px;
	    margin-left:0px;
		width:50px;
	}

	.nav-tabs.centered, .nav-pills.centered {
		text-align:left;
	}
	/* END Becky's changes/adds for 767px View */
}
@media (max-width: 1390px)  {
.box1,
.box6 {
	background-size: 90%;
	min-width: 80%;
	min-height:100px;
	}
}
@media (max-width: 1390px)  {
.box2,
.box3,
.box4,
.box5,
.box7,
.box8,
.box9,
.box10 {
	background-size: 100%;
	min-width: 80%;
	min-height:160px;
	}
}
@media (max-width: 768px)  {
.box1,
.box6 {
	background-size: 375px 120px;
	min-width: 80%;
	min-height:130px;
	}
}
@media (max-width: 768px)  {
.box2,
.box3,
.box4,
.box5,
.box7,
.box8,
.box9,
.box10 {
	background-size: 177px 169px;
	min-height:179px;
	}
}
@media (max-width: 768px)  {
.box2,
.box4,
.box5,
.box7,
.box9 {
	margin-bottom: 10px;
	}
}
/* tab specific custom styles */
#left_blue_div {
	background-color:#DDEEFF;
	padding:1em;
}

#tab_subheader {
	color: rgb(11, 113, 133);
}

#grey_btn {
	background-color:#404040 ;
	font-family: arial;
	color:white;
	font-weight: bold;
	border: none;
}

.my_reports_img {
	width: 70%;
	height: auto;
}

.larger_modal {
	width: 900px;
	height: auto;
}

.larger_modal_body{
	max-height: 650px;
}

modal{
	max-width: 100%;
}

modal-body{
	max-height: 100%;
}

.tooltip-inner {
  max-width: 500px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
