@import "../plugins/contextjs/css/context.standalone.css";
body {
  font-family: 'Microsoft YaHei';
  font-family: 'Microsoft YaHei' !important;
  background-color: #ecf0f5; }

html,
body {
  height: auto;
  min-height: 0; }

.todo-list > li .text,
.label {
  font-weight: 400; }

a {
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

ul {
  list-style-type: none;
  padding: 0; }

.info-box-text-btn {
  font-size: 22px;
  list-style-type: none;
  text-align: center;
  padding: 29px 0;
  color: #fff;
  margin: 0; }

.info-box-text-btn:hover {
  text-decoration: underline;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1); }

.info-box-text-btn:focus {
  color: #fff; }

.dropdown-menu a {
  cursor: pointer; }

.myFootprint .box-body .product-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px; }

.box-solid.box-default .box-header {
  background-color: #f5f5f5 !important;
  border-bottom: 1px solid #ddd; }

.ov-x {
  overflow-x: auto; }

.table thead tr {
  background-color: #f5f5f5;
  border: 1px solid #ddd; }

.table thead tr th {
  font-weight: 400;
  border: 1px solid #ddd;
  word-break: keep-all;
  white-space: nowrap; }

.table tbody tr td {
  border-color: #ddd;
  vertical-align: middle;
  word-break: keep-all;
  white-space: nowrap; }

.list-toolbar .input-group > .input-group-btn .btn {
  border-radius: 0px;
  margin-right: -1px; }

.list-toolbar .input-group .dropdown-toggle {
  background-color: transparent;
  border-right: 0px;
  width: 100%; }

.list-toolbar .input-group .dropdown-toggle.last {
  border-right: 1px solid #ddd; }

.list-toolbar .input-group .dropdown-toggle.last:hover, .list-toolbar .input-group .dropdown-toggle.last:focus {
  border-color: #adadad; }

.list-toolbar .input-group-addon,
.list-toolbar .input-group-btn > .btn,
.list-toolbar .form-control {
  height: 38px; }

.list-toolbar .tool-group {
  float: left;
  margin-right: 10px; }

.list-toolbar .search-group {
  float: right; }

.foot-submit {
  z-index: 999;
  width: 100%;
  position: fixed;
  bottom: 0;
  margin-left: -15px;
  border-radius: 0px;
  width: 100%;
  border-top: 1px solid #ddd;
  margin-bottom: 0; }

.foot-submit .panel-body {
  padding: 10px; }

.foot-submit .panel-body .icheckBox {
  display: inline-block;
  padding-left: 34px; }

.foot-submit .panel-btns {
  float: right;
  margin-right: 60px; }

.foot-submit .text {
  line-height: 45px; }

.foot-submit .text-2 > span {
  display: inline-block;
  margin-top: 7px; }

.foot-submit .text-2 .panel-btns {
  margin-left: 15px; }

#progress-top {
  margin: 0;
  padding: 0; }

#progress-top li {
  text-align: center;
  padding: 0 15px; }

#progress-top li span {
  display: inline-block;
  background-color: #eee;
  color: #888;
  width: 100%;
  padding: 5px;
  border-radius: 90px; }

#progress-top li span i {
  margin-left: 10px;
  font-size: 16px; }

#progress-top li.active span {
  background-color: #FF8064;
  color: #fff; }

.icheckBox label {
  font-weight: 400;
  cursor: pointer; }

.select2-wap {
  display: block;
  margin: 0 auto;
  width: 700px;
  margin-bottom: 15px; }

.select2-wap .select2 {
  width: 600px !important;
  min-height: 36px !important;
  display: inline-block; }

.select2-wap .select2 .select2-selection {
  min-height: 36px; }

.select2-wap .input-group-addon {
  border-radius: 0px;
  float: left;
  background-color: transparent;
  display: inline-block;
  width: 100px;
  height: 36px;
  line-height: 24px; }

.select2-wap input[type="text"] {
  width: 600px !important;
  height: 36px !important; }

.callout-default {
  background-color: #fafafa;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.callout-default a {
  color: #888;
  text-decoration: none; }

.callout-default a:hover {
  color: #555; }

.toggle-btn {
  border: 2px solid #ddd;
  display: inline-block;
  width: 46px;
  height: 24px;
  border-radius: 90px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

.toggle-btn:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 90px;
  background-color: #999;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

.toggle-btn.active {
  border-color: #00a65a; }

.toggle-btn.active:after {
  left: 24px;
  background-color: #00a65a; }

.footerbar .pagination {
  margin: 0; }

.footerbar .pagination li,
.footerbar .pagination a {
  border-radius: 0px !important; }

.content {
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out; }

.search-top {
  margin: 0 15px;
  margin-top: 15px;
  width: auto;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

.search-top .col:last-child {
  margin-right: 0;
  padding-right: 0; }

.search-top:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  z-index: -1;
  border-bottom: 1px solid #ddd;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out; }

.search-top.fixed {
  position: fixed;
  margin-top: 0;
  top: 0px;
  left: -15px;
  z-index: 999;
  width: 100%;
  padding-right: 25px;
  padding: 15px; }

.search-top.fixed:after {
  opacity: 1; }

.search-top .datepicker {
  border-radius: 0; }

#addrBox,
#addrBox1,
#addaddress {
  padding: 0; }

#addrBox select,
#addrBox1 select,
#addaddress select {
  height: 34px;
  border: none;
  width: 80px;
  padding-left: 5px; }

.address-input {
  border-left: none;
  height: 36px; }

.p-0 {
  padding: 0; }

.p-t-0 {
  padding-top: 0; }

.p-15 {
  padding: 15px; }

.p-15-0 {
  padding: 15px 0; }

.m-15-0 {
  margin: 15px 0; }

.m-b-15 {
  margin-bottom: 15px; }

.m-0 {
  margin: 0; }

.m-t-0 {
  margin-top: 0; }

.m-t-15 {
  margin-top: 15px; }

.m-t-10 {
  margin-top: 10px; }

.m-b-10 {
  margin-bottom: 10px; }

.b-r-0 {
  border-radius: 0px; }

.b-x {
  border-bottom: 1px dashed #ddd; }

.b-s {
  border-bottom: 1px solid #ddd; }

.border-r-0 {
  border-right: 0px; }

.text-888 {
  color: #888; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.tal {
  text-align: left; }

.input-mg .input-group {
  margin-top: 10px; }

.input-mg .input-group:first-child {
  margin-top: 0; }

.has-error .input-group-addon,
.has-error .select2-selection {
  border-color: #a94442;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

.datepicker-dropdown {
  z-index: 3999 !important; }

.min-alert-wap {
  position: fixed;
  top: 10px;
  right: 0;
  padding: 15px;
  width: 360px; }

.modal {
  overflow: auto; }

.modal .modal-content {
  border-radius: 4px; }

.content-1000 {
  width: 1000px;
  margin: 0 auto; }

.content-max-1200 {
  max-width: 1200px;
  margin: 0 auto; }

.datepicker-days .table tr td.disabled {
  color: #ddd; }

.datepicker-days .table tr td.disabled:hover {
  color: #ddd; }

.input-group-sm .btn {
  border-radius: 0 !important; }

.table-wap {
  width: 100%;
  overflow-x: auto; }

.isLoading {
  position: relative; }

.isLoading body {
  overflow: hidden;
  filter: blur(2px); }

.loading-wapper {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 999;
  transition: all 0.45s;
  opacity: 0; }

.loading-wapper.loading-active {
  opacity: 1; }

.line-scale-pulse-out-rapid > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  vertical-align: middle;
  animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78); }

.line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {
  animation-delay: -0.25s !important; }

.line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {
  animation-delay: 0s !important; }

@keyframes line-scale-pulse-out-rapid {
  0% {
    transform: scaley(1); }
  80% {
    transform: scaley(0.3); }
  90% {
    transform: scaley(1); } }

span.tag a.active{
  background-color: #3c8dbc;
  color: #fff !important;
}

span.tag a{
  padding: 2px 10px;
  display: inline-block;
  color: #888 !important;
  cursor: pointer;
}