.gecko-blue {
  background-color: #2999EE;
}

a {
  color: #2999EE;
}

.gecko-blue-text {
  color: #2999EE;
}

.btn, .btn-large, .btn-small {
  background-color: #49A600;
}

.btn:hover, .btn-large:hover, .btn-small:hover {
  background-color: rgb(83, 184, 6);
}

.btn:focus, .btn-large:focus, .btn-small:focus, .btn-floating:focus {
  background-color: #49A600;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

h1 {
  font-size: 1.5rem;
}

.material-icons.md-14 { font-size: 14px; }
.material-icons.space { margin-right: 4px; }

.navbar-logo {
  height: 60px;
  padding-top: 6px;
  padding-right: 1em;
  padding-left:5px;
  display: block;
  float: left;
  fill: green;
}

#ul-fb {
  background-color: aqua;
}

#ul-dev {
  background-color: yellow;
}

#ul-fb > li {
  display: block;
}

#ul-fb > li > a {
  display: block;
  color: black;
}

#ul-fb > li > a:focus  {
  background: darkblue;
  color: white;
  font-weight: 700;
  outline: 0;
}

#ul-fb > li:hover  {
  background: grey;
  outline: 0;
}

#ul-fb > li > a:hover  {
  color: white;
  outline: 0;
}

table.thin-rows td, table.thin-rows th {
  font-size: 11px;
  padding: 0 0;
}

.tiny {
    height: 15px;
    width: 15px;
    padding: 0 0;
    line-height: 15px;
    font-size: 8px;
}

.tiny:hover {
  background-color: #fca6a6;
}

.mono {
  font-family: monospace;
}

.blue-font {
  color: #2999EE;;
}

@media only screen and (max-width : 992px) {
  .breadcrumb-nav {
     display:none;
  }
}

.breadcrumb-nav {
  padding-left:0;
}

.breadcrumb {
  color: #2999EE;
  font-size: 14px;
}


.breadcrumb:last-child {
  color: #f45303;
  font-weight: 600;
}

.breadcrumb:before {
  color: #2999EE;
}

div#hist-plot {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

div#unknown-plot {
  width: 50%;
}

h1 {
  color: #f45303;
  font-weight: 700;
  margin-top: 12px;
  font-size: 1.8em;
}

h2 {
  color: #f45303;
  font-weight: 500;
  font-size: 1.4em;
}

h3 {
  color: #f45303;
  font-weight: 500;
  font-size: 1em;
}

.page-footer {
  padding-top: 0; 
  color: #fff;
  background-color: #979797;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
  margin-top: 64px;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* This value should be higher than the z-index of other elements on the page */
}

nav > div.container {
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
}

.container-wide {
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  max-width: 100%;
}

#alert-box {
  font-size: 1.2em;
}

.material-icons.theblue { color: #2999EE; }
.material-icons.theorange { color: #f45303; }

.orange-text {
  color: #f45303 !important;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

figure.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

figcaption {
  font-size: 0.6em;
}

img.preview-img {
  filter: invert(42%) sepia(93%) saturate(10000%) hue-rotate(200deg) brightness(69%) contrast(119%);
  margin-right: 2px;
  margin-left: 2px;
  vertical-align: middle;
  height: 16px;
}

.card {
  display: block;
  z-index: 2 !important;
}

.card:hover {
  z-index: 4 !important;
}
