/* Nav Bar */
  .navbar-right{
    margin-right:5px;
  }

/* Form interaction */
  .hiddenField{ display: none; }

  .compareButton{ float: right; }

  .expandRow:hover{ cursor: pointer; }

  .detailsTable {
    border-collapse: separate;
    border-spacing: 50px 1px;
	}

  #notesForm{
    padding-top: 3em;
    padding-left: 3em;
  }

  #notesForm #noteSubmit{ float: right; }

  .notecontainer{
    max-width: 100%;
  }
    .note {
      clear: both;
      padding-top: 10px;
    }
      .note_Body{
      }
      .note_User{
        font-weight: bold;
      }
      .note_Time{
        font-weight: bold;
        color: #666666;
        font-size: 0.9em;
      }
      .deletionbutton{
        float: right;
      }

/* Loading Overlay */
.overlay{
    z-index: 1000;
    opacity:0.8;
    background-color:#fff;
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:1000;
    display: none;
    justify-content: center;
    align-items: center;
}

.overlay img{
  width: 30em;
  height: 30em;
}

.historictoggle{
  margin-top: 10px !important;
}

.pagination{
  width: 100%;
}