/**
 * 页面的大布局
 */
/**
 * 公共部分样式
 */
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import '../../lib/font-awesome-4.7.0/css/font-awesome.min.css';
@import '../../lib/bootstrap/dist/css/bootstrap.min.css';
@import '../../lib/angular-ui-bootstrap/dist/ui-bootstrap-csp.css';
@import '../../lib/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css';
@import '../../lib/datatables.net-dt/css/dataTables.bootstrap.min.css';
@import '../../lib/datatables.net-dt/css/buttons.dataTables.min.css';
@import '../../lib/bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css';
@import '../../lib/datatables.net-dt/css/select.dataTables.min.css';
@import '../../lib/FixedColumns-3.3.3/css/fixedColumns.bootstrap.min.css';
@import '../../lib/multiple-select/multiple-select.css';
@import '../../lib/jquery-treeview/jquery.treeview.css';
@import '../../lib/context/context.standalone.css';
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
.pop.fixed,
.pop-mask.fixed {
  position: fixed;
}
.pop.screen-max,
.pop-mask.screen-max {
  top: 0;
  left: 0;
  right: 0;
  bottom: -100px;
  position: fixed;
}
.pop.z-max,
.pop-mask.z-max {
  z-index: 2147483584;
}
.pop {
  background: white;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pop-title,
.pop-content {
  padding: 8px;
}
.pop-title {
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  border-bottom: 1px solid darkgray;
  background-color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.pop-content {
  height: 100%;
  min-height: 200px;
  overflow: auto;
  background-color: transparent;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.pop-menu {
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
  overflow: hidden;
}
.pop-menu button {
  width: 47%;
  height: 48px;
  font-size: 14px;
  border: none;
  border-radius: 5px;
}
.pop-menu button:first-child {
  float: left;
  color: #40b9d8;
  border: 1px solid #40b9d8;
  background: white;
}
.pop-menu button:last-child {
  float: right;
  color: white;
  background-color: #40b9d8;
}
.pop-mask {
  background-color: rgba(0, 0, 0, 0.5);
}
.pop.trace {
  margin-top: -32px;
}
.pop.trace .pop-menu button {
  width: 100%;
}
.pop.trace .pop-content {
  width: 100%;
  height: 120px;
  min-height: 120px;
  display: table;
  padding: 8px;
  word-break: break-all;
  background-color: #fff;
  border-radius: 5px;
}
.pop.trace .pop-content > div {
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.pop.trace .pop-content > div > pre {
  background-color: #fff;
  border: none;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/* 数值 */
.center {
  margin-left: auto;
  margin-right: auto;
}
.affix-top {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.affix-left {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.affix-right {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.affix-bottom {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.affix-in {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.central {
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
.z-max {
  z-index: 2147483584;
}
/* 定位 */
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
/* 浮动 */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-none {
  float: none;
}
/* 清除浮动 */
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
.both {
  clear: both;
}
/* 类型 */
.none {
  display: none;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
/* 表格 */
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.table-col {
  display: table-column;
}
.table-row {
  display: table-row;
}
/* 显示隐藏 */
.show {
  display: block;
}
.hide {
  display: none;
}
/* 溢出 */
.over-hide {
  overflow: hidden;
}
.over-show {
  overflow: visible;
}
.over-auto {
  overflow: auto;
}
.over-scroll {
  overflow: scroll;
}
/* 滚动条 */
.scroll {
  overflow: scroll;
}
.scroll-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.scroll-y {
  overflow-x: hidden;
  overflow-y: auto;
}
/* 滚动条样式 */
/* 字体 */
/* 字体装饰 */
.font-smooth {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* 装饰 */
/* 对齐(左右) */
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.start {
  text-align: start;
}
.end {
  text-align: end;
}
.justify {
  text-align: justify;
}
/* 首 */
/* 字间距 */
/* 文字样式 */
.normal {
  font-weight: normal;
  font-style: normal;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.oblique {
  font-style: oblique;
}
/* 对齐(上下) */
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.v-bottom {
  vertical-align: bottom;
}
.v-base {
  vertical-align: baseline;
}
.v-text {
  vertical-align: text-top;
}
/* 文本修饰 */
/* 断词 */
.text-keep {
  word-wrap: normal;
  word-break: keep-all;
  white-space: nowrap;
}
.text-break {
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre-line;
}
/* 边框线 */
.border-none {
  border: none;
}
/* 手型 */
.hand {
  cursor: pointer;
}
.move {
  cursor: move;
}
.wait {
  cursor: wait;
}
.help {
  cursor: help;
}
.crosshair {
  cursor: crosshair;
}
.hand-top {
  cursor: n-resize;
}
.hand-left {
  cursor: w-resize;
}
.hand-right {
  cursor: e-resize;
}
.hand-bottom {
  cursor: s-resize;
}
.hand-top-left,
.hand-left-top {
  cursor: nw-resize;
}
.hand-top-right,
.hand-right-top {
  cursor: ne-resize;
}
.hand-bottom-left,
.hand-left-bottom {
  cursor: sw-resize;
}
.hand-bottom-right,
.hand-right-bottom {
  cursor: se-resize;
}
/* 屏幕 */
.screen-top,
.screen-left,
.screen-right,
.screen-bottom {
  position: fixed;
}
.screen-top,
.screen-bottom {
  left: 0;
  right: 0;
}
.screen-left,
.screen-right {
  top: 0;
  bottom: 0;
}
.screen-top {
  top: 0;
}
.screen-bottom {
  bottom: 0;
}
.screen-left {
  left: 0;
}
.screen-right {
  right: 0;
}
/* 小箭头 */
.caret-base {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  content: '';
}
/* 下拉 */
.drop {
  position: relative;
}
.drop > dd {
  position: absolute;
  display: none;
}
.drop:hover > dd {
  display: block;
}
.drop-up,
.drop-down,
.drop-left,
.drop-right {
  position: relative;
}
.drop-up > dd,
.drop-down > dd,
.drop-left > dd,
.drop-right > dd {
  position: absolute;
  display: none;
}
.drop-up:hover > dd,
.drop-down:hover > dd,
.drop-left:hover > dd,
.drop-right:hover > dd {
  display: block;
}
.drop-up > dd {
  bottom: 100%;
}
.drop-down > dd {
  top: 100%;
}
.drop-left > dd {
  rigth: 100%;
}
.drop-right > dd {
  left: 100%;
}
/* !!
 * 动画速率:
 * ----- ----- ----- ----- -----
 * ease: 渐缓
 * linear: 匀速
 * ease-in: 匀加速
 * ease-out: 匀减速
 * ease-in-out: 匀加速 - 匀减速
 * cubic-bezier: 贝塞尔曲线(x1, y1, x2, y2)
 * ----- ----- ----- ----- -----
 */
/* !!
 * 径向渐变
 * @shape: circle(等圆) | ellipse(椭圆)
 * @size( @shape ): closest-side(圆心->近边) | closest-corner(圆心->近角) | farthest-side(圆心->远边) | farthest-corner(圆心->近角)
 * @position: center | top | left | right | bottom | <percent>
 * -----^----- -----^-----
 */
.no-shadow {
  box-shadow: none;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.list-inline > li {
  display: inline-block;
}
.clearfix:before,
.clearfix:after {
  visibility: hidden;
  display: table;
  content: ' ';
}
.clearfix:after {
  clear: both;
}
.btn-base {
  background-image: -webkit-linear-gradient(top, #333, #292929);
  background-image: -moz-linear-gradient(top, #333, #292929);
  background-image: -ms-linear-gradient(top, #333, #292929);
  background-image: -o-linear-gradient(top, #333, #292929);
  background-image: linear-gradient(top, #333, #292929);
  padding: 0.25rem 1rem;
  color: #fff;
  border: 1px solid #1f1f1f;
}
.btn-base:active {
  box-shadow: inset 0 0.125rem 0.5rem rgba(0, 0, 0, 0.25);
  background-image: -webkit-linear-gradient(top, #333, #333);
  background-image: -moz-linear-gradient(top, #333, #333);
  background-image: -ms-linear-gradient(top, #333, #333);
  background-image: -o-linear-gradient(top, #333, #333);
  background-image: linear-gradient(top, #333, #333);
}
.login {
  background-image: -webkit-radial-gradient(circle at center, #4d4d4d, #1a1a1a);
  background-image: -moz-radial-gradient(circle at center, #4d4d4d, #1a1a1a);
  background-image: -o-radial-gradient(circle at center, #4d4d4d, #1a1a1a);
  background-image: radial-gradient(circle at center, #4d4d4d, #1a1a1a);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 312272592;
  position: fixed;
}
.login .point {
  position: relative;
}
.login .glass {
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  -webkit-box-reflect: below 0.125rem -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.25));
  box-reflect: below 0.125rem -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.25));
  border-radius: 1rem;
  box-shadow: 0 0 1rem 0.2rem rgba(0, 0, 0, 0.25);
}
.login .glass i {
  text-align: center;
}
.login .glass .title {
  padding: 1.5rem 2rem;
  font-size: 2rem;
  color: #ebebeb;
  border-bottom: 1px solid #ebebeb;
  background-color: #333;
  border-radius: 1rem 1rem 0 0;
}
.login .glass .title i {
  width: 2rem;
}
.login .glass .title span {
  display: inline;
}
.login .glass .control {
  padding: 1rem 2rem;
  text-align: right;
  border-top: 1px solid #ebebeb;
  background-color: #fff;
  border-radius: 0 0 1rem 1rem;
}
.login .glass .control button {
  background-image: -webkit-linear-gradient(top, #333, #292929);
  background-image: -moz-linear-gradient(top, #333, #292929);
  background-image: -ms-linear-gradient(top, #333, #292929);
  background-image: -o-linear-gradient(top, #333, #292929);
  background-image: linear-gradient(top, #333, #292929);
  padding: 0.25rem 1rem;
  color: #fff;
  border: 1px solid #1f1f1f;
}
.login .glass .control button:active {
  box-shadow: inset 0 0.125rem 0.5rem rgba(0, 0, 0, 0.25);
  background-image: -webkit-linear-gradient(top, #333, #333);
  background-image: -moz-linear-gradient(top, #333, #333);
  background-image: -ms-linear-gradient(top, #333, #333);
  background-image: -o-linear-gradient(top, #333, #333);
  background-image: linear-gradient(top, #333, #333);
}
.login .glass .board {
  padding: 4rem 6rem 3rem;
  font-size: 1.8rem;
  background-color: #fff;
}
.login .glass .board i {
  width: 3rem;
  text-align: center;
}
.login .glass .board p i {
  width: 2rem;
  color: #d00;
}
.login .glass .board p small {
  color: #d00;
}
.login .glass .board div:not(:first-child) {
  margin-top: 1.5rem;
}
.login .glass .board div label:before,
.login .glass .board div label:after {
  visibility: hidden;
  display: table;
  content: ' ';
}
.login .glass .board div label:after {
  clear: both;
}
.login .glass .board div label:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
.login .glass .board div label > i.fa,
.login .glass .board div label > input[type=text],
.login .glass .board div label > input[type=password] {
  float: left;
  height: 3rem;
  line-height: 2.5rem;
  padding: .25rem;
  vertical-align: middle;
}
.login .glass .board div label i.fa {
  color: #ebebeb;
  background-color: #333;
  border-radius: .5rem 0 0 .5rem;
}
.login .glass .board div label > input[type=text],
.login .glass .board div label > input[type=password] {
  -webkit-transition: border-color 0.36s;
  -moz-transition: border-color 0.36s;
  -ms-transition: border-color 0.36s;
  -o-transition: border-color 0.36s;
  transition: border-color 0.36s;
  width: 20rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-width: 2px 2px 2px 0;
  border-style: solid;
  border-color: #ebebeb;
  border-radius: 0 .5rem .5rem 0;
}
.login .glass .board div label > input[type=text]:focus,
.login .glass .board div label > input[type=password]:focus {
  border-color: #c7c7c7;
}
.page-personal hr {
  border-top: 1px solid #ddd;
}
.page-personal button {
  margin-bottom: 15px;
  margin-right: 10px;
}
.page-personal ul {
  padding: 0;
  list-style: none;
}
.page-personal .whole {
  padding-bottom: 15px;
}
.page-personal .whole label,
.page-personal .whole div,
.page-personal .whole .form-control {
  display: inline-block;
}
.page-personal .whole label {
  width: 80px;
}
.page-personal .whole input {
  width: 200px;
}
.myself .col-sm-4 {
  padding-right: 0px;
}
.on-off-test .conditions {
  min-height: 60px;
}
.on-off-test .device-info {
  margin-top: 12px;
  width: 100%;
  padding: 12px 15px;
  background-color: #fff;
  border-radius: 5px;
}
.on-off-test .device-info .basic {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: #f3f2f3 1px solid;
  padding-bottom: 4px;
}
.on-off-test .device-info .next-time {
  margin-top: 8px;
}
.on-off-test .device-info .next-time .time {
  margin-right: 12px;
}
.on-off-test .test-content {
  margin-top: 12px;
  height: calc(100% - 178px);
  flex: 1;
  display: flex;
  flex-direction: row;
}
.on-off-test .test-content .tests {
  background-color: #fff;
  height: 100%;
  width: 200px;
  padding: 0 12px 12px;
  overflow-y: auto;
}
.on-off-test .test-content .tests .test {
  margin-top: 12px;
  padding: 6px 12px;
  border: #c0c0c0 1px solid;
  cursor: pointer;
}
.on-off-test .test-content .tests .test.active {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.on-off-test .test-content .tests .no-data {
  padding: 15px;
  text-align: center;
}
.on-off-test .test-content .chart {
  flex: 1;
  margin-left: 12px;
  padding: 12px 6px 12px 0;
  background-color: #fff !important;
  overflow: hidden;
}
.compare-wrapper .left-panel {
  float: left;
  width: 350px;
}
.compare-wrapper .left-panel .filter-content {
  padding: 12px 12px 18px;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #edeff2;
}
.compare-wrapper .left-panel .filter-content .filter-row {
  margin-bottom: 10px;
}
.compare-wrapper .left-panel .filter-content .filter-input {
  display: inline-block;
  width: 160px;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.compare-wrapper .left-panel .filter-content .filter-radio {
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 0;
}
.compare-wrapper .right-panel {
  float: left;
  width: calc(100% - 350px);
}
.compare-wrapper .right-panel #line-chart {
  width: 100%;
  height: 700px;
}
.form-group:last-child {
  margin-bottom: 0px;
}
.section-spacing {
  height: 100%;
  width: 100%;
  padding: 15px;
  background-color: #e7e8ec;
  display: flex;
  flex-direction: column;
}
.section-spacing-tab {
  height: 100%;
  width: 100%;
  padding: 15px;
}
.section-spacing-tab .tab-wrapper {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}
.section-spacing-tab #menu_content > div:first-child {
  display: block;
}
.section-spacing-tab #menu_content > div:last-child {
  display: none;
}
.conditions {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 60px;
  padding: 15px 0 15px 15px;
}
.conditions-tab {
  padding: 15px 0 15px 0;
  margin-bottom: 30px;
}
.conditions-tab > span > button.dropdown-toggle {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.conditions-tab > span > button.query {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.table-content {
  flex: 1;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px 15px;
  margin: 15px 0 0 0;
}
.table-content th {
  text-align: center;
}
.asteriskField {
  color: red;
}
/**
 * when table's tr is selected
 */
/**
 * 此字段为必填字段
 */
.Invalid {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
input.Invalid::-webkit-input-placeholder {
  color: rgba(169, 68, 66, 0.57) !important;
  /* WebKit browsers */
}
input.Invalid:-moz-placeholder {
  color: rgba(169, 68, 66, 0.57) !important;
  /* Mozilla Firefox 4 to 18 */
}
input.Invalid::-moz-placeholder {
  color: rgba(169, 68, 66, 0.57) !important;
  /* Mozilla Firefox 19+ */
}
input.Invalid:-ms-input-placeholder {
  color: rgba(169, 68, 66, 0.57) !important;
  /* Internet Explorer 10+ */
}
textarea {
  resize: none;
}
/**
 * map page
 */
.mapPath {
  position: absolute;
  height: 100%;
  width: 100%;
}
/*  以下是各个页面的搜索条件模块的样式
    ========================================================================== */
/**
 * reportrecord + setting page
 */
.serach-set-width {
  position: absolute;
  width: 280px;
}
.serach-set-width input {
  border-right: none;
}
/**
 * reportrecord page
 */
.report-excel-search {
  position: absolute;
  left: 325px;
}
/**
 * alarm page 报警数据页面
 */
.alarm-page {
  height: 100%;
}
.alarm-page .alarm-search {
  float: left;
  width: 280px;
}
/**
 * timemonitor page
 */
.chart-device {
  position: absolute;
  width: 165px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-right: 0;
}
.chart-date {
  position: absolute;
  left: 180px;
  width: 450px;
}
.chart-date input {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-right: none;
}
.chart-date input.input-border-left {
  border-left: none;
}
.chart-date span > button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.chart-excel {
  position: absolute;
  left: 645px;
}
.chart-excel-tab {
  position: absolute;
  left: 305px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
.lineChartmA {
  position: absolute;
  height: 45%;
  top: 90px;
  width: 95%;
}
.lineChartmV {
  position: absolute;
  top: 58%;
  height: 45%;
  width: 95%;
}
.lineChartmV_realtime {
  height: 500px;
  width: 100%;
}
.lineChartmV_history {
  height: 500px;
  width: 100%;
}
.lineChartmA_realtime {
  height: 500px;
  width: 100%;
}
.lineChartmA_history {
  height: 500px;
  width: 100%;
}
.loss-pieChart-three {
  height: 240px;
  width: 100%;
}
.linechart_pipeline {
  height: 350px;
  width: 1000px;
  display: contents;
}
.pie_pipeline {
  height: 240px;
  width: 1000px;
  display: contents;
}
.days {
  width: 1000px;
  position: absolute;
  top: 260px;
}
.days ul {
  margin: 0 10%;
  padding: 0;
}
.days ul li {
  width: 25%;
  text-align: center;
  display: inline-block;
}
/**
 * magnesiumloss page
 */
.loss-lineChart {
  position: absolute;
  width: 90%;
  height: 50%;
  top: 90px;
}
.loss-pieChart {
  position: absolute;
  width: 90%;
  height: 35%;
  top: 65%;
}
/**
 * report/record page
 */
.report-date-search {
  float: left;
  width: 220px;
}
.report-date-search input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.report-input-search {
  float: left;
  width: 280px;
}
.report-input-search input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: none;
  border-right: none;
}
.report-column-show {
  position: absolute;
  left: 545px;
}
.report-device {
  position: absolute;
  left: 760px;
}
.report-excel-search-time {
  position: absolute;
  left: 860px;
}
button.ms-choice {
  padding: 14px;
  line-height: 2.5;
  font-size: 13px;
}
/**
 * record page
 */
.record-data-edit button {
  margin-right: 15px;
}
/**
 * user page and myself page
 */
.myself {
  background: #fff;
}
.myself form > button {
  padding-left: 42px;
  padding-right: 42px;
}
.modal-footer .newuser-remark {
  color: #a94442;
  float: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
}
/**
 * test_pile page
 */
.subnav {
  position: absolute;
  width: 15%;
  padding: 0;
}
.subnav p {
  background: rgba(231, 232, 236, 0.8);
  height: 36px;
  line-height: 36px;
  padding: 0 0 0 15px;
  margin: 0 0 10px 0;
}
.subnav p a {
  float: right;
  line-height: 36px;
  padding-right: 15px;
  text-decoration: none;
}
.subnav ul {
  padding: 0 0 0 15px;
  margin: 0;
}
.page_right {
  position: absolute;
  left: 15%;
  width: 85%;
  border-style: ridge;
  border-top: none;
  border-right: none;
  height: auto;
}
.page_right .conditions {
  height: 100px;
}
.page_right .buttonbar {
  padding-bottom: 15px;
}
.page_right .table-content {
  margin-top: 15px;
}
.page_right .table-content th {
  text-align: center;
}
/**
 * all task page
 */
.selectbox,
.btnquery {
  padding: 0 15px 0 0 !important;
}
.selectbox button {
  padding-left: 15px;
  padding-right: 15px;
}
.tablebutton {
  padding: 0 0 15px 0;
}
/**
 * myservice page
 */
.myservice .conditions label {
  position: absolute;
  left: 30px;
  line-height: 35px;
}
.myservice .conditions select {
  position: absolute;
  left: 100px;
  width: 300px;
}
.myservice .conditions .forbutton {
  position: absolute;
  right: 30px;
}
/**
 * validityreport page
 */
.validityreport .conditions {
  height: 100px;
}
.validityreport .conditions .secondline {
  padding: 15px 0;
}
.validityreport .conditions .secondline select {
  margin-right: 15px;
}
.newmodal .modal-dialog {
  width: 100%;
}
.newmodal .modal-footer {
  text-align: center;
}
/**
 * 复写的部分
 */
table.dataTable {
  border-collapse: collapse !important;
}
.form-control[readonly] {
  background-color: #fff;
}
.panel {
  border: none;
}
.control-label {
  font-weight: 600;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  vertical-align: middle;
}
html,
body {
  background: rgba(238, 238, 238, 0.08);
}
header,
footer,
.project-content {
  position: absolute;
  left: 0;
  right: 0;
}
header {
  height: 41px;
  line-height: 41px;
  background: #333;
  border: 1px solid #333;
}
header a,
header span {
  color: #9d9d9d;
}
header a:hover,
header a:active,
header a:focus {
  text-decoration: none;
  color: #fff;
}
footer {
  height: 30px;
  line-height: 30px;
  bottom: 0;
}
footer address {
  margin: 4px;
}
.project-content {
  top: 41px;
  bottom: 30px;
  overflow-y: hidden;
  overflow-x: hidden;
}
.header-left {
  position: absolute;
  left: 15px;
}
.header-right {
  position: absolute;
  right: 15px;
}
.header-right span {
  margin-right: 15px;
}
aside {
  position: absolute;
  width: 180px;
  min-width: 165px;
  background: #fff;
  overflow: auto;
  height: 100%;
}
aside > ul,
aside .menuhead,
aside .collapseElements {
  margin: 0;
  padding: 0;
}
aside .collapseElements > li {
  padding-left: 20px;
  height: 30px;
  line-height: 30px;
}
aside > ul > div > li,
aside .menuhead {
  height: 36px;
  line-height: 36px;
}
aside > ul > div > li,
aside .collapseElements > li,
aside .menuhead {
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 1px;
  display: block;
}
aside > ul > div > li:hover,
aside .collapseElements > li:hover,
aside .menuhead:hover {
  color: #23527c;
  background: #eee;
  border-color: #eee;
}
aside > ul > div > li.active,
aside .collapseElements > li.active,
aside .menuhead.active {
  background: #2d69a0;
  border-color: #2d69a0;
}
aside > ul > div > li.active a,
aside .collapseElements > li.active a,
aside .menuhead.active a {
  color: #fff;
}
aside > ul > div > li > a,
aside .collapseElements > li > a,
aside .menuhead > a {
  display: block;
  padding-left: 15px;
}
aside > ul > div > li > a:hover,
aside > ul > div > li > a:active,
aside > ul > div > li > a:focus,
aside .collapseElements > li > a:hover,
aside .collapseElements > li > a:active,
aside .collapseElements > li > a:focus,
aside .menuhead > a:hover,
aside .menuhead > a:active,
aside .menuhead > a:focus {
  text-decoration: none;
}
aside > ul > div > li > a > i,
aside .collapseElements > li > a > i,
aside .menuhead > a > i {
  width: 16px;
  margin-right: 5px;
}
section {
  position: absolute;
  left: 180px;
  height: 100%;
  width: calc(100% - 180px);
  background-color: #e7e8ec;
  overflow: auto;
}
.loader {
  width: 150px;
  position: fixed;
  top: 12px;
  left: 50%;
  margin-left: -60px;
  text-align: center;
  z-index: 1;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
}
.loader i {
  margin-right: 5px;
}
.autocomplete-suggestions {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  cursor: default;
  overflow: auto;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #f7f7f7;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000000;
}
