html { overflow-x:hidden; }
html,body{
  width: 100%;
}
.content-header {
	position: relative;
	padding: 0 0 3px 8px
}

.content-header>.breadcrumb {
    position: relative;
    top: 0;
    right: 0;
    float: none;
    margin-top: 0px;
    padding-left: 10px;
    background: #ecf0f5;
}

.main-footer {
    padding: 7px;
    color: #444;
    border-top: 1px solid #eee;
}

[v-cloak] {
  display: none;
}

.grid-btn{
	margin-bottom:12px;
}
.grid-btn .btn{
	margin-right:10px;
}
.pointer{cursor: pointer;}

.ml-10 { margin-left:0 !important; }
@media (min-width: 768px) {
	.ml-10 { margin-left:10px !important; }
	.col-sm-10 {width: 70%;padding-left: 0px;}
	.col-sm-2 {width: 24%;}
}
tbody > tr > th {font-weight: normal; }
.panel .table { margin:0 0; }
.panel .pagination { margin:0; }
.panel-default>.panel-heading {background-color: #f5f5f5;}
.row{
	border-top: 1px solid #ddd;
	margin:0;
	padding:20px 2px 0px 2px;
}
.col-xs-6{padding-left: 0px;padding-right: 0px;}
.form-horizontal .form-group {margin-left:0px;margin-right:0px;}
.form-horizontal{
	width:550px;padding-top:20px;
}
.hy-search-box {
  float: left;
  margin-bottom: 10px;
  position: relative;
  padding-left: 80px;
}
.hy-search-box:not(.hy-search-box:first-child) {
  /* margin-left: 20px; */
}
.hy-search-box .hy-search-box-title {
  min-width: 80px;
  text-align: right;
  position: absolute;
  left: 0;
  top: 6px;
}
.hy-search-box100 .hy-search-box-title {
  min-width: 100px;
}
.hy-search-box100 .hy-search-box {
  padding-left: 100px;
}
.hy-search-box120 .hy-search-box-title {
  min-width: 120px;
}
.hy-search-box120 .hy-search-box {
  padding-left: 120px;
}
.hy-search-box .hy-search-box-input {
  width: 200px;
  display: inline-block;
}
.hy-search-btn-box {
  text-align: right;
}
.margin-auto {
  width: fit-content;
  margin: 0 auto;
}
.ui-jqgrid-bdiv {
  height: auto!important;
  min-height: 500px!important;
}
.web-select-carnum {
  width: 100%;
  height: 34px;
  position: relative;
  background: #fff;
  position: relative;
  border-radius: 4px;
  border: 1px solid #ccc;
  }
  .web-select-carnum .hidden-input {
    width: 100%;
    height: 100%;
  }
  .web-select-carnum .true-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
  }
  .web-select-carnum .web-select-carnum-input-item {
    width: 34px;
    padding-left: 4px;
    margin: 0 2px;
    height: 100%;
    text-align: left;
    line-height: 34px;
    border-radius: 4px;
    z-index: 10;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    position: relative;
  }
  .web-select-carnum .down-img {
    width: 8px;
    height: 6px;
    position: absolute;
    right: 0;
    top: 14px;
  }
  .web-select-carnum .carnum-active {
    border-color: #478FF1;
  }
  .web-select-carnum .carnum-keyboard {
    position: absolute;
    z-index: 11;
    background: #198FFD;
    width: 300px;
    height: 150px;
    bottom: -160px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-content: flex-start;
    border-radius: 0 0 4px 4px;
    padding-top: 5px;
  }
  .web-select-carnum .carnum-keyboard-number {
    position: absolute;
    z-index: 10;
    background: #198FFD;
    width: 300px;
    height: 150px;
    bottom: -160px;
    border-radius: 0 0 4px 4px;
    padding-top: 5px;
  }
  .web-select-carnum .number-line1 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
  }
  .web-select-carnum .number-line1-item {
    height: 36px;
    width: 10%;
    cursor: pointer;
  }
  .web-select-carnum .keyboard-item {
    height: 36px;
    width: 12.5%;
    cursor: pointer;
  }
  .web-select-carnum .font-box {
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
  }
  .web-select-carnum .number-cancel {
    height: 36px;
    width: 20%;
    padding: 0 1px;
    cursor: pointer;
  }
  .web-select-carnum .font-box:active {
    background: #CDCBD7;
  }
  .web-select-carnum .number-cancel .font-box {
    width: 100%;
  }
  .web-select-carnum .keyboard-finish {
    height: 20px;
    line-height: 20px;
    width: 100%;
    padding-right: 10px;
    color: #2b3d63;
    text-align: right;
    cursor: pointer;
  }
  .web-select-carnum .carnum-input {
    height: 100%;
    flex: 1;
    width: 0;
    background: transparent;
    border: none;
    font-size: 18px;
    outline: none;
    color: #000;
  }
  .web-select-carnum .mobile-keyboard {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .carnum-search-box {
    line-height: 34px;
    height: 34px;
    margin: 8px 0;
    width: 350px;
  }
  .carnum-search-box .carnum-search-label {
    width: 100px;
    text-align: right;
    font-weight: 700;
  }
  .carnum-search-box .carnum-search-component-box {
    display: inline-block;
    border-radius: 4px;
    margin-left: 4px;
  }
  .carnum-search-box .carnum-search-component-box .carnum-input {
    color:#000;
    padding-left: 5px;
  }


/* 样式一行显示... */
.showAlittle{
  display: inline-block;
  word-break:keep-all!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

  /* 全局设置 jqGrid 单元格居中 */
  .ui-jqgrid .ui-jqgrid-btable td {
    text-align: center !important;
  }
  .ui-jqgrid .ui-jqgrid-htable th {
    text-align: center !important;
  }