@charset "UTF-8";

/*
 * v 1.0 tianxinlong
 * */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
select,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  font-family: Microsoft YaHei, SimSun, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  color: inherit;
  outline: none;
  font-size: 13px;
}

html,
body {
  padding: 0;
  margin: 0;
  background: transparent;
  height: 100%;
  width: 100%;
  overflow: auto;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: initial;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin: 0;
}

.table {
  width: 100%;
  margin-bottom: 0;
}

.errorText {
  line-height: 30px;
}

/*---------------------loading----------------------*/
.loading-mask {
  position: fixed;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.15);
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.loading-loader {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  animation: loader-circles 1s linear infinite;
}

@keyframes loader-circles {
  0% {
    box-shadow: 0 -27px 0 0 rgba(159, 69, 69, 0.05),
      19px -19px 0 0 rgba(159, 69, 69, 0.1), 27px 0 0 0 rgba(159, 69, 69, 0.2),
      19px 19px 0 0 rgba(159, 69, 69, 0.3), 0 27px 0 0 rgba(159, 69, 69, 0.4),
      -19px 19px 0 0 rgba(159, 69, 69, 0.6), -27px 0 0 0 rgba(159, 69, 69, 0.8),
      -19px -19px 0 0 #9a353b;
  }

  12.5% {
    box-shadow: 0 -27px 0 0 #9a353b, 19px -19px 0 0 rgba(159, 69, 69, 0.05),
      27px 0 0 0 rgba(159, 69, 69, 0.1), 19px 19px 0 0 rgba(159, 69, 69, 0.2),
      0 27px 0 0 rgba(159, 69, 69, 0.3), -19px 19px 0 0 rgba(159, 69, 69, 0.4),
      -27px 0 0 0 rgba(159, 69, 69, 0.6), -19px -19px 0 0 rgba(159, 69, 69, 0.8);
  }

  25% {
    box-shadow: 0 -27px 0 0 rgba(159, 69, 69, 0.8), 19px -19px 0 0 #9a353b,
      27px 0 0 0 rgba(159, 69, 69, 0.05), 19px 19px 0 0 rgba(159, 69, 69, 0.1),
      0 27px 0 0 rgba(159, 69, 69, 0.2), -19px 19px 0 0 rgba(159, 69, 69, 0.3),
      -27px 0 0 0 rgba(159, 69, 69, 0.4), -19px -19px 0 0 rgba(159, 69, 69, 0.6);
  }

  37.5% {
    box-shadow: 0 -27px 0 0 rgba(159, 69, 69, 0.6),
      19px -19px 0 0 rgba(159, 69, 69, 0.8), 27px 0 0 0 #9a353b,
      19px 19px 0 0 rgba(159, 69, 69, 0.05), 0 27px 0 0 rgba(159, 69, 69, 0.1),
      -19px 19px 0 0 rgba(159, 69, 69, 0.2), -27px 0 0 0 rgba(159, 69, 69, 0.3),
      -19px -19px 0 0 rgba(159, 69, 69, 0.4);
  }

  50% {
    box-shadow: 0 -27px 0 0 rgba(159, 69, 69, 0.4),
      19px -19px 0 0 rgba(159, 69, 69, 0.6), 27px 0 0 0 rgba(159, 69, 69, 0.8),
      19px 19px 0 0 #9a353b, 0 27px 0 0 rgba(159, 69, 69, 0.05),
      -19px 19px 0 0 rgba(159, 69, 69, 0.1), -27px 0 0 0 rgba(159, 69, 69, 0.2),
      -19px -19px 0 0 rgba(159, 69, 69, 0.3);
  }

  62.5% {
    box-shadow: 0 -27px 0 0 rgba(159, 69, 69, 0.3),
      19px -19px 0 0 rgba(159, 69, 69, 0.4), 27px 0 0 0 rgba(159, 69, 69, 0.6),
      19px 19px 0 0 rgba(159, 69, 69, 0.8), 0 27px 0 0 #9a353b,
      -19px 19px 0 0 rgba(159, 69, 69, 0.05), -27px 0 0 0 rgba(159, 69, 69, 0.1),
      -19px -19px 0 0 rgba(159, 69, 69, 0.2);
  }

  75% {
    box-shadow: 0 -27px 0 0 rgba(159, 69, 69, 0.2),
      19px -19px 0 0 rgba(159, 69, 69, 0.3), 27px 0 0 0 rgba(159, 69, 69, 0.4),
      19px 19px 0 0 rgba(159, 69, 69, 0.6), 0 27px 0 0 rgba(159, 69, 69, 0.8),
      -19px 19px 0 0 #9a353b, -27px 0 0 0 rgba(159, 69, 69, 0.05),
      -19px -19px 0 0 rgba(159, 69, 69, 0.1);
  }

  87.5% {
    box-shadow: 0 -27px 0 0 rgba(159, 69, 69, 0.1),
      19px -19px 0 0 rgba(159, 69, 69, 0.2), 27px 0 0 0 rgba(159, 69, 69, 0.3),
      19px 19px 0 0 rgba(159, 69, 69, 0.4), 0 27px 0 0 rgba(159, 69, 69, 0.6),
      -19px 19px 0 0 rgba(159, 69, 69, 0.8), -27px 0 0 0 #9a353b,
      -19px -19px 0 0 rgba(159, 69, 69, 0.05);
  }

  100% {
    box-shadow: 0 -27px 0 0 rgba(159, 69, 69, 0.05),
      19px -19px 0 0 rgba(159, 69, 69, 0.1), 27px 0 0 0 rgba(159, 69, 69, 0.2),
      19px 19px 0 0 rgba(159, 69, 69, 0.3), 0 27px 0 0 rgba(159, 69, 69, 0.4),
      -19px 19px 0 0 rgba(159, 69, 69, 0.6), -27px 0 0 0 rgba(159, 69, 69, 0.8),
      -19px -19px 0 0 #9a353b;
  }
}

/*--------------------TODO textbox -----------------------*/
.lyb-textbox {
  /* 	display: inline-block; */
  position: relative;
}

.textbox-border {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: solid 1px #ccc;
  border-radius: 2px;
  padding: 0 4px;
  height: 100%;
  background: #fff;
}

.place-holder {
  top: 50%;
  left: 6px;
  color: #a0a0a0;
  font-style: italic;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  margin-top: -8px;
}

.place-holder.message {
  right: 10px;
  bottom: 0;
  top: initial;
  left: initial;
  padding-bottom: 0;
}

.textbox-border .textbox {
  border: none;
  display: block;
  width: 100% !important;
  height: 100% !important;
  padding: 0;
  font-size: 12px;
  font-family: "\u5B8B\u4F53";
  background: transparent;
}

.textbox-border.readonly {
  background: #efefef !important;
  box-shadow: none;
}

.textbox-border.readonly .edit-button,
.textbox-border.disabled .edit-button,
.textbox-border.readonly .new-file-btn-gaoyi,
.textbox-border.disabled .new-file-btn-gaoyi {
  display: none;
}

.editbox-border.readonly,
.editbox-border.disabled {
  padding-right: 4px;
}

.textbox-border.disabled {
  background: transparent !important;
  border: none;
  color: #454242;
}

.textbox-border.disabled .textbox {
  background: #0000;
  border: none;
  text-shadow: 1px 1px 0 #fff;
  color: #5f5f5f;
}

.textbox-border .hide-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  border-radius: 2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  display: none;
}

/*----------------------clear---------------------------*/
.textbox-border:hover .hide-button {
  cursor: pointer;
  display: block;
}

.textbox-border .hide-button .icon.clear {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/icons/close.png) center center no-repeat;
}

.textbox-border .edit-button .icon.clear {
  position: absolute;
  left: -20px;
  width: 20px;
  height: 100%;
  background: url(../img/icons/close.png) center center no-repeat;
  display: none;
}

.textbox-border:hover .edit-button .icon.clear {
  cursor: pointer;
  display: block;
}

/*----------------------popupedit---------------------------*/
.editbox-border {
  position: relative;
  padding-right: 32px;
}

.textbox-border .edit-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 30px;
  border-radius: 2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: solid 1px rgba(0, 0, 0, 0);
  box-sizing: border-box;
  text-align: center;
}

.textbox-border .edit-button .icon {
  color: #444;
  font-size: 14px;
}

.textbox-border .edit-button .icon.clear {
  display: none;
}

.textbox-border .edit-button .icon.popupedit {
  background: url(../img/icons/filterbox.png) center center no-repeat;
}

/*----------------------combobox---------------------------*/
.textbox-border .edit-button .icon.decimal {
  cursor: default;
  background: url(../img/icons/decimal.png) center center no-repeat;
}

.textbox-border .edit-button .icon.money {
  cursor: default;
  background: url(../img/icons/money.png) center center no-repeat;
}

.textbox-border .edit-button .icon.percent {
  cursor: default;
  background: url(../img/icons/percent.png) center center no-repeat;
}

/*----------------------combobox---------------------------*/
.textbox-border .edit-button .icon.combobox,
.textbox-border .edit-button .icon.selectbox {
  background: url(../img/icons/combobox.png) center center no-repeat;
}

/*----------------------filterbox---------------------------*/
.textbox-border .edit-button .icon.filterbox {
  background: url(../img/icons/filterbox.png) center center no-repeat;
}

/*----------------------filterbox---------------------------*/
.textbox-border .edit-button .icon.blockbox {
  background: url(../img/icons/blockbox.png) center center no-repeat;
}

/*----------------------upload---------------------------*/
.textbox-border .edit-button .icon.upload {
  background: url(../img/icons/upload.png) center center no-repeat;
}

/*-----------------------TODO datepicker------------------------------*/
.lyb-datepicker {
  display: inline-block;
  position: relative;
}

.datepicker-border {
  border-radius: 3px;
  box-shadow: 0 8px 20px 0 rgba(91, 91, 91, 0.35);
  background: #fff;
  min-width: 284px;
}

.datepicker-border .datepicker-head {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  background: #9a353b;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
}

.datepicker-border .datepicker-head .head-btn {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 40px;
  height: 40px;
  background: #8d393e;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}

.datepicker-border .datepicker-head .head-btn.head-prev-button {
  float: left;
  border-top-right-radius: 0;
}

.datepicker-border .datepicker-head .head-btn.head-prev-button {
  float: left;
  border-top-right-radius: 0;
}

.datepicker-border .datepicker-head .head-btn.head-next-button {
  float: right;
  border-top-left-radius: 0;
}

.datepicker-border .datepicker-head .head-btn.head-next-button {
  float: right;
  border-top-left-radius: 0;
}

.datepicker-border .datepicker-head .head-title {
  color: #fff;
  cursor: pointer;
  padding: 0 5px;
}


.datepicker-border .datepicker-head .head-btn:hover {
  background-color: #a9484d;
}

.datepicker-border .datepicker-head .head-btn .head-icon {
  display: inline-block;
  width: 5px;
  height: 10px;
}

.datepicker-border .datepicker-body {
  padding: 10px;
}

.datepicker-border .datepicker-body table {
  font-size: 12px;
  font-family: courier;
  table-layout: fixed;
}

.datepicker-border .datepicker-body table thead th {
  height: 30px;
  font-weight: normal;
  white-space: nowrap;
  line-height: initial;
  text-align: center;
}

.datepicker-border .datepicker-body table thead th.weekday {
  color: #9a353b;
}

.datepicker-border .datepicker-body table thead th.weekend {
  color: #d34444;
}

.datepicker-border .datepicker-body table tbody td {
  text-align: center;
}

.datepicker-border .datepicker-body table tbody td.cell-day {
  text-align: center;
  line-height: 26px;
  width: 32px;
  height: 26px;
}

.datepicker-border .datepicker-body table tbody td.cell-day.valid-day .number {
  color: #666;
}

.datepicker-border .datepicker-body table tbody td.cell-day.next-day .number {
  color: #c8c8c8;
}

.datepicker-border .datepicker-body table tbody td.cell-day.today .number {
  color: #d34444;
}

.datepicker-border .datepicker-body table tbody td.cell-day.actived .number {
  color: #fff;
}

.datepicker-border .datepicker-body table tbody td.cell-day.prev-day,
.datepicker-border .datepicker-body table tbody td.cell-day.next-day {
  color: #c8c8c8;
  cursor: default;
}

.datepicker-border .datepicker-body table tbody td.cell-day.valid-day:hover {
  background: #9a353b;
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
}

.datepicker-border .datepicker-body table tbody td.cell-day.valid-day:hover .number {
  color: #fff;
}

.datepicker-border .datepicker-body table tbody td.cell-day.unvalid-day {
  background: #f1f1f1;
  cursor: not-allowed;
  color: #909090;
  text-shadow: 1px 1px 0px #fff;
}

.datepicker-border .datepicker-body table tbody td.cell-day.actived {
  background: #9a353b;
  font-size: 14px;
  border-radius: 3px;
}

.datepicker-border .datepicker-foot {
  font-size: 12px;
  font-family: courier new;
  padding: 6px 20px;
  border-top: solid 1px #ddd;
  color: #666;
}

.datepicker-border .datepicker-foot table {
  font-size: 12px;
  font-family: courier new;
  width: 100%;
  text-align: center;
}

.datepicker-border .datepicker-foot table tbody td input[type="text"] {
  width: 30px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border: solid 1px #c8c8c8;
  border-radius: 3px;
  color: #666;
}

.datepicker-border .datepicker-foot table tbody td input.button {
  background: #9a353b;
  margin: 0 3px;
  cursor: pointer;
  font-size: inherit;
  color: #fff;
  width: 48px;
  height: 28px;
  line-height: 28px;
}

.datepicker-border .datepicker-foot table tbody td input.button:hover {
  background: #699e44;
}

.datepicker-border .datepicker-foot table tbody td input.button:active {
  background: #599032;
}

.datepicker-border .datepicker-foot .time-list {
  border: solid 1px #e0e0e0;
  background: #fff;
  border-radius: 3px;
}

.datepicker-border .datepicker-foot .time-list td.number {
  border-radius: 3px;
}

.datepicker-border .datepicker-foot .time-list td {
  cursor: pointer;
}

.datepicker-border .datepicker-foot .time-list td.actived {
  background: #9a353b;
  color: #fff;
}

.datepicker-border .datepicker-selector {
  background: #fff;
  padding: 4px;
  border-radius: 3px;
}

.datepicker-border .datepicker-selector table {
  table-layout: fixed;
  height: 100%;
}

.datepicker-border .datepicker-selector td {
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  color: #666;
  font-size: 14px;
}

.datepicker-border .datepicker-selector td.current {
  background: #9a353b;
  color: #fff;
}

.datepicker-border .datepicker-selector td:hover {
  background: #9a353b;
  color: #fff;
}

.datepicker-border .datepicker-selector td.change-year .prev {
  font-size: 20px;
  vertical-align: middle;
}

.datepicker-border .datepicker-selector td.back-home .home {
  vertical-align: middle;
  font-size: 18px;
}

.datepicker-border .datepicker-selector td.change-year .next {
  font-size: 20px;
  vertical-align: middle;
}

/*------------------------------datebox------------------------*/
.textbox-border .edit-button .icon.datebox {
  background: url(../img/icons/calendar.png) center center no-repeat;
}

/*------------------------------tabs------------------------------*/
.tabs-border {
  border: solid 1px #dcdcdc;
}

.tabs-border .panes-border {
  border-bottom: solid 1px #dcdcdc;
}

.tabs-border .panes-border .tabs {
  background: #efefef;
  height: 40px;
}

.tabs-border .panes-border .tabs .panes-tab {
  margin-left: -1px;
  margin-top: -1px;
  font-size: 14px;
  color: #333;
  height: 42px;
  line-height: 38px;
  border-top: solid 2px rgba(0, 0, 0, 0);
  padding: 0 12px;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
}

.tabs-border .panes-border .tabs .panes-tab .tab-close {
  margin-left: 5px;
  display: inline-block;
  width: 14px;
  line-height: initial;
  cursor: pointer;
}

.tabs-border .panes-border .tabs .panes-tab.selected {
  border-top: solid 2px #9a353b;
  background: #fff;
  border-left: solid 1px #e2e2e2;
  border-right: solid 1px #e2e2e2;
}

/*-----------------------------accordion------------------------*/
.lyb-accordion {
  font-family: Microsoft YaHei, SimSun, Arial, Helvetica, sans-serif;
}

.accordion-border {
  width: 100%;
  display: inline-block;
  moz-user-select: -moz-none;
  user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accordion-border .accordion-node {
  cursor: pointer;
  display: flex;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  border-bottom: solid 1px #dcdcdc;
  position: relative;
  align-items: center;
  font-size: 12px;
  color: #0d0d0d;
  border-left: 2px solid #f2f2f2;
}

.accordion-border .accordion.expand .accordion-node {
  border-bottom-color: #373837;
}

.accordion-border .accordion.expand .accordion-children {
  border-bottom: solid 1px rgba(63, 63, 61, 0.4);
}

.accordion-border .icon-homepage {
  background: url(../img/accordion/home.png) no-repeat center center;
  margin-right: 14px;
  vertical-align: middle;
  display: block;
  width: 15px;
  height: 14px;
}

.accordion-border .data-icon {
  margin-right: 14px;
  width: 15px;
}

.accordion-border .accordion .accordion-children .accordion-node .data-icon {
  display: none;
}

.accordion-border .accordion.expand>.accordion-node {
  color: #fff;
}

.accordion-border .accordion .accordion-node .icon-angle-right {
  position: absolute;
  right: 20px;
  top: 0px;
  width: 16px;
  text-align: center;
}

.accordion-border .accordion .accordion-children .accordion-leaf {
  border: none;
  height: 30px;
  line-height: 30px;
  padding-left: 66px;
}

.accordion-border .accordion .accordion-leaf.selected,
.accordion-border .accordion .accordion-node:hover {
  background-color: #dcdcdc;
  border-left: 2px solid #9a353b !important;
}

@-webkit-keyframes rotate90 {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@keyframes rotate90 {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.accordion-border .accordion.expand .icon-angle-right {
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: rotate90;
  animation-name: rotate90;
}

.accordion-border .accordion-children {
  display: none;
  font-size: 14px;
}

.accordion-border .accordion-text {
  vertical-align: middle;
}

.accordion-border.shrink .accordion .accordion-node {
  padding-left: 0;
}

.accordion-border.shrink .accordion-node .data-icon {
  margin: auto;
}

.accordion-border.shrink .accordion-node .accordion-text {
  display: none;
}

.accordion-border.shrink .accordion-node .icon-angle-right {
  display: none;
}

/*--------------------------modal---------------------------*/

.lyb-modal .modal-content .modal-header {
  background: #9a353b;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.lyb-modal .modal-header .modal-title {
  font-size: 20px;
  color: #fff;
}

.lyb-modal .modal-header .close {
  color: #fff;
  opacity: 1;
}

/*---------------------------pager--------------------------*/
.lyb-pager .pager-center {
  display: inline-block;
  display: inline-flex;
  padding-left: 0;
  border-radius: 4px;
  float: left;
}

.lyb-pager .pager-border {
  height: 24px;
  line-height: 24px;
  color: #475669;
}

.lyb-pager .pager-center li {
  margin: 0 2px;
  display: inline-block;
  display: inline-flex;
  font-size: 13px;
}

.lyb-pager .pager-center>li>a {
  border: 1px solid #ddd;
  display: block;
  width: 28px;
  height: 22px;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
  line-height: 23px;
  color: #333;
}

.lyb-pager .pager-center .pager-split {
  display: flex;
  align-items: center;
  margin: 0 8px;
}

.lyb-pager .pager-center .pager-split a {
  background: none;
  border: none;
  border-left: solid 1px #aaa;
  height: 18px;
  width: 0;
}

.lyb-pager .pager-center li.enable a:hover {
  border-color: #9a353b;
  color: #9a353b;
}

.lyb-pager .pager-right .total {
  color: #9a353b;
}

.lyb-pager .pager-left .pager-size .textbox-border {
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  padding-right: 24px;
}

.lyb-pager .pager-left .pager-size .textbox-border .textbox {
  font-size: 13px;
}

.lyb-pager .pager-left .pager-size .textbox-border.textbox-border .edit-button {
  width: 24px;
}

.lyb-pager input.pager-num {
  height: 22px;
  line-height: 22px;
  width: 50px;
  border: solid 1px #ccc;
  border-radius: 3px;
  text-align: right;
  padding: 0 2px;
  color: #666;
}

.lyb-pager .pager-center>.disabled>span,
.lyb-pager .pager-center>.disabled>span:hover,
.lyb-pager .pager-center>.disabled>span:focus,
.lyb-pager .pager-center>.disabled>a,
.lyb-pager .pager-center>.disabled>a:hover,
.lyb-pager .pager-center>.disabled>a:focus {
  cursor: not-allowed;
  border-color: #ddd;
  opacity: 0.3;
}

/*-----------------------------datasheet-------------------------------*/
.stop-select {
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datasheet-border {
  border: solid 1px #ccc;
  background: #fff;
}

.lyb-blockbox .datasheet-border,
.lyb-fuzzysearch .datasheet-border {
  height: 100%;
}

.datasheet-border .datasheet-head,
.datasheet-border .datasheet-body,
.datasheet-border table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-bottom: 0 !important;
}

.datasheet-border .datasheet-body .view-row .view-cell,
.datasheet-head .head-row .column-splitter {
  position: absolute;
  overflow: hidden;
  background: #fff;
  cursor: e-resize;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  z-index: 100;
  top: 0px;
  right: -3px;
  height: 100%;
  width: 5px;
}

.datasheet-border .datasheet-foot {
  padding: 8px;
  /* 	border-top: solid 1px #ccc; */
}

.datasheet-border .viewgrid-border.rows-head {
  border-bottom: solid 1px #ccc;
}

.datasheet-border .viewgrid-border.rows-content {
  overflow: auto;
  background: #fff;
  top: 41px;
  left: 0;
  right: 0;
  bottom: 41px;
}

.datasheet-border .viewgrid-border .column-settings {
  background: #f8f8f8;
  border-left: solid 1px #ccc;
  cursor: pointer;
  text-align: center;
}

.datasheet-border .viewgrid-border .column-settings .icon-equalizer2 {
  line-height: 40px;
}

.datasheet-border .viewgrid-border .column-settings .setting {
  background: url("../img/grid/settings.png") center center no-repeat;
  padding: 8px 8px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.datasheet-border .datasheet-body .view-row .view-cell,
.datasheet-head .head-row .head-cell {
  padding: 0;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  border: solid 1px #ddd;
}

.datasheet-border .datasheet-body .view-row .view-cell.check-cell,
.datasheet-head .head-row .head-cell.check-cell {
  padding: 0;
}

.datasheet-border .viewgrid-border .datasheet-view .view-body .view-row .view-cell {
  border: solid 1px #ddd;
  height: 36px;
  line-height: 36px;
}

.datasheet-border .viewgrid-border .datasheet-head .head-row {
  background: #ebebeb;
}

.datasheet-border .viewgrid-border .datasheet-head .head-row .head-cell {
  font-weight: normal;
}

.datasheet-border .viewgrid-border .datasheet-view .hide-head .head-row .head-cell {
  border: solid 1px #ddd;
  border-top: none;
  border-bottom: none;
}

.datasheet-border .viewgrid-border .datasheet-view .view-body .view-row .view-cell .text,
.datasheet-border .viewgrid-border .datasheet-head .head-row .head-cell .text {
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 2px;
  /*height: 100%;*/
}

.datasheet-border .viewgrid-border .datasheet-view .view-body .view-row.disabled .view-cell .text {
  color: #ccc;
}

.datasheet-border .viewgrid-border .datasheet-view .view-body .view-row .view-cell .text .icon,
.datasheet-border .viewgrid-border .datasheet-head .head-row .head-cell .text .icon {
  font-size: 14px;
  margin-left: 1px;
}

.datasheet-border .viewgrid-border .datasheet-view .view-body .view-row .view-cell .text input[type="text"],
.datasheet-border .viewgrid-border .datasheet-view .view-body .view-row .view-cell .text select {
  box-sizing: border-box;
  width: 100%;
  height: 26px;
  border-radius: 3px;
  border: 1px solid #c8c8c8;
  padding: 0 2px;
}

.datasheet-border .viewgrid-border .datasheet-view .view-body .view-row .view-cell .text font.matcher {
  font-style: italic;
  background: #ffc02c;
  padding: 0 1px 0 0;
}

.datasheet-border .viewgrid-border .datasheet-view .view-body .view-row.row-selected .view-cell {
  background: #f2dcc4;
}

.datasheet-border .viewgrid-border .datasheet-view .view-body .view-row .view-cell .selectbox-border .icon,
.datasheet-border .viewgrid-border .datasheet-head .head-row .head-cell .selectbox-border .icon {
  display: none;
}

.datasheet-border .viewgrid-border .datasheet-view .view-body .view-row .view-cell .selectbox-border .icon.icon-check-empty,
.datasheet-border .viewgrid-border .datasheet-head .head-row .head-cell .selectbox-border .icon.icon-check-empty {
  display: inline-block;
}

.datasheet-border .viewgrid-border .datasheet-view .view-body .view-row.row-selected .view-cell .selectbox-border .icon.icon-check,
.datasheet-border .viewgrid-border .datasheet-head .head-row .head-cell .selectbox-border.row-selected .icon.icon-check {
  display: inline-block;
}

.datasheet-border .viewgrid-border .datasheet-view .view-body .view-row.row-selected .view-cell .selectbox-border .icon.icon-check-empty,
.datasheet-border .viewgrid-border .datasheet-head .head-row .head-cell .selectbox-border.row-selected .icon.icon-check-empty {
  display: none;
}

.datasheet-border .viewgrid-border .view-row:first-child .view-cell,
.datasheet-border .viewgrid-border .head-row:first-child .head-cell {
  border-top: none !important;
}

.datasheet-border .viewgrid-border .view-cell:first-child,
.datasheet-border .viewgrid-border .head-cell:first-child {
  border-left: none !important;
}

.datasheet-border .viewgrid-border .view-cell:last-child,
.datasheet-border .viewgrid-border .head-cell:last-child {
  border-right: none !important;
}

.datasheet-border .viewgrid-border .head-row:first-child .head-cell {
  border-bottom: none !important;
}

.datasheet-border .viewgrid-border .listbox-border .listbox .multi.listbox-node.selected {
  background-color: transparent;
}

.datasheet-border .viewgrid-border .lyb-listbox {
  box-shadow: #999 1px 1px 5px 0px;
}

.resize-panel {
  position: absolute;
  overflow: hidden;
  background: #808080;
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30);
  border: solid 1px #000;
  z-index: 100000000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: e-resize;
}

/*---------------------------listbox----------------------------*/
.lyb-listbox {
  position: relative;
}

.listbox-border {
  /*     border: solid 1px #f1f1f1; */
  text-align: left;
  background: #fff;
  box-shadow: 2px 2px 10px 0 #a7a7a7;
}

.listbox-border.readonly .listbox .listbox-node.inline-node {
  color: #ddd;
}

.listbox-border .listbox {
  max-height: 260px;
  overflow: auto;
}

.listbox-border .listbox .listbox-node {
  padding: 4px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: solid 1px transparent;
  cursor: pointer;
  line-height: normal;
}

.listbox-border .listbox .listbox-node:hover,
.listbox-border .listbox .multi.listbox-node:hover {
  border-color: #ccc;
  background-color: #f1f1f1;
  color: black;
}

.listbox-border .listbox .listbox-node i.icon {
  font-size: 14px;
  width: 16px;
  margin-right: 2px;
}

.listbox-border .listbox .listbox-node.height-light {
  background: #f8f2eb;
}

.listbox-border .listbox .listbox-node.selected {
  background-color: rgba(154, 53, 59, 0.64);
  /*color: #fff;*/
}

.listbox-border .listbox .listbox-node.selected i.icon {
  color: #9a353b;
}

.listbox-border .listbox .listbox-node font.matcher {
  font-style: italic;
  background: #ffc02c;
  padding: 0 1px 0 0;
}

.listbox-border .listbox .listbox-node.inline-node {
  display: inline-block;
  display: inline-flex;
  padding: 0 8px;
  margin: 0 3px;
  border: solid 1px #aaa;
}

.listbox-border .listbox .listbox-node.inline-node.box-node {
  height: 26px;
  line-height: 26px;
}

.listbox-border .listbox .listbox-node.empty {
  font-style: italic;
  color: #666;
}

.listbox-border .buttons {
  padding: 2px;
  border-top: solid 1px #999;
  overflow: hidden;
}

.listbox-border .buttons .check-all-border {
  display: inline-block;
  height: 16px;
  float: left;
  margin: 2px;
  cursor: pointer;
  font-size: 14px;
}

.listbox-border .buttons .check-all-border i.icon {
  width: 16px;
  margin-left: 2px;
  font-size: 14px;
}

.listbox-border .buttons .button-sure {
  border: solid 1px #999;
  padding: 2px 8px;
  border-radius: 2px;
  display: inline-block;
  font-family: "";
  font-size: 12px;
  float: right;
  cursor: pointer;
}

.listbox-border .buttons .button-sure:hover {
  background: #f1f1f1;
}

/*------------------------notice tips------------------------*/
.lyb-notice {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  align-items: center;
  display: flex;
  z-index: 1000;
}

.lyb-tips {
  position: fixed;
  left: 50%;
  margin-left: -210px;
  top: 0;
  z-index: 101;
}

.notice-border {
  width: 420px;
  border-radius: 5px;
  font-size: 16px;
  position: relative;
  margin: auto;
  color: #fff;
  background: #fff;
  /*	moz-user-select: -moz-none;
        -moz-user-select: none;
        -o-user-select:none;
        -khtml-user-select:none;
        -webkit-user-select:none;
        -ms-user-select:none;
        user-select:none;*/
}

.notice-border .notice-icon {
  font-size: 40px;
}

.notice-border .notice-icon.icon-info-sign {
  color: #50bfff;
}

.notice-border .notice-icon.icon-warning-sign {
  color: #bf8139;
}

.notice-border .notice-icon.icon-ok-sign {
  color: #13ce66;
}

.notice-border .notice-icon.icon-remove-sign {
  color: #d34444;
}

.notice-border .notice-icon.icon-question-sign {
  color: #ccc2b4;
}

.tips-border .notice-icon {
  background: none;
  font-size: 18px;
  height: 40px;
  width: 40px;
  display: block;
  line-height: 40px;
  text-align: center;
}

.notice-border.info {
  background-color: #50bfff;
}

.notice-border.warning {
  background-color: #f7ba2a;
}

.notice-border.success {
  background-color: #13ce66;
}

.notice-border.error {
  background-color: #d34444;
}

.notice-border .notice-header {
  height: 40px;
  line-height: 40px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 0 20px;
  background-color: #9a353b;
}

.notice-border .notice-header .notice-title {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  float: left;
}

.notice-border .notice-header .tools-border {
  float: right;
}

.notice-border .notice-header .tools-border .icon-close {
  cursor: pointer;
  width: 16px;
  text-align: center;
  color: #fff;
}

.notice-border .notice-content {
  padding: 20px 20px 10px;
  color: #475669;
  font-size: 14px;
  background-color: #fff;
}

.notice-border .notice-btns {
  padding: 10px 20px 20px;
  text-align: right;
  background-color: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.notice-border .notice-btns .button {
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  background: #969696;
  color: #1f2d3d;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  width: 92px;
  height: 30px;
  line-height: 28px;
  border: none;
  border-radius: 3px;
  margin: 0 5px;
}

.notice-border .notice-btns .button.button-success {
  color: #fff;
  background-color: #9a353b;
}

.notice-border .notice-btns .button.button-cancel {
  background: #969696;
  color: #fff;
}

.notice-border .notice-btns .button.w150 {
  width: 150px !important;
}
.notice-border .notice-btns .button.w200 {
  width: 200px !important;
}

.notice-border .notice-btns .button:nth-child(2) {
  margin-left: 10px;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
}

.animate {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*-------------------------dialog----------------------------*/
.lyb-dialog {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  align-items: center;
  display: flex;
  z-index: 100;
}

.dialog-border {
  background-color: transparent;
  border-radius: 3px;
  font-size: 16px;
  position: relative;
  margin: auto;
  color: #fff;
}

.dialog-border.notice-border .notice-content {
  padding: 0;
  background-color: #fff;
}

.dialog-border.notice-border .notice-header .notice-title {
  font-size: 14px;
  font-weight: bold;
}

.dialog-border.notice-border .notice-btns {
  padding: 10px 0;
  text-align: center;
  background: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: solid 1px #dcdcdc;
}

.dialog-border.notice-border .notice-btns .button.button-success {
  color: #fff;
  background-color: #9a353b;
}

.dialog-border.notice-border .notice-btns .button {
  background: #969696;
  color: #fff;
}

/*-----------------------blockbox----------------------------*/
.editbox-border .textboxlist {
  /*height: 100%;*/
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.editbox-border .textboxlist .textboxlist-item {
  padding: 0 2px;
}

.editbox-border .textboxlist .textboxlist-item .textboxlist-text {
  padding: 2px 6px;
  border-radius: 2px;
  border: 1px solid #cad8f3;
  background: #dee7f8;
  cursor: default;
  height: initial;
  line-height: normal;
  white-space: nowrap;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
}

.editbox-border .textboxlist .textboxlist-item .textboxlist-close {
  width: 7px;
  height: 7px;
  background: url(/resources/lybui/img/blockbox/close.gif) 0 0 no-repeat;
  cursor: pointer;
  margin-left: 6px;
}

.editbox-border .textboxlist .textboxlist-text-item .textboxlist-close:hover {
  background-position: 0px -7px;
}

.editbox-border .textboxlist .textboxlist-text-item .filter-text {
  line-height: inherit;
  /*width: 40px;*/
  width: 80%;
}

/*-------------------------button-------------------------*/
.button {
  width: 92px;
  height: 30px;
  line-height: 30px;
  border: none;
  border-radius: 3px;
  margin: 0 5px;
  cursor: pointer;
}

/*-------------------------------------------------
  ----------------------------------
  -------------------------------------------------*/
.textbox-border {
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  color: #555;
  /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background: transparent;
}

.textbox-border .textbox {
  font-family: Microsoft YaHei, SimSun, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

/*-------------------bigtext------------------------*/
.lyb-bigtext .textbox-border {
  height: 100% !important;
  line-height: normal;
}

/*-------------------bigtext------------------------*/
.lyb-textareabox .textbox-border {
  height: 100%;
  line-height: normal;
}

/*---------------------radiobox---------------------*/
.lyb-radiobox {
  position: relative;
}

.lyb-radiobox .listbox-border {
  border: none;
  background: none;
  box-shadow: none;
}

.lyb-radiobox .listbox-border .listbox {
  border: none;
  overflow: auto;
}

.lyb-radiobox .listbox-border .listbox .listbox-node.inline-node {
  border: none;
  background: none;
}

.lyb-radiobox .listbox-border .listbox .listbox-node.selected {
  color: #333;
}

.lyb-radiobox .listbox-border .listbox .listbox-node.empty {
  padding: 2px 8px;
  border-radius: 3px;
  background: #9f4545;
  color: #fff;
  font-style: normal;
}

.lyb-radiobox .listbox-border .listbox .listbox-node.inline-node:hover {
  background: none;
}

.lyb-radiobox .listbox-border .listbox .listbox-node.inline-node.empty:hover {
  background: #9f4545;
}

/*---------------------checkbox---------------------*/
.lyb-checkbox {
  position: relative;
}

.lyb-checkbox .listbox-border {
  border: none;
  /*height: 100%;*/
  background: none;
  box-shadow: none;
}

.lyb-checkbox .listbox-border .listbox {
  border: none;
  overflow: auto;
  /*height: 100%;*/
}

.lyb-checkbox .listbox-border .listbox .listbox-node.inline-node {
  border: none;
  background: none;
}

.lyb-checkbox .listbox-border .listbox .listbox-node.selected {
  color: #333 !important;
}

.lyb-checkbox .listbox-border .listbox .listbox-node.empty {
  padding: 2px 8px;
  border-radius: 3px;
  background: #9f4545;
  color: #fff;
  font-style: normal;
}

.lyb-checkbox .listbox-border .listbox .listbox-node.inline-node:hover {
  background: none;
}

.lyb-checkbox .listbox-border .listbox .listbox-node.inline-node.empty:hover {
  background: #9f4545;
}

/*-----------------------------tree------------------------*/

.tree-border {
  width: 100%;
  display: inline-block;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tree-border .tree-node {
  display: inline-flex;
  line-height: 24px;
  font-size: 13px;
  position: relative;
  align-items: center;
  padding: 0 6px;
}

.tree-border .tree-node i.icon {
  font-size: 14px;
  margin-right: 4px;
  cursor: pointer;
}

.tree-border .tree-node i.icon.toggle-icon,
.tree-border .tree-node i.empty-icon {
  width: 10px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  margin-right: 2px;
}

.tree-border .tree-node i.icon.toggle-icon {
  width: 8px;
}

.tree-border .tree-node i.icon.checkbox-icon {
  margin-right: 2px;
  width: 13px;
}


.tree-border .node-border .tree-children {
  padding-left: 20px;
}

.tree-border .tree-children {
  display: none;
  font-size: 13px;
}

.tree-border .tree-text {
  vertical-align: middle;
  cursor: pointer;
  border: solid 1px rgba(0, 0, 0, 0);
  padding: 0 5px 0 3px;
}

.tree-border .node-border .tree-node .tree-text.selected,
.tree-border .node-border .tree-node .tree-text:hover {
  border-color: #cacaca;
  background-color: rgba(204, 204, 204, 0.35);
}

.tree-border.shrink .node-border .tree-node {
  padding-left: 0;
}

.tree-border.shrink .tree-node .tree-text {
  display: none;
}

.tree-border .tree-node .tree-text i.icon {
  width: 15px;
}

input,
textarea,
keygen,
select,
button {
  text-rendering: auto;
  color: initial;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  margin: 0;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: 13px;
  line-height: normal;
  font-family: Microsoft YaHei, SimSun, Arial, Helvetica, sans-serif;
}

/*-----------------------TODO IMG查看器------------------------------*/
.img-box .img-loader {
  z-index: 5;
  /*     display: none; */
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(1, 0.5);
    opacity: 0.2;
    filter: alpha(opacity=20) \9;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
    filter: alpha(opacity=100) \9;
  }
}

@keyframes loader {
  0% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
    opacity: 0.2;
    filter: alpha(opacity=20) \9;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    filter: alpha(opacity=100) \9;
  }
}

.img-loader,
.img-loader:before,
.img-loader:after {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-name: loader;
  animation-name: loader;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
}

.img-loader {
  position: relative;
  margin: 0 auto;
  width: 4px;
  height: 20px;
  background: #ff6700;
  overflow: visible;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.img-loader:before,
.img-loader:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 20px;
  content: "";
  background: #ff6700;
}

.img-loader:before {
  margin: -10px 0 0 -10px;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-transform: scale(1, 0.3);
  -ms-transform: scale(1, 0.3);
  transform: scale(1, 0.3);
}

.img-loader:after {
  margin: -10px 0 0 6px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-transform: scale(1, 0.5);
  -ms-transform: scale(1, 0.5);
  transform: scale(1, 0.5);
}

.lyb-img .tool-box {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  bottom: 5px;
  width: 100%;
  justify-content: center;
  z-index: 11;
  align-items: center;
}

.lyb-img .tool-box div {
  margin-right: 20px;
  color: #9a353b;
  cursor: pointer;
  font-size: 18px;
}

.lyb-img .title-box {
  height: 5%;
  background: #f5f5f5;
  width: 100%;
  position: relative;
}

.lyb-img .img-box {
  background: #f5f5f5;
  width: 100%;
  position: relative;
  z-index: 999;
  text-align: center;
  overflow: hidden;
  height: 480px;
}

.lyb-img .img-box img {
  transition: all ease 0.3s;
  position: absolute;
  top: 50%;
  height: 480px;
  transform-origin: top left;
  transform: translate(-50%, -50%);
}

.lyb-img .title-box .icon.icon-remove {
  position: absolute;
  color: #9a353b;
  cursor: pointer;
  right: 10px;
  top: 7px;
  z-index: 1005;
  font-size: 18px;
}

.lyb-img.notice-border .left {
  position: absolute;
  right: 80%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

.lyb-img.notice-border .right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 80%;
  z-index: 1000;
}

.lyb-img .icon-chevron-right,
.icon-chevron-left {
  position: absolute;
  font-size: 25px;
  top: 50%;
  color: #9a353b;
  cursor: pointer;
  display: none;
}

.lyb-img.notice-border:hover .icon-chevron-left {
  display: block;
  left: 20px;
}

.lyb-img.notice-border:hover .icon-chevron-right {
  display: block;
  right: 20px;
}

.lyb-input-minus {
  left: 1px;
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #d8dce5;
}

.lyb-input-plus {
  right: 1px;
  border-radius: 0 4px 4px 0;
  border-left: 1px solid #d8dce5;
}

.lyb-input-minus,
.lyb-input-plus {
  position: absolute;
  z-index: 1;
  top: 0px;
  width: 40px;
  height: auto;
  text-align: center;
  background: #f5f7fa;
  color: #5a5e66;
  cursor: pointer;
  font-size: 13px;
}

.lyb-input-number {
  -webkit-appearance: none;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
}

/*data-time-range*/

.lyb-timerangebox .datepicker-border .datepicker-body {
  padding: 0;
}

.lyb-timerangepicker .datepicker-body table {
  font-size: 12px;
  font-family: courier;
  table-layout: fixed;
  border-collapse: collapse;
}

.lyb-timerangepicker .datepicker-body table thead th {
  border: solid 1px #d6d6d6;
  border-right: none;
  padding: 2px;
  font-weight: normal;
  white-space: nowrap;
}

.lyb-timerangepicker .datepicker-body table tbody td {
  text-align: center;
  border: solid 1px #d6d6d6;
  border-right: none;
  border-bottom: none;
}

.lyb-timerangepicker .datepicker-body table tbody td div.cell-day {
  text-align: center;
  padding: 6px;
}

.lyb-timerangepicker .datepicker-body table tbody td div.cell-day.today {
  color: #e40000;
}

.lyb-timerangepicker .datepicker-body table tbody td div.cell-day.prev-day,
.lyb-timerangepicker .datepicker-body table tbody td div.cell-day.next-day {
  color: #aaa;
  box-shadow: none;
  background: 0;
  cursor: default;
}

.lyb-timerangepicker .datepicker-body table tbody td div.cell-day.valid-day:hover {
  background: #eaeaea;
  cursor: pointer;
}

.lyb-timerangepicker .datepicker-body table tbody td div.cell-day.unvalid-day {
  background: #f1f1f1;
  cursor: not-allowed;
  color: #909090;
  text-shadow: 1px 1px 0 #fff;
}

.lyb-timerangepicker .datepicker-body table tbody td div.cell-day.actived {
  background: #ffe8e1;
}

.lyb-timerangepicker .datepicker-body table tbody tr.row-day:hover {
  background: #ffe8e1;
  cursor: pointer;
}

.lyb-timerangepicker .datepicker-body table tbody tr.row-day:hover .cell-day.valid-day {
  background: #ffe8e1;
}

.lyb-timerangepicker .datepicker-foot {
  display: none !important;
}

.lyb-timerangepicker .datepicker-foot table {
  font-size: 12px;
  font-family: courier new;
  width: 100%;
  text-align: center;
}

.lyb-timerangepicker .datepicker-foot table tbody td .list {
  position: absolute;
  border: solid 1px #d6d6d6;
  width: 120px;
  background: #fff;
  box-shadow: 0 -1px 10px 0 #6b6b6b;
}

.lyb-timerangepicker .datepicker-foot table tbody td .list li.number {
  float: left;
  display: inline-block;
  width: 20px;
  line-height: 20px;
  height: 20px;
}

.lyb-timerangepicker .datepicker-foot table tbody td .list .corner {
  position: absolute;
  left: 1px;
  bottom: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #f90;
  box-shadow: 0 0 10px 0 #fff;
}

.lyb-timerangepicker .datepicker-foot table tbody td .list li {
  cursor: pointer;
}

.lyb-timerangepicker .datepicker-foot table tbody td .list li.actived,
.lyb-timerangepicker .datepicker-foot table tbody td .list li:hover {
  background: #ffe8e1;
}

.lyb-timerangepicker .date-border {
  position: absolute;
  left: 2px;
  right: 1px;
  top: 0;
  bottom: 0;
  padding-right: 18px;
}

.lyb-timerangepicker {
  display: inline-block;
  position: relative;
  border-radius: 2px;
}

.lyb-timerangepicker .appointment {
  width: 150px;
  float: left;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-left: solid 1px #d6d6d6;
  font-size: 12px;
}

.lyb-timerangepicker .appointment .timeRange {
  padding: 2px 5px;
  border: solid 1px rgba(0, 0, 0, 0);
  border-left: 0;
  border-right: 0;
  cursor: pointer;
}

.lyb-timerangepicker .appointment .timeRange.actived {
  background-color: #ffe8e1;
}

.lyb-timerangepicker .appointment .disabled {
  padding: 2px 5px;
  border: solid 1px rgba(0, 0, 0, 0);
  border-left: 0;
  border-right: 0;
  background: #f1f1f1;
  cursor: not-allowed;
  color: #909090;
  text-shadow: 1px 1px 0 #fff;
}

.lyb-timerangepicker .appointment .timeRange:hover {
  background: #ffe8e1;
}

.lyb-datasheet .height-light {
  background: #f2dcc4;
}

.bgc_red {
  background: #9a353b !important;
}

/*
!*
    权限按钮 所有带有data-code的元素默认被隐藏
*!
*[data-code]{
    display: none;
}*/
.width102 {
  width: 102px !important;
}

.width190 {
  width: 190px !important;
}

.width150_ {
  width: 150px !important;
}

/* 上传按钮 */
.new-file-btn,
.new-file-btn-gaoyi {
  padding: 5px;
  background-color: #9f4545;
  color: #ffffff;
  border-radius: 2px;
  font-style: inherit;
  cursor: pointer;
}

.new-file-btn-gaoyi {
  position: absolute;
  top: 0;
  right: 0;
  /* margin: auto; */
  padding: 0 5px;
  cursor: pointer;
}

.new-file-right-30 {
  right: 40px !important;
  cursor: pointer;
  background: #9f4545;
}

.introduce-div {
  position: absolute;
  right: 30px;
  top: 25px;
  padding: 4px 12px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-size: 14px;
  width: 40%;
  z-index: 11;
  line-height: 24px;
}

.view-row td {
  position: relative;
}

.notice-message-color-green,
.notice-message-color-green p,
.notice-message-color-green span {
  color: #7eb436;
}

.themeColor {
  background: #9a353b !important;
}

/* 分组选择器 */
.lyb-groupcombobox{
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 2px;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 170px;
  min-height: 30px;
  position: relative;
}
.lyb-groupcombobox .item{
  border:1px solid transparent;
}
.lyb-groupcombobox .item:hover{
  border-color:#ccc;
  background: #f1f1f1;
  color: black !important;
  box-sizing: border-box;
}
.lyb-groupcombobox .item:active{
  border-color: rgba(154, 53, 59, 0.64);
  background-color: rgba(154, 53, 59, 0.64);
  color: #ffffff;
}
.lyb-groupcombobox .group_title li:not(:last-child){
  border-bottom:1px solid #e8e8e8;
}
.lyb-groupcombobox .group_title::-webkit-scrollbar {
  display: none;
}
.lyb-groupcombobox .select_span_box{
  width: 100%;
  padding: 4px 4px 0 4px;
  box-sizing: border-box;
}
.lyb-groupcombobox .select_span_box span{
    padding: 0px 6px;
    border-radius: 2px;
    border: 1px solid #cad8f3;
    background: #dee7f8;
    cursor: default;
    height: initial;
    line-height: normal;
    white-space: nowrap;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 4px;
    margin-right: 4px;
    cursor: pointer;
}
.lyb-groupcombobox .select_span_box .item-close{
    width: 7px;
    height: 7px;
    background: url(/resources/lybui/img/blockbox/close.gif) 0 0 no-repeat;
    cursor: pointer;
    margin-left: 6px;
}
.lyb-groupcombobox .placeholder{
  font-size: 14px;
  color: #999999;
  transform: translateY(-2px);
}