.oee-test-mode {
  color: red;
  text-align: center;
  background-color: white;
  font-weight: 900;
  padding: 5px;
  float: left;
  border: 5px solid red;
  line-height: 50px !important;
}
html,
body {
  height: 100%;
}
body {
  overflow: hidden;
  background-color: #2e2846;
  font-family: "Segoe UI";
  padding: 0;
  margin: 0;
}
#machines {
  height: calc(100% - 70px);
  overflow: auto;
}
.header {
  height: 70px;
  line-height: 70px;
  background-color: #4c4274;
  color: #fff;
  font-size: 35px;
  font-family: "Segoe UI semibold";
  padding: 5px 20px;
  overflow: hidden;
}
.header .headerTitle {
  min-width: 210px;
  display: inline-block;
}
#lblChooseMachine {
  margin-right: 20px;
}
.header .buttonlink {
  background-color: #71678F;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 17px;
  text-decoration: none;
  font-size: 15px;
  vertical-align: middle;
  margin-right: 3px;
}
.header .buttonlink:hover {
  background-color: #605581;
}
.header .buttonlink--selected {
  background-color: #6e4cd4;
}
#imgCustomerLogo {
  float: right;
}
#imgCierpaLogo {
  float: right;
  margin-top: 24px;
}
#pnlLanguage {
  float: right;
  margin-top: 23px;
}
#pnlLanguage .languageButton {
  float: left;
  cursor: pointer;
  padding: 0px 5px 5px 5px;
  font-size: 32px;
  line-height: 26px;
}
.location {
  background-color: #413C57;
  margin-top: 10px;
  clear: both;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.location-label {
  position: absolute;
  color: white;
  padding-left: 20px;
  margin-top: 20px;
  width: 200px;
}
.location-machines {
  position: relative;
  left: 210px;
  width: calc(100% - 210px);
}
.machineSelect {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  cursor: pointer;
  background-color: #109FE9;
  color: white;
  font-size: 20px;
  line-height: 30px;
  border-radius: 5px;
  text-align: left;
  vertical-align: middle;
  width: 250px;
  margin-bottom: 10px;
  margin-left: 20px;
  float: left;
}
.machineSelect:hover {
  background-color: #53B7E9;
  color: #fff;
}
