@charset "UTF-8";

#resTitle {
  height: 50px;
  width: 100%;
  margin: 0px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

#resTitleLabel,
#resTitleInput {
  height: 40px;
  width: 100px;
  line-height: 40px;
  text-align: right;
  padding-right: 10px;
  font-size: 14px;
  border: 1px solid;
}

#resTitleInput {
  width: 100%;
  text-align: left;
  padding-left: 10px;
  color: red;
  font-size: 20px;
  line-height: 40px;
}

#json-src {
  width: 100%;
  min-width: 220px;
  flex: 1;
  border: 1px solid lightgray;
  font-size: 14px;
  height: 100%;
  min-height: 520px;
  padding: 10px 10px 10px 30px;
  border-right: solid 1px #e5ebee;
  border-bottom: solid 1px #eee;
  border-radius: 0;
  resize: none;
  outline: none;
}

#right-box {
  width: 100%;
  min-height: 520px;
  border-radius: 0;
  resize: none;
  overflow-y: scroll;
  outline: none;
  position: relative;
  font-size: 12px;
  padding-top: 40px;

  border: 1px solid lightgray;
}

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-bottom: 50px;
}

.jsonText,
.jsonShow {
  flex: 1;
  width: 100%;
}

.json_key {
  color: #92278f;
  font-weight: bold;
}

.json_null {
  color: #f1592a;
  font-weight: bold;
}

.json_string {
  color: #3ab54a;
  font-weight: bold;
}

.json_number {
  color: #25aae2;
  font-weight: bold;
}

.json_boolean {
  color: #f98280;
  font-weight: bold;
}

.json_link {
  color: #61d2d6;
  font-weight: bold;
}

html {
  height: 100%;
}

html,
body {
  height: 100%;
}

body {
  font-family: menlo, monospace, Tahoma, "微软雅黑", "幼圆";
  color: #4a5560;
  font-size: 12px;
  height: 100%;
}

/*::-moz-selection {
  background: #12c48b;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #12c48b;
  color: #fff;
  text-shadow: none;
}*/

.tool > a {
  display: inline-block;
  text-decoration: none;
  color: #1baae4;
  font-family: monospace, Tahoma, "微软雅黑";
}

.green {
  color: #17b272;
}

.red {
  color: #ff585d;
}

.red:hover {
  color: #f98280;
}

.blue {
  color: #1baae4;
}

.orange {
  color: #fbc462;
}

input:focus,
textarea:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #47a7e6;
}

.label-success {
  background-color: #0fd59d;
}

.header {
  border-bottom: solid 1px #e5ebee;
  padding: 0px;
}

.logo {
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  font-family: monospace;
  color: #0fd59d;
  padding: 10px;
}

.logo:hover {
  color: #0fd59d;
}

.navi {
  padding: 5px 20px;
  font-size: 12px;
  font-weight: bold;
}

.navi a {
  padding: 0px 20px;
  color: #4a5560;
}

.json-src {
  height: 100%;
  min-height: 550px;
  background-color: #f6f6f6;
  padding: 0px;
  border: 0;
  border-right: solid 1px #e5ebee;
  border-bottom: solid 1px #eee;
  border-radius: 0;
  width: 100%;
  outline: none;
  font-size: 10px;
}

.tool {
  position: relative;
  padding: 10px;
  height: 40px;
  border-bottom: solid 1px #eee;
  background-color: #fff;
  width: 100%;
  font-size: 12px;
  display: block;
  margin: 0px;
  width: 100%;
  border: 1px solid;
}

.tool a {
  padding: 0px 20px;
  color: #000 !important;
  width: 30px;
  cursor: pointer;
}

.tool a:hover {
  width: 30px;
  padding: 0px 20px;
  color: #999;
}
