/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  margin: 0 0 1.5em 0;
}

.btn-equipment {
  margin-left: 5px !important;
}

.btn-portal-link {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-back {
  margin-top: 20px;
}

.footer .copyright {
  background: #000000;
  color: #969696;
  text-align: center;
  padding: 10px;
}

.footer .energy-x-logo {
  background: #000000;
  text-align: center;
}

.footer .energy-x-logo > img {
  width: 120px;
  margin: 1rem 0;
}
