﻿body {
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 2px;
  color: #ccc;
  font-size: 14px;
  line-height: 140%;
  /* background-image: url("/css/images/39737435_1.jpg"); */
  background-color: #1D232A;
  font: 16px/150% microsoft yahei, pingfang sc, Tahoma, Sim sun; 

} 
div#chat {
  padding: 2px;
  width: 99%;
  height: 40px;
  overflow: auto;
  border-bottom: 1px solid rgba(150, 150, 150, 0.5);
}

div#long {
  width: 99%;
  padding-top: 2px;
  padding-left: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(150, 150, 150, 0.5);
  overflow: auto;
}

div#tbar {
  width: 99%;
  padding-top: 3px;
  padding-left: 4px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(150, 150, 150, 0.5);
  overflow: auto;
}

div#here {
  float: left;
  font-size: 16px;
  padding-top: 2px;
}

div#tmenu {
  float: right;
}

div#mleft {
  float: left;
  width: 18%;
  border-right: 1px solid rgba(150, 150, 150, 0.5);
}

div#mright {
  float: left;
  width: 81%;
}

div#hps {
  float: left;
  line-height: 100%;
  width: 100%;
  background-color: #999;
}

div#menu {
  float: left;
  width: 101%;
  height: 38px;
  margin-left: -1px;
}

div#obj {
  float: left;
  width: 98%;
  overflow: auto;
}

div#hudong {
  width: 80%;
  overflow: auto;
}

div#map {
  font-size: 8px;
  line-height: 140%;
  width: 80%;
  overflow: auto;
}

div#acts {
  float: left;
  width: 98%;
  overflow: auto;
}

div#exits {
  float: left;
  width: 100%;
  height: 93px;
  margin-top: 1px;
  border-top: 1px solid rgba(150, 150, 150, 0.5);
  overflow: auto;
}

div#out {
  float: left;
  width: 100%;
  margin-top: 3px;
  margin-left: 3px;
  overflow: auto;
  display: block;
  background-size: 100% 100%;
}

div#mycmds {
  position: absolute;
  height: 93px;
  left: 18%;
  bottom: 43px;
  width: 81%;
  margin-left: 3px;
  margin-top: 2px;
  font-size: 18px;
  background-color: #000;
  overflow: auto;
}

input[type="text"],
[type="password"],
[type="button"] {
  border: 1px solid #888;
  -webkit-appearance: none;
  height: 35px;
  color: #ddd;
  width: 99%;
  background-color: rgba(200, 200, 200, 0.1);
  border-radius: 3px;
}

hr {
  height: 1px;
  border: none;
  border-top: 1px dashed #666;
}

button {
  border: 1px solid rgba(150, 150, 150, 0.3);
  -webkit-appearance: none;
  color: #ccc;
  vertical-align: middle;
  font-size: 10px;
  margin: 1px;
  padding: 0px;
  width: 99%;
  background-color: rgba(200, 200, 200, 0.1);
  border-radius: 3px;
}

button:active {
  background-color: #999;
}

input:active {
  background-color: #999;
}

input.newbt {
  white-space: pre;
  word-wrap: break-word;
  font-size: 11px;
  height: 28px;
  vertical-align: middle;
  width: 86%;
  padding: 1px;
  margin: 1px;
  background-color: rgba(200, 200, 200, 0.1);
  border-radius: 3px;
}

input.hpbt {
  border: 0px solid #888;
  white-space: pre;
  word-wrap: break-word;
  color: #fff;
  font-size: 9px;
  vertical-align: middle;
  padding: 0px;
  margin: 0px;
  line-height: 100%;
  border-radius: 0px;
  background-color: transparent;
}

div.hpbt {
  border: 0px solid #888;
  opacity: 0.7;
  background-color: #666;
}

input.newbt:active {
  background-color: #448ef3;
}

input.menubt {
  border: 0px solid #888;
  color: #eee;
  height: 38px;
  width: 100%;
  background: #666;
  border-radius: 0px;
  background-color: #333;
}

input.ucmds {
  border: 1px solid #888;
  height: auto;
  width: auto;
  color: #8888ff;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 1px;
  margin-left: -2px;
  margin-top: 3px;
  border-radius: 1px;
}

input.ucmds:active {
  background-color: #888;
}

input.menubt:active {
  background-color: #999;
}

input#loginok {
  height: 40px;
  width: 100%;
  font-size: 20px;
  color: #fff;
  background-color: #448ef3;
  border: 0px;
}

span.long {
  white-space: pre-wrap;
  word-wrap: break-all;
  height: auto;
  font-size: 11px;
}

span.out {
  white-space: pre-wrap;
  word-wrap: break-all;
  font-size: 13px;
}

span.map {
  white-space: nowrap;
  font-size: 9px;
}

span.chat {
  white-space: nowrap;
  font-size: 12px;
}

input:disabled + label {
  /*禁用的指针*/
  cursor: not-allowed;
}

.Radio input,
.Checkbox input {
  display: none;
}

.Radio label,
.Checkbox label {
  padding: 0 16px 0 0;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.Radio label:before,
.Checkbox label:before {
  box-sizing: border-box;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #999;
  margin: 0 8px;
  vertical-align: middle;
  display: inline-block;
  transition: 0.1s;
}

.Radio label:hover:before,
.Checkbox label:hover:before {
  border-color: #00a4ff;
}

.Radio input:disabled + label:before,
.Checkbox input:disabled + label:before {
  background-color: #ccc;
  border-color: #999;
  opacity: 0.5;
}

.Radio input:disabled + label,
.Checkbox input:disabled + label {
  opacity: 0.5;
}

.Radio input:checked + label:before {
  border: 5px solid #00a4ff;
}

.Checkbox label:before {
  background: url(css/images/ico_tick.svg) no-repeat center;
  background-size: 0;
  border-radius: 4px;
  transition: 0.2s;
}

.Checkbox input:checked + label:before {
  background-color: #00a4ff;
  background-size: 16px;
  border-color: #00a4ff;
}

.HoverLabel label {
  display: block;
  border-radius: 4px;
  padding: 4px;
  width: 100%;
}

.HoverLabel label:hover {
  background-color: #eee;
}

.ui-widget-content {
  /* background: #000 url(css/images/ui-bg_loop_25_000000_21x21.png) 50% 50% repeat; */
  color: #fff;
  background-color: #1D232A;
}
.ui-widget-header {
  border: 1px solid #333;
  /* background: #444 url(css/images/ui-bg_highlight-soft_44_444444_1x100.png) 50%
    50% repeat-x; */
  color: #fff;
  font-weight: bold;
}
.ui-dialog {
  outline: 0px;
  z-index: 1002;
  position: absolute;
  height: auto;
  width: 1564.75px;
  top: 72px;
  left: 66.5px;
  display: block;
  border-radius: 8px;
  border: 1px solid #555 !important;
}
#ceb {
  position: fixed;
  bottom: 19rem;
  right: 10px;
}
