html ,.container
{
	padding: 0;
	margin: 0
}
html{
	height: 100%;
}
body{
    
    font-family: "hiragino sans gb","microsoft yahei";
    height: 100%;
    overflow: auto;
    font-size: 12px;
    padding: 0 !important;
}

.font6{
	font-size:6px;
}
.font8{
	font-size:8px;
}
.font12{
	font-size:12px;
}

/*----间隔距离---*/
.blank5, .blank10, .blank15, .blank20 {
	width: 100%;
	clear: both;
}

.blank5 {
	height: 5px;
}
.blank10 {
	height: 10px;
}
.blank15 {
	height: 15px;
}
.blank20 {
	height: 20px;
}

.navbar-inverse{
	background: #205aa4
}
em{
	font-style: normal;
}

.pagination {
    margin: 10px 0;
}
ul,ol{
	padding: 0;
	margin: 0
}
/* 通用样式设置 */
.bd_line{
	border: #ddd 1px solid
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
/* 无边线表格样式 */
.table_noline{
	border
}
/* 样式设置 */
.bg-green{
	background-color: #00ff00;
}
.text-success{
	color: #00bb00
}
.text-err{
	color: #e50d21
}
.text-red{
	color: #e50d21
}
.text-orange{
	color: #FF8000
}
.readonly_bg{
	background-color:#ddd
}
.nav{
	font-size: 12px;
}
.navbar-inverse .navbar-nav > li > a{
	color: #eee
}
.main_box{
	margin-top: 65px;
}
.navbar-right{
	margin-top: 9px;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover{
	background: none
}
.navbar-right li .badge{
	position: absolute;
	padding: 2px 5px;
	font-size: 9px;
	background-color: #be0a1b;
	top: 4px;
	right: 0;
	font-family: a
}
.left_box{
	width: 215px;
	position: absolute;
	left: 0;
	z-index: 2;
	border-right: #ddd 1px solid;
}
.right_box{
	background: #fff none repeat scroll 0 0;
    border-left: 1px solid #ddd;
    margin-left: 214px;
    min-height: 100%;
    padding-bottom: 50px;
    position: relative;
    transition: margin-left 0.7s ease-in-out 0s;
    width: auto;
}
.list-group-item,
.list-group-item:first-child{
	border-radius: 0;
	background: #f9f9f9;
	border-right-width: 0;
	padding: 8px 5px;
	font-size: 14px;
}
.list-group{
	padding-bottom: 60px;
}
.navbar-brand{
	margin-top: 5px;
}
.list-group-item:first-child{
	background: #eff6fe;
	color: #117dd0
}
.treeview span.indent{
	margin-left: 2px;
	margin-right: 2px;
}

.minor > tbody > tr > td, .minor > tbody > tr > th, .minor > tfoot > tr > td,.minor > tfoot > tr > th, .minor > thead > tr > td, .minor > thead > tr > th{
	white-space: nowrap;font-size:8px;
}

.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: 5px 8px;
	vertical-align: middle;
	border: #ddd 1px solid
}
.table{
	border: #ddd 1px solid;
	margin-bottom: 5px;
}
.table > thead > tr > th{
	background: #eff6fe none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
}

.listdata{
	padding-left: 5px;
}
.tree_cate{
    border-right: 1px solid #ddd;
    height: 100%;
    position: absolute;
    width: 155px;
}
/* 右侧数据 */
.con_data{
    margin-left: 160px;
    padding-top: 10px;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
	text-align: center;
	font-size: 12px
}
.table  td img{
	max-width: 160px;
}
/* 左侧无树情况下 */
.right_con{

}
.btn{
	padding: 4px 10px;
	font-size: 12px;
}
.btn_table_head{
	padding: 0px;
	margin-left:2px;
 	color: #3f8dd5;
}

/* 表格数据样式设置 */
.btn-toolbar{
	margin-left: 0;
	margin-bottom: 9px
}
.print_title{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0
}
[class*="span"]{
	margin-left: 0px;
	float: none;
}
.btn-toolbar .form-control
{	font-size: 12px;
	padding: 2px 10px;
	display: inline-block;
	width: auto;
	height: auto;
}
td .controls{
	margin-bottom: 0px;
}
.table_box .form-control{
	padding: 2px 5px;
	height: 30px;
	font-size: 12px
}
td .form-control{
	width: 100%;
}
label{
	font-weight: normal;
}
.form-group{
	margin-bottom: 8px;
}
.controls{
	margin-bottom: 10px;
}
.btn-toolbar .controls,
.btn-toolbar .form-group{
	display: inline-block;
}
.input_rt{
	text-align: right;
}
.controls .input-group{
	display: inline-flex;
	float: none;
	vertical-align: middle;
}
.input-group-addon{
	padding: 2px 14px
}

.table_box .panel-body{
	padding: 0
}
.table_box{
	padding: 2px;
	margin:5px auto;
	width: 98%;
	font-size: 12px
}
.btn-gray{
	background: #eee;
	border: #ccc 1px solid
}
.btn-gray:hover{
	background: #fff
}
.btn-primary{
   background: #3f8dd5
}
.order_title .img{
	float: left;
	margin-right: 15px;
}
.order_title .img img{
	width: 115px;
}
.order_title_text{
	line-height: 30px;
}
.order_title{
	margin: 10px auto
}
.panel-body{
	padding:10px;
}
.order_notice{

}
.no_line,.no_line > tbody > tr > td, .no_line > tbody > tr > th, .no_line > tfoot > tr > td, .no_line > tfoot > tr > th, .no_line > thead > tr > td, .no_line > thead > tr > th{
	border:#ddd 0px solid;
}
.no_line > tbody > tr > td, .no_line > tbody > tr > th, .no_line > tfoot > tr > td, .no_line > tfoot > tr > th, .no_line > thead > tr > td, .no_line > thead > tr > th{
	text-align: left;
}
.modify_right{
	width: 55%;
}
.modify_left{
	width: 40%;
}
.ml_15{
	margin-left: 15px;
}
.img_qr{
	max-width: 220px;
	padding: 5px;
	border:#ddd 1px solid;
}
.pr_10{
	padding-right: 10px;
}
.modify_right table{
	width: 98%;
	margin:10px auto;
}
.process_box{
	max-width: 700px;
	overflow: hidden;
	margin: 5px auto
}
.process_box .pull-left{
	width: 62%;
}
.process_box .pull-right{
	width: 38%
}
.process_box .print_title{
	min-height: 120px;
	vertical-align: middle;
	line-height: 120px;
}
.process_box .table{
	margin-bottom: 0;
	width: 100%;
}
.process_box  .table th{
	background: none;
	font-weight: normal;
}
.process_box 
.process-img img{
	width: 100%
}
.process-img .title{
	text-align: center;
	margin:20px auto;
}
.qr_title_img img{
	width: 115px;
	height: 115px;
	border: #ddd 1px solid
}
.qr_title_img {
	position: absolute;
	left: 0
}
.print_title{
	position: relative;
	overflow: hidden;
}
.dropdown-menu{
	min-width: auto;
	max-height: 220px;
	overflow: auto;
}
.nav-tabs > li > a{
	color: #fff;
	border-radius: 0;
	background: #3f8dd5;
	padding: 5px 10px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	border: #ddd 1px solid;
	background: #fff;
	color: #888
}
.nav-tabs > li> a:hover{
	background: #579ceb
}
.input{
	height: 30px;
	border: #ccc 1px solid;
	border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    padding: 2px 5px
}
.breadcrumb{
	margin-bottom: 0;
}
.breadcrumb .active a{
	color: #ce1111
}
.breadcrumb > li + li::before{
	content: "| ";
}
.search-box{
	display: inline-block;
	position: relative;
	width: 215px;
}
.search-box .btn-search{
  position: absolute;
  right: 0px;
  top: 0px;
  height: 26px;
  border-width: 0;
  border-radius: 0 4px 4px 0
}
.search-box .input-search{
	width: 215px;
}
.select-search{
	padding: 4.4px 5px;
    border-radius: 5px;
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border: #ccc 1px solid;
}
.drop-list .input-group-btn{
	width: 29px;
}
/* 点击小图变大图 */
.divCenter{
	z-index: 90;
	padding: 5px;
	display: none;
	 position: absolute; 
	 left: 50%;
	 top: 50%;
    transform: translate(-50%, -50%); 
	background: #fff;

}
.divCenter img{
	width: 800px;
}
.overlay {
	position: absolute;
	top: 0;	
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
	z-index: 30;
	opacity: 0.4
}

.input-select-box{
	position: relative;
}
.input-group input.form-control{
  border: #ddd 1px solid
}
.input-select-box button{
	margin-left: -2px;
	height: 30px;
}
.show{
	display: block;
}
.hide{
	display: none;
}
.form-control{
	height: 30px;
	padding: 3px 12px;
}
.form-control .input_full {
	width:100%;
}

.col-xs-6 .input-group{
	width: 100%
}
/* input输入框前固定字段 */
.fixed-box{
  position: relative;
}
.fixe-nums{
  position: absolute;
  left: 12px;
  top: 5px;
  border-width:1;
  color: #555;
  font-size: 14px;
}

.fieldset-box{
	border:#ddd 1px solid;
	padding:5px;
	}
.fieldset-box legend{
	font-size:14px;
	font-weight:bold;
	width:auto;
}

/* 分页样式----start */
.page-list {
	padding: 10px;
	font-size: 12px;
	color: #666;
	line-height: 24px;
}

.page-list a,.cpage {
    padding: 2px 12px;
    height: 28px;
    text-align: center;
    border: 1px solid #e6eaeb;
    margin-left: -1px;
    cursor: pointer;
    margin: 0 2px;
    font-weight: normal;
    color: #666;
    text-decoration: none;
}

.page-list a:hover,.cpage:hover {
    border: #3189e3 1px solid
}

.page-list a {
    display: inline-block;
}

.page-input {
	width:80px;
    padding: 1px 5px;
    border: 1px solid #e6eaeb;
    color: #666;
    line-height: 24px;
    height: 24px;
}

.cpage {
    border-radius: 4px;
    background-color: #3189e3;
    color: #fff;
    border: 1px solid #3189e3;
    display: inline-block;
}
/* 分页样式----end */
.mask-box{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 888;
	display: none;
}
.img-load{
	margin: 0 auto;
 	position: relative;
    top:35%;
    transform: translateY(-50%);
    display: block;
   	width: 80px;
}
.img-load img{
	width:100%;
}


/* 出货单上input和select在一个td中的样式----start */
.td_input_select_div{
	display:inline-block
}
.td_input_select_div input{
	margin:0;
	padding: 2px 5px;
	height:30px;
	font-size: 12px;
	border: #ccc 1px solid;
	border-radius: 4px;
}
.td_input_select_div select{
	margin:0;
	height:30px;
	font-size: 12px;
	border: #ccc 1px solid;
	border-radius: 4px;
}

/* 出货单上input和select在一个td中的样式----end */

