.hidden {
  display: none;
}

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

a {
  color: #2999EE;
}

.pvcalc-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: 5px;
  padding-left:5px;
  display: block;
  float: left;
  color: #FFE01A;
}

#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;
}

nav a:hover {
        color: #FFE01A;
}

table {
  width: auto !important;
}

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: #FF9801;
  font-weight: 600;
}

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

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

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

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

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

h3 {
  color: #FF9801;
  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: #FF9801; }

.orange-text {
  color: #FF9801 !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;
}

ul.triangle > li {
  position: relative;
  padding-left: 20px;
}

ul.triangle > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #000;
}

span.b {
  font-weight: bold;
}

.hover-underline:hover {
  text-decoration: underline;
}

.btn-smallest {
  height: 20px;
  line-height: 20px;
  padding: 0 0.5rem;
  font-size: 10px;
}

.smallest-icon {
  font-size: 12px !important;
  margin-right: 5px !important;
}

div.alert-error a {
  color: white
}

div.alert-warning a {
  color: white
}

div.alert-message a {
  color: white
}

.compact-table td {
  line-height: 1.5;
  padding-top: 2px;
  padding-bottom: 2px;
}

.compact-table th {
  line-height: 1.5;
  padding-top: 2px;
  padding-bottom: 2px;
}
