
body {
    /* background-image: url("/images/body_bg.jpg"); */
    background-repeat: repeat-y;
    background-position: top;
    /* background-attachment: fixed; */
    background-color: var(--body-bg);
    /* max-width: 99%; */
    margin: auto;
    margin-top: 60px;
    color: var(--body-color);
    font-size: 17px;
}

h1{
    font-size: 2em;
}

h2{
    font-size: 1.7em;
}

h3{
    font-size: 1.3em;
}

/* Replace bootstrap cols */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

.header{
    width: 100%;
    display: block;
    font-size: 1.3em;
    /* padding-top: 20px; */
}

@media(min-width:769px) and (max-width: 1023px) {
    .header{
        min-height: 150px;
    }
}

.container{
    width: 100% !important;
    max-width: 1920px !important;
}

.main_content, .content {
    margin:auto;
    padding: 2px;
    width:100%;
    margin-top: 15px;
    display: block;
    float:left;

}

.content_header{
    width: 100%;
    font-size: 1.35em;
    display: block;
    clear: both;
    padding: 0 15px;
    margin-bottom: 10px;
}

.home_stat{
    background-color: var(--blk-5-bg);
    width: 100%;
    margin-top:30px;
    padding: 15px;
    font-size: 20px;
    color: var(--global-color);
}

.home_stat span{
    margin-right: 20px;
}

.loc_list{
/*    background-color: #fff100;*/
    text-align: center;
    float: left;
    font-size: 20px;
    line-height: 90px;
    margin-bottom: 10px;
}

.control_list{
    float: right;
    display: flex;
    flex-wrap: wrap;
}

.list_item{
    padding: 5px;
}

.machine_list{
    border: 2px solid var(--blk-2-border);
    border-radius: 8px;
    background: var(--blk-2-bg) !important;
    float: left;
    font-size: 14px;
    width:98%;
    padding: 0;
    color: var(--blk-2-color);
}

.statusType-1 .machine_list{
    border: 2px solid var(--state-1-border) !important;
}
.statusType-2 .machine_list{
    border: 2px solid var(--state-2-border) !important;
}
.statusType-3 .machine_list{
    border: 2px solid var(--state-3-border) !important;
}
.statusType-4 .machine_list{
    border: 2px solid var(--state-4-border) !important;
}

.select2-container .select2-choice, .select2-container .select2-choices, .select2-container .select2-choices .select2-search-field input{
    color: var(--blk-2-color) !important;
    background-color: var(--blk-2-bg) !important;
}

.select2-container--default .select2-selection--single {
    background-color: var(--blk-2-bg) !important;
    border: 1px solid var(--blk-2-border) !important;
}

.select2-dropdown {
    background-color: var(--blk-2-bg) !important;
    border: 1px solid var(--blk-2-border) !important;
}

.input-text {
	color: var(--blk-2-color) !important;
	background-color: var(--blk-2-bg) !important;
    background: var(--blk-2-bg) !important;
}

.layui-table tbody tr:hover, .layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table-total, .layui-table-total tr, .layui-table[lay-even] tr:nth-child(even) {
    background-color: var(--blk-2-bg) !important;
}

.layui-laypage-limits select{
    background-color: var(--blk-2-bg) !important;
}

.status_dot {
    height: 40px;
    width: 100%;
    border-radius: 0;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    margin: 0;
}
.status_dot span{
    display: inline;
}
.list_content{
    width: 100%;
    padding: 10px;
    font-size: 15px;
    line-height: 30px;
}
.fs-15px{
    font-size: 15px;
}
.fs-17{
    font-size: 17px;
}
.fs-19{
    font-size: 19px;
}

@media(min-width:1025px) and (max-width: 1600px) {
    .control_list{
        display: block;
        clear: both;
    }

    .machine_list{
        padding: 0px;
    }
    
}

.card_header {
    height: 40px;
    width: 100%;
    border-radius: 0;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    margin: 0;
}
.card_header span{
    display: inline;
}
.card_content{
    width: 100%;
    padding: 10px;
}

.loc_list img{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 100px;
}

.navbar-brand{
    padding: 0 15px !important;
}
.company-logo{
    max-width: 100px;
    max-height: 50px;
    margin-right: 5px;
}

.bg_image{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    width: 100%;
}

.machine_position{
    width:60px;
    position: absolute;
    font-size: 10px;
    overflow: hidden;
}

.machine_position img{
    width:100%;
    z-index: -2;
    float: left;
}

span.machine_name{
    position: relative;
    /* top:-35px; */
    /* margin-left:10px; */
    color: var(--global-color);
}

@media (max-width: 1024px) and (min-width: 769px) {
    .machine_position{
        width:40px;
        position: absolute;
    }

    span.machine_name{
        position: relative;
        /* top:-25px; */
        margin-left:5px;
    }
}

@media (max-width: 768px){
    .machine_position{
        width:25px;
        position: absolute;
    }
    .container{
        padding-right: 2px;
        padding-left: 2px;
    }
    .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        position: relative;
        min-height: 1px;
        padding-right: 3px;
        padding-left: 3px;
    }
    .navbar-nav>li>a, .navbar-nav>li>span {
        padding-left: 10px;
        /*line-height: 50px;*/
        /*float: right;*/
    }
}
@media (min-width: 769px) and (width: 769px) {
    .navbar-nav>li>a, .navbar-nav>li>span {
        padding: 0 10px;
        line-height: 52px;
    }
}

.sections{
/*    border: 3px solid #FF0000;*/
    /* padding: 15px; */
    display: block;
    height: auto;
    margin: 5px auto;
    text-align: left;
}

.currentStatus{
    margin: 15px 0;
    font-size: 1.5em;
}

.program_status{
    height: 500px;
    color: var(--global-color);
    text-align:left;
    padding: 15px;
    font-size: 1.3em;
}
.monitor{
    height: 1000px !important;
}
.monitor .lf{
    font-size: 2.5em !important;
    font-weight: 700;
}
.monitor .sf{
    font-size: 1.8em !important;
    font-weight: 500;
}

.pname{
    height:40px;
    padding:10px;
    margin: 5px 0;
    background-color: var(--blk-2-bg);
    color: var(--global-color);
}

.program_setting{
    text-align:left;
}

.program_setting span{
    margin-right: 20px;
}

.guage_block{
    text-align: center;
}

.gauge_caption{
    clear: both;
}

#pprgress{
    font-size: 1em;
    line-height: 1.7em;
}

.time_label{
    float: left;
    width: 15%;
}

.time_label div{
    /* background-color: #eee; */
    padding: 5px 10px;
    border: 1px solid #999;
    margin: 2px 0;
    height: 32px;
    overflow:hidden;
}

.timeline{
    float: left;
    width: 85%;
}

.status_bar{
    border: 1px solid #999;
    margin: 2px 0;
    height:32px;
}

.status-class-1{
    background-color: var(--state-1-bg);
    height:30px;
}
.status-class-2{
    background-color: var(--state-2-bg);
    height:30px;
}
.status-class-3{
    background-color: var(--state-3-bg);
    height:30px;
}
.status-class-4{
    background-color: var(--state-4-bg);
    height:30px;
}
.status-class-5{
    background-color: var(--state-5-bg);
    height:30px;
}

.status-thin{
    height:20px !important;
}

.status-new{
    background-color: var(--status-new-bg);
}
.status-producing{
    background-color: var(--status-producing-bg);
}
.status-paused{
    background-color: var(--status-paused-bg);
}
.status-finished{
    background-color: var(--status-finished-bg);
}
.status-canceled{
    background-color: var(--status-canceled-bg);
}
.status-closed{
    background-color: var(--status-closed-bg);
}
.status-scheduled{
    background-color: var(--status-scheduled-bg);
}

/* .home_chart div, */
/* .home_chart col-xs-12 { */
/* .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding: 0px !important;
} */

.table-border, td{
   border:1px solid #797979;
}
.span-border{
    border:2px solid #797979;
}
.reports-btn{
    margin-right: 10px;
    background-color:#FFFFFF;
    border-color: #428BCA;
    padding:7px 16px !important;
    color: var(--global-color);
}
.reports-btn:hover{
    color: var(--global-color) !important;
    background-color:#428BCA;
    border-color: #FFFFFF !important;
}
.btn-active{
    background-color:#428BCA;
    color: var(--global-color);
    border: 1px #FFFFFF solid;
}

.btn .btn-default{
    padding:0px 16px;
    width:174px;
    height: 26px;
    background-color: var(--btn-3-bg) !important;
}

.btn-default:hover{
    color: var(--btn-2-color-hover) !important;
    background-color: var(--btn-2-bg-hover) !important;
    border-color: var(--btn-2-border-hover) !important;
}

.btn-default:active{
    color: var(--btn-2-color-active) !important;
    background-color: var(--btn-2-bg-active) !important;
    border-color: var(--btn-2-border-active) !important;
}

.btn-default:focus{
    color: var(--btn-2-color-focus) !important;
    background-color: var(--btn-2-bg-focus) !important;
    border-color: var(--btn-2-border-focus) !important;
}

.drop-list{
    margin-left: 5px;
}
.input-medium .search-query{
    width:174px;
    height: 26px;
    font-family:inherit;
    font-size:inherit;
    line-height:inherit;
}

.table th{
    font-size: 16px;
    text-align: center;
}
.table {
    font-size: 15px;
    margin: 0;
    padding: 3px 5px;
    width:100%;
    background-color: var(--blk-2-bg) !important;
}

.fax_header{
  width:100%;
  /*table-layout: fixed;*/
}


.yeild{
    min-height:250px;
    max-height:600px !important;
    max-width: 99%;
}

.tbl-content td {
    padding: 3px;
}

.fax_header th{
  padding: 5px;
  text-align: left;
  font-weight: 500;
  color: var(--blk-1-color);
  text-transform: uppercase;
}

/* for custom scrollbar for webkit browser*/

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.no-padding{
    padding: 0px !important;
}

#alarmChart{
    /* background-color: #FFFFFF !important; */
    width:100%;
    height: 542px;
    margin: 0px;padding: 0px;
    border:2px solid #3385ff;
}
a:hover{
    text-decoration: none;
}
.form-search{
    margin: 0px;
    font-size: 13px;
    padding: 8px 10px !important;
}
.pp-progress{
    height: 20px !important;
}
.ppm-progress{
    height: 30px !important;
    background-color: var(--blk-3-bg);
    border-radius: 0;
}
.ppm-progress-td{
    padding: 8px 0 !important;
    width: 75%;
    min-width: 600px;
    max-width: 1500px;
}
.transparent-bg{
    background-color: var(--blk-2-bg);
}

.img-link{
    padding: 8px 10px !important;
    line-height: 20px !important;
}

#alertMessage{
    margin: 10px;
}

.block_element{
    border: 1px solid rgb(4, 178, 223);
    overflow: hidden;
}

.running th, #macList .running{
    background-color: var(--state-1-bg);
}
.waiting th, #macList .waiting{
    background-color:  var(--state-2-bg);
}
.error th, #macList .error{
    background-color: var(--state-3-bg);
}
.shutdowned th, #macList .shutdowned{
    background-color: var(--state-4-bg);
}


.border-1{
    border: 1px solid #428bca;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.equal-col{
    display: table-cell;
    position: relative;
}

.status-col {
  /* padding: 10px 10px 40px; */
  padding: 10px;
  border: 1px solid var(--blk-3-border);
}

.echarts{
    height:280px;
    border: 1px solid var(--blk-4-border);
    padding:0px;
}

.echarts-320{
    height:320px;
    border: 1px solid var(--blk-4-border);
    padding:0px;
}

.echarts-200{
    height: 210px !important;
    border: 1px solid var(--blk-4-border);
    padding: 0px;
}

.echarts-500{
    height:500px;
    border: 1px solid var(--blk-4-border);
    padding:0px;
}

.pie-loc{
    width: 100%;
    height:300px;
}

.yield-rate{
    height: 250px;
    border: 1px solid #cccccc;
}
.yield-table{
    margin-right:10px;
    margin-bottom: 5px;
}
.yield-good, .yield-bad{
    margin-top: 5px;
}

@media only screen and (min-width: 1920px) {
    .echarts, .pie-loc{
        height:280px;
    }
    .yield-rate{
        height: 350px !important;
    }
    .tbl-content .yeild{
        min-height:200px;
        max-height:600px !important;
    }
}

@media only screen and (max-width: 768px) {
    .status-col {
        display: block;
        width: 100%;
    }
    .tbl-content .yeild{
        min-height: 100px;
        max-height: 300px !important;
    }
}

.orange{ background-color: orange !important; }
.green{ background-color: green !important; }



/* Boxed Layout */
#main {
    background: var(--blk-1-bg);
    width:100%;
    margin-left: auto;
    margin-right: auto;
}
.boxed {
    background: var(--blk-2-bg);
}
.boxed #main {
    overflow:hidden;
    max-width:1100px;
    background: var(--blk-1-bg);
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.15);
}
.boxed #menu {
    max-width:1100px;
}

/* ajbai */
.badge-success{
    background-color: var(--state-1-bg);
}
.badge-warning{
    background-color: var(--state-2-bg);
}
.badge-important{
    background-color: var(--state-3-bg);
}
.badge-info{
    background-color: var(--status-finished-bg);
}
.loc_pie{
    font-size: 14px;
}
.home_icon{
    width: 50%;
    height: auto;
    padding:  20px 0 20px 0;
}

.home-bg{
    text-align: center;
}
.home-bg a div:hover{
    background: rgba(6, 19, 57, 0.6) !important;
}
.home-title{
    margin-bottom: 10px; text-align: center !important;
}
.home-border{
    border: none !important;
}
.home-border>h2{
    margin-top: 10px;
}
.f-size{
    font-weight:bold;
}
.f-date{
    font-weight:bold;
    color: #ffd400;
}
.home-logo{
    max-width: 150px;
    max-height: 30px;
    margin-right: 10px;
}
.mes-color{
    color: var(--global-color) !important;
}

@media screen and (max-width:500px) {
    /*宽度小于等于500,同理*/
    .halt-left-width{
        max-width: 100%
    }
    .halt-right-width{
        max-width: 100%;
    }
    .stop-data{
        width: 100%;
        margin-right: 3%;
    }
    .search-right{
        float: left !important;
    }
    .pull-search{
        margin-bottom: 5px;
    }
}
@media screen and (min-width:500px){/*宽度大于等于500,同理*/
    .halt-left-width{
        max-width: 30%;
        margin: 0px;
        padding: 0px;
    }
    halt-right-width{
        max-width: 70%;
        margin: 0px;
        padding: 0px;
    }
    .stop-data{
        width: 30%;
        margin-right: 3%;
    }
    .search-right{
        float: right !important;
    }
    .pull-search{
        float: left;
       margin-left: 5px;
    }
    .pull-button{
        margin-left: 5px !important;
    }
}
.borders-top{
    /*border-right: #4b646f 1px solid;*/
    border-top: #428BCA 3px dotted;
}
.stop-col td{
    border-top: none !important;
    border-bottom: none !important;;
}
/*停机分析*/
.btn-success{
    background-color: var(--state-1-bg) !important;
}
.btn-warning{
    background-color: var(--state-2-bg) !important;
}
.btn-danger{
    background-color: var(--state-3-bg) !important;
}
.btn-closed{
    background-color: var(--state-4-bg) !important;
}

.btn-style{
    margin-right: 10px;
}

.class-btn{
    margin-top: 10px;
    border-radius:4px;
    border: #3cc1ff 1px solid;
}

.stop-date{
    color: var(--global-color);
    background-color: #BEC0BB;
    /*width: 100%;*/
    border:0px;
    font-weight:bold;
}
.stop-await{
    color: var(--global-color);
    background-color: var(--state-2-bg);
    /*width: 100%;*/
    border:0px;
    font-weight:bold;
}
.stop-alarm{
    color: var(--global-color);
    background-color: var(--state-3-bg);
    /*width: 100%;*/
    border:0px;
    font-weight:bold;
}
.stop-maintain{
    color: var(--global-color);
    background-color: #5FA54D;
    /*width: 100%;*/
    border:0px;
    font-weight:bold;
}
.stop-debug{
    color: var(--global-color);
    background-color: #337AB7;
    /*width: 100%;*/
    border:0px;
    font-weight:bold;
}
.debug-title{
    color: var(--global-color);
    background-color: #337AB7;
    /*line-height: 60px;*/
    width: 100%;
    border:0px;
}
.maintain-title{
    color: var(--global-color);
    background-color: var(--state-1-bg);
    /*line-height: 60px;*/
    width: 100%;
    border:0px;
}
.alarm-title{
    color: var(--global-color);
    background-color: var(--state-3-bg);
    /*line-height: 60px;*/
    width: 100%;
    border:0px;
}
.await-title{
    color: var(--global-color);
    background-color: var(--state-2-bg);
    /*line-height: 60px;*/
    width: 100%;
}
.stop-title{
    color: var(--global-color);
    background-color: var(--state-4-bg);
    /*line-height: 60px;*/
    width: 100%;
    border:0px;
}
.stop-col{
    color: var(--blk-2-color);
    background-color: var(--blk-2-bg);
}
/*停机统计*/
#stopBer{
    height: 400px;
    background: rgba(5,3,110,.23)!important;
    border-radius: 5px;
}
.stop-log{
    line-height: 40px;
    background-color: var(--blk-3-bg);
    width: 100%;
}
.table2 {
    /*color: #1D89CA;*/
    font-size: 13px;
    border: 1px solid #cccccc;
    margin: 0;
    padding: 5px;
    color: var(--global-color);
    background: var(--blk-3-bg);
    border-radius:5px;
}
.table2 th{
    font-size: 15px;
}

.transparent-stop{
    background:rgba(25,143,208,.50);
    border-radius: 5px;
    padding-right: 5px;
    align-self: center;
}
.img-circle{
    width:140px; height: 140px; border: #428BCA 3px solid ;
}
.alarmMessage{
    border: none !important; color: #A94442; background-color: #F2DEDE;
}
.average-time{
    width: 100%;background-color: var(--blk-5-bg);border-radius:3px;text-align: center;
}

.roundedRectangle p{
     margin: 0px auto;
     padding: 20px;
     text-align:center;
     font-size: 16px;
 }
.roundedRectangle h4{
    margin: 0px auto;
    padding: 20px 0px 20px 0px;
    text-align:center;
    /*letter-spacing:8px;*/
}
.roundedRectangle h3{
    margin: 0px auto;
    padding: 20px;
    text-align:center;
    /*letter-spacing:8px;*/
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 5px 10px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}
.btn-xl{
    padding: 10px;
    font-size: 20px;
    line-height: 1.33;
    height: 70px;
    width: 100%;
}
.alignCenter{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.content-sub-blk{
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
}

.fullwidth-form button, .fullwidth-form textarea{
    width: 100%;
    margin-right: 10px;
    height: 70px;
}

/* Utility Classes*/

.mt0 {
    margin-top: 0 !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.ml0 {
    margin-left:0 !important;
}
.mr0 {
    margin-right:0 !important;
}
.mg0{
    margin: 0!important;
}
.pt0 {
    padding-top: 0 !important;
}
.pb0 {
    padding-bottom: 0 !important;
}
.pl0 {
    padding-left:0 !important;
}
.pr0 {
    padding-right:0 !important;
}
.pt10 {
    padding-top: 10px !important;
}
.pr10 {
    padding-right: 10px !important;
}
.pb10 {
    padding-bottom: 10px !important;
}
.pl10 {
    padding-left: 10px !important;
}
.mt10 {
    margin-top:10px !important;
}
.mr10 {
    margin-right:10px !important;
}
.mb10 {
    margin-bottom:10px !important;
}
.mt20 {
    margin-top:20px !important;
}
.mb20 {
    margin-bottom:20px !important;
}
.ml20 {
    margin-left:20px !important;
}
.mr20 {
    margin-right:20px !important;
}
.mt50 {
    margin-top:50px !important;
}
.mb50 {
    margin-bottom:50px !important;
}
.mt5 {
    margin-top: 5px !important;
}
.pd2 {
    padding: 2px;
}
.p10 {
    padding: 10px !important;
}
.lh30{
    line-height: 30px;
}
.lh50{
    line-height: 50px;
}
.min_w60{
    min-width: 60px !important;
}
.min_w100{
    min-width: 100px !important;
}


@media(min-width:1920px ){
    .col-1-5{
        width: 20% !important;
    }
}

/* style_chen */
@media(min-width:887px) and (max-width: 1100px) {
    .header{
        padding-top: 50px;
    }
}

@media(min-width:690px ) and (max-width: 887px) {
    .header{
        padding-top: 90px;
    }
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	/* background-color: #135792; */
	margin-top: 2px;
    /* color: #ffffff */
}
.glyphicon{
    font-size: 30px;
    color: #4368DD;
}


/* from style */
@media (max-width: 374px) {
    .btn-default {
        color: var(--btn-2-color);
        background-color: var(--btn-2-bg);
        border-color: var(--btn-2-border);
        margin-bottom: 5px;
        min-width: 80%;
        float: right;
    }

    .form-search-filter {
        float: left;
        min-width: 100%;
        line-height: 34px;
    }

    .drop-list {
        margin-left: 0;
    }

    .search-btn{
        background: var(--btn-4-bg);
        min-width: 60%;
        color: var(--btn-4-color);
    }

    .form-search{
        margin-left: 0px !important;
    }

    .button-list{
        margin-bottom: 5px;
    }

    .btn-default-short{
        min-width: 65%;
    }

    .show-status{
        display: block;
    }

    .span-title{
        height: 34px;
        line-height: 34px;
        margin-left: 0px;
    }

    .finish-num{
        min-width: 100%
    }

    #rnum{
        min-width:75%;
    }

    .logo_img{
        max-width: 300px;
        max-height: 85px;
    }
 }

 @media (min-width: 375px) and (max-width: 767px){
    .btn-default {
        color: var(--btn-2-color);
        background-color: var(--btn-2-bg);
        border-color: var(--btn-2-border);
        margin-bottom: 5px;
        /* min-width: 80%;
        float: right; */
    }
    .form-search-filter {
        float: left;
        min-width: 100%;
        line-height: 34px;
    }

    .drop-list {
        margin-left: 0;
    }

    .search-btn{
        background: var(--btn-4-bg);
        min-width: 80%;
        color: var(--btn-4-color);
    }

    .form-search{
        margin-left: 0px !important;
    }

    .button-list{
        margin-bottom: 5px;
    }

    .btn-default-short{
        min-width: 65%;
    }

    .show-status{
        display: block;
    }

    .span-title{
        height: 34px;
        line-height: 34px;
        margin-left: 0px;
    }

    .finish-num{
        width: 100%;
        min-width: 100%;
    }

    #rnum{
        min-width:75%;
    }

    .logo_img{
        max-width: 300px;
        max-height: 85px;
    }
 }

@media (min-width: 768px) and (max-width: 991px) {
    .btn-default {
        color: var(--btn-2-color);
        background-color: var(--btn-2-bg);
        border-color: var(--btn-2-border);
        margin-bottom: 5px;
    }
    .form-search-filter {
        display: inline-block;
    }

    .search-btn{
        background: var(--btn-4-bg);
        color: var(--btn-4-color);
    }

    .drop-list {
        margin-left: 0;
    }

    .form-search{
        margin-left: 0px !important;
    }

    .button-list{
        min-width: 60%;
        margin-bottom: 5px;
        margin-left: 5px;
    }

    .show-status{
        display: none;
    }

    .span-title{
        height: 34px;
        line-height: 34px;
        margin-left: 15px;
    }

    .finish-num{
        min-width: 40%;
    }

    #rnum{
        min-width:60%;
    }

    .logo_img{
        max-width: 300px;
        max-height: 85px;
        margin-right: 200px;
    }
 }
@media (min-width: 992px) and (max-width: 1199px) {
    .btn-default {
        color: var(--btn-2-color);
        background-color: var(--btn-2-bg);
        border-color: var(--btn-2-border);
        margin-bottom: 5px;
    }

    .form-search-filter {
        display: inline-block;
    }

    .search-btn{
        background: var(--btn-4-bg);
        color: var(--btn-4-color);
    }

    .form-search{
        margin-left: 0px !important;
    }

    .button-list{
        min-width: 60%;
        margin-left: 5px;
    }

    .show-status{
        display: none;
    }

    .span-title{
        height: 34px;
        line-height: 34px;
        margin-left: 15px;
    }

    .finish-num{
        min-width: 20%;
    }

    .logo_img{
        max-width: 300px;
        max-height: 85px;
        margin-right: 200px;
    }
 }

@media (min-width: 1200px) {
    .btn-default {
        color: var(--btn-2-color);
        background-color: var(--btn-2-bg);
        border-color: var(--btn-2-border);
        margin-bottom: 0px;
    }

    .form-search-filter {
        float: left;
    }

    .search-btn{
        background: var(--btn-4-bg);
        color: var(--btn-4-color);
    }

    .form-search{
        margin-left: 0px !important;
    }

    .button-list{
        margin-left: 5px;
    }

    .show-status{
        display: none;
    }

    .span-title{
        height: 34px;
        line-height: 34px;
        margin-left: 15px;
    }

    .finish-num{
        min-width: 20%;
    }

    .logo_img{
        max-width: 300px;
        max-height: 85px;
        margin-right: 200px;
    }
 }

.form-search{
    margin: 0px;
    font-size: 18px;
    padding: 18px 10px !important;
    margin-bottom: 20px;
	background-color: var(--blk-2-bg);
    border-top-left-radius: 5px;
	border-top-right-radius: 5px;
 }

.fright{
    float: right;
    display: inline-grid;
    text-align: right;
}

#filter-btn{
    min-width: 80%;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    background-color: #5cb85c;
    color: var(--global-color);
    text-align: center;
    margin-bottom: 5px;
}

.filter-btn{
    min-width: 80%;
    height: 40px;
    border-radius: 6px;
    background-color: #5cb85c;
    color: var(--global-color);
    text-align: center;
    margin-bottom: 5px;
}

.panel-body {
    padding: 0 !important;
}

.form-search * {
    /*margin-bottom: 0px;*/
    /*margin-top: -1px;*/
}

.defective-item{
    margin-bottom: 3px;
}

.item_header{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
}
.dotStyle{
    width: 100%;
    height: 80px;
    text-align: center;
    margin: 0 auto;
}

.hr_style{
    margin-top:0;
    margin-bottom:10px;
}

.item_machine{
    width:50%;
    float:left;
}

.mid_line{
    margin-left:-1px;
    float:left;
    width:0;
    height:155px;
    border-left: 1px solid #fff;
}

.list_content_plus{
    padding-top:15px;
}


.rowList{
    /*margin-bottom: 10px;
    border-bottom: 1px solid #000;*/
    height: 100%;
    padding-top:5px;
    padding-bottom:5px;
    border-bottom: 1px dashed #dadada;
    margin: 0 10px;
    margin-bottom: 5px;
    padding-left: 50px;
    /*display: flex;
    flex-direction: column;*/
}

@media (max-width: 720px) {
    .rowList{
        height: 100%;
        padding-top:5px;
        padding-bottom:5px;
        border-bottom: 1px dashed #dadada;
        margin: 0 10px;
        margin-bottom: 5px;
        padding-left: 50px;
        display: flex;
        flex-direction: column;
    }
}

.rowList span{
    color: var(--global-color);
    margin-left: -50px;
    margin-right: 4px;
}
.rowList button{
    margin-bottom: 5px;
}

.InitialLife{
    color: var(--global-color);
    margin-right: 4px;
    font-weight: unset;
    margin-left: 10px;
}

.selected{
    color: var(--global-color);
    background-color: #5cb85c;
    border-color: #4cae4c;
}
/* end form style */

/* screen */
.none { display:none;}
.form-search{
    margin: 0px;
    font-size: 18px;
    padding: 10px !important;
}
.row-search{
    margin-bottom: 20px;
}
/*时间*/
.average-time{
    height: 350px;
    width: 100%;
    background-color: var(--blk-3-bg);
    border-radius:3px;
    text-align: center;
    padding: 30px;
}
#avgUtil{
    height: 350px;
    border: 1px solid var(--blk-5-border);
    padding: 0px;
}
#locUtil{
    height: 350px;
    border: 1px solid var(--blk-5-border);
    padding: 0px;
}
#utiTrands{
    height: 350px;
    border: 1px solid var(--blk-5-border);
    padding: 0px;
}
#tnaTrands{
    height: 350px;
    border: 1px solid var(--blk-5-border);
    padding: 0px;
}
#group-max-min{
    height: 350px;
    border: 1px solid var(--blk-5-border);
    padding:0px;
}
.table-box-efficiency{
    align-content: center;
    text-align: center;
    height: 297px;
    border: 0px;
}
/*machineGroupStatus*/
.average-time1{
    width: 100%;
    background-color: var(--blk-5-bg);
    border-radius: 3px;
    text-align: center;
    padding: 5px 0px;
}
.average-right{
    border: 1px solid var(--blk-5-border);
    padding: 0px;
}
#main1{
    height:375px;
    border: 1px solid var(--blk-5-border);
    padding: 0px;
    /*width: unset;*/
}
#main2,#main3,#main4{
    height: 350px;
    border: 1px solid var(--blk-5-border);
    padding: 0px;
}
.efficiency-table{
    align-content: center;
    text-align: center;
}

@media only screen and (min-width: 1920px) {
    .average-time, #avgUtil, #locUtil, #utiTrands, #tnaTrands, #group-max-min{
        height: 370px;
    }
    .table-box-efficiency{
        height: 367px;
    }
}

.navbar-default{
    background-color: var(--menu-bg) !important;
    border-color: var(--menu-border) !important;
}

.navbar-default .navbar-nav>li>a {
    color: var(--menu-color) !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    background-color: var(--menu-btn-bg-active) !important;
    color: var(--menu-color-active) !important;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    border-color: var(--menu-btn-border-active) !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
        border-color: var(--menu-border) !important;
}
.btn-primary {
    color: var(--btn-6-color) !important;
    background-color: var(--btn-6-bg) !important;
    border-color: var(--btn-6-border) !important;
}
.btn-primary:hover{
    background-color: var(--btn-6-bg-hover) !important;
    border-color: var(--btn-6-border-hover) !important;
}
.btn-primary:active {
    background-color: var(--btn-6-bg-active) !important;
    border-color: var(--btn-6-border-active) !important;
}
.btn-primary:focus{
    background-color: var(--btn-6-bg-focus) !important;
    border-color: var(--btn-6-border-focus) !important;
}
.dropdown-menu {
    background-color: var(--blk-3-bg) !important;
}
.dropdown-menu > li > a{
    color: var(--btn-3-color) !important;
    border-bottom: 1px solid var(--blk-3-border);
}
.dropdown-menu > li > a:hover{
    background-color: var(--blk-2-bg) !important;
    color: var(--btn-2-color-hover);
}
select option {
    margin: 40px;
    background: var(--btn-2-bg);
    color: var(--global-color);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
/* end screen */


/* override layui */
.layui-table thead tr{
    background-color: var(--blk-2-bg) !important;
    color: var(--global-color);
}

/* end override layui */
