*{
    margin:0;
    padding:0;
}

html,body{


    font-family: "微软雅黑","Microsoft YaHei","sans-serif";
}
 html.main_html,body.main_body{
     height:100%;
     /*overflow-y: hidden;*/
 }
 body.main_body{
     position:relative;
 }
 body.main_body>.b-nav+section{
     margin-top:60px;
 }
.b-btn{
    border:none;
}
span{
    display: inline-block;
}
h4{
    margin:0;
}
p{
    margin-bottom:2px;
    font-size:16px;
}
.clear{
    clear: both;
}
.mar-bo15{
    margin-bottom:15px;
}
.mar-bo10{
    margin-top:10px;
}
.ver-mi{
    vertical-align:middle;
    font-size:20px;
}
/*导航栏*/
.b-nav{
    position:absolute;
    top:0;
    width:100%;
    height:60px;
    background-color:#088D3A;
    color:#fff;
    line-height:60px;
}
.b-nav .bnav-left{
    float: left;
    margin-left:17%;
    line-height:60px;
}

.bnav-left img{
    margin-bottom:8px;
}
.b-nav .z-line{
    width:2px;
    height:16px;
    border:1px solid #fff;
    vertical-align: middle;
    margin:0 6px;
}
.b-nav .bnav-right{
    float:right;
    margin-right:16.4%;

}
.b-nav .bnav-right a:link,
.b-nav .bnav-right a:visited,
.b-nav .bnav-right a:hover,
.b-nav .bnav-right a:active{
    color:#fff;
}


.b-nav .bnav-right a{
    text-decoration: none;
    color:#fff;
}
.textColor{
    color:#22994F;
}
/*测试*/
.border{
    border:1px solid red;
}

/*注册信息页面*/
.bf-bottom tr>td:last-child span{
    position:absolute;
    right:-20px;
}

/*页面信息*/
.page-info{
    font-size: 18px;
}
.close{
    opacity:0.7;
}
.close>span{
    width:21px;
    height:21px;
}
.close:active,
.close>span:active{
    outline:none;
    text-shadow: none;
}
.close:focus,.close:active:focus,.close.active:focus,.close.focus,.close:active.focus,.close.active.focus {
    outline: none;
    border-color: transparent;
    box-shadow:none;
}

.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {    outline: none;    border-color: transparent;    box-shadow:none;}


/*****按钮统一样式******/
.modify{
    color:#FBA82B !important;
}
.modify-pwd{
    color:#FE4949 !important;
}
.bind-equip{
    color:#5E8EFF !important;
}
.scan-QRCode{
    color:#23527c !important;
}
.validate-border{
    border:1px solid #FE4949;
    /*border-color:#FE4949 !important;*/
}


/*划分区域信息*/
.field-tipInfo{
    margin-bottom:12px;
}
.field-tipInfo h4.tip-info{
    line-height:26px;
    font-size:16px;
}
.field-tipInfo  p{
    line-height:26px;
    font-size:14px;
}
/*日期插件-位置居上 GP*/
.ui-datepicker{
    z-index:1070 !important;
}
/*select2插件-位置居上  GP*/
.select2-container--open{
    z-index:1090 !important;
}
/*更改select2样式GP*/
.selection{
    width:100% !important;
}
.select2-selection--single,
.selection,
.select2-selection__rendered,
.select2-selection__arrow{
    height:36px !important;
    line-height:36px !important;
}
/*IE高版本的input--尾部 X*/
input[type=text]::-ms-clear {
    display:none
}
/*********************所有的form表单：统一为table格式*********************/

 .bsw-fTable td{
    padding-bottom:25px;
}

/*1-31 GP  form 位置*/
.bswf-position{
    padding-left:32px;
}




/*********************警告信息：popover重构******************************/
/*提示信息必填项*/
.write_must{
    color:red;
    margin-right: 5px;
    vertical-align: middle;
}
/*重构 popover */
/*.popover{background:#C00;color:#FFF;}*/
/*.popover .popover-content{padding:1px 5px;}*/
/*.popover.top>.arrow:after{border-top-color:#C00;}*/

/*重构 bootstrap 默认错误提示 */
/*.has-error input,*/
/*.has-error textarea,*/
/*.has-error select{background-color:#F2DEDE;}*/
/*.has-success input,*/
/*.has-success textarea,*/
/*.has-success select{background-color:#DFF0D8}*/
.popover .popover-content{padding:1px 5px;color:#e80000;}
.popover.top>.arrow{display:none !important;}
.has-error input,
.has-error textarea,
.has-error select{background-color:transparent;}
.popover{
    background-color: transparent;
    -webkit-background-clip: 	border-box;
    background-clip: 	border-box;
    border:none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;


}
/***********************中心页面***********************************************/
.center{
    width:100%;
    min-height:100%;
}
.center img{
    width:100%;
}

/*--------------------------（GP2018-5-23日）修补----------------------------------------------*/
/*图片文字居上*/
.bsw-fTable .verti_format{
    vertical-align: top;
}
/*用户管理下的modal居中显示*/
 .modal_position_center{

     margin:auto;
     margin-top:30px;
 }
/*-------------种植计划>满足1024屏幕------------------*/
 body.enterpriseuser_body{
     min-width:858px;
 }
 body.plant_plan{
     min-width:850px;
     overflow-x:auto;
 }
 body.plantPlan_main{
     min-width:899px;
 }
 body.checkbase_body{
     min-width:956px;
 }
 body.machineplan_body{
     min-width:931px;
 }
 body.production_body{
     min-width:1106px;
 }
 /*种植投入品+采摘事件管理*/
 .planinput_body,
 .machineevent_body,
 .plantevent_body{
     min-width:751px;
 }
 /*种植计划》管理》种植事件*/
 .plant_event{
     min-width:945px;
 }
 /*种植计划》管理》添加、修改*/
 .plantevent_manage{
     min-width:755px;
 }
 /*采摘计划》添加、修改*/
 .machineplan_edit_body,
 .machineplan_add_body{
     min-width:755px;
 }
 /*采摘计划》管理》采摘事件*/
 .machinevent_manage{
     min-width:755px;
 }
 /*table列表中td的padding修改*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    padding-right: 6px;
    padding-left: 6px;
}
/*修改easyui中的树结构:2018/08/07*/
.tree-node{
    height:36px;
    padding-top:9px;
}
/*查看质控方案*/
.scheme_wrap{
    height:500px;
    overflow-y: auto;
}
.el_wrap{
    margin-top:12px;
}
.el_title,
.el_cont{
    min-height:20px;
    line-height: 1;
}
.el_title{
    font-size: 15px;
    margin-top:12px;
    margin-bottom:6px;
}
.el_cont{
    font-size:14px;
}
.textbox .textbox-prompt{
    color:#000;
    padding-left:10px;
    padding-right:10px;
}
