@charset "UTF-8";
/*! Vendor */
/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */
a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/*! utils */
/*! Global */
/*! Color */
/*! Media query */
/*! layout */
/*! pages */
/*! font */
/*! button */
/*! link */
/* button */
/*! Base*/
html {
  position: relative;
}
html, html body {
  min-height: 100%;
  min-width: 320px;
}

body {
  font: 14px/16px "Helvetica Neue", Helvetica, "Microsoft YaHei", Arial, "宋体", "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
  color: #373a3c;
  background-color: #FAFAFA;
}
body.blur-theme::before {
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  will-change: transform;
  z-index: -1;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  text-decoration: none;
}

/*! Layout */
::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  cursor: pointer;
}

::-webkit-scrollbar-track {
  background: transparent;
}

body {
  scrollbar-face-color: #d9d9d9;
  scrollbar-track-color: transparent;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.app-wrapper {
  position: absolute;
  top: 50px;
  background: #F5F5F5;
  left: 0;
  width: 100%;
  bottom: 0;
  overflow-x: hidden;
}

.app-main {
  position: absolute;
  left: 180px;
  top: 0;
  right: 0;
  bottom: 0;
}

.app-wrapper .slimScrollBar, .slimScrollRail {
  border-radius: 0 !important;
  width: 5px !important;
}

.page-title {
  padding: 16px 0;
  margin: 0;
  height: 70px;
  color: #333;
  line-height: 30px;
  border-bottom: 1px solid #ddd;
}

.page-title h3 {
  display: inline-block;
  text-indent: 8px;
  border-left: 2px solid #88b7e0;
  margin: 4px 0;
  font-weight: 600;
}

.page-content table {
  table-layout: fixed;
}

.page-content table td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-content .module-viewer-table {
  width: 100%;
  background: #fff;
  table-layout: fixed;
}

.page-content .module-viewer-table td {
  padding: 11px 20px;
  border: 1px solid #eee;
}

.page-container {
  padding: 0 15px;
}

.form-inline .form-group {
  margin: 4px 8px 4px 0;
  font-size: 12px;
}

.form-inline .ipt {
  width: 140px !important;
}

.dropdown-menu {
  padding: 0;
}

.dataTables_wrapper .dataTables_paginate {
  margin-top: -1em;
}

.bootstrap-tagsinput {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.15);
  border: 1px solid transparent;
  border-radius: 5px;
  box-shadow: none;
  max-width: 100%;
  font-size: 14px;
  line-height: 26px;
  width: 100%;
}

.bootstrap-tagsinput .tag {
  border-radius: 3px;
  font-weight: 400;
  font-size: 11px;
  padding: 4px 8px;
}

.account-icon {
  margin: 5px;
  -webkit-box-shadow: 0 0 0 5px rgba(247, 221, 221, 0.4);
  box-shadow: 0 0 0 5px rgba(247, 221, 221, 0.4);
}

.icon-head {
  border-radius: 50%;
  width: 100px;
}

.width-200px {
  width: 200px;
}

.width-10px {
  width: 10px;
}

.jsoneditor .menu a.poweredBy {
  display: none;
}

.al-sidebar {
  position: fixed;
  display: block;
  width: 180px;
  top: 50px;
  left: 0;
  z-index: 904;
  min-height: 100%;
  height: 100%;
  background-color: #3999D5;
}

.al-sidebar-list {
  margin: 0;
  padding: 18px 0 0 0;
  list-style: none;
}

.al-sidebar-sublist .subitem-submenu-list {
  padding-left: 15px;
}

.subitem-submenu-link .fa {
  top: 7px;
}

.al-sidebar-list-item {
  position: relative;
  display: block;
  float: none;
  padding: 0;
}
.al-sidebar-list-item.selected:not(.with-sub-menu) {
  background-color: #2E7CAD;
}
.al-sidebar-list-item.selected:not(.with-sub-menu) a.al-sidebar-list-link {
  color: #f7f7f9;
}
.al-sidebar-list-item.selected:not(.with-sub-menu) a.al-sidebar-list-link b {
  color: #f7f7f9;
}

.al-sidebar-list-item.ba-sidebar-item-expanded > .al-sidebar-list-link b, .ba-sidebar-sublist-item.ba-sidebar-item-expanded > .al-sidebar-list-link b {
  transform: rotate(180deg);
}
.al-sidebar-list-item.ba-sidebar-item-expanded > .al-sidebar-sublist, .ba-sidebar-sublist-item.ba-sidebar-item-expanded > .al-sidebar-sublist {
  display: block;
}

a.al-sidebar-list-link {
  display: block;
  height: 42px;
  padding-left: 18px;
  text-shadow: none;
  font-size: 13px;
  text-decoration: none;
  color: #f7f7f9;
  line-height: 42px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
a.al-sidebar-list-link:hover {
  color: #2E7CAD;
}
a.al-sidebar-list-link:hover b {
  color: #2E7CAD;
}
a.al-sidebar-list-link i {
  margin-right: 18px;
  width: 16px;
  display: inline-block;
}
a.al-sidebar-list-link b {
  display: block;
  opacity: 1;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-shadow: none;
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 12px;
  padding: 0;
  text-align: center;
  color: #f7f7f9;
  transition: transform 0.2s linear;
}

.al-sidebar .slimScrollBar, .slimScrollRail {
  border-radius: 0 !important;
  width: 4px !important;
  left: 176px;
}

.al-sidebar-sublist {
  padding: 0;
  list-style: none;
  position: relative;
  display: none;
}
.al-sidebar-sublist.expanded {
  display: block;
}
.al-sidebar-sublist > li {
  display: block;
  float: none;
  padding: 0;
  border-bottom: none;
  position: relative;
}
.al-sidebar-sublist > li a {
  display: block;
  text-shadow: none;
  font-size: 13px;
  text-decoration: none;
  color: #f7f7f9;
  padding-left: 52px;
  height: auto;
  line-height: 29px;
}
.al-sidebar-sublist > li a:hover {
  color: #2E7CAD;
}
.al-sidebar-sublist > li.selected:not(.with-sub-menu) > a {
  border: none;
  background-color: #2E7CAD;
}
.al-sidebar-sublist > li.selected:not(.with-sub-menu) > a:hover {
  color: #f7f7f9;
}

.sidebar-hover-elem {
  width: 4px;
  background: #2E7CAD;
  position: absolute;
  top: -150px;
  left: 176px;
  transition: all 0.5s ease;
  transition-property: top, height;
  height: 42px;
  display: block;
}

.sidebar-select-elem {
  display: block;
  top: 94px;
}

@media (min-width: 1280px) {
  .menu-collapsed .app-main {
    left: 50px;
  }
}
@media (min-width: 501px) {
  .menu-collapsed .al-sidebar {
    width: 52px;
  }
  .menu-collapsed .al-sidebar .fa-angle-down, .menu-collapsed .al-sidebar .fa-angle-up {
    opacity: 0;
  }
  .menu-collapsed .al-sidebar .al-sidebar-sublist {
    position: absolute;
    top: -1px;
    left: 52px;
    background: #2b8dca;
    width: 0;
    display: block;
    overflow: hidden;
    transition: width 0.5s ease;
  }
  .menu-collapsed .al-sidebar .al-sidebar-sublist.slide-right {
    width: 135px;
  }
  .menu-collapsed .al-sidebar .al-sidebar-sublist:before {
    display: none;
  }
  .menu-collapsed .al-sidebar .al-sidebar-sublist li:before {
    display: none;
  }
  .menu-collapsed .al-sidebar .al-sidebar-sublist li a {
    padding-left: 18px;
    padding-right: 18px;
    min-width: 130px;
    white-space: nowrap;
  }
  .menu-collapsed .al-sidebar .sidebar-hover-elem, .menu-collapsed .al-sidebar .sidebar-select-elem {
    left: 48px;
  }
}
@media (min-width: 500px) and (max-width: 1280px) {
  .app-main {
    left: 50px;
  }
}
@media (max-width: 1280px) {
  .al-sidebar {
    width: 180px;
    background: #2b8dca;
    transition: width 0.5s ease;
  }
  .al-sidebar .fa-angle-down, .al-sidebar .fa-angle-up {
    opacity: 1;
  }
  .al-sidebar .al-sidebar-sublist {
    padding: 0;
    list-style: none;
    position: relative;
    display: none;
    top: auto;
    left: auto;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .al-sidebar .al-sidebar-sublist.expanded {
    display: block;
  }
  .al-sidebar .al-sidebar-sublist > li {
    display: block;
    float: none;
    padding: 0;
    border-bottom: none;
    position: relative;
  }
  .al-sidebar .al-sidebar-sublist > li a {
    display: block;
    text-shadow: none;
    font-size: 13px;
    text-decoration: none;
    color: #f7f7f9;
    padding-left: 52px;
    height: auto;
    line-height: 29px;
  }
  .al-sidebar .al-sidebar-sublist > li a:hover {
    color: #2E7CAD;
  }
  .al-sidebar .al-sidebar-sublist > li.selected:not(.with-sub-menu) > a {
    border: none;
    background-color: #2E7CAD;
  }
  .al-sidebar .al-sidebar-sublist > li.selected:not(.with-sub-menu) > a:hover {
    color: #f7f7f9;
  }
  .al-sidebar .sidebar-hover-elem, .al-sidebar .sidebar-select-elem {
    left: 176px;
    transition: left 0.5s ease;
  }
}
@media (max-width: 500px) {
  .menu-collapsed .al-sidebar {
    width: 0;
  }
  .menu-collapsed .sidebar-hover-elem, .menu-collapsed .sidebar-select-elem {
    display: none;
  }

  .app-main {
    left: 0;
  }
}
/*page header style*/
.page-header {
  position: fixed;
  z-index: 101;
  height: 50px;
  width: 100%;
}
.page-header a {
  color: #AEADAD;
}
.page-header a:hover, .page-header a:focus {
  background-color: #ffffff;
}

.page-top {
  position: fixed;
  z-index: 904;
  box-shadow: 2px 0 3px rgba(0, 0, 0, 0.5);
  height: 50px;
  width: 100%;
  min-width: 320px;
  background-color: #ffffff;
  border-bottom: 1px solid #EBEBEB;
}
.page-top .navbar-nav li.bt {
  height: 50px;
}
.page-top a {
  color: #AEADAD;
}
.page-top a.bt:hover,
.page-top a.bt:focus {
  background-color: #ffffff !important;
}
.page-top a.logo {
  display: inline-block;
  float: none;
  height: auto;
  background-color: #389ECF;
  color: #ffffff;
  font-size: 20px;
  width: 180px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
}
.page-top a .show-has-message {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  top: 8px;
  right: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #d9534f;
}
.page-top .border-left-1 {
  border-left: 1px solid #e2dede;
}
.page-top .user-img {
  margin-top: 5px;
  width: 40px;
  height: 40px;
  border-radius: 500px;
}
.page-top ul.message {
  width: 220px;
  min-height: 60px;
  text-align: center;
}
.page-top .message span {
  line-height: 60px;
  color: #e2dede;
}

@media screen and (max-width: 660px) {
  .search {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .page-top {
    padding: 0 20px;
  }
}
@media (max-width: 435px) {
  .user-profile {
    min-width: 136px;
  }

  a.refresh-data {
    margin-right: 10px;
  }

  a.collapse-menu-link {
    margin-left: 10px;
  }

  .al-skin-dropdown {
    display: none;
  }
}
/* form */
.form-control {
  border-color: #cfd1d4;
  border-radius: 0;
}

.form-control, .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus {
  border: 1px solid #75A1F0;
  outline: 0;
  -webkit-transition: all .218s;
  -moz-transition: all .218s;
  -o-transition: all .218s;
  -ms-transition: all .218s;
  transition: all 0.218s;
}

.css-input {
  position: relative;
  display: inline-block;
  margin: 2px 0;
  font-weight: 400;
  cursor: pointer;
}

.css-input input {
  position: absolute;
  opacity: 0;
}

.css-input input:focus + span {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.css-input input + span {
  position: relative;
  display: inline-block;
  margin-top: -2px;
  margin-right: 3px;
  vertical-align: middle;
}

.css-input input + span:after {
  position: absolute;
  content: "";
}

.css-input-disabled {
  opacity: .5;
  cursor: not-allowed;
}

.css-checkbox {
  margin: 7px 0;
}

.css-checkbox input + span {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-transition: background-color .2s;
  transition: background-color 0.2s;
}

.css-checkbox input + span:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: "FontAwesome";
  font-size: 10px;
  color: #fff;
  line-height: 18px;
  content: "\f00c";
  text-align: center;
}

.css-checkbox:hover input + span {
  border-color: #ccc;
}

.css-checkbox.css-checkbox-sm {
  margin: 9px 0 8px;
  font-size: 12px;
}

.css-checkbox.css-checkbox-sm input + span {
  width: 16px;
  height: 16px;
}

.css-checkbox.css-checkbox-sm input + span:after {
  font-size: 8px;
  line-height: 15px;
}

.css-checkbox.css-checkbox-lg {
  margin: 3px 0;
}

.css-checkbox.css-checkbox-lg input + span {
  width: 30px;
  height: 30px;
}

.css-checkbox.css-checkbox-lg input + span:after {
  font-size: 12px;
  line-height: 30px;
}

.css-checkbox.css-checkbox-rounded input + span {
  border-radius: 3px;
}

.css-checkbox-default input:checked + span {
  background-color: #999;
  border-color: #999;
}

.css-checkbox-primary input:checked + span {
  background-color: #5c90d2;
  border-color: #5c90d2;
}

.css-checkbox-info input:checked + span {
  background-color: #70b9eb;
  border-color: #70b9eb;
}

.css-checkbox-success input:checked + span {
  background-color: #46c37b;
  border-color: #46c37b;
}

.css-checkbox-warning input:checked + span {
  background-color: #f3b760;
  border-color: #f3b760;
}

.css-checkbox-danger input:checked + span {
  background-color: #d26a5c;
  border-color: #d26a5c;
}

.css-radio {
  margin: 7px 0;
}

.css-radio input + span {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
}

.css-radio input + span:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity 0.2s ease-out;
}

.css-radio input:checked + span:after {
  opacity: 1;
}

.css-radio:hover input + span {
  border-color: #ccc;
}

.css-radio.css-radio-sm {
  margin: 9px 0 8px;
  font-size: 12px;
}

.css-radio.css-radio-sm input + span {
  width: 16px;
  height: 16px;
}

.css-radio.css-radio-lg {
  margin: 5px 0;
}

.css-radio.css-radio-lg input + span {
  width: 26px;
  height: 26px;
}

.css-radio-default input:checked + span:after {
  background-color: #999;
}

.css-radio-primary input:checked + span:after {
  background-color: #5c90d2;
}

.css-radio-info input:checked + span:after {
  background-color: #70b9eb;
}

.css-radio-success input:checked + span:after {
  background-color: #46c37b;
}

.css-radio-warning input:checked + span:after {
  background-color: #f3b760;
}

.css-radio-danger input:checked + span:after {
  background-color: #d26a5c;
}

.switch {
  margin: 3px 0;
}

.switch input + span {
  width: 54px;
  height: 30px;
  background-color: #eee;
  border-radius: 30px;
  -webkit-transition: background-color .4s;
  transition: background-color 0.4s;
}

.switch input + span:after {
  top: 2px;
  bottom: 2px;
  left: 2px;
  width: 26px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform .15s ease-out;
  transition: transform 0.15s ease-out;
}

.switch input:checked + span {
  background-color: #ddd;
}

.switch input:checked + span:after {
  -webkit-box-shadow: -2px 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: -2px 0 3px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(23px);
  -ms-transform: translateX(23px);
  transform: translateX(23px);
}

.switch.switch-sm {
  margin: 8px 0 7px;
  font-size: 12px;
}

.switch.switch-sm input + span {
  width: 36px;
  height: 20px;
}

.switch.switch-sm input + span:after {
  width: 16px;
}

.switch.switch-sm input:checked + span:after {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

.switch.switch-lg {
  margin: 1px 0;
}

.switch.switch-lg input + span {
  width: 70px;
  height: 34px;
}

.switch.switch-lg input + span:after {
  width: 30px;
}

.switch.switch-lg input:checked + span:after {
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
}

.switch.switch-square input + span, .switch.switch-square input + span:after {
  border-radius: 0;
}

.switch-default input:checked + span {
  background-color: #999;
}

.switch-primary input:checked + span {
  background-color: #5c90d2;
}

.switch-info input:checked + span {
  background-color: #70b9eb;
}

.switch-success input:checked + span {
  background-color: #46c37b;
}

.switch-warning input:checked + span {
  background-color: #f3b760;
}

.switch-danger input:checked + span {
  background-color: #d26a5c;
}

/*! Components */
/*! radio and checkbox */
.i-checks {
  padding-left: 20px;
  cursor: pointer;
}
.i-checks input {
  opacity: 0;
  position: absolute;
  margin-left: -20px;
}
.i-checks input:checked + i {
  border-color: #5bc0de;
}
.i-checks input:checked + i:before {
  left: 4px;
  top: 4px;
  width: 10px;
  height: 10px;
  background-color: #5bc0de;
}
.i-checks input:checked + span .active {
  display: inherit;
}
.i-checks input[type="radio"] + i, .i-checks input[type="radio"] + i:before {
  border-radius: 50%;
}
.i-checks input[disabled] + i, fieldset[disabled] .i-checks input + i {
  border-color: #747d85;
}
.i-checks input[disabled] + i:before, fieldset[disabled] .i-checks input + i:before {
  background-color: #747d85;
}
.i-checks > i {
  width: 20px;
  height: 20px;
  line-height: 1;
  border: 1px solid #687077;
  background-color: #fff;
  margin-left: -20px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
}
.i-checks > i:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0px;
  height: 0px;
  background-color: transparent;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.i-checks > span {
  margin-left: -20px;
}
.i-checks > span .active {
  display: none;
}

.i-checks-sm input:checked + i:before {
  left: 3px;
  top: 3px;
  width: 8px;
  height: 8px;
}
.i-checks-sm > i {
  width: 16px;
  height: 16px;
  margin-left: -18px;
  margin-right: 6px;
}

.i-checks-lg input:checked + i:before {
  left: 8px;
  top: 8px;
  width: 12px;
  height: 12px;
}
.i-checks-lg > i {
  width: 30px;
  height: 30px;
}

.avatar {
  position: relative;
  display: block;
  border-radius: 500px;
  white-space: nowrap;
}
.avatar img {
  border-radius: 50%;
  width: 100%;
}
.avatar i {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  margin: 2px;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
}
.avatar i.right {
  left: auto;
  right: 0;
}
.avatar i.bottom {
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
}
.avatar i.left {
  top: auto;
  bottom: 0;
}
.avatar i.on {
  background-color: #5cb85c;
}
.avatar i.off {
  background-color: #94999c;
}
.avatar i.busy {
  background-color: #d9534f;
}
.avatar i.away {
  background-color: #f0ad4e;
}
.avatar.thumb-md i {
  width: 12px;
  height: 12px;
  margin: 3px;
}
.avatar.thumb-sm i {
  margin: 1px;
}
.avatar.thumb-xs i {
  margin: 0;
}

.tags {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  padding: 1px;
  overflow: hidden;
  word-wrap: break-word;
  cursor: text;
  background-color: #eee;
  border: 1px solid #ccc;
  height: auto;
  min-height: 34px;
}

.tags.focused {
  outline: 0;
  -webkit-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
}

.tags .tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.tags .tag-item {
  margin: 2px;
  padding: 0 5px;
  display: inline-block;
  float: left;
  font: 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
  height: 26px;
  line-height: 25px;
  border: 1px solid #acacac;
  border-radius: 3px;
  background-color: #a1dbff;
}

.step-body {
  position: relative;
}

.step-header {
  position: relative;
  display: block;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  counter-reset: step;
}

.step-bar {
  padding: 0;
}

.step-bar li {
  display: inline-block;
  text-align: center;
  list-style-type: none;
  font-size: 16px;
  width: 33.33%;
  float: left;
  position: relative;
  z-index: 0;
}

.step-bar li span {
  content: counter(step);
  counter-increment: step;
  width: 25px;
  line-height: 25px;
  display: block;
  font-size: 16px;
  color: #333;
  background: url(../../assets/images/cell.png) center top no-repeat;
  margin: 0 auto;
  z-index: 10;
}

.step-bar li.step-active span {
  background: url(../../assets/images/cell-active.png) center top no-repeat;
  color: white !important;
}

.step-bar li p {
  margin-top: 10px;
}

.step-bar li span {
  content: none;
}

.step-bar li.active span {
  background: #46c37b;
  color: white;
}

.step-bar li.active p {
  border-top: 2px solid #46c37b;
}

.step-line {
  width: 100%;
  background-color: #dad9d9;
  position: relative;
  height: 5px;
  top: 15px;
}

.step-line, .step-line-active {
  height: 5px;
  border-radius: 12px;
}

.step-line-active {
  width: 0;
  background-color: #466faa;
  height: 5px;
}

/*! 自动补全指令样式 */
.completer-container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  line-height: normal;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #39f;
}

.completer-container li {
  padding: .5em .8em;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.completer-container .completer-selected,
.completer-container li:hover {
  margin-left: -1px;
  background-color: #eee;
  border-left: 1px solid #39f;
}

/* msg center */
@-webkit-keyframes pulsate {
  30% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }
  35% {
    opacity: 1.0;
  }
  40% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}
.al-msg-center {
  float: right;
  padding: 0;
  list-style: none;
  margin: 13px 47px 0 0;
}
.al-msg-center li {
  list-style: none;
  float: left;
  margin-left: 30px;
}
.al-msg-center li:first-child {
  margin-left: 0;
}
.al-msg-center li > a {
  color: #f7f7f9;
  text-decoration: none;
  font-size: 13px;
  position: relative;
}
.al-msg-center li > a span {
  display: inline-block;
  min-width: 10px;
  padding: 2px 4px 2px 4px;
  color: #f7f7f9;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  border-radius: 13px;
  text-shadow: none;
  line-height: 11px;
  background-color: #d9534f;
  position: absolute;
  top: -5px;
  right: -14px;
  font-size: 11px;
}
.al-msg-center li > a .notification-ring {
  border: 1px solid #d9534f;
  border-radius: 100px;
  height: 40px;
  width: 40px;
  position: absolute;
  top: -18px;
  right: -27px;
  animation: pulsate 8s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
}
.al-msg-center li > a:hover {
  color: #d9534f;
}
.al-msg-center li > a:hover.msg {
  color: #0275d8;
}
.al-msg-center li > a.msg span {
  background-color: #0275d8;
}
.al-msg-center li > a.msg .notification-ring {
  border-color: #0275d8;
}
.al-msg-center li.open > a {
  color: #d9534f;
}
.al-msg-center li.open > a.msg {
  color: #0275d8;
}

@media (max-width: 435px) {
  .al-msg-center {
    margin-right: 20px;
  }
  .al-msg-center li {
    margin-left: 20px;
  }
  .al-msg-center li:first-child {
    margin-left: 0;
  }
}
.msg-block-header {
  display: inline-block;
  padding: 0;
  font-size: 13px;
  margin: 0 0 0 6px;
}

.top-dropdown-menu {
  width: 316px;
  left: auto;
  right: -47px;
  top: 26px;
}
.top-dropdown-menu ::-webkit-scrollbar {
  width: 0.4em;
  height: 0.4em;
}
.top-dropdown-menu ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.top-dropdown-menu ::-webkit-scrollbar-track {
  background: #fff;
}
.top-dropdown-menu body {
  scrollbar-face-color: rgba(0, 0, 0, 0.5);
  scrollbar-track-color: #fff;
}
.top-dropdown-menu .header {
  padding: 10px 12px;
  border-bottom: 1px solid #ffffff;
  font-size: 12px;
}
.top-dropdown-menu .header strong {
  float: left;
  color: #7d7d7d;
}
.top-dropdown-menu .header > a {
  float: right;
  margin-left: 12px;
  text-decoration: none;
}
.top-dropdown-menu .header > a:hover {
  color: #7d7d7d;
}
.top-dropdown-menu .msg-list {
  max-height: 296px;
  overflow: scroll;
  overflow-x: hidden;
}
.top-dropdown-menu .msg-list > a {
  border-top: 1px solid #ffffff;
  padding: 10px 12px;
  display: block;
  text-decoration: none;
  color: #7d7d7d;
  font-size: 12px;
}
.top-dropdown-menu .msg-list > a:first-child {
  border-top: none;
}
.top-dropdown-menu .msg-list > a .img-area {
  float: left;
  width: 36px;
}
.top-dropdown-menu .msg-list > a .img-area img {
  width: 36px;
  height: 36px;
}
.top-dropdown-menu .msg-list > a .img-area img.photo-msg-item {
  border-radius: 18px;
}
.top-dropdown-menu .msg-list > a .img-area > div {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  font-size: 24px;
  text-align: center;
}
.top-dropdown-menu .msg-list > a .img-area > div.comments {
  color: #f0ad4e;
}
.top-dropdown-menu .msg-list > a .img-area > div.orders {
  color: #f0ad4e;
}
.top-dropdown-menu .msg-list > a .img-area > div i {
  width: 36px;
  line-height: 36px;
}
.top-dropdown-menu .msg-list > a .msg-area {
  float: right;
  width: 230px;
}
.top-dropdown-menu .msg-list > a .msg-area div {
  max-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-dropdown-menu .msg-list > a .msg-area span {
  font-style: italic;
  text-align: right;
  display: block;
  font-size: 11px;
}
.top-dropdown-menu .msg-list > a:hover {
  background: #E2F0FF;
}
.top-dropdown-menu > a {
  border-top: 1px solid #ffffff;
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  text-decoration: none;
}
.top-dropdown-menu > a:hover {
  color: #7d7d7d;
}
.top-dropdown-menu.profile-dropdown {
  width: 145px;
  top: 60px;
  right: -15px;
}
.top-dropdown-menu.profile-dropdown a {
  text-align: left;
  border: none;
  text-decoration: none;
  color: #7d7d7d;
  padding: 4px 16px 4px 20px;
}
.top-dropdown-menu.profile-dropdown a.signout {
  border-top: 1px solid #ffffff;
}
.top-dropdown-menu.profile-dropdown a i {
  margin-right: 10px;
}
.top-dropdown-menu.profile-dropdown a:hover {
  background: #f4fcff;
}
.top-dropdown-menu.profile-dropdown i.dropdown-arr {
  right: 25px;
}
.top-dropdown-menu i.dropdown-arr {
  position: absolute;
  top: -22px;
  right: 42px;
  display: block;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
.top-dropdown-menu i.dropdown-arr:after {
  top: -9px;
  left: 0;
  margin-left: -10px;
  content: " ";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #ffffff;
}

@media (max-width: 415px) {
  .top-dropdown-menu {
    right: -81px;
  }
  .top-dropdown-menu i.dropdown-arr {
    right: 75px;
  }
}
/* 选择权限指令 */
.multiple-select-auth {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  border: none 0;
  vertical-align: middle;
}
.multiple-select-auth li {
  list-style-type: none;
}
.multiple-select-auth a {
  text-decoration: none;
  color: #0077b3;
}

.multiple-select-auth .data-result {
  background-color: #fafafa;
  line-height: 30px;
  padding: 10px 20px;
  height: 100px;
  font-size: 12px;
}
.multiple-select-auth .data-result em {
  color: #999;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}
.multiple-select-auth .data-result span {
  display: inline-block;
  vertical-align: middle;
  background-color: #5297cc;
  border-radius: 15px;
  padding: 0 14px 2px;
  color: #fff;
  margin: 2px 5px 5px 0;
  line-height: 26px;
  white-space: nowrap;
}
.multiple-select-auth .data-result span i {
  display: inline-block;
  margin-left: 5px;
  color: #a9cbe6;
  font-size: 18px;
  cursor: pointer;
  vertical-align: bottom;
  *vertical-align: middle;
  margin-right: -5px;
  font-style: normal;
}
.multiple-select-auth .data-result span i:hover {
  color: #fff;
}

.multiple-select-auth .tree-container {
  margin-top: 10px;
  min-height: 300px;
  width: auto;
  position: relative;
  padding-left: 120px;
  zoom: 1;
}

.multiple-select-auth .tree-container .item-list {
  border: 2px solid #9dc8f2;
  min-height: 300px;
  max-height: 350px;
  padding: 15px 0;
}
.multiple-select-auth .tree-container .item-list ul li {
  float: left;
  margin: 0 5px 5px;
  _display: inline;
  text-overflow: ellipsis;
}
.multiple-select-auth .tree-container .item-list ul li a.d-item {
  line-height: 32px;
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.multiple-select-auth .tree-container .item-list ul li a.d-item:hover {
  background-color: #d5e9f2;
}
.multiple-select-auth .tree-container .item-list ul li a.d-item-active,
.multiple-select-auth .tree-container .item-list ul li a.d-item-active:hover {
  color: #fff;
  background-color: #3d9ccc;
}

.multiple-select-auth .tree-container .tree-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
}
.multiple-select-auth .tree-container .tree-list ul {
  padding: 5px 0;
}
.multiple-select-auth .tree-container .tree-list ul li a.d-tree {
  position: relative;
  z-index: 1;
  display: block;
  line-height: 24px;
  height: 24px;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #fff;
  *zoom: 1;
}
.multiple-select-auth .tree-container .tree-list ul li.d-tree-active a.d-tree {
  margin-right: -2px;
  margin-left: -2px;
  padding-top: 0;
  padding-bottom: 0;
  border-left: 2px solid #9dc8f2;
  border-top: 2px solid #9dc8f2;
  border-bottom: 2px solid #9dc8f2;
  background-color: #fff;
}

.multiSelect {
  overflow: auto;
  padding-bottom: 10px;
}

.multiSelect .select-area {
  height: 250px;
  width: 200px;
}

.multiSelect .panel {
  margin-bottom: 0;
}

.multiSelect .panel-body {
  padding: 0;
}

.multiSelect .slimScrollBar, .slimScrollRail {
  left: 196px;
}

.multiSelect ul {
  list-style: none;
}

.multiSelect .select {
  margin-left: 10px;
  float: left;
}

.multiSelect .select-filter-block {
  padding: 5px 0;
}

.multiSelect .select-filter-block * {
  display: inline-block;
  float: left;
}

.multiSelect .select-filter-block label {
  margin: 3px 0;
}

.multiSelect .text {
  clear: both;
  font-size: 11px;
}

.multiSelect label.control-label::after {
  content: ":";
}

.multiSelect label.checkbox {
  margin-bottom: 0;
}

.btn.mover {
  display: block;
  margin-top: 25px;
  vertical-align: top;
}

.btn.mover.left {
  padding: 6px 8px 6px 6px;
}

.btn.mover.right {
  margin-top: 5px;
  padding: 6px 7px;
}

.buttons.stacked .btn.mover {
  margin: 0 0 10px 0;
}

.btn.mover.left i, .btn.mover.right i {
  margin: 0;
}

.number-input-container {
  height: 50px;
}

.number-input {
  width: calc(100% - 68px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
}

.number-input-btns-container {
  width: 68px;
  height: 34px;
}

.number-input-btns-container button {
  width: 34px;
  height: 34px;
  border-left: none;
  box-shadow: none;
  line-height: 5px;
  border-radius: 0;
  border-color: #cfd1d4;
}

.number-input-btns-container button:focus {
  outline: 0;
  background-color: white;
  border-color: #ccc;
}

.number-input-plus {
  border-radius: 0;
  background: white;
}

.number-input-minus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: white;
}

.number-input-hint {
  font-size: 0.8em;
  opacity: 0.5;
}

.hpanel {
  border: none;
  box-shadow: none;
  margin-bottom: 25px;
}
.hpanel .hgreen .panel-body {
  border-top: 2px solid #62cb31;
}
.hpanel .hblue .panel-body {
  border-top: 2px solid #3498db;
}
.hpanel .hyellow .panel-body {
  border-top: 2px solid #ffb606;
}
.hpanel .hviolet .panel-body {
  border-top: 2px solid #9b59b6;
}
.hpanel .horange .panel-body {
  border-top: 2px solid #e67e22;
}
.hpanel .hred .panel-body {
  border-top: 2px solid #e74c3c;
}
.hpanel .hreddeep .panel-body {
  border-top: 2px solid #c0392b;
}
.hpanel .hnavyblue .panel-body {
  border-top: 2px solid #34495e;
}

.hpanel.hbggreen .panel-body {
  background: #62cb31;
  color: #fff;
  border: none;
}

.hpanel.hbgblue .panel-body {
  background: #3498db;
  color: #fff;
  border: none;
}

.hpanel.hbgyellow .panel-body {
  background: #ffb606;
  color: #fff;
  border: none;
}

.hpanel.hbgviolet .panel-body {
  background: #9b59b6;
  color: #fff;
  border: none;
}

.hpanel.hbgorange .panel-body {
  background: #e67e22;
  color: #fff;
  border: none;
}

.hpanel.hbgred .panel-body {
  background: #e74c3c;
  color: #fff;
  border: none;
}

.hpanel.hbgreddeep .panel-body {
  background: #c0392b;
  color: #fff;
  border: none;
}

.hpanel.hbgnavyblue .panel-body {
  background: #34495e;
  color: #fff;
  border: none;
}

.hpanel .panel-body {
  background: #fff;
  border: 1px solid #e4e5e7;
  border-radius: 2px;
  padding: 20px;
  position: relative;
}

.ps-container {
  display: inline;
  list-style: none;
  padding: 0;
}

.point:last {
  margin: 0 !important;
}

.point {
  background: #DDD;
  border-radius: 2px;
  display: inline-block;
  height: 5px;
  margin-right: 1px;
  width: 20px;
}

.resizable {
  position: relative;
}

.resizable .grip {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.resizable.active .grip {
  visibility: visible;
}

.grip-n, .grip-e, .grip-s, .grip-w, .grip-ne, .grip-se, .grip-nw, .grip-sw {
  position: absolute;
  border: 1px solid #333;
  width: 8px;
  height: 8px;
  opacity: .5;
}

.grip-n:hover, .grip-e:hover, .grip-s:hover, .grip-w:hover, .grip-ne:hover, .grip-se:hover, .grip-nw:hover, .grip-sw:hover {
  opacity: 1;
}

.grip-n {
  left: calc(50% - 4px);
  top: -4px;
  cursor: n-resize;
}

.grip-e {
  right: -4px;
  top: calc(50% - 4px);
  cursor: e-resize;
}

.grip-s {
  left: calc(50% - 4px);
  bottom: -4px;
  cursor: s-resize;
}

.grip-w {
  left: -4px;
  top: calc(50% - 4px);
  cursor: w-resize;
}

.grip-ne {
  right: -4px;
  top: -4px;
  cursor: nesw-resize;
}

.grip-se {
  right: -4px;
  bottom: -4px;
  cursor: nwse-resize;
}

.grip-sw {
  left: -4px;
  bottom: -4px;
  cursor: nesw-resize;
}

.grip-nw {
  top: -4px;
  left: -4px;
  cursor: nwse-resize;
}

.right-slider {
  position: fixed;
  bottom: 0;
  top: 50px;
  background: #f7f7f9;
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  z-index: 999;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -moz-transition: ease 0.7s;
  -o-transition: ease 0.7s;
  -webkit-transition: ease 0.7s;
  transition: ease 0.7s;
}
.right-slider .right-slider-show {
  right: 0;
}
.right-slider .shut {
  font-size: 40px;
  margin-top: -10px;
  opacity: .4;
  font-weight: normal;
}
.right-slider .bottom-btns {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  border-top: 1px solid #DCDCDC;
}

.right-slider-min-btn {
  margin-right: 20px;
}

.right-slider-header {
  position: relative;
  padding: 15px;
  border-bottom: solid 1px #DCDCDC;
}

.right-slider-header button:focus {
  outline: none;
}

.right-slider-max-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  position: absolute;
  top: 15px;
  left: -60px;
  cursor: pointer;
  background: #293038;
  font-size: 28px;
  color: #f7f7f9;
  line-height: 40px;
  text-align: center;
  -moz-box-shadow: 0 0 10px #293038;
  -webkit-box-shadow: 0 0 10px #293038;
  box-shadow: 0 0 10px #293038;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  display: none;
}

.right-slider-max-btn:hover {
  background-color: #3169b1;
  color: #f7f7f9;
}

.right-slider-title {
  line-height: 1.42857143;
  margin: 0;
}

.right-slider-content {
  position: absolute;
  top: 59px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.right-slider-body {
  position: absolute;
  bottom: 75px;
  left: 0;
  right: 0;
  top: 0;
}

.right-slider-footer {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  padding: 15px;
  border-top: 1px dashed #eee;
}

.app-page-title {
  border-bottom: 1px solid #ddd;
  padding: 16px 0;
  margin: 0;
  height: 70px;
  color: #333;
  line-height: 30px;
}
.app-page-title h3 {
  display: inline-block;
  text-indent: 8px;
  border-left: 2px solid #88b7e0;
  margin: 4px 0;
  font-weight: 600;
}

/*table*/
.table {
  border: 1px solid #dcdcdc;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 12px 10px;
  border-top: 1px solid #f0f0f0;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
  padding: 12px 10px 10px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.table > thead > tr > th {
  border-bottom: 1px solid #ddd;
}

.table > tbody + tbody {
  border-top: 1px solid #ddd;
}

.table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 6px 8px;
}

.table-bordered {
  border: 1px solid #e9e9e9;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #f0f0f0;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom: 1px #e9e9e9;
}

.table-borderless {
  border: none;
}

.table-borderless > thead > tr > th, .table-borderless > tbody > tr > th, .table-borderless > tfoot > tr > th, .table-borderless > thead > tr > td, .table-borderless > tbody > tr > td, .table-borderless > tfoot > tr > td {
  border: none;
}

.table-borderless > thead > tr > th, .table-borderless > thead > tr > td {
  border-bottom: 1px solid #ddd;
}

.table-vcenter > thead > tr > th, .table-vcenter > tbody > tr > th, .table-vcenter > tfoot > tr > th, .table-vcenter > thead > tr > td, .table-vcenter > tbody > tr > td, .table-vcenter > tfoot > tr > td {
  vertical-align: middle;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table-header-bg > thead > tr > th, .table-header-bg > thead > tr > td {
  color: #999;
  border-bottom-color: #e1e6eb;
  background-color: #f3f4f6;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #ececec;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #e0f5e9;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #cdefdb;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #edf6fd;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #d6ebfa;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fdf3e5;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #fbe8cd;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f9eae8;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #f4d8d4;
}

.table-responsive {
  -webkit-overflow-scrolling: touch;
}

/*datatables*/
table.dataTable.no-footer {
  border-bottom: 1px solid #dcdcdc;
}

table.table.table-header-bg thead .sorting, table.table thead .sorting_asc, table.table thead .sorting_desc, table.table thead .sorting_asc_disabled, table.table thead .sorting_desc_disabled {
  background: #f3f4f6;
}

table.dataTable td.dataTables_empty {
  font-size: 14px;
  color: #999;
}

table.dataTable td.dataTables_empty:hover {
  background: #ffffff;
}

/* Transparent styles */
.transparent .input-group-lg > .form-control, .transparent .input-group-lg > .input-group-addon, .transparent .input-group-lg > .input-group-btn > .btn {
  font-size: 14px;
}

.transparent .input-group-addon {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-right: none;
}

.transparent .form-actions {
  background-color: rgba(0, 0, 0, 0.25);
  clear: both;
  margin: 20px -15px 0;
  padding: 20px;
}

.transparent .checkbox {
  display: inline-block;
  margin-top: 8px;
  min-height: 20px;
  padding-left: 20px;
  vertical-align: middle;
}

.transparent .forgot {
  padding: 15px 0;
  text-align: center;
}

.transparent textarea, .transparent input[type="text"], .transparent input[type="password"], .transparent input[type="datetime"], .transparent input[type="datetime-local"], .transparent input[type="date"], .transparent input[type="month"], .transparent input[type="time"], .transparent input[type="week"], .transparent input[type="number"], .transparent input[type="email"], .transparent input[type="url"], .transparent input[type="search"], .transparent input[type="tel"], .transparent input[type="color"], .transparent .uneditable-input {
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  min-height: 30px;
  padding-left: 6px;
  padding-right: 6px;
  resize: none;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.transparent a {
  color: #fff;
  text-decoration: none;
}

.transparent a:hover, .transparent a:focus {
  color: #fff;
  text-decoration: underline;
}

.transparent input:focus,
.transparent a:focus,
.transparent .btn:focus,
.transparent .btn:active:focus,
.transparent .btn.active:focus,
.transparent .btn.focus,
.transparent .btn:active.focus,
.transparent .btn.active.focus {
  outline: none;
}

/* block */
.block {
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.01);
  box-shadow: 0 2px rgba(0, 0, 0, 0.01);
}

.side-content .block {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.block-header {
  padding: 15px 20px;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity 0.2s ease-out;
}

.block-header:before, .block-header:after {
  content: " ";
  display: table;
}

.block-header:after {
  clear: both;
}

.block-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
}

.block-title.text-normal {
  text-transform: none;
}

.block-title small {
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
}

.block-content {
  margin: 0 auto;
  padding: 20px 20px 1px;
  max-width: 100%;
  overflow-x: visible;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity 0.2s ease-out;
}

.block-content p, .block-content .push, .block-content .block, .block-content .items-push > div {
  margin-bottom: 20px;
}

.block-content .items-push-2x > div {
  margin-bottom: 40px;
}

.block-content .items-push-3x > div {
  margin-bottom: 60px;
}

.block-content.block-content-full {
  padding-bottom: 20px;
}

.block-content.block-content-full .pull-b {
  margin-bottom: -20px;
}

.block-content .pull-t {
  margin-top: -20px;
}

.block-content .pull-r-l {
  margin-right: -20px;
  margin-left: -20px;
}

.block-content .pull-b {
  margin-bottom: -1px;
}

.block-content.block-content-mini {
  padding-top: 10px;
}

.block-content.block-content-mini.block-content-full.block-content-mini {
  padding-bottom: 10px;
}

@media screen and (min-width: 1200px) {
  .block-content.block-content-narrow {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.block.block-full .block-content {
  padding-bottom: 20px;
}

.block.block-full .block-content.block-content-mini {
  padding-bottom: 10px;
}

.block-table {
  width: 100%;
}

.block-table td {
  padding: 10px;
  vertical-align: middle;
}

.block.block-bordered {
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.block.block-bordered .block-header {
  border-bottom: 1px solid #e9e9e9;
}

.block.block-rounded {
  border-radius: 4px;
}

.block.block-rounded .block-header {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.block.block-rounded .block-content:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.block.block-rounded .block-content:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.block.block-themed > .block-header {
  border-bottom: none;
}

.block.block-themed > .block-header .block-title {
  color: #fff;
}

.block.block-themed > .block-header .block-title small {
  color: rgba(255, 255, 255, 0.75);
}

.block.block-transparent {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.block.block-opt-refresh {
  position: relative;
}

.block.block-opt-refresh .block-header {
  opacity: 0.25;
}

.block.block-opt-refresh .block-content {
  opacity: 0.15;
}

.block.block-opt-refresh:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #646464;
  font-family: Simple-Line-Icons;
  font-size: 18px;
  text-align: center;
  z-index: 2;
  content: "\e09a";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.block.block-opt-refresh.block-opt-refresh-icon2:after {
  content: "";
}

.block.block-opt-refresh.block-opt-refresh-icon3:after {
  content: "";
}

.block.block-opt-refresh.block-opt-refresh-icon4:after {
  font-family: 'FontAwesome';
  content: "";
}

.block.block-opt-refresh.block-opt-refresh-icon5:after {
  font-family: 'FontAwesome';
  content: "";
}

.block.block-opt-refresh.block-opt-refresh-icon6:after {
  font-family: 'FontAwesome';
  content: "";
}

.block.block-opt-refresh.block-opt-refresh-icon7:after {
  font-family: 'FontAwesome';
  content: "";
}

.block.block-opt-refresh.block-opt-refresh-icon8:after {
  font-family: 'FontAwesome';
  content: "";
}

.ie9 .block.block-opt-refresh:after {
  content: "Loading.." !important;
}

.block.block-opt-fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  margin-bottom: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.block.block-opt-hidden.block-bordered .block-header {
  border-bottom: none;
}

.block.block-opt-hidden .block-content {
  display: none;
}

a.block {
  display: block;
  color: #646464;
  font-weight: normal;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
  height: 400px;
}

a.block:hover {
  color: #000000;
  opacity: .9;
  background: #fbfbfb;
}

a.block.block-link-hover1:hover {
  -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

a.block.block-link-hover1:active {
  -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.01);
  box-shadow: 0 2px rgba(0, 0, 0, 0.01);
}

a.block.block-link-hover2:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

a.block.block-link-hover2:active {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

a.block.block-link-hover3:hover {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

a.block.block-link-hover3:active {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.block > .nav-tabs {
  background-color: #f9f9f9;
  border-bottom: none;
}

.block > .nav {
  padding: 0;
}

.block > .nav-tabs.nav-tabs-right > li {
  float: right;
}

.block > .nav-tabs.nav-justified > li > a {
  margin-bottom: 0;
}

.block > .nav-tabs > li {
  margin-bottom: 0;
}

.block > .nav-tabs > li > a {
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #646464;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 0;
}

.block > .nav-tabs > li > a:hover {
  color: #5c90d2;
  background-color: transparent;
  border-color: transparent;
}

.block > .nav-tabs > li > a:focus::after, .block > .nav-tabs > li > a:hover::after {
  height: 2px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.block > .nav-tabs > li > a:after {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #5c90d2;
  content: '';
  opacity: 0;
  -webkit-transition: height .5s,opacity .5s,-webkit-transform .5s;
  transition: height .5s,opacity .5s,transform .5s;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.block > .nav-tabs > li.active {
  border-bottom: 2px solid #5c90d2;
}

.block > .nav-tabs > li.active > a, .block > .nav-tabs > li.active > a:hover, .block > .nav-tabs > li.active > a:focus {
  color: #5c90d2;
  background-color: #fff;
  border-color: transparent;
}

.block > .nav-tabs.nav-tabs-alt {
  background-color: transparent;
  border-bottom: 1px solid #e9e9e9;
}

.block > .nav-tabs.nav-tabs-alt > li > a {
  -webkit-transition: all .15s ease-out;
  transition: all 0.15s ease-out;
}

.block > .nav-tabs.nav-tabs-alt > li > a:hover {
  -webkit-box-shadow: 0 2px #5c90d2;
  box-shadow: 0 2px #5c90d2;
}

.block > .nav-tabs.nav-tabs-alt > li.active > a, .block > .nav-tabs.nav-tabs-alt > li.active > a:hover, .block > .nav-tabs.nav-tabs-alt > li.active > a:focus {
  -webkit-box-shadow: 0 2px #5c90d2;
  box-shadow: 0 2px #5c90d2;
}

.block .block-content.tab-content {
  overflow: hidden;
}

.block-options-simple {
  float: right;
  margin: -3px 0 -3px 15px;
  padding: 1px 0;
  min-height: 24px;
}

.block-options-simple.block-options-simple-left {
  float: left;
  margin-right: 15px;
  margin-left: 0;
}

.block-options-simple.block-options-simple-left + .block-title {
  float: right;
}

.block-options {
  float: right;
  margin: -3px 0 -3px 15px;
  padding: 0;
  height: 24px;
  list-style: none;
}

.block-options:before, .block-options:after {
  content: " ";
  display: table;
}

.block-options:after {
  clear: both;
}

.block-options.block-options-left {
  float: left;
  margin-right: 15px;
  margin-left: 0;
}

.block-options.block-options-left + .block-title {
  float: right;
}

.block-options > li {
  display: inline-block;
  margin: 0 2px;
  padding: 0;
}

.block-options > li > a, .block-options > li > button {
  display: block;
  padding: 2px 3px;
  color: #999;
  opacity: 0.6;
}

.block.block-themed > .block-header .block-options > li > a, .block.block-themed > .block-header .block-options > li > button {
  color: #fff;
}

.block-options > li > a:hover, .block-options > li > button:hover {
  text-decoration: none;
  opacity: 1;
}

.block-options > li > a:active, .block-options > li > button:active {
  opacity: 0.6;
}

.block-options > li > span {
  display: block;
  padding: 2px 3px;
}

.block.block-themed > .block-header .block-options > li > span {
  color: #fff;
}

.block-options > li > a:focus {
  text-decoration: none;
  opacity: 1;
}

.block-options > li > button {
  background: none;
  border: none;
}

.block-options > li.active > a, .block-options > li.open > button {
  text-decoration: none;
  opacity: 1;
}

/*! Pages*/
.font-w300 {
  font-weight: 300 !important;
}

.font-w400 {
  font-weight: 400 !important;
}

.font-w500 {
  font-weight: 500 !important;
}

.font-w600 {
  font-weight: 600 !important;
}

.font-w700 {
  font-weight: 700 !important;
}

.font-s12 {
  font-size: 12px !important;
}

.font-s13 {
  font-size: 13px !important;
}

.font-s16 {
  font-size: 16px !important;
}

.font-s18 {
  font-size: 18px !important;
}

.font-s20 {
  font-size: 20px !important;
}

.font-s24 {
  font-size: 24px !important;
}

.font-s36 {
  font-size: 36px !important;
}

.font-s48 {
  font-size: 48px !important;
}

.font-s64 {
  font-size: 64px !important;
}

.font-s96 {
  font-size: 96px !important;
}

.font-s128 {
  font-size: 128px !important;
}

.margin-left, .margin-left-1 {
  margin-left: 8px !important;
}

.margin-left-2 {
  margin-left: 16px !important;
}

.margin-left-3 {
  margin-left: 24px !important;
}

.margin-left-4 {
  margin-left: 32px !important;
}

.margin-right, .margin-right-1 {
  margin-right: 8px !important;
}

.margin-right-2 {
  margin-right: 16px !important;
}

.margin-right-3 {
  margin-right: 24px !important;
}

.margin-right-4 {
  margin-right: 32px !important;
}

.margin-top, .margin-top-1 {
  margin-top: 8px !important;
}

.margin-top-2 {
  margin-top: 16px !important;
}

.margin-top-3 {
  margin-top: 24px !important;
}

.margin-top-4 {
  margin-top: 32px !important;
}

.margin-bottom, .margin-bottom-1 {
  margin-bottom: 8px !important;
}

.margin-bottom-2 {
  margin-bottom: 16px !important;
}

.margin-bottom-3 {
  margin-bottom: 24px !important;
}

.margin-bottom-4 {
  margin-bottom: 32px !important;
}

.remove-margin {
  margin: 0 !important;
}

.remove-margin-t {
  margin-top: 0 !important;
}

.remove-margin-r {
  margin-right: 0 !important;
}

.remove-margin-b {
  margin-bottom: 0 !important;
}

.remove-margin-l {
  margin-left: 0 !important;
}

.remove-padding {
  padding: 0 !important;
}

.remove-padding-t {
  padding-top: 0 !important;
}

.remove-padding-r {
  padding-right: 0 !important;
}

.remove-padding-b {
  padding-bottom: 0 !important;
}

.remove-padding-l {
  padding-left: 0 !important;
}

.row-padding-1 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.row-padding, .row-padding-2 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.row-padding-3 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.row-padding-4 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.row-margin-1 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.row-margin, .row-margin-2 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.row-margin-3 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.row-margin-4 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.col-padding-1 {
  padding-left: 8px;
  padding-right: 8px;
}

.col-padding, .col-padding-2 {
  padding-left: 16px;
  padding-right: 16px;
}

.col-padding-3 {
  padding-left: 24px;
  padding-right: 24px;
}

.col-padding-4 {
  padding-left: 32px;
  padding-right: 32px;
}

.col-margin-1 {
  margin-left: 8px;
  margin-right: 8px;
}

.col-margin, .col-margin-2 {
  margin-left: 16px;
  margin-right: 16px;
}

.col-margin-3 {
  margin-left: 24px;
  margin-right: 24px;
}

.col-margin-4 {
  margin-left: 32px;
  margin-right: 32px;
}

.dt-loading {
  height: 100px;
  width: 100px;
  text-indent: -9999px;
  display: block;
  position: relative;
  margin: 100px 45%;
}

.align-v {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip-inner {
  padding: 6px 8px;
  background-color: #2c343f;
  border-radius: 0;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #2c343f;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #2c343f;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #2c343f;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #2c343f;
}

/* pagination */
.pagination {
  border-radius: 0;
}

.pagination > li {
  display: block;
  float: left;
  margin: 0 0 5px 5px;
}

.pagination > li > a, .pagination > li > span {
  display: block;
  float: none;
  margin: 0;
  padding-right: 8px;
  padding-left: 8px;
  color: #646464;
  font-weight: 600;
  border: none;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #5c90d2;
  background-color: transparent;
  -webkit-box-shadow: 0 2px #5c90d2;
  box-shadow: 0 2px #5c90d2;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: #5c90d2;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 2px #5c90d2;
  box-shadow: 0 2px #5c90d2;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #c9c9c9;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bg-family {
  background-color: #EFFFB8;
}

.width-150 {
  width: 150px !important;
}

.container {
  background: #F7F6F2;
  height: 100%;
  width: 100%;
  min-width: 900px;
  position: absolute;
}

.container h1 {
  font-family: '黑体';
  text-align: center;
  font-weight: 400;
  padding: 2em 0 1.5em;
  font-size: 36px;
}

.container table.browsers {
  height: 170px;
  width: 900px;
  margin: 0 auto 100px;
}

.container table.browsers td {
  width: 16.6%;
  text-align: center;
  vetical-align: center;
}

.container table.browsers td a {
  color: #000;
  border-radius: 5px;
  padding-bottom: 10px;
}

.container table.browsers td a:hover {
  color: #444;
  background: #F1F1F1;
}

.container table.browsers td img {
  width: 120px;
  margin-bottom: 10px;
}

/* 登录页面 */
.login {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  background-color: #2A363F;
}

.login-main {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  margin-top: -150px;
  min-width: 320px;
  margin-left: 16.66667%;
  width: 66.66667%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
.login-main:after {
  content: " ";
  display: block;
  clear: both;
}
.login-main .text-center {
  width: 50%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
.login-main .last-child {
  width: 41.66667%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
.login-main h2 {
  text-align: center;
  color: #ffffff;
  line-height: 2.2em;
  font-weight: normal;
}
.login-main .login-title {
  padding-top: 20px;
}
.login-main .login-title h2 {
  font-size: 40px;
}
.login-main .login-title .img-logo {
  width: 105px;
  height: 105px;
}
.login-main .last-child {
  border-left: 1px solid #202930;
}
.login-main .btn {
  border-radius: 0;
}

.login-form {
  padding: 15px 20px;
  position: relative;
}
.login-form .control-group {
  margin-bottom: 8px;
  position: relative;
}
.login-form .login-field {
  font-size: 17px;
  padding: 10px 35px 10px 15px;
  width: 100%;
  margin-bottom: 10px !important;
}
.login-form .login-field:focus + .login-field-icon {
  color: #1abc9c;
}
.login-form .login-field-icon {
  color: #818a91;
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 14px;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.login-form .img-captcha {
  width: 40%;
  height: 46px;
  padding: 0px 0px 2px 0px;
  margin-left: 3%;
}

@media (max-width: 660px) {
  .login-main {
    margin-left: 0;
    padding-top: 25%;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
  .login-main .text-center {
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
  .login-main .last-child {
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
  .login-main .last-child {
    border: none;
  }
}
@media (min-width: 660px) and (max-width: 1170px) {
  .login-main {
    margin-left: 8.33333%;
    width: 83.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
  .login-main .text-center {
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
  .login-main .last-child {
    width: 41.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }

  .login-form .login-field {
    font-size: 17px;
    padding: 5px 35px 5px 15px;
    margin-bottom: 10px !important;
  }
  .login-form .btn-lg, .login-form .btn-group-lg > .btn {
    padding: 6px 12px;
  }
  .login-form .login-field-icon {
    font-size: 15px;
    right: 15px;
    top: 10px;
  }
  .login-form .img-captcha {
    height: 36px;
    margin-left: 2%;
  }
}
@media (max-width: 435px) {
  .login-main .login-title {
    padding-top: 20px;
  }
  .login-main .login-title h2 {
    font-size: 30px;
  }
  .login-main .login-title .img-logo {
    width: 65px;
    height: 65px;
  }
}
@media (min-width: 435px) and (max-width: 500px) {
  .login-title {
    padding-top: 20px;
  }
  .login-title h2 {
    font-size: 35px;
  }
  .login-title .img-logo {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 500px) and (max-width: 660px) {
  .login-title {
    padding-top: 20px;
  }
  .login-title h2 {
    font-size: 40px;
  }
  .login-title .img-logo {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 660px) and (max-width: 768px) {
  .login-main {
    padding-top: 25%;
  }

  .img-logo {
    margin-top: 30px;
  }

  .login-main .login-title {
    padding-top: 0;
  }
  .login-main .login-title h2 {
    font-size: 30px;
  }
  .login-main .login-title .img-logo {
    width: 85px;
    height: 85px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .login-main .login-title {
    padding-top: 20px;
  }
  .login-main .login-title h2 {
    font-size: 35px;
  }
  .login-main .login-title .img-logo {
    width: 82px;
    height: 82px;
  }
}
@media (min-width: 991px) and (max-width: 1170px) {
  .login-main .login-title {
    padding-top: 20px;
  }
  .login-main .login-title h2 {
    font-size: 36px;
  }
  .login-main .login-title .img-logo {
    width: 85px;
    height: 85px;
  }
}
.reset-form {
  background-color: white;
}
.reset-form .form-group-lg .form-control {
  border-radius: 0;
}
.reset-form .form-group-lg .login-field-icon {
  right: 25px;
}
.reset-form .form-group-lg .help-block {
  margin-top: 14px;
}

.app-content-body {
  float: left;
  width: 100%;
  padding-bottom: 50px;
}

.page-content .page-title {
  padding: 16px 0;
  margin: 0;
  height: 70px;
  color: #333;
  line-height: 30px;
}

.page-content .page-title.page-title-border {
  border-bottom: 1px solid #ddd;
}

.page-content .page-title h3 {
  display: inline-block;
  text-indent: 8px;
  border-left: 2px solid #88b7e0;
  margin: 4px 0;
  font-weight: 600;
}

.page-content .module-viewer-header {
  margin-top: 10px;
  margin-bottom: -1px;
  height: 40px;
  background: #f5f6fa;
  line-height: 38px;
  border: 1px solid #e1e6eb;
  position: relative;
  border-left: 4px solid #6d7781;
}

.page-content .module-viewer-header .module-viewer-title {
  font-size: 16px;
  color: #333;
  display: inline-block;
  margin-left: 16px;
}

.page-content table {
  table-layout: fixed;
}

.page-content table td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-content .module-viewer-table {
  width: 100%;
  background: #fff;
  table-layout: fixed;
}

.page-content .module-viewer-table td {
  padding: 11px 20px;
  border: 1px solid #eee;
}

.text-align-center {
  text-align: center !important;
}

.margin-top-3px {
  margin-top: 3px;
}

.form-inline .form-group {
  margin: 4px 8px 4px 0;
  font-size: 12px;
}

.form-inline .ipt {
  width: 140px !important;
}

.dropdown-menu {
  padding: 0;
}

.dataTables_wrapper .dataTables_paginate {
  margin-top: -1em;
}

.bootstrap-tagsinput {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.15);
  border: 1px solid transparent;
  border-radius: 5px;
  box-shadow: none;
  max-width: 100%;
  font-size: 14px;
  line-height: 26px;
  width: 100%;
}

.bootstrap-tagsinput .tag {
  border-radius: 3px;
  font-weight: 400;
  font-size: 11px;
  padding: 4px 8px;
}

.account-icon {
  margin: 5px;
  -webkit-box-shadow: 0 0 0 5px rgba(247, 221, 221, 0.4);
  box-shadow: 0 0 0 5px rgba(247, 221, 221, 0.4);
}

.icon-head {
  border-radius: 50%;
  width: 100px;
}

.hpanel {
  border: none;
  box-shadow: none;
  margin-bottom: 25px;
}

.hpanel.hgreen .panel-body {
  border-top: 2px solid #62cb31;
}

.hpanel.hblue .panel-body {
  border-top: 2px solid #3498db;
}

.hpanel.hyellow .panel-body {
  border-top: 2px solid #ffb606;
}

.hpanel.hviolet .panel-body {
  border-top: 2px solid #9b59b6;
}

.hpanel.horange .panel-body {
  border-top: 2px solid #e67e22;
}

.hpanel.hred .panel-body {
  border-top: 2px solid #e74c3c;
}

.hpanel.hreddeep .panel-body {
  border-top: 2px solid #c0392b;
}

.hpanel.hnavyblue .panel-body {
  border-top: 2px solid #34495e;
}

.hpanel.hbggreen .panel-body {
  background: #62cb31;
  color: #fff;
  border: none;
}

.hpanel.hbgblue .panel-body {
  background: #3498db;
  color: #fff;
  border: none;
}

.hpanel.hbgyellow .panel-body {
  background: #ffb606;
  color: #fff;
  border: none;
}

.hpanel.hbgviolet .panel-body {
  background: #9b59b6;
  color: #fff;
  border: none;
}

.hpanel.hbgorange .panel-body {
  background: #e67e22;
  color: #fff;
  border: none;
}

.hpanel.hbgred .panel-body {
  background: #e74c3c;
  color: #fff;
  border: none;
}

.hpanel.hbgreddeep .panel-body {
  background: #c0392b;
  color: #fff;
  border: none;
}

.hpanel.hbgnavyblue .panel-body {
  background: #34495e;
  color: #fff;
  border: none;
}

.hpanel .panel-body {
  background: #fff;
  border: 1px solid #e4e5e7;
  border-radius: 2px;
  padding: 20px;
  position: relative;
}

.dashboard {
  position: absolute;
  left: 0;
  right: 0;
  overflow: auto;
  background: #F5F5F5;
}
.dashboard .dashboard-top {
  background-color: #ffffff;
  margin: 30px 15px;
}
.dashboard .dashboard-top > div {
  height: 200px;
  padding: 30px 15px;
}
.dashboard .dashboard-top .dashboard-top-avatar img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 15px;
  border-radius: 50%;
}
.dashboard .dashboard-top .dashboard-top-avatar p {
  margin: 0;
  text-align: center;
}
.dashboard .dashboard-top .dashboard-top-details {
  padding: 0;
}
.dashboard .dashboard-top .dashboard-top-details > div {
  height: 100%;
  padding: 45px 15px 30px 30px;
  border-left: 1px solid #eceeef;
}
.dashboard .dashboard-top .dashboard-top-details p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dashboard .dashboard-top .dashboard-top-details p + p {
  margin-top: 25px;
}
.dashboard .dashboard-body {
  padding: 15px;
}

.dashboard .icon {
  border-radius: 50%;
  margin-top: -5px;
  width: 65px;
  background: #2dacd1;
}

.dashboard .widget .block-content {
  padding: 20px 0 20px 120px;
}

.dashboard .widget {
  min-height: 130px;
}

.block {
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.01);
  box-shadow: 0 2px rgba(0, 0, 0, 0.01);
}

.dashboard-body .block-content > img {
  display: block;
  margin: 100px auto 30px;
  width: 120px;
  height: 120px;
}

/*! 详情页样式 */
.module-viewer-header {
  margin-top: 10px;
  margin-bottom: -1px;
  height: 40px;
  background: #f5f6fa;
  line-height: 38px;
  border: 1px solid #e1e6eb;
  position: relative;
  border-left: 4px solid #6d7781;
}

.module-viewer-header .module-viewer-title {
  font-size: 16px;
  color: #333;
  display: inline-block;
  margin-left: 16px;
}

.details p.details-description {
  color: #dcdcdc;
}
.details label.details-label {
  display: inline-block;
  font-size: 100%;
  padding: 7px 12px;
}

/*! Themes */
html.lt-ie9 {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#c8000000,endColorstr=#7f000000);
}

.lt-ie9 .al-sidebar {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#3999D5,endColorstr=#3999D5);
}

.lt-ie9 .form-inline-query {
  font-size: 0;
}

.lt-ie9 .form-inline-query .form-group {
  display: inline;
  zoom: 1;
}

.lt-ie9 .query-button {
  margin-top: -35px;
}
.modal-table{
  width: 1500px; 
 }
 .log-edit-title{
  border-bottom: #dcdcdc 1px solid;
  padding:10px;
  margin: 0px;
 }
 .log-edit-body{
  overflow-y:auto;
  overflow-x:auto;
  height:512px;
 }
 .log-edit{
  border: #dcdcdc 1px solid;
  margin-bottom: 80px;
  height:550px
 }