.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;
  margin-right: 10px;
}
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,
.locationSelect,
.option {
  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 .status_badge,
.locationSelect .status_badge,
.option .status_badge {
  background-color: white;
  border-radius: 3px;
  color: #109fe9;
  font-size: 12px;
  /*line-height: 14px;*/
  padding: 2px 5px;
  width: fit-content;
}
.machineSelect:hover,
.locationSelect:hover,
.option:hover {
  background-color: #53B7E9;
  color: #fff;
}
.option {
  padding: 10px 15px;
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  min-width: 280px;
}
.option.location_link {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.option.active {
  background-color: #0ECB62;
}
.option.active .status_badge {
  color: #0ECB62;
}
.option.active:hover {
  background-color: #20dd74;
}
.option.unavailable {
  background-color: #777;
  cursor: default;
}
.option.unavailable .status_badge {
  color: #777;
}
