html { overflow-x:hidden; }
.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:100%;padding-top:20px;
}

#searchForm{ margin-bottom: 0px; width: 100%; }
.btn-selectitem { border-top-left-radius: 4px !important; border-bottom-left-radius: 4px !important;}
.selectitem { min-width: 130px;margin-top: 37px;list-style-type: none;padding: 5px 0px;box-shadow:0px 5px 10px 0px #888;position: absolute;z-index: 999999;background-color: #fff;}
.selectitem li { padding: 5px 15px;line-height: 18px;}
.selectitem li input { margin-right: 5px; margin-top: 2px; float: left; }
.imgshow { width: 100%; max-width: 300px; height: auto;margin-bottom: 10px;}

.img-item-delete {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #ff0000;
}
.img-item-delete-identity {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #ff0000;
}
.img-item-delete-other {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #ff0000;
}
.img-item{
    width: 100%;
    height: 100%;
}
.img-item-li {
    position: relative;
}

.weui_uploader_input_identity {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.weui_uploader_input_other {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.displaynone{
    display: none
}
.displayblock{
    display: block;
}

 .need {
     width: 14px;
     font-size: 14px;
     line-height: 20px;
     vertical-align: middle;
     color: #b20202;
     font-weight: 700;
     margin-left: 5px;
 }
.overflow-auto{overflow: auto;}