.settingsContentWrapper .content {
  padding: 1em 1.5em 1em 1.5em;
}
.settingsContentWrapper .loadConfig .relayLoad {
  width: 4.5em;
}
.settingsContentWrapper .left {
  clear: both;
}
#pnlFixtureImage {
  width: 27.273em;
  height: 27.273em;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  background-size: 100% 100%;
}
#ucSettingsTab_pnlFixtures select {
  width: 80%;
}
#ucSettingsTab_pnlCopy {
  height: 100%;
}
.copyContent {
  position: relative;
  height: 100%;
}
.copyLine {
  position: absolute;
  background-color: #000;
  height: 3px;
  transform-origin: 0 0;
}
.copyLine::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #000;
  position: absolute;
  top: -6px;
  right: -0.3em;
}
.copyFrom,
.copyTo {
  min-height: 100%;
}
.copyFrom {
  width: 25em;
  float: left;
  margin-right: 3em;
}
.copyTo {
  width: 25em;
  float: left;
}
.toDevices {
  display: inline-block;
  vertical-align: top;
  width: 25em;
  margin-top: -0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.8em;
}
.toDevices .device {
  z-index: 1;
  position: relative;
}
.zoneSelector,
.device {
  height: 2em;
  line-height: 2em;
  border-radius: 0.5em;
  margin: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2em;
}
.copyTo .device {
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: grab;
}
.copyTo .device.ui-sortable-helper {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.zoneSelector {
  background-color: #90ee90;
  cursor: pointer;
}
.zoneSelector.focused {
  border: 2px solid #00f;
}
.device {
  background-color: #c0c0c0;
}
.treeSelectorSens {
  min-height: 1.3em;
  float: left;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: White;
  padding: 0.3em;
  font-size: 0.6rem;
  width: 45%;
  text-align: center;
  cursor: pointer;
  overflow-y: auto;
  max-height: 20em;
  margin: 0 2em;
}
@media screen and (max-width: 1600px) {
  .treeSelectorSens {
    margin: 0 1em;
  }
}
@media screen and (max-width: 1250px) {
  .treeSelectorSens {
    margin: 0 0.75em;
  }
}
.treeSelectorSens:hover {
  border: 1px solid #000;
}
.treeSelectorEm {
  min-height: 1.3em;
  float: left;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #c5c6d0;
  padding: 0.3em;
  font-size: 0.6rem;
  width: 45%;
  text-align: center;
  cursor: pointer;
  overflow-y: off;
  margin: 0 2em;
}
@media screen and (max-width: 1600px) {
  .treeSelectorEm {
    margin: 0 1em;
  }
}
@media screen and (max-width: 1250px) {
  .treeSelectorEm {
    margin: 0 0.75em;
  }
}
.emSensHeaders {
  float: left;
  font-size: 0.85em;
  text-align: center;
  width: 45%;
}
@media screen and (max-width: 1600px) {
  .emSensHeaders {
    padding: 0.5em 1em;
  }
}
@media screen and (max-width: 1250px) {
  .emSensHeaders {
    padding: 0.5em 0.75em;
  }
}
.borderDoubleRight {
  border-right: 2px solid;
}
