@charset "utf-8";
/* CSS Document */

/*DEFAULTS IN ALL DPWEBS */

.item_description ul, .item_description ol {/*for correct alignment of ul and ol elements with left-floating images*/
	overflow: hidden;
	zoom: 1; /*for IE6 */
}

/*end of defaults */

html,body {
	height:100%;
}
#subheader {
	padding-top: 5px;
	padding-bottom: 20px;
}
#menu-header-container .dropdown-menu a{

}
.btn-language {
	margin-bottom: -12px;
	padding-bottom: 0px;
}
.icon-search {
	margin-left: 5px;
}
.twitter img{
	margin-right: 15px;
}
.navbar {
	margin-bottom: 10px;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 8px;
}
.dropdown-menu > li > a {
	padding: 3px 30px;
}
.level-2 {
	padding-left: 70px;
	padding-right: 20px;
}
.level-2 li {
	margin-top: 4px;
	margin-bottom: 4px;
}
#area-image {
	text-align:right;
}
.carousel-inner > .item > a > img {
	margin: 0 auto;
}
.carousel-caption {
	left: 0%;
	right: 0%;
	bottom: 0%;
	padding-bottom: 0px;
}

#carousel-heading .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, 0) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, 0)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
#carousel-heading .carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
#carousel-heading .carousel-control:hover,
#carousel-heading .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  /*filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;*/
}
.img-area, #logo img, .item_description img {
	max-width: 100%;
}
.img-area {
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
}
#logo img {
	margin-top: 22px;
}
#content, #content-home {
	padding-top: 20px;
	padding-bottom: 20px;
}
#content {
	padding-top:40px;
}
#content-home {
	margin-bottom: 20px;
}
#news {
	margin-top: 20px;
}
.panel-newsletter {
	margin-top: 20px;
}
.panel-newsletter .panel-body {
	padding: 0px;
}
.panel-newsletter .panel-body img {
	max-width: 100%;
}

#buttons {
	padding-top: 10px;
	padding-bottom: 10px;
}
#buttons .well {
	height: 142px;
}
/*#buttons img {
	max-width: 100%;
}*/
#buttons .btn-text {
	display: table-cell;
	text-align: left;
	vertical-align:middle;
	line-height: 48px;
	padding-left: 20px;
}
.btn-icon {
	text-align: left;
}
.btn-name {
	text-align: right;
}
#footer {
	margin-top: 100px;
	margin-bottom: 100px;
}
/*addthis styles*/
#at4m-dock.ats-light {
    background-color: rgba(255, 255, 255, 0.85) !important;
    border-color: #C5C5C5;
}
#web-map ul {
	padding-left: 0px;
}
#web-map > .list-group > .list-group-item {
	margin-top: 20px;
}
#web-map .list-group-item > ul{
	margin-top: 20px;
}

.nav.submenu {
	font-size:16px;
	margin-top:30px;
	margin-left:10px;
}
.nav.submenu li.active a{
	text-decoration: underline;
}
.nav.submenu li a {
	padding:0 !important;
	margin:0 !important;
	margin-bottom:5px !important;
	color:#4497d7;
	text-decoration: none;

}
.nav.submenu .nav {
	margin-left:35px;
}
.img img {
	max-width: 100%;
}

#carousel-heading .carousel-control {
	z-index: 15;
}
@media (min-width: 992px){
	#search {
		margin-top: 50px;
	}
	#buttons {
		padding-bottom: 35px;
	}
	.nav>li>a {
    	padding: 5px 5px;
		margin-top: 15px;
		margin-bottom: 15px;
		border: 1px solid transparent;
	}
	#menu-header-container .dropdown-menu {
		/*max-width: 300px;
		white-space:normal;*/
		min-width: 290px;
	}
	.dropdown-menu li {
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.dropdown-menu:before {
		position: absolute;
		top: -7px;
		left: 9px;
		display: inline-block;
		border-right: 7px solid transparent;
		border-bottom: 7px solid #ccc;
		border-left: 7px solid transparent;
		border-bottom-color: rgba(0, 0, 0, 0.2);
		content: '';
	}

	.dropdown-menu:after {
		position: absolute;
		top: -6px;
		left: 10px;
		display: inline-block;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #00afe9;
		border-left: 6px solid transparent;
		content: '';
	}
	.rnaseq > div > div > .btn-text {
		text-align: right !important;
	}

	#carousel-heading .carousel-caption{
		margin-bottom: 50px;
	}
	#page-content{
		padding-left: 30px;
	}
}
#share {
	margin: 20px 0px;
}
.table-microbiome-applications {
	max-width: 807px;
}
.table-microbiome-applications th {
	padding: 10px;
}
.table-microbiome-applications img {
	width: 100% !important;
}
/* columns of same height styles */
/*http://www.gekode.co.uk/bootstrap-3-responsive-columns-of-same-height/*/

.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}
/* webmap styling */
.lista_mapa li {
	padding: 5px 0px;
}
/* vertical alignment styles */

.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

/*INTRANET*/

#content.intranet{padding-top:70px}

.navbar-default .navbar-brand { color: #fff }

/*CHARTS*/

.svg text {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
}
svg .svg {
	shape-rendering: crispEdges;
}
.tip {
  line-height: 1;
  font-weight: bold;
  padding: 5px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border-radius: 2px;
}

/* Creates a small triangle extender for the tooltip */
.tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.4);
  content: "\25BC";
  position: absolute;
  text-align: center;
}

/* Style northward tooltips differently */
.tip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}