body {
  height: 100%;   
}

html {
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
#rrapp{
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.content-header {
  position: relative;
  padding: 0 0 3px 8px
}

.typeahead {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.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;
}
.none {
  display: none;
}
.preview_img_icon {
  cursor: pointer;
  font-size: 18px;
}
.abs_bot_0.preview_img_icon {
  position: absolute;
  bottom: 0;
}
.uploader-content {
  display: inline-block;
}
.pos_r {
  position: relative;
}
.color_999 {
  color: #999;
}
.mar_b5 {
  margin-bottom: 5px;
}
.flex {
  display: flex;
}
.flex-item {
  flex: 1;
}

[v-cloak] {
  display: none;
}

.grid-btn {
  margin-bottom: 12px;
}

.grid-btn .btn {
  margin-right: 10px;
}

.pointer {
  cursor: pointer;
}

.ml-10 {
  margin-left: 0 !important;
}

.typeahead {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.flex {
  display: flex;
}
.flex-item {
  flex: 1;
}
.flex-x-center {
  justify-content: center;
}
.flex-y-center {
  align-items: center;
}
.flex-y-end {
  align-items: flex-end;
}
.unauditedQuantity{
  display: inline-block;
  border-radius: 50%;
  background-color: rgb(235, 51, 51);
  color: #fff;
  width: 25px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  margin-left: 4px;
}
@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: 100%;
  padding-top: 20px;
}

/* add by ligc 20170626  */
.ui-jqgrid tr.jqgrow td {
  white-space: normal !important;
  height: auto;
  vertical-align: text-top;
  padding-top: 2px;
  word-break: break-all;
}

/************jQuery.Validate插件样式开始********************/
label.error {
  background: url(common/jquery-validate-1.13.0/images/error.png) no-repeat 0px 0px;
  color: Red;
  padding-left: 20px;
}

label.success {
  background: url("common/jquery-validate-1.13.0/images/checked.gif") no-repeat 0px 0px;
}

input.error {
  border: dashed 1px red;
}

/************jQuery.Validate插件样式结束********************/

.messagebox {
  width: 49%;
  display: inline-block;
  vertical-align: text-top;
}

.addimg {
  padding: 6px;
  float: left;
  border: 1px solid #E5E5E5
}

.addimg img {
  width: 18px;
}

.numinp {
  width: 109px;
  margin-left: -1px;
  display: inline-block;
}

.numinp2 {
  width: 264px;
  display: inline-block;
}

.messagebox .form-control {
  border-radius: 0;
}

.snsselect {
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  width: 140px;
  text-align: center;
  font-size: 14px;
  display: inline-block;
}

.snsinp {
  display: inline-block;
  width: 264px;
}

.removesns {
  width: 23px;
  margin-left: 9px;
  cursor: pointer;
  display: none;
}

.addsns {
  padding: 5px 8px;
  border: 1px solid #ccc;
  display: inline-block;
  cursor: pointer;
}

.mar_b20 {
  margin-bottom: 10px;
}



.messagebox .control-label {
  text-align: left;
  padding-left: 60px;
}
.msgtrow{
  padding-left: 60px;

}
.mesgtitle{
    padding-bottom: 10px;
    border-bottom:1px solid #ddd;
    margin-bottom: 15px; 
}
.pdt6{
    padding-top: 6px;
}
.search-layer {
  position: -webkit-sticky;
  position: sticky;
  background: rgb(255, 255, 255);
  top: 0;
  z-index: 99;
  padding-top: 1em;
}
.priduct_content {
  position: relative;
}
/* table 表头换行 */
.ui-jqgrid .ui-jqgrid-htable .ui-th-div {
  height: auto!important;
  overflow: visible!important;
  white-space: pre-wrap!important;
  word-break: break-all!important;
}
.ui-jqgrid .ui-jqgrid-htable .ui-th-div .s-ico {
  display: inline-block;
  width: 12px;
  height: 12px;
}
.ui-jqgrid-sortable .glyphicon {
  top: auto!important;
}

.pagination-content {
  margin-top: 10px;
}
.text-center {
  text-align: center;
}

.pd-b100 {
  padding-bottom: 200px;
}
