/*西游导航图标字体*/
@import "xy-fonts/iconfont.css";
/*ui框架自带样式*/
@import "comm.css";
/*自定义颜色*/
/*客户平台前台样式*/
/*客户平台前台样式*/
.customer {
  position: relative;
  overflow-y: auto;
}
.customer .navbar {
  position: absolute;
}
.customer .navbar-static-side.navbar-default {
  position: inherit;
  float: left;
}
.customer #content-main {
  overflow: auto;
  overflow-x: hidden;
  height: auto;
}
/*
  客户端新页面打开隐藏导航

*/
/*换行*/
.br {
  white-space: normal!important;
}
body.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0;
}
body {
  color: #2c2e32;
}
.text-default {
  color: #595d65;
}
.text-danger {
  color: #f95552;
}
a.text-danger {
  color: #f95552;
}
a.text-danger:hover {
  color: #ff4242;
}
.text-ff6001 {
  color: #ff6001;
}
.text-color-main {
  color: #2c2e32;
}
.text-secondary {
  color: #868c98;
}
.text-main {
  color: #3393ff;
}
a {
  color: #2c2e32;
}
a:hover {
  color: #3393ff;
}
img {
  max-width: 100%;
}
.bg-main {
  background-color: #3393ff;
}
/*按钮*/
.btn {
  /* padding: 5px 12px;*/
}
.btn.btn-main {
  background-color: #3393ff;
  color: #fff;
}
.btn.btn-main:hover {
  color: #fff;
  background-color: #1374e2;
}
.btn.btn-main:focus {
  color: #fff;
  background-color: #6db1ff;
}
.btn:disabled {
  color: #595d65 !important;
  background-color: #d3d3d3 !important;
}
.btn.btn-outline {
  color: #595d65;
  border: 1px solid #595d65;
  background-color: #fff;
}
.btn.btn-outline:hover {
  color: #fff;
  background-color: #1374e2;
  border-color: transparent;
}
.btn.btn-outline:focus {
  color: #fff;
  background-color: #6db1ff;
  border-color: transparent;
}
.btn.btn-outline:disabled {
  color: #595d65 !important;
  background-color: #d3d3d3 !important;
  border-color: transparent;
}
.btn.btn-sm {
  padding: 2px 10px;
}
.btn.btn-text {
  color: #595d65;
  background-color: transparent;
  outline: none;
}
.btn.btn-text:hover {
  color: #1374e2;
  text-decoration: underline;
}
.btn.btn-text:active {
  color: #2c2e32;
}
.btn-text {
  color: #595d65;
}
.btn-text:hover {
  color: #1374e2;
  text-decoration: underline;
}
.btn-text:active {
  color: #2c2e32;
}
.tag {
  color: #868c98;
  font-size: 12px;
  margin-left: 5px;
}
.tag:hover {
  color: #ff6001;
}
.tag.tag-info {
  color: #3393ff;
}
.tag.tag-warning {
  color: #ff6001;
}
.label {
  font-weight: 400;
  border: 1px solid transparent;
  padding: 1px 3px;
  font-size: 12px;
}
.label.label-success {
  background-color: transparent;
  border: 1px solid #3393ff;
  color: #3393ff;
}
.label.label-warning {
  background-color: transparent;
  border: 1px solid #ff6001;
  color: #ff6001;
}
/*Data Table 翻页对齐*/
div.dataTables_length,
div.dataTables_info {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin-top: 10px;
}
div.dataTables_wrapper div.dataTables_info {
  margin-left: 10px;
  padding-top: 5px;
  float: none;
}
.dataTables_scroll:first-child .dataTables_scrollBody {
  height: 0 !important;
}
.dataTables_scroll:last-child .dataTables_scrollHead {
  display: none;
}
.pagination-detail .page-list {
  float: left;
}
/*弹框按钮居中*/
.modal-footer {
  text-align: center;
}
.modal-footer .btn {
  margin-right: 20px;
}
.modal-footer .btn:last-child {
  margin-right: 0;
}
/*上传input样式优化*/
input[type=file] {
  padding-bottom: 32px;
}
/*弹框出现时间*/
.bounceInDown {
  animation-duration: .5s;
}
.fixed-nav #content-main {
  overflow-y: scroll;
}
/*页面进度条加载*/
.pace .pace-progress {
	background: #fff;
  z-index: 2100;
}
/*标签*/
.tokenfield .token-input {
  margin-bottom: 0;
}
/*表格复选框*/
.table .checkbox {
  padding-left: 0;
}
/*标题颜色*/
.table > thead > tr > th {
  background-color: #F4F4F4;
  font-size: 14px;
  font-weight: 400;
}
/*不换行*/
.table > tbody > tr > td p {
  white-space: nowrap;
}
/*select2 关闭按钮样式*/
.select2-selection__clear {
  font-family: "Microsoft Yahei";
}
th,
td {
  white-space: nowrap;
}
/*阿里图标 字体减粗*/
.iconfont {
  font-weight: 400;
}
/*内容与页头间距*/
.fixed-nav #wrapper {
  padding-top: 80px;
  background-color: #ededed;
}
/*内容区域距离页头*/
.wrapper-content {
  padding-top: 0;
}
/*页头样式*/
.navbar-fixed-top {
  border-bottom: none;
  background-color: #fff;
}
/*去掉轮廓*/
.radio-success input[type="radio"]:checked + label::before,
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  outline: none !important;
}
/*弹框大小*/
.modal-dialog {
  width: 960px;
}
.modal-header .close {
  font-size: 50px;
  line-height: 0;
  font-weight: 400;
}
.modal-header .close:hover,
.modal-header .close:focus,
.modal-header .close:active {
  outline: none;
}
.inmodal .modal-body {
  background: #f3f3f4;
}
/*logo*/
.fixed-nav .minimalize-styl-2 {
  margin: 4px 5px 0px 20px;
}
/*首页*/
.index .package-information .item {
  border-right: 1px solid #e7eaec;
}
.index .package-information .item:last-child {
  border-right: none;
}
/*左侧导航条与下面的距离，避免内容过多 滚动不到*/
.fixed-nav .slimScrollDiv #side-menu {
  padding-bottom: 120px;
}
.dataTable .label,
.dataTable .btn {
  margin-right: 5px;
}
.dataTable .label:last-child,
.dataTable .btn:last-child {
  margin-right: 0;
}
.tooltip.top .tooltip-arrow,
.tooltip.bottom .tooltip-arrow {
  border-top-color: #1f88ff;
}
.tooltip.top .tooltip-inner,
.tooltip.bottom .tooltip-inner {
  background-color: #1f88ff;
  white-space: nowrap;
}
/*验证搜索偏移*/
.has-success .form-control-feedback {
  top: 5px;
}
/*验证偏移*/
.input-group .help-block {
  margin-top: 0;
}
/*客户端发货 选择发货强制 行内对其*/
.xy-select-deliver-goods.active {
  display: inline-block;
}
/*首页最新公告*/
.alert-notice .alert-notice-content {
  max-height: 190px;
  overflow-y: scroll;
  padding: 0 15px;
  line-height: 2;
  text-indent: 25px;
}
.alert-notice .list-group li {
  display: none;
}
.alert-notice .list-group li.on {
  display: block;
}
/*新增客户折叠*/
.xy-tr-project + .xy-tr-partner {
  display: none;
}
.xy-tr-project.open + .xy-tr-partner {
  display: table-row;
}
/*loading*/
.xy-icon-loading {
  -webkit-animation: rotate 1.4s infinite linear;
  animation: rotate 1.4s infinite linear;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*步骤导航*/
.steps {
  margin-bottom: 22px;
}
.steps.row {
  display: block;
  margin-right: 0;
  margin-left: 0;
}
.step,
.step-1 {
  position: relative;
  padding: 10px 15px;
  margin: 0;
  font-size: inherit;
  color: #a3afb7;
  vertical-align: top;
  background-color: #f3f7f9;
  border-radius: 0;
}
.step-number {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 32px;
  height: 32px;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background-color: #868c98;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.step-number ~ .step-desc {
  min-height: 32px;
  margin-left: 42px;
}
.step-title {
  margin-bottom: 0;
  font-size: 16px;
  color: #868c98;
}
.step-desc {
  text-align: left;
}
.step-desc p {
  margin-bottom: 0;
  color: #999;
}
.steps-vertical .step {
  display: block;
  padding: 12px 15px;
}
.steps-vertical .step[class*=col-] {
  float: none;
  width: 100%;
}
.step.current {
  color: #fff;
  background-color: #46be8a;
}
.step.current .step-title {
  color: #fff;
}
.step.current p {
  color: #fff;
}
.step.current .step-number {
  color: #46be8a;
  background-color: #fff;
}
.step.disabled {
  color: #868c98;
  pointer-events: none;
  cursor: auto;
}
.step.disabled .step-title {
  color: #868c98;
}
.step.disabled .step-number {
  background-color: #868c98;
}
.step.error {
  color: #fff;
  background-color: #f96868;
}
.step.error .step-title {
  color: #fff;
}
.step.error .step-number {
  color: #f96868;
  background-color: #fff;
}
.step.done {
  color: #fff;
  background-color: #46be8a;
}
.step.done .step-title {
  color: #fff;
}
.step.done p {
  color: #fff;
}
.step.done .step-number {
  color: #46be8a;
  background-color: #fff;
}
.pointer {
  cursor: pointer;
}
.form-horizontal .control-label {
  font-weight: 400;
}
.form-horizontal .checkbox {
  padding-top: 0;
}
.f-18 {
  font-size: 18px;
  font-weight: 400;
}
.f-22 {
  font-size: 22px;
}
.f-30 {
  font-size: 30px;
}
.f-12 {
  font-size: 12px;
}
.f-44 {
  font-size: 44px;
}
.table {
  border: 1px solid #cfcfcf;
}
/*dl*/
.dl-horizontal dt,
.dl-horizontal dd {
  /* color: #595d65; */
  font-weight: 400;
}
@media (min-width: 768px) {
  .dl-horizontal dd {
    margin-left: 160px;
  }
}
@media screen and (max-width: 1024px) {
  .table > tbody > tr > td,
  .table > tbody > tr > th,
  .table > tfoot > tr > td,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > thead > tr > th {
    padding: 4px;
  }
  .f-18 {
    font-size: 14px;
  }
  .f-44 {
    font-size: 32px;
  }
  .f-30 {
    font-size: 18px;
  }
  body {
    font-size: 12px;
  }
  .table > thead > tr > th {
    font-size: 14px;
  }
  .nav-tabs > li > a {
    font-size: 14px;
    padding: 10px 15px 10px 20px;
  }
}
@media screen and (max-width: 1805px) and (min-width: 1024px) {
  .nav-tabs > li > a {
    font-size: 14px;
    padding: 10px 15px 10px 20px;
  }
  .table > thead > tr > th {
    font-size: 14px;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1360px) {
  body.fixed-sidebar .navbar-static-side,
  body.canvas-menu .navbar-static-side {
    width: 200px;
  }
  #page-wrapper {
    margin: 0 0 0 200px;
  }
  .modal-dialog {
    width: 750px;
  }
}
/*穿梭框*/
.area-modal-wrap .modal-mask {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.area-modal-wrap .area-modal {
  position: absolute;
  left: 50%;
  margin-left: -345px;
  width: 690px;
  border: 1px solid #e5e5e5;
  background: #fff;
  z-index: 1001;
  top: 0;
}
.area-modal-wrap .area-modal-head {
  padding: 15px 10px;
  background: #F6F6F6;
  font-size: 14px;
  line-height: 14px;
  border-bottom: 1px solid #e5e5e5;
}
.area-modal-wrap .area-modal-content {
  min-height: 200px;
}
.area-modal-wrap .area-modal-foot {
  padding: 15px 10px;
  background: #F6F6F6;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}
.area-modal-wrap .area-editor-head {
  margin: 0;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  font-weight: normal;
  background: #f6f6f6;
  border-bottom: 1px solid #e5e5e5;
}
.area-modal-wrap .area-editor-list {
  padding: 0;
  overflow: auto;
}
.area-modal-wrap .area-editor > .area-editor-list {
  height: 314px;
  margin: 10px 0;
}
.area-modal-wrap .area-editor-list-title {
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 10px;
  margin: 0;
  font-weight: normal;
}
.area-modal-wrap .area-editor-list-title.active {
  background: #d7d7d7;
}
.area-modal-wrap .area-editor-list-title .area-editor-list-title-content {
  position: relative;
  top: 5px;
  padding-left: 20px;
  line-height: 30px;
  cursor: pointer;
}
.area-modal-wrap .area-editor-depth1 {
  text-indent: 1em;
}
.area-modal-wrap .area-editor-depth1 .area-editor-ladder-toggle {
  left: 12px;
  text-indent: 0;
}
.area-modal-wrap .area-editor-remove-btn {
  float: right;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #d7d7d7;
  color: #fff;
  line-height: 15px;
  text-align: center;
  text-indent: 0;
  margin-top: 7px;
  cursor: pointer;
}
.area-modal-wrap .area-editor-list-select .area-editor-ladder-toggle {
  background-color: #fff;
  color: #d7d7d7;
}
.area-modal-wrap .area-editor-wrap {
  padding: 30px 0;
  width: 560px;
  margin: 0 auto;
}
.area-modal-wrap .area-editor-wrap .area-editor-column {
  float: left;
  width: 200px;
  height: 375px;
  border: 1px solid #e5e5e5;
}
.area-modal-wrap .area-editor-wrap .area-editor-column.area-editor-column-used {
  float: right;
}
.area-modal-wrap .area-editor-wrap .area-editor-column.area-editor-column-used .area-editor-list-title-content {
  cursor: initial;
}
.area-modal-wrap .area-editor-wrap .area-editor-add-btn {
  margin: 150px 0 0 52px;
}
.area-modal-wrap li:empty {
  display: none;
}
/*首页步骤导航*/
.index-step {
  overflow: hidden;
}
.index-step .step-item {
  float: left;
  text-align: center;
  position: relative;
  padding-right: 140px;
}
.index-step .step-item:after {
  content: '';
  position: absolute;
  top: 24%;
  left: 40px;
  width: 88%;
  height: 1px;
  background-color: #595d65;
}
.index-step .step-item:last-child {
  padding-right: 0;
}
.index-step .step-item:last-child:after {
  display: none;
}
.index-step .step-item .num {
  display: inline-block;
  padding: 3px 8px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #595d65;
}
/*客户端导航样式*/
body.fixed-sidebar .navbar-static-side {
  background-color: #ededed;
}
body.fixed-sidebar .navbar-static-side .nav {
  background-color: #fff;
}
body.fixed-sidebar .navbar-static-side .nav > li {
  font-size: 14px;
}
body.fixed-sidebar .navbar-static-side .nav > li.divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
body.fixed-sidebar .navbar-static-side .nav > li.dropdown-header {
  color: #999;
}
body.fixed-sidebar .navbar-static-side .nav > li.active {
  border: none;
  background-color: #fff;
}
body.fixed-sidebar .navbar-static-side .nav > li.active > a {
  background-color: #e2f0ff;
  color: #3393ff;
}
body.fixed-sidebar .navbar-static-side .nav > li.active > a:focus {
  color: #595d65;
}
body.fixed-sidebar .navbar-static-side .nav > li a {
  font-weight: 400;
  color: #595d65;
}
body.fixed-sidebar .navbar-static-side .nav > li a:hover,
body.fixed-sidebar .navbar-static-side .nav > li a:focus {
  background-color: #3393ff;
  color: #fff;
}
/*客户端导航样式 END*/
/*路由轨迹*/
.router-trajectory dd,
.router-trajectory dt {
  /* color: #868c98; */
}
.router-trajectory dd .text,
.router-trajectory dt .text {
  margin-left: 22px;
  display: block;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 10px;
  margin-top: -11px;
  margin-bottom: -12px;
  border-left: 2px solid #868c98;
}

.router-trajectory .active  .text {
  border-left: 2px solid #3393ff;

}
.router-trajectory .active {
  color: #3393ff;
  /* padding-top: 20px; */
}
.router-trajectory .active .icon-radio:after {
  display: none;
}
.router-trajectory .icon-radio{
  margin-left: 15px;
  /* margin-top: 31px; */
  top: -3px;
}
.router-trajectory .icon-radio {
  position: relative;
}
.router-trajectory .icon-radio:after {
  content: '';
  position: absolute;
  /* width: 1px; */
  height: 24px;
  background-color: #868c98;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
}
.Copyright {
  color: #999;
  font-size: 12px;
}
.Copyright a {
  color: #999;
}
/*datatable 滚动样式*/
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #ddd;
}
/*错误提示颜色*/
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #ed5565;
}
/*错误页面*/
#page-404 {
  background: url("../img/404.png");
}
#page-500 {
  background: url("../img/500.png");
}
#page-404,
#page-500 {
  width: 302px;
  height: 170px;
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -160px;
}
#page-404 .btn,
#page-500 .btn {
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -41px;
}
#page-url-error {
  width: 588px;
  height: 394px;
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -294px;
  background: url("../img/url-error.png");
}
#page-url-error .footer {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
  border-top: none;
}
/*错误页面END*/
/*
select2*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #2d2f34;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3393ff;
  color: #fff;
}
/*标题加粗*/
.panel .panel-heading .panel-title.font-bold {
  font-size: 24px;
  color: #999;
  font-weight: bold;
}
