.selector .placeholder, .icon-btn, .icon-btn-blue, .icon-btn-red, .icon-btn-cyan, .list-table > tbody > tr > td, .list-table > thead > tr > th, .choice-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.backstage-container, .backstage-top-nav, .backstage-modules, .backstage-nav, .backstage-block {
  width: 1170px;
  margin: 0 auto;
}

.search-input, .selector {
  display: inline-block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.search-input:hover, .selector:hover {
  border: 1px solid #52a8ec;
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
}

body, table {
  font-size: 14px;
}

body {
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #f7f8fa;
  color: #333;
}

html, body, div, p, ul, li, table {
  margin: 0;
  padding: 0;
}

input, button, textarea {
  outline: 0;
}

textarea {
  resize: none;
  min-height: 200px;
}

table {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}

@font-face {
  font-family: 'HepIcon';
  src: url("../font/HepIcon.eot");
  src: url("../font/HepIcon.eot?#iefix") format("embedded-opentype"), url("../font/HepIcon.ttf") format("truetype");
}
i {
  font-family: 'HepIcon', serif;
  font-style: normal;
}

li {
  list-style: none;
}

hr {
  margin: 0;
}

h1, h2, h3, h4, h5, form {
  margin: 0;
}

.clear, .block, .backstage-container, .backstage-section, .backstage-block, .hep-pagination, .form-item {
  clear: both;
}

.block:after, .backstage-container:after, .backstage-section:after, .backstage-block:after, .hep-pagination:after, .form-item:after {
  clear: both;
  display: block;
  content: " ";
}

.color-logo {
  color: #1d2088;
}

.color-blue {
  color: #2998d8;
}

.color-red {
  color: #e91919;
}

.color-cyan {
  color: #52c7ca;
}

.color-green {
  color: #29d299;
}

.color-grey {
  color: #ccc;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col,
.col-10, .col-20, .col-30, .col-40, .col-50, .left-panel, .right-panel, .col-60, .col-70, .col-80, .col-90, .col-100,
.col-15, .col-25, .col-35, .col-45, .col-55, .col-65, .col-75, .col-85, .col-95 {
  float: left;
}

.col-10 {
  width: 10%;
}

.col-offset-10 {
  margin-left: 10%;
}

.col-20 {
  width: 20%;
}

.col-offset-20 {
  margin-left: 20%;
}

.col-30 {
  width: 30%;
}

.col-offset-30 {
  margin-left: 30%;
}

.col-40 {
  width: 40%;
}

.col-offset-40 {
  margin-left: 40%;
}

.col-50, .left-panel, .right-panel {
  width: 50%;
}

.col-offset-50 {
  margin-left: 50%;
}

.col-60 {
  width: 60%;
}

.col-offset-60 {
  margin-left: 60%;
}

.col-70 {
  width: 70%;
}

.col-offset-70 {
  margin-left: 70%;
}

.col-80 {
  width: 80%;
}

.col-offset-80 {
  margin-left: 80%;
}

.col-90 {
  width: 90%;
}

.col-offset-90 {
  margin-left: 90%;
}

.col-100 {
  width: 100%;
}

.col-offset-100 {
  margin-left: 100%;
}

.col-15 {
  width: 15%;
}

.col-offset-15 {
  margin-left: 15%;
}

.col-1 {
  width: 1%;
}

.col-offset-1 {
  margin-left: 1%;
}

.col-25 {
  width: 25%;
}

.col-offset-25 {
  margin-left: 25%;
}

.col-2 {
  width: 2%;
}

.col-offset-2 {
  margin-left: 2%;
}

.col-35 {
  width: 35%;
}

.col-offset-35 {
  margin-left: 35%;
}

.col-3 {
  width: 3%;
}

.col-offset-3 {
  margin-left: 3%;
}

.col-45 {
  width: 45%;
}

.col-offset-45 {
  margin-left: 45%;
}

.col-4 {
  width: 4%;
}

.col-offset-4 {
  margin-left: 4%;
}

.col-55 {
  width: 55%;
}

.col-offset-55 {
  margin-left: 55%;
}

.col-5 {
  width: 5%;
}

.col-offset-5 {
  margin-left: 5%;
}

.col-65 {
  width: 65%;
}

.col-offset-65 {
  margin-left: 65%;
}

.col-6 {
  width: 6%;
}

.col-offset-6 {
  margin-left: 6%;
}

.col-75 {
  width: 75%;
}

.col-offset-75 {
  margin-left: 75%;
}

.col-7 {
  width: 7%;
}

.col-offset-7 {
  margin-left: 7%;
}

.col-85 {
  width: 85%;
}

.col-offset-85 {
  margin-left: 85%;
}

.col-8 {
  width: 8%;
}

.col-offset-8 {
  margin-left: 8%;
}

.col-95 {
  width: 95%;
}

.col-offset-95 {
  margin-left: 95%;
}

.col-9 {
  width: 9%;
}

.col-offset-9 {
  margin-left: 9%;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.p-40 {
  padding: 40px;
}

.ptb-40 {
  padding: 40px 0;
}

.plr-40 {
  padding: 0 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.m-40 {
  margin: 40px;
}

.mtb-40 {
  margin: 40px 0;
}

.mlr-40 {
  margin: 0 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.p-35 {
  padding: 35px;
}

.ptb-35 {
  padding: 35px 0;
}

.plr-35 {
  padding: 0 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.m-35 {
  margin: 35px;
}

.mtb-35 {
  margin: 35px 0;
}

.mlr-35 {
  margin: 0 35px;
}

.mt-35 {
  margin-top: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.p-30 {
  padding: 30px;
}

.ptb-30 {
  padding: 30px 0;
}

.plr-30 {
  padding: 0 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.m-30 {
  margin: 30px;
}

.mtb-30 {
  margin: 30px 0;
}

.mlr-30 {
  margin: 0 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.p-25 {
  padding: 25px;
}

.ptb-25 {
  padding: 25px 0;
}

.plr-25 {
  padding: 0 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.m-25 {
  margin: 25px;
}

.mtb-25 {
  margin: 25px 0;
}

.mlr-25 {
  margin: 0 25px;
}

.mt-25 {
  margin-top: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.p-20 {
  padding: 20px;
}

.ptb-20 {
  padding: 20px 0;
}

.plr-20 {
  padding: 0 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.m-20 {
  margin: 20px;
}

.mtb-20 {
  margin: 20px 0;
}

.mlr-20 {
  margin: 0 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.p-15 {
  padding: 15px;
}

.ptb-15 {
  padding: 15px 0;
}

.plr-15 {
  padding: 0 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.m-15 {
  margin: 15px;
}

.mtb-15 {
  margin: 15px 0;
}

.mlr-15 {
  margin: 0 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.p-10 {
  padding: 10px;
}

.ptb-10 {
  padding: 10px 0;
}

.plr-10 {
  padding: 0 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.m-10 {
  margin: 10px;
}

.mtb-10 {
  margin: 10px 0;
}

.mlr-10 {
  margin: 0 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.p-5 {
  padding: 5px;
}

.ptb-5 {
  padding: 5px 0;
}

.plr-5 {
  padding: 0 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.m-5 {
  margin: 5px;
}

.mtb-5 {
  margin: 5px 0;
}

.mlr-5 {
  margin: 0 5px;
}

.mt-5 {
  margin-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.p-0 {
  padding: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.m-0 {
  margin: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.modal-body, .modal-header {
  padding: 15px 25px;
}

.dropdown-menu > li {
  cursor: pointer;
}

.close {
  font-size: 12px;
  line-height: normal;
}

.backstage-top {
  top: 0;
  left: 0;
  width: 100%;
  background: #333;
  z-index: 99;
  /*position: fixed;*/
}

.right {
  float: right;
}

.backstage-top-nav {
  background: #333;
}
.backstage-top-nav > ul > li, .backstage-top-nav a, .backstage-top-nav a:hover {
  color: #fff;
}
.backstage-top-nav > ul {
  float: right;
}
.backstage-top-nav > ul > li {
  float: left;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
}
.backstage-top-nav > ul > .split {
  margin: 0 10px;
}

.backstage-header {
  background: #fff;
  padding-top: 35px;
}

.backstage-footer {
  text-align: center;
  padding-top: 40px;
}
.backstage-footer strong {
  color: #333;
  display: block;
  padding: 20px 0;
}

.backstage-footer-bg {
  background-color: #333;
  color: #afafaf;
  font-size: 12px;
  padding: 30px 0;
}
.backstage-footer-bg img {
  margin-bottom: 10px;
}
.backstage-footer-bg p {
  line-height: 25px;
}

.backstage-title {
  text-align: center;
  padding: 25px 0 18px 0;
}
.backstage-title > i {
  color: #1d2088;
  font-size: 32px;
}
.backstage-title > h1 {
  font-size: 19px;
  display: inline;
  margin-left: 15px;
}

.backstage-modules {
  text-align: center;
  white-space: nowrap;
}
.backstage-modules > ul, .backstage-modules > ul > li {
  display: inline-block;
}
.backstage-modules > ul > .split {
  margin: 0 10px;
  color: #ccc;
}
.backstage-modules > ul > li > a, .backstage-modules > ul > li > span {
  color: #555;
  display: inline-block;
  min-width: 93px;
  padding: 15px;
  border-bottom: 2px solid #fff;
}
.backstage-modules > ul > li > a:hover, .backstage-modules > ul > .active > span {
  color: #2998d8;
}
.backstage-modules > ul > .active > span {
  border-bottom: 2px solid #2998d8;
}

.backstage-menus {
  text-align: center;
  white-space: nowrap;
}
.backstage-menus > ul, .backstage-menus > ul > li {
  display: inline-block;
}
.backstage-menus > ul > li {
  position: relative;
  cursor: pointer;
  border: 1px solid #fff;
  text-align: center;
  padding: 12px 20px;
  min-width: 180px;
  margin: 0 10px;
}
.backstage-menus > ul > li > a {
  color: #555;
}
.backstage-menus > ul > li > a:hover {
  color: #2998d8;
}
.backstage-menus > ul > .active {
  background-color: #2998d8;
  color: #fff;
}
.backstage-menus > ul > .active:hover {
  border: 1px solid #2998d8;
}
.backstage-menus > ul > li > .dropdown {
  position: static;
}
.backstage-menus > ul > li > .dropdown > div > i {
  position: absolute;
  right: 8px;
}
.backstage-menus > ul > li > .dropdown > .dropdown-menu {
  min-width: 100%;
}
.backstage-menus > ul > li > .dropdown > .dropdown-menu > li {
  text-align: center;
}

.backstage-nav {
  margin-top: 20px;
  padding-left: 10px;
  color: #999;
}
.backstage-nav > a {
  color: #999;
}
.backstage-nav > a:hover, .backstage-nav > .active {
  color: #2998d8;
}

.backstage-section, .backstage-block, .hep-pagination {
  margin-top: 20px;
  background: #fff;
  border-radius: 5px;
  padding: 25px;
}

.search-input {
  box-shadow: none;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #ccc;
}

.search-wp i {
  float: right;
  font-size: 16px;
  line-height: 35px;
}
.search-wp .input-wp {
  margin-right: 25px;
}
.search-wp .search-input {
  width: 100%;
}

.btn-file {
  position: relative;
}
.btn-file input {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.selector {
  cursor: pointer;
  position: relative;
}
.selector i, .selector select {
  position: absolute;
}
.selector i {
  right: 5px;
  top: 0;
  color: #ccc;
  line-height: 34px;
}
.selector .placeholder {
  padding: 0 10px 0 5px;
  color: #999;
}
.selector .selected {
  color: #555;
}
.selector select {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 3;
}
.selector:hover i {
  color: #52a8ec;
}

.date-picker {
  cursor: pointer;
}

.date-picker .form-control {
  background: none;
}

.search-btn {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.form-item {
  line-height: 35px;
  padding: 10px 0;
}

.form-operations {
  padding: 30px 0;
  text-align: center;
}
.form-operations > button {
  margin: 0 25px;
  min-width: 120px;
}

.icon-btn, .icon-btn-blue, .icon-btn-red, .icon-btn-cyan {
  cursor: pointer;
  display: inline-block;
  background: none;
  border: 1px solid #ccc;
  padding: 0 5px;
  height: 34px;
  line-height: 34px;
  min-width: 110px;
  border-radius: 5px;
  color: #999;
  text-align: center;
}
.icon-btn:hover, .icon-btn-blue:hover, .icon-btn-red:hover, .icon-btn-cyan:hover {
  background-color: #f3f3f3;
}

.icon-btn-blue {
  border-color: #2998d8;
  color: #2998d8;
}

.icon-btn-red {
  border-color: #e91919;
  color: #e91919;
}

.icon-btn-cyan {
  border-color: #52c7ca;
  color: #52c7ca;
}

.btn-green {
  color: #fff;
  background-color: #29d299;
  border-color: #29d299;
}
.btn-green:hover {
  color: #fff;
  background-color: #27c590;
  border-color: #27c590;
}

.cursor {
  cursor: pointer;
}

.dropdown > button {
  position: relative;
}

.dropdown > button > i {
  position: absolute;
  right: 5px;
}

.list-status > ul > li {
  float: left;
}
.list-status > ul > li > a {
  color: #888;
  display: inline-block;
  text-align: center;
  padding: 15px 30px;
  margin-right: 20px;
  border-bottom: 2px solid #fff;
}
.list-status > ul > li > a:hover, .list-status > ul > .active > a {
  color: #e91919;
}
.list-status > ul > .active > a {
  color: #e91919;
  border-bottom: 2px solid #e91919;
}
.list-status > ul > li > span {
  color: #e91919;
}

.list-table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.list-table > tbody > tr > td, .list-table > thead > tr > th {
  padding: 15px 10px;
  border-bottom: 1px dashed #ccc;
}
.list-table > thead > tr > th {
  border-bottom: 2px solid #e91919;
}
.list-table > tbody > tr > .visible {
  overflow: visible;
}

.td-top {
  vertical-align: top;
}

.vertical-middle {
  vertical-align: middle;
}

.list-none {
  text-align: center;
  padding: 90px 0;
  color: #ccc;
  font-size: 30px;
}

.operation-icons {
  text-align: right;
}
.operation-icons > a {
  font-size: 20px;
  margin-left: 10px;
  cursor: pointer;
}
.operation-icons > a:hover {
  text-decoration: none;
}
.operation-icons > a:hover i {
  opacity: 0.8;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.form-title {
  font-size: 16px;
  color: #999;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.hep-pagination {
  padding: 0;
  text-align: center;
}
.hep-pagination span, .hep-pagination > form {
  display: inline-block;
}
.hep-pagination > .pagination > a {
  min-width: 40px;
  padding: 0 3px;
  height: 40px;
  line-height: 40px;
  margin: 0 3px;
  display: inline-block;
  border: 1px solid #fff;
  color: #777;
  text-decoration: none;
}
.hep-pagination > .pagination > a:hover {
  border: 1px solid #666;
  color: #666;
}
.hep-pagination > .pagination > a.active {
  background: #666;
  color: #fff;
}
.hep-pagination > input {
  margin: 0 5px;
  width: 40px;
}
.hep-pagination > button {
  border: 0;
  background: none;
  cursor: pointer;
  color: #2998d8;
}

.left-panel, .right-panel {
  height: 300px;
  overflow: auto;
}

.right-panel {
  border-left: 1px solid #ccc;
}

.choice-label {
  float: left;
  border: 1px solid #2998d8;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 10px 10px 0;
  color: #2998d8;
  width: 200px;
  line-height: 34px;
  height: 34px;
}
.choice-label > i {
  color: #ccc;
  cursor: pointer;
  float: right;
}
.choice-label > i:hover {
  color: #555;
}

.choice-list {
  padding: 10px 20px;
}

.choice-name {
  margin-right: 18px;
}

.choice-label.display > .choice-name {
  margin-right: 0;
  text-align: center;
}

.nav-tabs > li > a {
  color: #555;
  margin-right: 2px;
  line-height: 1.42857143;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: 0;
  color: #2998d8;
  border-bottom: 2px solid #2998d8;
}

.inline-block {
  display: inline-block;
}

.list-head {
  position: relative;
}
.list-head > .check-all {
  position: absolute;
  left: 0;
  top: 15px;
}

.multi-line {
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
}

.iframe-modal .modal-body {
  padding: 0;
}
.iframe-modal .iframe-content, .iframe-modal .data-content {
  height: 100%;
  overflow: hidden;
}
.iframe-modal .data-content {
  overflow-y: auto;
  border-left: 1px solid #efefef;
  padding: 15px;
}
.iframe-modal iframe {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

.iframe {
  background: #fff;
}
.iframe .backstage-block {
  width: auto;
}
.iframe .iframe-block {
  padding: 10px;
}
.iframe .iframe-fixed {
  position: fixed;
  width: 100%;
  height: auto;
  background: #fff;
}

/*# sourceMappingURL=backstage.css.map */
