@import url(../font/opensans/css.css);

#headerbar {
  width: 100%;
  height: 70px;
  background: #00a775;
  color: white;
  
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
  vertical-align: middle;
}
.headertitle
{
    font-size: 26px;
    letter-spacing: 1px;
    margin-left: 80px;
    margin-right: 80px;
    text-align: center;
    line-height: 24px;
}
.headersubtitle
{
    font-size: 18px;
}
.footertext
{
    font-size: 14px;
    letter-spacing: 1px;
}
#footerbar
{
  width: 100%;
  height: 48px;
  background: #00a775;
  color: white;
  line-height: 32px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
  vertical-align: middle;
  text-align: right;
}

.container-slim {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%; }

.container-slim .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.tablelabel {
    font-weight: bold;
    text-align: right;
}
.tablehead {

    text-align: center;
    letter-spacing: 1px;
    font-size: 24px;
    color:white;
    background:#546e7a;
}

.nodestatus-online{
    color: #2e7d32;
    font-weight: bold;
}
.nodestatus-offline{
    color: #b71c1c;
    font-weight: bold;
}
.nodestatus-unknown{
    color: #f57f17;
    font-weight: bold;
}

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

  main {
    flex: 1 0 auto;
  }
    tr.itemclickable:nth-child(odd):hover {
    background-color: #a5d6a7 ; } 
    
    tr.itemclickable:hover
    {
        background-color:  #c8e6c9  ;
    }
  
    #graphtitle{
        font-size: 20px;
        font-weight: bold;
        padding: 20px;
        text-align: center;
    }
    
    .datefield{
        text-align: center;
        white-space: nowrap;
    }
    
    .headerlogo{
        height: 54px;
        float: left;
    }
    
      .pagination li.active {
    background-color: #00a775; }