body,
html,
#myprobe {
  overflow-x: hidden !important;
}

.mainPanel {
  width: 100%;
}

.leftshow {
  float: left;
  width: 20%;
}

.rightshow {
  float: right;
  width: 80%;
}

input,
textarea,
keygen,
select,
button,
isindex {
  margin: 0em;
  font: -webkit-small-control;
  color: initial;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
}

user agent stylesheetinput,
textarea,
keygen,
select,
button,
isindex,
meter,
progress {
  -webkit-writing-mode: horizontal-tb;
}

.inputClass {
  border: 1px solid rgba(233, 233, 233, 0.82);
  height: 20px;
  margin-left: 5px;
  line-height: 20px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(233, 233, 233, 0.82)),
    to(#fff)
  );
  background-image: -moz-linear-gradient(top, rgba(233, 233, 233, 0.82), #fff);
  background-image: -webkit-linear-gradient(
    top,
    rgba(233, 233, 233, 0.82),
    #fff
  );
  background-image: -o-linear-gradient(top, rgba(233, 233, 233, 0.82), #fff);
  background-image: -ms-linear-gradient(top, rgba(233, 233, 233, 0.82), #fff);
  background-image: linear-gradient(top, rgba(233, 233, 233, 0.82), #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='rgba(233, 233, 233, 0.82)',endColorstr='#fff');
}

.width_60 {
  width: 60px;
}

.inputClass:focus {
  border: 1px rgba(250, 138, 82, 0.82) solid;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(252, 230, 219, 0.82)),
    to(#fff)
  );
  background-image: -moz-linear-gradient(top, rgba(252, 230, 219, 0.82), #fff);
  background-image: -webkit-linear-gradient(
    top,
    rgba(252, 230, 219, 0.82),
    #fff
  );
  background-image: -o-linear-gradient(top, rgba(252, 230, 219, 0.82), #fff);
  background-image: -ms-linear-gradient(top, rgba(252, 230, 219, 0.82), #fff);
  background-image: linear-gradient(top, rgba(252, 230, 219, 0.82), #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='rgba(252, 230, 219, 0.82)',endColorstr='#fff');
}

.lineClass {
  margin-top: 5px;
}

.btnfield {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 16px;
  padding: 4px 7px 2px 4px;
  line-height: 16px;
  border: 1px solid transparent;
  margin-bottom: 8px;
  color: #333;
  background-color: rgb(239, 239, 239);
  border-bottom-color: rgb(229, 229, 229);
  border-color: #ccc;
}

.btnfield:hover {
  color: #999999;
  background-color: #dbdbdb;
  border-color: #c6c6c6;
  text-decoration: none;
}

.row1 li {
  font-size: 0;
  margin-bottom: 8px;
}
.row1 li label {
  font-size: 12px;
  display: inline-block;
  text-align: right;
  width: 126px;
  height: 30px;
  line-height: 30px;
}
.row1 li input.inputClass {
  height: 28px;
  line-height: 28px;
  border-radius: 2px;
  display: inline-block;
  font-size: 12px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 0 5px;
  width: 120px;
}

.btnOperate {
  display: inline-block;
  height: 26px;
  line-height: 25px;
  min-width: 60px;
  background-color: #fd6442;
  border-color: #fd6442;
  color: #fff;
  font-size: 12px;
  padding: 0 5px;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
}
.btnOperate i {
  display: none;
}

/* .btnOperate:hover {
  color: #ffffff;
  background-color: #3a484f;
  border-color: #2d383e;
  text-decoration: none;
} */

.fontbtn {
  background: #57a4c2;
  color: #fff;
  border-radius: 5px;
  padding: 3px 5px 3px 5px;
  margin-right: 20px;
  font-size: 18px;
  font-weight: bold;
}
.fontbtn span {
  margin-left: 10px;
}

@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.0.3")
      format("embedded-opentype"),
    url("fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"),
    url("fonts/fontawesome-webfont.ttf") format("truetype"),
    url("fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-search:before {
  content: "\f002";
}

.fa-print:before {
  content: "\f02f";
}
