body {
  font-family: 'Droid Sans', sans-serif;
  color: rgba(107, 206, 236);
  background: rgb(240, 230, 230);
}

a,.link {
  color: rgb(102, 238, 120);
  text-decoration: underline;
  cursor: pointer;
}

a:hover,.link:hover {
  color: #6dd9ec;
}

ul {
   list-style-type: none;
   padding: 0;
   margin: 0;
}



#no-webgl {
  position: absolute;
  color: rgb(12, 134, 248);
  background: rgba(18, 110, 247, 0.151);
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  margin-top: 20px;
  display: block;
}

#canvas {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#canvas-holder {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#load-cover {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

#loader {
  background: rgba(243, 247, 248, 0);
  cursor:default;
  color: rgba(28, 218, 231, 0.521);
  position: absolute;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid rgba(28, 218, 231, 0.521);
  width: 250px;
  height: 50px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}

#loader-text {
  display: inline-block;
  vertical-align: text-bottom;
  line-height: 50px;
}

#spinner {
  display: inline-block;
  height: 50px;
  width: 50px;
  position: relative;
}

#sat-hoverbox {
  background: rgba(197, 229, 241, 0.11);
  cursor:default;
  color: rgb(84, 171, 243);
  position: absolute;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid rgb(14, 196, 252);
  pointer-events: none;
}

#sat-infobox {
  background: rgba(252, 252, 252, 0);
  cursor:default;
  color: rgb(84, 171, 243);
  position: absolute;
  padding: 10px;
  border-radius: 1px;   
  border: 0px solid rgba(51, 179, 230, 0.712);
  right: 20px;
  top: 470px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 230px;
  width: 200px;
  display: none;
}

#show-info1 {
  background: rgba(252, 252, 252, 0);
  cursor:default;
  color: rgb(84, 171, 243);
  position: fixed;
  right: 20px;
  top: 120px;
  padding: 10px;
  border-radius: 1px;   
  border: 0px solid rgba(51, 179, 230, 0.712);
  margin-top: auto;
  margin-bottom: auto;
  height: 230px;
  width: 200px;
  display: block;
}

#show-info3 {
  background: rgba(252, 252, 252, 0);
  cursor:default;
  color: rgb(84, 171, 243);
  position: fixed;
  left: 20px;
  bottom: 80px;
  padding: 10px;
  border-radius: 1px;   
  border: 0px solid rgba(51, 179, 230, 0.712);
  margin-top: auto;
  margin-bottom: auto;
  height: 80px;
  width: 250px;
  display: block;
}

#show-info4 {
  background: rgba(252, 252, 252, 0);
  cursor:default;
  color: rgb(84, 171, 243);
  position: fixed;
  right: 5px;
  top: 20px;
  padding: 10px;
  border-radius: 1px;   
  border: 0px solid rgba(51, 179, 230, 0.712);
  margin-top: auto;
  margin-bottom: auto;
  height: 30px;
  width: 250px;
  display: block;
}

#show-info5 {
  background: rgba(252, 252, 252, 0);
  position: fixed;
  color: rgb(84, 171, 243);
  right: 20px;
  top: 0;
  bottom: 0;
  padding: 10px;
  border-radius: 1px;   
  border: 0px solid rgba(51, 179, 230, 0.712);
  margin-top: auto;
  margin-bottom: auto;
  height: 230px;
  width: 200px;
  display: block;
}


#show-info6 {
  background: rgba(252, 252, 252, 0);
  position: fixed;
  color: rgb(84, 171, 243);
  right: 80px;
  bottom: 25px;
  padding: 10px;
  border-radius: 1px;   
  border: 0px solid rgba(51, 179, 230, 0.712);
  margin-top: auto;
  margin-bottom: auto;
  height: 20px;
  width: 150px;
  display: block;
}


#all-objects-link {
  font-size: 15px;
  margin: 5px 0;
}

#sat-info-title{
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
}

.sat-info-row {
  text-align: center;
  margin-bottom: 5px;
  height: 18px;
}

.sat-info-key,.sat-info-value {
  display: inline-block;
  height: 18px;
}

.sat-info-key {
  font-size: 15px;
  color: rgb(51, 179, 230);
  float: left;
}

.sat-info-key2 {
  font-size: 30px;
  color: rgb(51, 179, 230);
  float: none;
}

.sat-info-value {
  float: right;
  color: rgb(8, 240, 124);
}

/*搜索结果菜单*/
#search-results {
  display: none;
  position: absolute;
  width: 300px;
  background: rgba(254, 255, 255, 0);
  color: rgb(107, 206, 236);
  border-radius: 5px;
  border: 1px solid rgba(51, 179, 230, 0.712);
  z-index: 10;
  top: 30px;
  bottom: 0;
  left: 20px;
  overflow: auto;
  max-height: 100%;
}

.search-hilight {
  font-weight: bold;
  color: rgb(140, 235, 187)
}

.search-result {
  padding: 5px;
  height: 28px;
  line-height: 28px;
}

.search-result:hover {
  background: rgba(51, 179, 230, 0.712);
  cursor: pointer;
}

.search-result-intldes {
  font-size: 12px;
  height: 28px;
  float: right;
  margin-right: 10px;
}

#search {
  background: rgba(253, 252, 252, 0);
  position: absolute;
  top: 0px;
  left: 20px;
  border: none;
  border-bottom: 1px solid rgba(51, 179, 230, 0.712);
  color: rgba(51, 179, 230, 0.712);
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  outline: none;
}


.menubar {
  height: 30px;
  position: absolute;
  top: 5px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  align-content: stretch;
}

#menu-left {
  left: 0px;
  justify-content: flex-start;
}

#menu-right {
 right: 0px;
 justify-content: flex-end;
}

.menu-item {
  cursor: pointer;
  margin: 0px 10px;
  z-index: 11;
}

.menubox {
  cursor: default;
}

.menu-item:first-child {
  margin-left: 2px;
}

.menu-item:hover .menu-title {
  color: rgba(67, 171, 219, 0.726);
}

.menu-title {
  height: 30px;
}



.submenu {
  display: none;
  background: black;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  margin: 0;
  overflow: hidden;
  position: absolute;
}

.dropdown {
  width: 200px;
}

.menubox {
  padding: 10px;
}

.dropdown>li {
  display: block;
  padding: 5px 10px;
}

.dropdown>li:hover {
  background: rgba(67, 171, 219, 0.726);
  font-weight: bold;
}

.dropdown>li:active {
  background: rgba(82, 189, 221, 0.849);
}

.dropdown>li.clear-option {
  background: rgba(71, 149, 223, 0.692);
  display: none;
}

#zoom-controls {
  position:absolute;
  right: 20px;
  bottom: 10px;
  width: 40px;
  height:70px;
  background: black;
  border: 1px solid rgba(72, 245, 236, 0.342);
  border-radius: 5px;
  overflow: hidden;
}

.zoom-button {
  height: 35px;
  font-size: 20px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.zoom-button:hover {
  background: rgba(66, 194, 226, 0.63);
}

.zoom-button:active {
  background: rgba(66, 194, 226, 0.63);
}

#zoom-in {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#zoom-out {
 
}

#about-box {
  right: 10px;
  width: 500px;
  height: 335px;
}

#help-box {
  right: 70px;
  width: 200px;
  height: 225px;
}

.box-header {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#legend li {
  height: 25px;
  line-height: 25px;
  margin-top: 5px;
  magin-bottom: 5px;
}

.dot {
  vertical-align: middle;
  margin-right: 5px;
}

#controls-info {
  margin-top: 10px;
}

#controls-info>li {
  margin-top: 10px;
}