/* Core Stuff */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 1rem;
    line-height: 1.7;
    color: #606d6e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #454B4D;
}

a {
    color: #1F8CD6;
    text-decoration: none;
}

a:hover {
    color: #175E91;
}

pre {
    background: #F0F0F0;
    margin: 1rem 0;
    border-radius: 2px;
}

blockquote {
    border-left: 10px solid #eee;
    margin: 0;
    padding: 0 2rem;
}

/* Utility Classes */
.wrapper {
    margin: 0 3rem;
}

.padding {
    padding: 3rem 1rem;
}

.left {
    float: left;
}

.right {
    float: right
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

/* Content Styling */
.header .padding {
    padding: 1rem 0;
}

.header {
    background-color: #1F8DD6;
    color: #eee;
}

.header a {
    color: #fff;
}

.header .logo {
    font-size: 1.7rem;
    text-transform: uppercase;
}

.footer {
    background-color: #eee;
}

/* Menu Settings */
.main-nav ul {
    text-align: center;
    letter-spacing: -1em;
    margin: 0;
    padding: 0;
}

.main-nav ul li {
    display: inline-block;
    letter-spacing: normal;
}

.main-nav ul li a {
    position: relative;
    display: block;
    line-height: 45px;
    color: #fff;
    padding: 0 20px;
    white-space: nowrap;
}

.main-nav > ul > li > a {
    border-radius: 2px;
}

/*Active dropdown nav item */
.main-nav ul li:hover > a {
    background-color: #175E91;
}

/* Selected Dropdown nav item */
.main-nav ul li.selected > a {
    background-color: #fff;
    color: #175E91;
}

/* Dropdown CSS */
.main-nav ul li {position: relative;}

.main-nav ul li ul {
    position: absolute;
    background-color: #1F8DD6;
    min-width: 100%;
    text-align: left;
    z-index: 999;

    display: none;
}
.main-nav ul li ul li {
    display: block;
}

/* Dropdown CSS */
.main-nav ul li ul ul {
    left: 100%;
    top: 0;
}

/* Active on Hover */
.main-nav li:hover > ul {
    display: block;
}

/* Child Indicator */
.main-nav .has-children > a {
    padding-right: 30px;
}
.main-nav .has-children > a:after {
    font-family: FontAwesome;
    content: '\f107';
    position: absolute;
    display: inline-block;
    right: 8px;
    top: 0;
}

.main-nav .has-children .has-children > a:after {
    content: '\f105';
}




/* GRIIS.css */


* {
	margin: 0;
}

html, body {
	height: 100%;
	font-family: 'Trebuchet MS';
    font-size: 14px;
	color: #5d686e;
}

img {
	border: 0;
}

.hide {
	display: none;
}

.italic {
    font-style: italic;
}

.pointer {
    cursor: pointer;
}

section {
	background-color: #97d7fd;
}

.wrapper {
	background-color: #97d7fd;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px;
}

footer, .push {
	height: 150px;
}

header, footer {
	background-color: #fff;
}

header {
	height: 150px;
}

section, header, footer {
	width: 100%;
}

#logo {
    padding-top: 30px;
	width: 35%;
	float: left;
}

#menu {
	padding-top: 50px;
	width: 65%;
	float: left;
}

#menu ul {
    list-style: none outside none;
    padding: 0;
	float: right;
}

#menu li {
    float: left;
	margin-left: 10px;
	padding: 15px 0;
}

#menu li:first-child {
	margin: 0;
}

#menu .selected a{
	color: #fff;
	background-color: #60baee;
}

#menu li  a{
	background-color: #E3EEF4;
    border-radius: 3px 3px 3px 3px;
    color: #5D686E;
    padding: 7px 10px;
    text-decoration: none;
    text-transform: uppercase;	
}

.content {
    margin: 0 auto;
    max-width: 1200px;
    width: 95%;
	overflow: hidden;
}

#search {
    background-color: #4B6270;
    height: 60px;
    margin-top: 30px;
}

#aso_title {
	text-align: center;
	line-height: 48px;
	color: #fff;	
	background-color: #2687be;
	text-transform: uppercase;
	width: 100%;
	height: 48px;
}

#submit {
    background-color: #8DCC5A;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    height: 40px;
    margin-top: 10px;
    text-align: center;
	margin-right: 10px;
    width: 15%;
	float: right;
	cursor: pointer;
}

#text {
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    float: left;
    font-size: 20px;
    height: 40px;
    margin-left: 10px;
    margin-top: 10px;
    padding: 0 10px;
    width: 80%;
}

#aso {
    margin-bottom: 45px;
    overflow: hidden;
}

#aso_left {
	width: 40%;
	float: left;
	background-color: #fff;
	height: 902px;
}

#aso_right {
	width: 58%;
	padding-right: 2%;
	float: left;
	background-color: #f1f1f1;
	min-height: 902px;
}

#world {
    background-image: url("img/world.png");
    float: left;
    height: 140px;
    margin-left: 20px;
    margin-top: 20px;
    width: 140px;
}

.label {
    color: #2687BE;
    float: left;
    font-size: 16px;
    margin-left: 20px;
    margin-top: 20px;
    text-transform: uppercase;
    width: 20%;
}

#country {
    float: left;
    margin-left: 20px;
    margin-top: 15px;
    max-height: 811px;
    overflow: auto;
    width: 50%;
}

#country input {
	margin-bottom: 10px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #country { max-height: 707px; }
}

.h20_space {
    float: left;
    height: 30px;
    width: 100%;
}

#aso_right .label {
    float: none !important;
	margin-left: 12% !important;
}

#kingdom > div {
    float: left;
}

#kingdom > div > span {
    margin-top: 130px;
    position: absolute;
    text-transform: uppercase;
}

#kingdom, #invasiveness, #type {
    width: 547px;
	margin: 10px auto;
}

#invasiveness, #type {
	background-color: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
	overflow: hidden;
}

#invasiveness {
    background: url("img/invasiveness.png") no-repeat scroll 5% 50% #FFFFFF;
    height: 40px;
    overflow: hidden;
	padding: 20px 0;
}

#invasiveness > div {
    float: right;
    width: 70%;
}

#invasiveness > div > div {
    float: left;
    text-transform: capitalize;
    width: 50%;
}

#invasiveness input {
    margin-bottom: 10px;
}

#marine {
	background: url("img/marine.png") no-repeat scroll 5% 50% #FFFFFF;
}

#freshwater {
	background: url("img/freshwater.png") no-repeat scroll 5% 50% #FFFFFF;
}

#terrestrial {
	background: url("img/terrestrial.png") no-repeat scroll 5% 50% #FFFFFF;
}

#brackish {
	background: url("img/brackish.png") no-repeat scroll 5% 50% #FFFFFF;
}

#host {
	background: url("img/host.png") no-repeat scroll 5% 50% #FFFFFF;
}

#type > div {
    cursor: pointer;
	height: 100px;
    line-height: 100px;
    padding-left: 150px;
    text-transform: capitalize;
	width: 123px;
	float: left;
}

.separatore {
    background-color: #F1F1F1;
    height: 1px !important;
    margin: 0 auto;
    padding: 0 !important;
    width: 90% !important;
}

#marginL {
	margin-left: 14px;
}

#kingdom img {
	cursor: pointer;
	margin-bottom: 15px;
}

/********** SEARCH **********/

#results_bar {
	text-align: center;
	line-height: 48px;
	color: #fff;	
	background-color: #2687be;
	text-transform: uppercase;
	width: 100%;
	height: 48px;
	margin-top: 30px;
	border-radius: 3px 3px 0 0;
}

#results_bar a {
	text-transform: none;
	color: #FFFF50;
}

#results {
	background-color: #FFFFFF;
    overflow: hidden;
    padding: 20px 0;
}

div#results.content {
	width: 100%;
}

.no_more {
	display: none;
}

.page_navigation {
	background-color: #FFFFFF;
    border-radius: 0 0 0 3px;    
    padding: 30px;
    text-align: center;
    width: 100% !important;
}

.page_navigation a {
	text-decoration: none;
    text-transform: uppercase;
	margin: 0 5px;
	padding: 7px 10px;
	color: #5D686E;
}

.page_navigation a:hover, .first_link, .previous_link, .next_link, .last_link {
	background-color: #E3EEF4;
    border-radius: 3px 3px 3px 3px;
}

.page_navigation a.active_page {
	background-color: #b1ddf6;
    border-radius: 3px 3px 3px 3px;
	font-weight: 700;
}

span.ellipse {
	padding: 7px 10px;
}

.item {
    margin: 0 auto 20px;
    width: 95%;
}

.item .title {
    color: #60A026;
    font-style: italic;
    font-weight: 700;
	font-size: 16px;
}

.item .bar {
    background-color: #DBF6C1;
    border-radius: 3px 3px 0 0;
    color: #60A026;
    margin-top: 5px;
    padding: 10px;
}

.pointer {
	cursor: pointer;
}

.item .info {
	border-radius: 0 0 3px 3px;
	background-color: #f2f2f2;
}

#results .data ul {
	color: #63B8F1;l
    list-style: disc outside none;
    padding: 15px 25px;
}

#results .data ul  span {
	color: #5d686e;
}

#results .data ul  span a {
	color: #63B8F1;
	text-decoration: none;
}

.more {
	float: right;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
}

#paging_container {
	overflow: hidden;
	/*width: 75%;*/
	width: 85%;
	float: left;
	background-color: #FFFFFF;
	border-radius: 0 0 0 3px;
	margin-bottom: 30px;
}

#paging_container_2 {
	overflow: hidden;
	width: 100%;
	float: left;
	background-color: #FFFFFF;
	border-radius: 0 0 0 3px;
	margin-bottom: 30px;
	padding: 20px 0;
}

#criteria {
	background-color: #f2f2f2;
	/*width: 25%;*/
	width: 15%;
	border-radius: 0 0 3px 0;
	float: left;
	padding-bottom: 20px;
}

#ysc {
	background-color: #60BAEE;
    border-radius: 3px 3px 0 0;
    color: #FFFFFF;
    font-size: 16px;
    margin: 20px auto 0;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 80%;
}

#criteria form {
	text-align: center;
}

#modify {
	color: #FFFFFF;
	cursor: pointer;
	background-color: #f67b7e;
    border: 0;
	border-radius: 3px 3px 3px 3px;
    font-size: 16px;
    margin: 40px auto 0;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 80%;
}

#clear {
	color: #FFFFFF;
	cursor: pointer;
	border: 0;
	background-color: #f67b7e;
    border-radius: 3px 3px 3px 3px;
    font-size: 16px;
    margin: 20px auto 0;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 80%;
}

.criteria_label {
	background-color: #EBEBEB;
    font-size: 16px;
    padding: 10px 0;
    text-transform: uppercase;
    width: 80%;
	margin: 0 auto;
}

.criteria_result {
	color: #4d646c;
	background-color: #fff;
    /*font-size: 16px;*/
    font-size: 12px;
    font-weight: 700;
    padding: 10px 0;
    width: 80%;
	margin: 0 auto;
}

.criteria_result_end {
	height: 3px;
	background-color: #fff;
	border-radius: 0 0 3px 3px;
	width: 80%;
	margin: 0 auto;
}

.criteria_result > span, .criteria_label > span {
    padding: 0 15px;
}

.no_criteria {
	font-style: italic;
	font-weight: normal;
	color: #5d686e;
}

#tool {
    margin-right: 10px;
}

#logos, #disclaimer {
	float: left;
}

#logos {
	width: 70%;
	padding-top: 20px;
}

#disclaimer {
	width: 30%;
	font-size: 7.5pt;
	text-align: right;
	padding-top: 20px;
	line-height:1;
}

#con_title {
	text-align: center;
	line-height: 48px;
	color: #fff;	
	background-color: #2687be;
	text-transform: uppercase;
	width: 100%;
	height: 48px;
	margin-top: 30px;
}

#con {
    margin-bottom: 45px;
    overflow: hidden;
	background-color: #fff;
	text-align: center;
}

span.country_menu {
    cursor: pointer;
    line-height: 23px;
    padding: 3px;
}

span.country_menu.selected {
    background-color: #63B8F1;
    color: #000000;
}

div.country_div {
	padding: 20px 0;
}

div.country_div a {
	color: #63B8F1;
    text-decoration: none;
}

div.country_div li {
    padding: 0 0 10px 10px;
}

span.country_title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

span.country_verified {
    display: block;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 15px;
    text-align: center;
}

#contact {
	float: left;
    padding-bottom: 62px;
    padding-left: 50px;
    padding-top: 53px;
}

#contact a, footer a, #about a {
	color: #63B8F1;
    text-decoration: none;
}

footer a {
	font-weight: 700;
}

#about {
	float: left;
    padding: 30px 50px 50px;
}

#about h2, #about hr {
	margin-top: 20px;
}

.verified {
	cursor: help;
}

#dynamic {
    padding: 30px 10px;
}

td.details-control {
    background: url("img/details_open.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
}

tr.shown td.details-control {
    background: url("img/details_close.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}

.more_info {
    font-size: 11px;
    font-style: italic;
}

.text-center {
	text-align: center;
}

.details-control2 {
	text-align: center;
	cursor: pointer;
}

.no-pdf {
	text-decoration: line-through;
	color: #ccc !important;
}

p {
    margin: 1em 0;
}


.list-item {
    padding: 1em;
}


#about  .grid {
    justify-content: center;


}










/* formatting for tables */ 
.searchbox {
  background-image: url('/css/searchicon.png'); /* Add a search icon to input */
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}

.infotable {
  border-collapse: collapse; /* Collapse borders */
  width: 100%; /* Full-width */
  border: 1px solid #ddd; /* Add a grey border */
  /*font-size: 18px;  Increase font-size */
}

.infotable th, .infotable td {
  text-align: left; /* Left-align text */
  padding: 8px; /* Add padding */
}

.infotable tr {
  /* Add a bottom border to all table rows */
  border-bottom: 1px solid #ddd;
}

.infotable tr.header, .infotable tr:hover {
  /* Add a grey background color to the table header and on hover */
  background-color: #f1f1f1;
  color:black;
}

.leftinfotable {
	border: 1px solid #ddd;
}


.leftinfotable tr td {
	margin: 2px;
}
.leftinfotable tr td:first-child {
	background-color: #97d7fd;
}

