/**
*Icons from the AwOken Theme by Alecive, cc-by-sa : http://gnome-look.org/content/show.php/AwOken?content=126344 
or http://alecive.deviantart.com/art/AwOken-163570862 
*Shopping cart from Stephen Hutchings, CC BY 3.0
*World icon (search form) from Silvestre Herrera - GPL
*/
@font-face {/* for IE */
  font-family: 'Sakkal Majalla';
  src: 
    url('../fonts/majalla.eot')
}

@font-face {/* for non IE */
  font-family: 'Sakkal Majalla';
  src: 
    url('../fonts/majalla.ttf')
}

html {min-height: 100%; height: 100%; }

body {
  margin: auto;
  padding: 0;
  color: #42474b;
  font: normal 12pt  Arial, Helvetica, sans-serif;
  background-color: #f7f9fa;
  position:relative;
  min-height: 100%;
  height: 100%;
}

/* .navbar-nav{font: normal 15pt 'Sakkal Majalla',Arial, Helvetica, sans-serif;} */

.dropdown-menu>li{font: normal 15pt,Arial, Helvetica, sans-serif;}
h1,h2,.big,.container-title, h1>a{font-family: Arial, Helvetica, sans-serif;color:#009cd6;}
.big, .pipe {font-size:1.5em;color:#009cd6;}
h2, .identification{line-height:1em;padding:0;font-size: 20px;}

@media screen and (min-width: 400px) {
h1{font-size: 14px; font-weight: bold;}
}
@media screen and (min-width: 768px) {
h1{font-size: 18px; font-weight: bold;}
}

@media screen and (min-width: 1200px) {
h1{font-size: 24px; font-weight: bold;}
}



h3{font-size: 18px;}
.container-title{font-size: 36px; font-weight: 400;}
/* h2::FIRST-LETTER{color:#009cd6;font-weight:bold} */
/* 
#page { padding: 10px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  
} */


.form-inline {background-color: white; }

.panel-info-blue {

    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;

}

.panel-info-green {

    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;

}

.huge {

    font-size: 50px;

}

.container{
width:85%}

.container-hitlist{
	width: 100%;
	padding-right: 15px;
}

.collapsed-header .fa-minus { display:none;}
.collapsed-header .fa-plus { display:inline-block;}
.expanded-header .fa-minus { display:inline-block;}
.expanded-header .fa-plus { display:none;}

@media screen and (min-width: 1200px) {
.collapse-upper-entities tbody { width: 100%; display: table;}
}
@media screen and (max-width: 1200px) {
.collapse-upper-entities tbody { width: auto; display: table;}
.hide-small-screen { display: none !important; } 
}

.justified{min-height:350px;}


.row{margin:auto;}
/* .row img{padding:1px;border:2px solid black} */
.row #countbox{float:right;width:172px;height:133px; margin-right:110px;}
.row #countbox ul {padding:1px;border:2px solid black;width:172px;height:133px;list-style-type: none; }

#sidebar {
  padding: 20px 20px 20px 0;

}

footer {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  color: #337ab7;

  
}


.vcenter {
	
	display: inline-block;
    vertical-align: middle;
    float: none;
    text-align: center;
	
}

.footer-big {
	
	height: 12em;
	
}

.footer-icons {
	margin-top: 10px;
	height: 3em;
	font-size: 2em;
	
}

.footer-small {
	margin-top: 10px;
	height: 3em;
	font-size: 1em;
	
}

.fab {
	padding: 15px;
	font-size: 25px;
	color: #337ab7;
}

.fab:hover {
	color: #337ab7;
	text-decoration: none;
}

.loan_policy {
	text-decoration: underline;	
	color: red;
}

.recordheader {
  text-align: center;
  border: 0.5px solid black;
}

#logo {
  margin-bottom: 10px;
  padding: 10px 10px;
  font-size: 200%;
  float: left;
}

#mainmenu {
  background: white repeat-x left top;
  text-align: right;
}

#mainmenu ul {
  padding: 6px 20px 5px 20px;
  margin: 0px;
}

#mapdiv { 
	width:100%; 
	height:450px; 
	border:thin solid #009cd6; 
	border-radius: 4px; 
	display: grid; 
	text-align: center; 
	background: #009cd62e;
	font-size: 1em;
	font-style: italic;}
div.olControlAttribution { bottom:3px; }

#mapdivsmall { width:100%; height:250px; border:thin solid grey; margin: 15px;}

/*label {
    display:inline-block;
    *display: inline;     /* for IE7*/
  /*  zoom:1;              /* for IE7*/
 /*   float: left;
    padding-top: 5px;
    text-align: right;
} */

.fullsize {
  width: 500px;
  border: 0.5px solid black;
  border-radius: 10px;
}

div.flash-error, div.flash-notice, div.flash-success {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #ddd;
}

div.flash-error {
  background: #FBE3E4;
  color: #8a1f11;
  border-color: #FBC2C4;
}

div.flash-notice {
  background: #FFF6BF;
  color: #514721;
  border-color: #FFD324;
}

div.flash-success {
  background: #E6EFC2;
  color: #264409;
  border-color: #C6D880;
}

div.flash-error a {
  color: #8a1f11;
}

div.flash-notice a {
  color: #514721;
}

div.flash-success a {
  color: #264409;
}

div.form .rememberMe label {
  display: inline;
}

div.view {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #C9E0ED;
}
div.search-form {
  padding: 10px;
  margin: 10px 0;
  background: #eee;
}


div.LinkPager {
	text-align: center;
	font-size: 0.7em;
	
}

/*color: ggbn color 337ab7 replaced by 009cd6*/

.btn-success {
  color: #fff;
  background-color: #009cd6;
  border-color: #7eadd9;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #0092c8;
  border-color: #009cd6;
}


.wrap{background-color:#ffffff;} /* background-color:#f7f9fa; */
/*.clearer,#clearer{clear:both; height: 10px; overflow: hidden;background-color:red;}*/


#Multimedia img, #multimedia img{max-height:200px; max-width:300px;}

.multimedia {width: 90%;}

/* edited following bootstrap example */
.navbar{
background-color: #f8f8f8;
border-color: #f8f8f8;
color: #009cd6;
border: 0;
z-index: 2000;
margin-bottom: 0;
font-size: 12px !important;
line-height: 1.42857143 !important;
letter-spacing: 1px;
border-radius: 0;
}
/* added */
.navbar-default .navbar-nav > li > a {
    color: #009cd6;
    font: normal 12pt  Arial, Helvetica, sans-serif;
}

 .navbar .container {
  width: 100%; padding:0px 10px 0px 0px;
} 

/* .wrap{background-image:radial-gradient(white,#009cd6);padding-top:10px;} */
/*
.wrap{
 background: -webkit-linear-gradient(#009cd6,white); 
  background: -o-linear-gradient(#009cd6,white);
  background: -moz-linear-gradient(#009cd6,white); 
  background: linear-gradient(#009cd6,white);
}
*/
/*border-left:thin solid #009cd6;border-right:thin solid #009cd6;*/
/* .page{background-color:#fff;border-radius: 5px;width:1000px;margin:auto;} */
/* .footer .container{width:1000px;margin:auto;}

.footer {background-color:transparent;border:none;}
.footer .container a{color:#555753;}
 */
.left-column{width:140px;float:left;margin-top:30px;}
.right-column{width:140px;float:right;text-align:left;min-height:332px;}
.left-column .dropDownLabel{width:130px;}
.sel{width:135px;}
.browser{width:750px;height:auto;float:none;margin-left:145px;min-height:400px;}
#myTableBrowse_wrapper,#myTableSearches_wrapper,#myTableUser_wrapper{width:800px;};


.cookie{border:none; width:100%; }
.right{float:right;text-align:right;color:#aaa;}

.btn-primary {
  color: #009cd6;
  background-color: #fff;
  border-color: #009cd6;
  /*padding:3;
  width:120px;margin-left:3px; */
}

.primary-color {
	color: #009cd6;
}

.btn-primary-about {
  color: #fff;
  background-color: #009cd6;
  width:120px;
  margin-top:3px;
}

.btn-primary-lense {
  color: #fff;
  background-color: #009cd6;
  width:50px;
  margin-left:3px;
}

.btn-primary-member {
color: #fff;
  background-color: #009cd6;
  width:150px;
  margin-top:3px;
  margin-left: 5px;
}

.btn-primary-memberpage {
  color: #fff;
  background-color: #009cd6;
  width:300px;
  margin-top:3px;
}

.bg-transparent {
	background: transparent;
	border: 1px solid transparent;
}

@media screen and (min-width: 1024px) {
.left-column{width:120px;float:left;margin-top:20px;}
.right-column{width:140px;float:right;text-align:left;}
 .btn-primary {width:120px;margin-left:0;}
/* .page{width:1000px;margin:auto;} */
/* .footer .container{width:1000px;margin:auto;} */
.right{margin-right:-130px;}
#slider1_container{width: 800px; height: 400px; }
.slides{ width: 800px; height: 400px; overflow: hidden;}
.jssorb05{bottom: 20px; z-index:9;}
}


@media screen and (min-width: 1280px) {
 .btn-primary {width:140px;margin-left:0;}
/* .page{width:1100px;margin:auto;} */
/* .footer .container{width:1100px;margin:auto;} */
.right{margin-right:-140px;}
#slider1_container{width: 1050px; height: 600px; }
.slides{ width: 1050px; height: 600px; overflow: hidden;}
.jssorb05{bottom: 20px; z-index:9;}
}


@media screen and (min-width: 1300px) {
 /* .page{width:1200px;margin:auto;} */
/* .footer .container{width:1200px;margin:auto;} */
.left-column{width:140px;float:left;margin-top:0px;}
.right-column{width:140px;float:right;text-align:left;}
.left-column .dropDownLabel{width:130px;}
.sel{width:135px;}
/* .jumbotron { margin-left:140px;margin-right:140px;} */
.browser{width:950px;height:auto;margin-left:145px;}
#myTableBrowse_wrapper,#myTableSearches_wrapper,#myTableUser_wrapper{width:920px;};
.right{margin-right:-140px;}
}

@media screen and (min-width: 1500px) {
  /* .page{width:1400px;margin:auto;} */
/* .footer .container{width:1400px;margin:auto;} */
.left-column{width:170px;float:left;padding-left:10px;;margin-top:30px;}
.right-column{width:170px;float:right;text-align:left;padding-left:10px;}
.left-column .dropDownLabel{width:150px;}
/* .jumbotron { margin-left:170px;margin-right:170px;} */
.sel{width:160px;}
.browser{width:1250px;height:auto;margin-left:175px;}
#myTableBrowse_wrapper,#myTableSearches_wrapper,#myTableUser_wrapper{width:1200px;};
.membermap, .membermap-record {width:1050px;}
}  
.right-column ul {padding:1px;list-style-type: none; }
.navbar-brand > img{ position:absolute; z-index:1;} 


.butterfly {
	margin-left: 10pt;
	height: 20px;
	
}
.fulllogo {
	margin-top: -10pt;
	max-height:105px;
	height: auto;
	
}

.memberlogo {
	max-height:105px;
	height: auto;
	
}

.h-105 {
	height:105px;
	
}

.d-table-cell {
  display:table-cell;
}


.dropdown-header.sublevel {
    background-color: #a5dbee;
}

.dropdown-header {
	background-color: #00a6e0;
	color: #ffffff;
}

#news ul {list-style-type: none;padding:0; }
#news ul li a {color:inherit;}

.p-b5 {
	padding-bottom: 5px;
}

.p-t5 {
	padding-top: 5px;
}

.p-l0 {
	padding-left: 0;
	
}

.p-r0 {
	padding-right: 0;
	
}

.p-r5 {
	padding-right: 5px;
	
}

.p-l5 {
	padding-left: 5px;
}

.p-l10 {
	padding-left: 10px;
	
}
.p-r10 {
	padding-right: 10px;
	
}

.m-l15 {
	margin-left: 15px;
}

.m-r15 {
	margin-right: 15px;
}

.va-b {
	vertical-align: bottom;

}

.va-t {
	vertical-align: top;

}

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

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

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

.p-b50 {
	padding-bottom: 50px;
	
}
.p-t50 {
	padding-top: 50px;
	
}

.p-t100 {
	padding-top: 100px;
}

.row15 {
	padding-left: 15px;
	padding-right: 15px;
	
}

.mapcontainer {
	height: 450px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.float-r {
	float: right;
}

.float-l {
	float: left;
}

.w-50 {
	width: 50%;
}

.w-100 {
	width: 100% !important;
}

.m-auto {
	margin: auto;
	
}

.p-t30 {
	padding-top: 30px;
	
}
.container-description {
	/*border: solid #c1bbbb 1px; */
	background-color: white;
	max-width: 100%;	
}

.site-content {
	padding-right: 5%;
	margin-right: auto;
	margin-left: 10px;
	transition: none;
}

.site-content .container {
	padding-right: 15px;
	padding-left: 10%;
	margin: 0px;
	
}

/* Hide the link that should open and close the topnav on small screens */
   #showSearchPanel {
    display: none;
  }


.search-panel-button {
	height: 30px;
	
}

/* When the screen is less than 763 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1500px) {
	.site-content {
		padding-left: 10px;
	}
}
@media screen and (max-width: 763px) {
	.searchfield-panel {
		 display: none;
		 background-color: #fff;
		 border-radius: 1%; 
		 z-index: 2000;
	}
	#showSearchPanel {
   		float: left;
    	display: block;
  	}
}

@media screen and (min-width: 763px) {
	.searchfield-panel {
		display:block !important;
	}
	.site-content-search-hitlist, .site-content-hitlist {
		padding-left: 300px;
	}

}
@media screen and (min-width: 1500px) {
	.site-content-record {
		padding-left: 150px;
	}
}

.searchfield-panel {
	left: 0;
	position: fixed;
	transition: initial;
	width: 300px;
	font-size: 0.8em;
	padding-bottom: 150px;
	height: calc(100vh - 3.571428571425rem - 3.2142857142825rem);
	overflow-y: auto;
}

.inlineblock {
	display: inline-block;
}

.searchfield-header {
	background: #0096dc;
	color: #fff;
	position: relative;
	box-shadow: 0 2px 3px rgba(0,0,0,.2);
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}

.resultnumber {
	background: #ffff;
	color: #0096dc;
	width: 80%;
	height: 50px;
	font-weight: bold;
	font-size: 1.2em;
	display: inline-block;
}

.wrapper {
	overflow: hidden;
}

.searchfield-formfieldgroup {
	position: relative;
	border-bottom: 1px solid #009cd6;
	border-right: 1px solid #009cd6;
	background-color: #ffff;
	
}

.searchfield-fieldheader {
	font-weight: bold;
	padding: 10px;
}

.searchfield-selection-panel {
	background: #e7edf0;
}

.facetresults {
	padding: 0 20px;
	border-bottom: none;
	
}

.listfieldsearch-selection {
	border-bottom: 1px solid grey;
	border-top: 1px solid grey;
	padding: 5px;
	
}

.listfieldsearch
{	width: 100%;
	background: 0 0;
	border: none;
	padding: 10px 20px;
	outline: 0;}

.radio-box {
	padding: 0 20px;
}
.radio-box label {
	display: inline-block;
	width: 100%;
}

label.radio {
	margin: 0 5 0 0px;
	
}

.results {
	margin: 0 15px;
	border: 1px solid #009cd6;
	max-height: 400px;
	overflow-y: auto;
	width: 97%; /* TODO: something is wrong here! */
}

.results-table {
	border: 1px solid #009cd6;
	}

.results-dataset {
	font-size: 12px;
	border-bottom: 0.3px solid #009cd6;
}

.results-dataset-table {
	
}

.pagination {
    display: inline-block;
    padding-left: 10px;
    padding-bottom: 10px;
    margin: 0;
    border-radius: 4px;
}

.pagination > li.active a, li.active a:hover {
    background: #0092c8;
        background-color: rgb(0, 146, 200);
    color: #fff; }
    
.summary {padding-left: 10px;
		  padding-top: 5px;}

.results-dataset-title  {
	display: inline-block;
	
}

.results-dataset-flag {
	float: right;
	display: block;
	
}

.results-dataset-details, .results-dataset-titlebox {
	padding-top: 5px;
	padding-bottom: 5px;
	
}

@media screen and (max-width: 1200px) {
	.results-dataset-details { display: none;}
}

.results-dataset-details a, .results-dataset-titlebox a {
	font-weight: bold;
}

.btn-flag {
	display: inline-block;
	padding: 6px;
	font-size: 12px;
	text-align: center;
	width: auto;
	margin-right: 10px;
	
}

.table-members > thead > tr > th, .table-members > tbody > tr > th, .table-members > tfoot > tr > th, .table-members > thead > tr > td, .table-members > tbody > tr > td, .table-members > tfoot > tr > td {
	font-size: 0.9em;
	vertical-align: middle;
}

.table-record, .table-images {
	width: 100%;
	margin-bottom: 20px;
	background-color: transparent;
	
}

.table-record > tbody > tr > td {
	vertical-align: top;
	line-height: 1.2;
	text-align: left;
	display: table-cell;
}

.table-images > tbody > tr > td {
	line-height: 1.2;
	text-align: left;
	display: block;
}

.label {
  color: #42474b;
  font-size: 1em;
  width: 15%;
  padding: 5px;
  text-align: left;

}

.label-italic {
  color: #42474b;
  font-size: 1em;
  width: 15%;
  padding: 5px;
  font-style: italic;
  font-weight: 700;

}

.label-grey {
	color: rgb(128, 128, 128);
	font-style: italic;
  font-size: 1em;
  width: 15%;
  padding: 5px;
  text-align: left;
   
}

.details-grey {
	color: rgb(128, 128, 128);
	font-style: italic;
  padding: 5px;
  
}

.details-explore, .details, .identification {
  color: #005B00;
}

.details {
  padding: 5px;
}

.usagestats-details {
	
	width: 80%;
	margin: auto;
}


.loan{ 
	display: inline-block;
	line-height: 1.5}
.loan h3,.rowMap h3,.loan h4, .rowMap h4{padding:0;margin:0;}

.loanIcon { width: 50px; text-align:center;}

.taxon, .loan{ 
	border:thin solid #009cd6;
	border-radius: 4px;
	padding-left:10px;
	padding-right: 10px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #ffffff; }

.taxon{ 
	line-height: 2.5;
}

	
.b-t {
	border-top: thin solid #009cd6;
}
	
.bg-white {
	background-color: #ffffff; 
}

.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px; 
	
}

.checkbox label {
	min-height: 19px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
	
}

.filterName {
	position: relative;
	display: flex;
		
}

.facetValue {
	position: absolute;
	bottom: -.125rem;
	height: 1.5rem;
	transition: width .2s ease;
}

.facetValueLabel {
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	position: relative;
	
}

.facetValueCount {
	padding-left: 5px;
	text-align: right;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	position: relative;
	
}

.description {
	border: 2px dotted #009cd6;
 	border-radius: 5px;
 	margin: 20px;
}	
.description-header {
	background-color: #ffffff;
	color: #009cd6;
	font-size: 12pt;
	border-bottom: 0px solid #ddd;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	
}

/*align all buttons from the form on a single line*/
.form-group .ui-accordion,.form-group .ui-widget,.form-group .ui-helper-reset{display:inline;}
/* div>p>a.btn.btn-default{
   color: #009cd6;
  background-color: #fff;
  border-color: #009cd6;padding:3;}

 */
 .mainQ {
    position:relative;
    width:130px;
    height:130px;
    margin:0 auto;
   
}

.mainQ img {
    width:130px;
    height:130px;
   border:3px solid #009cd6; border-radius: 100%;cursor:pointer;
}


.quarter {
	position:absolute;
	width:50%;
	height:50%;
	transition:background-color 0.2s ease-in-out;
}


.quarter2 {
	top:-1px;
	right:-1px;
	border-radius:0 100% 0 0 ;border-top:5px solid white; border-right:5px solid white; 
}
div.row>div.col-lg-3{text-align:center;}
/*----- Tabs -----*/
.tabs,.tabs-search {
    width:100%;
    display:inline-block;
}

 .tab-links{margin-left:-40px;}
         #Specimen,#Specimen2,#Sequences,#Multimedia {display:none;}
         
    /*----- Tab Links -----*/
    /* Clearfix */
   .tabs-search .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 
    .tabs-search .tab-links li {
        float:left;
        list-style:none;

    }
 
       .tabs-search .tab-links a {
            padding:5px 5px 5px 5px;
            display:inline-block;
            border-radius:3px 3px 0px 0px;
            background:#fff;
            font-size:1.3em;
            color:#0092c6;
        }
 
      .tabs-search  .tab-links a:hover {
           /* background:#0092c6; color:#fff; */
           font-weight:bold;  padding:5px 5px 5px 5px;
        }
 
   .tabs-search li.active a, .tabs-search li.active a:hover {
border:thin solid #0092c6; 
border-bottom:none;      
        color:#0092c6; font-size:1.3em;font-weight:bold;
    }
 
    /*----- Content of Tabs -----*/
    
 
   .tab {
            display:none;
        }
 
    .tab .active, .active, #active {
            display:inline;
        }

    ul.tab-links{border-bottom:2px solid #0092c6;}
/* .jumbotron #slider1_container{float:center;margin:auto;} */


#body-content,.body-content{padding:0;}
.body-content{margin-top:-20px;}
.row>div.col-lg-3>h2{padding:0;margin-top:-5px;}

.browser a{color:black;}
table.dataTable tr.odd:hover,table.dataTable tr.even:hover {
	background-color: #009cd6;color:white;
}
table.dataTable tr.odd:hover a,table.dataTable tr.even:hover a{
	background-color: #009cd6;color:white;
}
table.dataTable tr.odd { background-color: #eee; }
table.dataTable tr.even { background-color: white; }

/* ul#w1.navbar-nav.navbar-right.nav>li.info>a{color:green;} */



.jqplot-target table{max-height:300px;overflow:auto;display:block;z-index:5;min-width:180px;max-width:300px;overflow:auto;}
#feedbackdiv, #logodiv,.logop{display:none;}

.dropdown-menu .big {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #009cd6;
}

.col-lg-2{display:inline-block;padding:0;margin:0;float:center;}
#help{cursor:pointer;}

/*cart/overview*/
.box {
     float: left;
     width: 100%;
     box-sizing: border-box;
     padding: 20px;
}
.box:last-child {
     margin-right: 0;
}

.box-table {
	width: 80%;
	float: left;
}
.child{
	float: left;
}
.box-comment {
	width: 20%;
	overflow: hidden;
}
.basket-metadata{
     width: 100%;
     box-sizing: border-box;
     overflow: hidden; 
}
.logo{
     width: 20%;
     padding: 10px;
     box-sizing: border-box;
     }
.form-control{
	width: 260px;
}
h2{
	margin-top: 5px;
	margin-bottom: 5px;
}
