.GotoXY {
  border: solid #b5bcc7 1px;
  background-color: #ffffff;
  display: inline-block;
  padding: 0;
}

.GotoXY > .dijitTextBox {
  border: none;
  width: 13em;
}

.coordDD {
  float: right;
  display: inline-block;
  height: auto;
  line-height: 22px;
  border-left: solid #b5bcc7 1px;
  cursor: pointer;
}

.coordDD:hover {
  background-color: #e5f2fe;
}

.coordMenuItem {
  line-height: 20px;
  padding: 3px 5px;
  background-color: white;
}

.coordMenuItem:hover,
.coordMenuItem.selected,
.coordMenuItem:hover.selected {
  background-color: #e5f2fe;
}

.clearBtnCls {
  position: absolute;
  right: 18px;
  top: 2px;
  z-index: 32;
  cursor: pointer;
  background-color: white;
}
