/**初始化清除导航栏**/
#hp_header{
    display:none;
}
#hp_sideNav{
    display:none;
}
.bottom{
    display: none;
}
.hp_sizemain{
    width:100%!important;;
    height:100%!important;
    margin:0!important;
    left:0!important;
}
/******
***预排产样式
*****/
.adjustBox{
    width:100%;
    height:100%;
    display: flex;
    /*flex-direction: row;*/
    flex-wrap: wrap;
}
.adjustList{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /*width:40%;*/
    /*height:100%;*/
    width: 100%;
    height: 35%;
    border:1px solid #ddd;
    /*overflow-y: auto;*/
    overflow: hidden;
}
.adjustChart{
    box-sizing: border-box;
    /*width:60%;*/
    /*height:100%;*/
    width: 100%;
    height: 65%;
    border:1px solid #ddd;
}
.draw_box{
    padding:0px;
    position: relative;
}
.draw_box .joint_zoom{
    top: 50px;
    right:40px;
}
/*.adjustList .step_draw {
    min-height:180px;
}*/
.scrollLoading{
    font-size:13px;
    text-align: center;
    padding-bottom:5px;
    cursor: pointer;
}
.chartTool{
    width:100%;
    height:60px;
    /*background:#F8FAFF;*/
    position: absolute;
    top: 43px;
    background: transparent;
    z-index: 999;
}
.chartTool div{
    display:inline-block ;
    float: left;
}
.chartContent{
    width:100%;
    min-height: 200px;
}
.optionalBox{
    padding:5px;
    margin-left: 45px;
}
.optional_item{
    float:left;
    width:200px;
    margin-left: 15px;
}
.charts_save{
    width:75px;
    height:25px;
    float:right !important;
    vertical-align: middle;
    margin-right:50px;
    text-align: center;
    line-height: 25px;
    border:1px solid #6A89DE;
    color:#6A89DE;
    margin-top: 7px;
}
.charts_save:hover{
    color:#fff;
    background:#6A89DE;
}
.charts_save:hover .prosave{
    filter:saturate(100%) brightness(300%);
}
.chartTime{
    padding-left:20px;
    padding-top: 7px;
}
.legendBox{
    width:100%;
    height:50px;
    display: flex;
    flex-direction: row;
    background:#F8FAFF;
}
.legendItem{
    flex-grow:1;
}
.legendItem>div{
    margin-left: 25%;
}
.chartLegend{
    display:inline-block;
    width:15px;
    height:15px;
}
.legendItem:nth-child(1) .chartLegend{
    background:#B8CFFF;
}
.legendItem:nth-child(2) .chartLegend{
    background:#03FFFF;
}
/*.legendItem:nth-child(3) .chartLegend{
    background:#587ED1;
}*/
.legendItem:nth-child(3) .chartLegend{
    background:#FFA400;
}
.adjustChart{
    position: relative;
}
.leftBtn{
    position:absolute;
    top:50%;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #ddd transparent transparent;
}
.rightBtn {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #ddd;
}
.leftBtn:hover{
    border-color: transparent #587ed1 transparent transparent;
}
.rightBtn:hover{
    border-color: transparent transparent transparent #587ed1;
}
/*.draw_box{
    padding:10px;
}*/
/*.mark{*/
/*display: inline-block;*/
/*width:5px;*/
/*height: 25px;*/
/*background: #00a0e9;*/
/*}*/
.schedule_draw{
    overflow-y: auto;
}
.scheclues_header{
    width:100%;
    line-height:30px;
    box-sizing: border-box;
    padding-left:10px;
    border-radius: 12px 12px 0 0;
    background: #82AAFC;
    color:#fff;
    overflow: hidden;
}
.scheclues_title{
    float: left;
    display: inline-block;
    width:80%;
    font-size:16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.draw_main{
    width:100%;
    min-height: 180px;
    box-shadow:0px 2px 8px rgba(99,137,215,0.16)
}
.charts_list{
    background:#f9fafd;
    padding-right: 10px;
}
.charts_list li{
    width:90%;
    height: 200px;
    box-sizing: border-box;
    padding:5px;
    margin:10px auto;
    border-radius: 12px;
    box-shadow:0px 14px 46px rgba(99,137,215,0.16);
    border:2px solid transparent;
}
.draw_main{
    overflow: auto;
    position: relative;
}
.draw_main>svg{
    width:100%;
}
.joint_zoom{
    position:absolute;
    right:30px;
    top:10px;
    z-index:9999;
    border-radius:2em 2em;
    background-color:rgba(129,168,210,0.05);
    border:1px solid #95afcc;
    box-shadow:0px 3px 3px #ddd;
}
.joint_zoom>span{
    display:inline-block;
    box-sizing: border-box;
    padding:0 10px;
    padding-top:3px
}
.draw_show{
    overflow: hidden;
    height: 100%;
}
.step_draw {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: auto;
}
.step_draw svg {
    /*background: url(../images/grid.png);*/
    overflow: auto;
}
.step-nav{
    width: 100%;
}
.adjustList .step_draw {
    height:155px!important;
    position: relative;
}
.highlighted{
    outline:2px dashed #999!important;
}
.scheclues_header{
    width:100%;
    line-height:30px;
    box-sizing: border-box;
    padding-left:10px;
    border-radius: 12px 12px 0 0;
    background: #D8D8D8;
    color:#fff;
}
.selected_box .scheclues_header{
    background:#82AAFC;
}
.step_draw{
    box-sizing: border-box;
    border:1px solid #ddd;
}
.link-tools{
    display:none;
}
.highcharts-credits{
    display:none;
}
.charCapacity{
    position: absolute;
    z-index: 99999;
    margin-top: 55px;
    margin-left: 20px;
}
.charCapacity span{
    vertical-align: baseline;
    margin-right: 5px;
}
.selected_box{
    background:#fff;
}
.data-toolTip{
    cursor: pointer;
}
/*.scheclues_btn{
    float: right;
    margin: 5px 15px 0 0;
    padding: 0 2px;
    border: 1px solid #fff;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    cursor: pointer;
    user-select: none;
}*/
.scheclues_btn:hover{
    background:#82AAFC;
}
.overIcon text{
    fill:red;
    font-weight: bold;
}
/*自定义排产*/
.gx_name{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pcms{
    width: 64px;
    text-align: center;
    display: inline-block;
    margin: 0 10px;
    float: left;
}
.pcms>span{
    font-size: 12px;
    width: 100%;
    height: 18px;
    display: inline-block;
    border: 1px solid #fff;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    line-height: 18px;
}
.pcms:hover>span{
    color: #fff;
    background: #82AAFC;
}
.pcms:hover>ul{
    display: block;
}
.pcms ul{
    display: none;
    background: #fff;
    width: 100%;
    border: 1px solid #fff;
    margin-top: -4px;
}
.pcms ul li{
    color: #6388D6;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    height: 20px;
    background: #fff;
    line-height: 18px;
}
.pcms ul li:hover{
    background: #DEE9FE;
}
.flow_btn{
    position: absolute;
    z-index: 99999;
    right:20px
}
.nowflow,.lastflow,.nextflow{
    width: 64px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    height: 18px;
    border: 1px solid #fff;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    line-height: 18px;
    margin:6px 10px;
    float: left;
}
.reloadtime{
    float: right;
    margin-right: 20px;
    border: 1px solid #6388D6;
    color:#6388D6;
    padding: 2px 5px;
    border-radius: 5px;
    cursor: pointer;
}
.timelist{
    width: 90%;
    margin:19px auto;
    border: 1px solid #f0f0f0;
    height: 220px;
}
.timelist_title{
    height: 30px;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}
.timelist_main{
    height: calc(100% - 30px);
    width: 100%;
    overflow-y: auto;
}
.timelist_content{
    min-height: 32px;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}
.timelist_title>span{
    font-size:14px;
    font-weight:bold;
    color:rgba(99,137,215,1);
    padding: 5px 0 0 5px;
    display: inline-block;
}
.timelist_content>span{
    padding: 5px 0 0 5px;
    display: inline-block;
}
.timelist_title>span:first-child,
.timelist_content>span:first-child
{
    width: 60%;
}
.gx_time{
    width: 36%;
}