@charset "UTF-8";
/* line 3, ../../styles/components/common.scss */
body {
  background: #f2f5fa;
}

/* line 7, ../../styles/components/animate.scss */
.animate {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 11, ../../styles/components/animate.scss */
.rotate-infinite {
  animation: rotate-infinite 2s infinite;
  -webkit-animation: rotate-infinite 2s infinite;
  -webkit-transform-origin: 50% 50%;
}

/* Animation Rotate Infinite */
@-webkit-keyframes rotate-infinite {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate-infinite {
  from {
    transform: rotate(0deg);
    transform-origin: 50% 50%;
  }
  to {
    transform: rotate(360deg);
    transform-origin: 50% 50%;
  }
}
/* 顶部头部 */
/* line 2, ../../styles/components/header.scss */
.header-top {
  background: #3787dd;
  height: 40px;
  padding: 1px 0 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  min-width: 840px;
}
/* line 15, ../../styles/components/header.scss */
.header-top .navbar-right {
  color: #e6f0fa;
  margin: 5px 20px 0 0;
  float: right !important;
}
/* line 19, ../../styles/components/header.scss */
.header-top .navbar-right a {
  color: #e6f0fa;
}
/* line 22, ../../styles/components/header.scss */
.header-top .navbar-right li > a:hover, .header-top .navbar-right li > a:focus {
  background: transparent;
  color: #fff;
}
/* line 26, ../../styles/components/header.scss */
.header-top .navbar-right > li > a {
  color: #e6f0fa;
  padding: 4px 12px;
  height: auto;
  line-height: inherit;
  border-right: none;
}
/* line 35, ../../styles/components/header.scss */
.header-top .navbar-main {
  color: #e6f0fa;
  font-size: 14px;
  margin: -2px 20px 0 40px;
}
/* line 39, ../../styles/components/header.scss */
.header-top .navbar-main li {
  float: left !important;
}
/* line 42, ../../styles/components/header.scss */
.header-top .navbar-main li a {
  color: #e6f0fa;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  border-right: 1px solid #367cc9;
  border-top: none;
  border-bottom: none;
}
/* line 51, ../../styles/components/header.scss */
.header-top .navbar-main li:first-child a {
  border-left: 1px solid #367cc9;
}
/* line 54, ../../styles/components/header.scss */
.header-top .navbar-main li > a:hover {
  background: #2a6ab1;
  color: #fff;
}
/* line 58, ../../styles/components/header.scss */
.header-top .navbar-main li.actived > a, .header-top .navbar-main li > a:focus {
  background: #3379c6;
  color: #fff;
}

/* 主容器头部 */
/* line 68, ../../styles/components/header.scss */
.page-header {
  border-bottom: 1px solid #e5e6e9;
}
/* line 75, ../../styles/components/header.scss */
.page-header h4 {
  margin: 0;
  padding: 0;
  float: left;
  color: #666;
  line-height: 36px;
}
/* line 82, ../../styles/components/header.scss */
.page-header h4 i {
  border: 2px solid #b2b3b4;
  color: #b2b3b4;
  width: 36px;
  height: 36px;
  line-height: 32px;
  float: left;
  margin-right: 10px;
  text-align: center;
  border-radius: 100px;
}
/* line 94, ../../styles/components/header.scss */
.page-header h6 {
  float: left;
  margin: 14px 0 0 2px;
  padding: 0;
}
/* line 99, ../../styles/components/header.scss */
.page-header a.btn-xs {
  margin: 8px 0 0 15px;
}
/* line 102, ../../styles/components/header.scss */
.page-header .breadcrumb {
  color: #666;
  float: right;
  background: transparent;
  margin: 0;
  font-size: 12px;
}
/* line 108, ../../styles/components/header.scss */
.page-header .breadcrumb a {
  color: #b8b8b8;
}
/* line 111, ../../styles/components/header.scss */
.page-header .breadcrumb > li + li:before {
  padding: 0;
}

/* 面板 */
/* line 3, ../../styles/components/panel.scss */
.panel {
  box-shadow: none;
}
/* line 5, ../../styles/components/panel.scss */
.panel .heading-default {
  background-color: #f5f5f5;
}
/* line 8, ../../styles/components/panel.scss */
.panel .heading-danger {
  background-color: #f2dede;
}
/* line 11, ../../styles/components/panel.scss */
.panel .heading-success {
  background-color: #dff0d8;
}
/* line 14, ../../styles/components/panel.scss */
.panel .panel-heading {
  padding: 10px 20px;
}
/* line 16, ../../styles/components/panel.scss */
.panel .panel-heading h3 {
  font-size: 15px;
}
/* line 21, ../../styles/components/panel.scss */
.panel .panel-body .header-action {
  top: 5px;
}

/* line 28, ../../styles/components/panel.scss */
.panel.no-padding .panel-body {
  padding: 0;
}

/* line 3, ../../styles/components/tab.scss */
.nav-tabs li a {
  font-size: 14px;
  padding: 10px 15px;
}

/* line 9, ../../styles/components/tab.scss */
.nav-progress {
  margin: 5px 0;
  padding: 0 10px;
  display: inline-block;
  width: 100%;
}
/* line 14, ../../styles/components/tab.scss */
.nav-progress li {
  padding: 0;
  text-align: center;
  list-style: none;
  border-bottom: 2px solid #c3ccdb;
}
/* line 20, ../../styles/components/tab.scss */
.nav-progress .active {
  border-bottom: 2px solid #3787DD;
}

/* line 25, ../../styles/components/tab.scss */
.no-padding-tab .tab-pane {
  padding: 0;
}

/* 表格 */
/* line 2, ../../styles/components/table.scss */
.table {
  font-size: 13px;
}
/* line 6, ../../styles/components/table.scss */
.table tbody tr td {
  word-break: break-all;
  padding: 8px;
}
/* line 9, ../../styles/components/table.scss */
.table tbody tr td small {
  color: #bebebe;
}
/* line 12, ../../styles/components/table.scss */
.table tbody tr td em {
  font-style: Normal;
  color: #d9534f;
}
/* line 16, ../../styles/components/table.scss */
.table tbody tr td blockquote {
  margin-bottom: 0;
  font-size: 12px;
}
/* line 19, ../../styles/components/table.scss */
.table tbody tr td blockquote p {
  margin-bottom: 0;
}
/* line 25, ../../styles/components/table.scss */
.table tbody tr td.inline-edit input, .table tbody tr td.inline-edit select {
  width: 70%;
  border: 0;
  border-bottom: 1px solid #c3ccdb;
  background: transparent;
}
/* line 31, ../../styles/components/table.scss */
.table tbody tr td.inline-edit input:focus, .table tbody tr td.inline-edit select:focus {
  outline: 0;
}
/* line 34, ../../styles/components/table.scss */
.table tbody tr td.inline-edit a {
  color: #666666;
  cursor: pointer;
}
/* line 43, ../../styles/components/table.scss */
.table thead tr th {
  font-size: 1em;
}
/* line 45, ../../styles/components/table.scss */
.table thead tr th a {
  color: #666;
  text-decoration: none;
}
/* line 48, ../../styles/components/table.scss */
.table thead tr th a i {
  display: none;
  padding-right: 5px;
  padding-left: 9px;
}
/* line 53, ../../styles/components/table.scss */
.table thead tr th a i.up {
  transform: rotateZ(-90deg);
}
/* line 56, ../../styles/components/table.scss */
.table thead tr th a i.down {
  transform: rotateZ(90deg);
  padding-left: 7px;
  padding-right: 7px;
}
/* line 62, ../../styles/components/table.scss */
.table thead tr th a:hover {
  color: #337ab7;
}
/* line 65, ../../styles/components/table.scss */
.table thead tr th a.active {
  color: #337ab7;
}
/* line 67, ../../styles/components/table.scss */
.table thead tr th a.active i {
  display: inline-block;
}
/* line 77, ../../styles/components/table.scss */
.table tfoot tr td {
  border-top: 1px solid #eee;
}

/* line 83, ../../styles/components/table.scss */
.table-box {
  height: 320px;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 89, ../../styles/components/table.scss */
.table-innerTable {
  font-size: 12px;
  margin-bottom: 0;
}
/* line 93, ../../styles/components/table.scss */
.table-innerTable thead {
  display: block;
}
/* line 95, ../../styles/components/table.scss */
.table-innerTable thead tr {
  display: block;
}
/* line 97, ../../styles/components/table.scss */
.table-innerTable thead tr th {
  display: block;
  padding: 1px 8px;
  float: left;
}
/* line 103, ../../styles/components/table.scss */
.table-innerTable thead :after {
  content: ' ';
  display: block;
  visibility: hidden;
  clear: both;
}
/* line 110, ../../styles/components/table.scss */
.table-innerTable tbody {
  display: block;
  height: 295px;
  overflow-y: auto;
}
/* line 114, ../../styles/components/table.scss */
.table-innerTable tbody tr {
  display: block;
}
/* line 116, ../../styles/components/table.scss */
.table-innerTable tbody tr td {
  display: block;
  padding: 3px 8px;
  float: left;
}
/* line 120, ../../styles/components/table.scss */
.table-innerTable tbody tr td p {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 128, ../../styles/components/table.scss */
.table-innerTable tbody :after {
  content: ' ';
  display: block;
  visibility: hidden;
  clear: both;
}

/* line 136, ../../styles/components/table.scss */
.table-box-focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 5, ../../styles/components/form.scss */
.form label {
  float: right;
  margin-top: 6px;
}
/* line 9, ../../styles/components/form.scss */
.form label span {
  display: inline-block;
  width: 8px;
  margin-left: 4px;
  color: #d35555;
}
/* line 17, ../../styles/components/form.scss */
.form label.float-left {
  float: left;
}
/* line 21, ../../styles/components/form.scss */
.form input[type="radio"] {
  margin: 0 15px 0 3px;
}
/* line 25, ../../styles/components/form.scss */
.form input[type="checkbox"] + span {
  margin: 0 15px 0 0;
}
/* line 29, ../../styles/components/form.scss */
.form textarea {
  min-height: 150px;
  resize: none;
  overflow-y: auto;
}
/* line 35, ../../styles/components/form.scss */
.form .message {
  color: #d35555;
  margin-top: 6px;
  margin-left: 7px;
}
/* line 41, ../../styles/components/form.scss */
.form .form-control {
  color: #888;
}
/* line 45, ../../styles/components/form.scss */
.form .form-text {
  padding-top: 6px;
}
/* line 50, ../../styles/components/form.scss */
.form .inline-group label {
  float: none;
  margin-right: 10px;
}
/* line 54, ../../styles/components/form.scss */
.form .inline-group .form-control {
  display: inline-block;
  width: auto;
}
/* line 58, ../../styles/components/form.scss */
.form .inline-group .btn {
  vertical-align: top;
  padding: 7px 10px;
  font-size: 12px;
}
/* line 65, ../../styles/components/form.scss */
.form .input-group-date {
  vertical-align: top;
  display: inline-block;
  width: 180px;
  margin-right: 15px;
}
/* line 70, ../../styles/components/form.scss */
.form .input-group-date span {
  display: inline-block;
}
/* line 72, ../../styles/components/form.scss */
.form .input-group-date span .btn {
  font-size: 13px;
}
/* line 76, ../../styles/components/form.scss */
.form .input-group-date .form-control {
  width: 150px;
}
/* line 80, ../../styles/components/form.scss */
.form .input-group-date.width-auto {
  width: auto;
}
/* line 82, ../../styles/components/form.scss */
.form .input-group-date.width-auto .form-control {
  width: 110px;
  border-right: 0;
}
/* line 86, ../../styles/components/form.scss */
.form .input-group-date.width-auto .btn-clear {
  background-color: #eee;
  border: 1px solid #ccc;
  border-left: 0;
  outline: 0;
}
/* line 93, ../../styles/components/form.scss */
.form .nav-pills-sp {
  display: inline-block;
  margin-bottom: -10px;
}
/* line 97, ../../styles/components/form.scss */
.form .nav-pills-sp li a {
  padding: 5px 10px;
  margin-right: 10px;
}

/* line 104, ../../styles/components/form.scss */
.sqlScreen {
  width: 100%;
  overflow: auto;
  color: #FFFFFF;
  background-color: #000000;
  border-width: 0px;
  min-height: 340px;
}
/* line 111, ../../styles/components/form.scss */
.sqlScreen div {
  width: 100%;
  text-align: center;
  min-width: 570px;
}
/* line 116, ../../styles/components/form.scss */
.sqlScreen pre {
  color: white;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1;
  background-color: transparent;
  border: 0;
  overflow: visible;
  word-break: normal;
  word-wrap: normal;
}
/* line 128, ../../styles/components/form.scss */
.sqlScreen .sqlCommand {
  color: #55ff55;
}

/* 标签 */
/* line 4, ../../styles/components/label.scss */
.label {
  padding: .4em .6em .4em;
}

/* line 8, ../../styles/components/label.scss */
.label-warning {
  background: #ffcc51;
}

/* line 1, ../../styles/components/button-switch.scss */
.button-switch {
  width: 60px;
  height: 30px;
  border: 1px solid #eee;
  border-radius: 20px;
  position: relative;
}
/* line 8, ../../styles/components/button-switch.scss */
.button-switch .handle {
  width: 24px;
  height: 24px;
  border-radius: 20px;
  background: #f8f8f8;
  position: absolute;
  top: 2px;
  left: 2px;
  box-shadow: -5px -5px 5px #f1f1f1 inset;
}
/* line 18, ../../styles/components/button-switch.scss */
.button-switch span {
  color: white;
  position: absolute;
  top: 4px;
}

/* line 25, ../../styles/components/button-switch.scss */
.button-switch.status-0 {
  background: #b8b8b8;
  box-shadow: 5px 5px 5px #b8b8b8 inset;
}
/* line 29, ../../styles/components/button-switch.scss */
.button-switch.status-0 .handle {
  left: 2px;
}

/* line 33, ../../styles/components/button-switch.scss */
.button-switch.status-1 {
  background: #76cb31;
  box-shadow: 5px 5px 5px #6cbf28 inset;
}
/* line 37, ../../styles/components/button-switch.scss */
.button-switch.status-1 .handle {
  left: 32px;
}
/* line 40, ../../styles/components/button-switch.scss */
.button-switch.status-1 span {
  left: 10px;
}

/* 按钮 */
/* line 2, ../../styles/components/button.scss */
.btn.disabled, .btn[disabled] {
  opacity: .35;
}

/* line 5, ../../styles/components/button.scss */
.btn.btn-default {
  color: #333333;
  border-color: #ccc;
}

/* line 9, ../../styles/components/button.scss */
.btn-default.active {
  background-color: #e6e6e6;
}

/* line 12, ../../styles/components/button.scss */
.ui-select-match-item.btn.btn-default.btn-primary {
  color: #fff;
  border-color: #489fe1;
}

/* line 16, ../../styles/components/button.scss */
.ui-select-match-item.btn.btn-default:focus {
  outline: 0;
}

/* line 20, ../../styles/components/button.scss */
.button-center {
  padding: 5px;
  text-align: center;
}

/* line 2, ../../styles/components/modal.scss */
.modal-header {
  padding: 15px 30px;
}

@media (min-width: 768px) {
  /* line 5, ../../styles/components/modal.scss */
  .modal-md {
    width: 600px;
  }
}
/* line 1, ../../styles/components/text-emphasis.scss */
.text-warning {
  color: #f0ad4e;
}

/* line 1, ../../styles/components/helper.scss */
.inline-block {
  display: inline-block;
}

/* line 1, ../../styles/components/color.scss */
.text-danger {
  color: #d9534f !important;
}
