﻿@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,800');

html {
  margin-top:0px !important;
}
body {
  font-size:16px;
  color: #363537;
}

.banner {
	font-size: 2em;
	/*background-color: #324f91; */
	background-color: #112758; 
	background-image: url("../images/globe.png");
	background-repeat: no-repeat;
	font-weight: bold;
	/* padding: 0.5em; */
}
.banner-title {
	color: #fff;
	font-style: italic;
}
.banner-subtitle {
	color: #90c8fd;
}
.banner-tags {
	color: #fff;
	font-size: 0.5em;
	font-weight: normal;
}

#credentials {
   font-size: 0.9em;
   color: #000;
}

#loginbox, #reminderbox {
 /*  display: none; */
}
#confirmdelete {
	display:none; 
	padding: 10px;
}

.avbmenu {
	background-color: #e8e8e8;
}

.avbmenu nav.navbar {
  padding:0;
}

.newitem:before {
	color: yellow;
	content: '[new]';
}

.avbmenu .navbar-toggler {
  padding:0 .75rem;
  border-radius:0;
}
.avbmenu li.nav-item {
  font-size:18px;
  font-weight:700;
  margin:0;
  padding:0 5px;
}
.avbmenu .dropdown-toggle.dropdown-toggle-no-show::after {
  content:none;
}
.avbmenu .dropdown-menu {
  background-color:#226CB7;
  border-radius:0;
  min-width:326px;
  /* width:calc(100% + 1px); */
  top:32px;
}
.avbmenu .dropdown-item {
  color:white;
  font-size:18px;
  font-weight:600;
}
.avbmenu .dropdown-menu a:hover {
  background-color:#226CB7;
  color:#000!important;
}
.avbmenu .nav-item.dropdown:hover {
  background-color:#226CB7;
}
.avbmenu a.nav-link {
  padding:4px 8px;
  height:34px;
}
.avbmenu .nav-item a {
  padding:4px 8px;
  height:34px;
}
.avbmenu .navbar-light .navbar-nav .nav-link {
  color:#000;
}
.avbmenu .navbar-light .navbar-nav a.nav-link:hover:not(.dropdown-toggle) {
  color:#000!important;
}
.avbmenu .dropdown.hover,.nav-link.hover {
  background-color:#226CB7;
  color:white!important;
}
.avbmenu .content-paragraph {
  font-family:"Open Sans";
}
.avbmenu .form-group {
  margin:14px 0;
}
.avbmenu .form-check-label {
  position:relative;
  top:2px;
}
.avbmenu input:focus ~ .floating-label,
.avbmenu input:not(:focus):valid ~ .floating-label{
  top: 8px;
  bottom: 10px;
  left: 20px;
  font-size: 11px;
  opacity: 1;
}
.avbmenu .floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 18px;
  transition: 0.2s ease all;
}
#searchboxsm {
	font-size: 0.8em;
}
#searchboxsmres > .ui-menu {
	width: 400px;
	left: -250px;
    font-size: 0.8em;
}

/* bootstrap styling for autocomplete */
 .ui-autocomplete {
    position: absolute;
    top: 100%;
    right: 0 !important;
    z-index: 1000;
    float: left;
    display: none;
	font-weight: normal;
    min-width: 160px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #ffffff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.bluebox {
	background-color: #EAF0FB; 
	text-align: center;
	border-bottom: 1px #ccc solid;
	border-right: 1px #ccc solid;
	padding: 15px;
	overflow: auto;
}

@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

.div-families {
	border-bottom: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
}

@media (max-width: 991px) {
	.div-families {
		column-width: 300px;
	}
}

@media (min-width: 992px) {
	.collapse.dont-collapse-lg {
		display: block;
		height: auto !important;
		visibility: visible;
	}
	.main-body {
		padding: 2.5em;
	}
	.div-families {
		column-width: 350px;
	}
 
}


.collapsible-header {
	background-color: #EAF0FB;
	font-weight: bold;
	border: 1px #888 solid;
	padding: 12px;
}

div .divflickr {
	display: inline-block;
	vertical-align: top;
}

.divflickr {
	background-color: #fff; 
	width: 330px;
}

.btn-default {
	border: 1px solid #ddd;
}
.modal {
    display: none; 
    position: fixed; 
    z-index: 999; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}
.modal-content {
    display: none; 
    background-color: #fefefe;
    margin: 15% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 60%; 
  }
.modal-header {
    background-color: #dedede;
    margin: 0px; 
    padding: 10px 0px 10px 0px;
  	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
.reg1 {font-size: 12pt; font-weight: bold; color: white; background-color: #000080;}
.reg2 {font-size: 11pt; font-weight: bold; color: white; background-color: #336699;}
.reg1 a {color: white;}
.reg2 a {color: white;}
.reg3 {font-size: 11pt; font-weight: bold;}
.reg4 {font-size: 10pt; font-weight: bold; margin-left: 5px;}
.reg5 {font-size: 9pt; font-weight: bold; margin-left: 5px;}
.reg6 {font-size: 9pt; font-weight: bold; margin-left: 5px;}
.reg7, .reg8, .reg9 {font-size: 9pt; margin-left: 10px;}

.jplayer-btn {
	font-size: 0.8em;
	padding: 0.5em;
}
.taxontreeck {
  color: #c24242;
}
.taxonlhcateg {
  background-color: #8ea8d0;
  color: #fff;
}
.taxonlhsubcateg {
  background-color: #b7cae8;
  color: #000;
}
