.navada-tick {
  float: right;
  z-index: 4;
  width: 39px;
  height: 35px;
}

.report-group {
  width: 100%;
}

.heading-wrapper {
  display: flex;
  justify-content: center;
}

.graph {
  height: 435px;
  width: 90%;
  margin: 0 auto 0 0;
}

.submenu {
  margin: 40%;
}

.chart-info {
  width: 90%;
  margin: 0 auto 0 0;
  text-align: center;
}

#frmDeviceSelect {
  text-align: center;
  width: 100%;
}

.device-selected {
  display: block;
  margin: 0 auto;
}

.menuoverlay {
  margin: auto;
  display: table;
  width: 90%;
  top: 10px;
}

#reporttitle {
  top: 15px;
}

input[type="submit"] {
  float: right;
  background: #d8d8d8;
  border: 1px solid #c4c4c4;
  margin-left: 5px;
  margin-right: 10%;
  padding: 6px 60px;
  cursor: pointer;
  outline: none;
  font-size: 34px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

input[type="submit"]:hover {
  color: #fff;
  border-color: #1b7aa9;
  background-color: #239fdb;
}

.article-heading h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 1px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 16px 0;
  grid-gap: 22px;
}

.article-heading h1:after,
.eight h1:before {
  content: " ";
  display: block;
  border-bottom: 2px solid #ccc;
  background-color: #f8f8f8;
}

.report-heading {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-transform: uppercase;
  vertical-align: bottom;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #333;
  position: relative;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #000000;
  width: 350px;
  padding-bottom: 5px;
  height: 65px;
  line-height: 65px;
  padding-top: 15px;
  text-align: left;
}

.report-heading img {
  width: 30px;
  height: auto;
  margin-left: 10px;
  position: absolute;
  bottom: -6px;
  left: 95%;
  transform: translateX(-50%);
}

.Replogo {
  background-image: url("../images/navada-tick.png");
  background-repeat: no-repeat;
  float: right;
  position: relative;
  margin: 0 20.5% 0 0;
  top: -81px;
  height: 70px;
  width: 78px;
  z-index: 4;
}

.ReportTable {
  overflow: hidden;
  margin: 15px auto;
  width: 90%;
  border: 1px solid #7f7f7f;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  font-family: Arial;
  font-size: 20px;
  color: #4c4c4c;
}

.ReportTable table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.services-chart-container {
  margin: 0 40%;
  width: 70%;
  height: 200px;
}

.GoogleGraph {
  text-align: center;
  margin: 5px 5%;
  width: 90%;
  border: 1px solid #7f7f7f;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.drive-info {
  width: 90%;
  border: 1px solid;
  border-radius: 15px;
  margin: auto;
  padding: 10px;
}

.part-info {
  width: 70%;
  border: 1px solid;
  border-radius: 4px;
  margin: auto;
  padding: 10px;
}

.drive-attribute {
  border-top: 1px solid;
  border-bottom: 1px solid;
  width: 70%;
  margin: auto;
  text-align: center;
  padding: 10px;
}

@media only screen and (max-width: 769px) {
  #reporttitle {
    top: 65px;
    position: relative;
  }

  .report-heading {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #00aeff;
    font-size: 25px;
    height: 45px;
    line-height: 45px;
    width: 80%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .navada-tick {
    float: right;
    z-index: 4;
    width: 20px;
    height: 18px;
  }
}