body {
    background-color: white !important;
}

    body.isJustAdd {
        background-color: transparent !important;
    }

span.hidden-xs.user-info {
    display: none !important;
}


/*modal弹框 在chrome下使用fixed的问题*/
.modal.fade .modal-bs-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-bs-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
/*  -------------------end------------*/

/**            ---------------------------------- 工具栏     */


.mx-toolbar-c {
    border-bottom: 1px solid #E0E2E5;
}


.mx-toolbar {
    z-index: 9999;
    padding-left: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 103px;
    background-color: #F8FAFC;
}

.btn-toolbar.btn {
    padding-left: 10px;
    padding-right: 10px;
    border: 0px !important;
    background-color: transparent !important;
}
/**            ---------------------------------- End     */

/*处理带按钮文本框，将其高度设置为已正常表单文本框一样，默认带按钮文本框高了两个像素*/
.mx-input-group > .form-control {
    /*height: auto;*/ /*2016-10-28 16:46:49注释，为了防止高度出现为33px*/
    width: inherit !important;
    display: flexbox;
}

/*.form-control {
    height:auto;
}*/

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.mx-input-group > .input-group-btn > .btn-sm {
    padding-bottom: 7px !important;
    padding-top: 7px !important;
    border-width: 0px !important;
}

.mx-input-group > i.ace-icon {
    cursor: pointer;
}

.form-group {
    padding: 0px 15px !important;
}

    .form-group.no-padding {
        padding: 0px !important;
    }

    .form-group .mx-group-title {
        width: 80px;
        text-align: left;
        float: left;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 7px;
    }

    .form-group .mx-group-control {
        overflow: hidden;
        min-width: 100px;
        padding-left: 5px;
        padding-right: 5px;
    }

.boderdownline {
    border-bottom: 1px solid;
    border-color: darkgray;
}

.form-group .mx-group-control.no-overflow {
    overflow: visible;
}

/*梦想计算器样式*/
.mxcalc_box {
    padding: 10px;
    z-index: 2001;
}

    .mxcalc_box table.mxcalc_table {
    }

        .mxcalc_box table.mxcalc_table td {
            padding: 2px 5px;
            min-width: 50px;
            min-height: 30px;
        }

        .mxcalc_box table.mxcalc_table .calc_but {
            width: 100%;
            font-size: 15px;
        }

        .mxcalc_box table.mxcalc_table .mxcalc_show {
            cursor: default;
            background-color: #fcfcfc;
            padding: 0px 5px;
            border: solid 0.08em #eeeeee;
            border-radius: 0.3em;
        }

            .mxcalc_box table.mxcalc_table .mxcalc_show .calc_u {
                text-align: right;
                font-size: 12px;
                height: 20px;
                color: #0c0c0c;
            }

            .mxcalc_box table.mxcalc_table .mxcalc_show .calc_d {
                text-align: right;
                font-size: 20px;
                height: 30px;
            }

.dropdown-menu.mxcalc-caret.offsettop:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2) !important;
    -moz-border-bottom-colors: rgba(0, 0, 0, 0.2) !important;
    border-left: 7px solid transparent !important;
    border-right: 7px solid transparent !important;
    content: "" !important;
    display: inline-block !important;
    left: 9px !important;
    position: absolute !important;
    top: -7px !important;
}

.dropdown-menu.mxcalc-caret.offsettop:after {
    border-bottom: 6px solid #FFF !important;
    -moz-border-bottom-colors: #FFF !important;
    border-left: 6px solid transparent !important;
    border-right: 6px solid transparent !important;
    content: "" !important;
    display: inline-block !important;
    left: 10px !important;
    position: absolute !important;
    top: -6px !important;
}

.dropdown-menu.mxcalc-caret.offsetbottom:before {
    border-top: 7px solid rgba(0, 0, 0, 0.2) !important;
    -moz-border-top-colors: rgba(0, 0, 0, 0.2) !important;
    border-left: 7px solid transparent !important;
    border-right: 7px solid transparent !important;
    content: "" !important;
    display: inline-block !important;
    left: 9px !important;
    position: absolute !important;
    bottom: -7px !important;
}

.dropdown-menu.mxcalc-caret.offsetbottom:after {
    border-top: 6px solid #FFF !important;
    -moz-border-top-colors: #FFF !important;
    border-left: 7px solid transparent !important;
    border-right: 7px solid transparent !important;
    content: "" !important;
    display: inline-block !important;
    left: 10px !important;
    position: absolute !important;
    bottom: -6px !important;
}

/*end 梦想计算器样式*/

/*首页显示panel块*/
.panel-stat3 {
    position: relative;
    overflow: hidden;
    padding: 25px 20px;
    margin-bottom: 20px;
    color: #fff;
    cursor: pointer;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

    .panel-stat3 .stat-icon {
        position: absolute;
        top: 20px;
        right: 10px;
        font-size: 30px;
        opacity: 0.3;
    }

    .panel-stat3 .refresh-button {
        position: absolute;
        top: 10px;
        right: 10px;
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        color: rgba(0, 0, 0, 0.3);
    }

        .panel-stat3 .refresh-button:hover {
            color: #fff;
            transition: all 0.2s ease;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
        }

.m-top-none {
    margin-top: 0;
}

.loading-overlay {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.4);
    text-align: center;
}

    .loading-overlay.active {
        display: block;
    }

    .loading-overlay .loading-icon {
        position: absolute;
        top: 45%;
        left: 50%;
        color: #fff;
    }

    .loading-overlay .loading-icon {
        position: absolute;
        top: 45%;
        left: 50%;
        color: #fff;
    }


/*全屏提示框*/
.custom-popup {
    background-color: rgba(0, 0, 0, 0.9);
    color: #cccccc;
    text-align: center !important;
    padding: 15px;
}

    .custom-popup.full-width {
        width: 100%;
    }

    .custom-popup.light {
        background-color: #f9f9f9;
    }

.custom-popup {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.popup_visible .custom-popup {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


/*easy ui 下拉框样式*/
.combo.open > input.combo-text {
    border: 1px solid #4492C9;
    border-bottom-width: 0px;
}

.combo.open > input {
    border: 1px solid #4492C9;
}

.combo.upopen > input.combo-text {
    border: 1px solid #4492C9;
    border-top-width: 0px;
}

.combo-panel.panel-body {
    padding: 2px !important;
}

.panel.combo-p {
    border: 1px solid #4492C9;
    border-top-color: #d5d5d5;
    border-bottom-width: 2px;
    border-radius: 0px;
    background-color: #ffffff;
}

    .panel.combo-p.upopen {
        border: 1px solid #4492C9;
        border-bottom-width: 1px;
        border-bottom-color: #d5d5d5;
        border-top-width: 2px;
    }

.combo-panel.panel-body {
    border-width: 0px;
    background-color: #ffffff;
    padding: 5px !important;
}

.combobox-item {
    font-size: 14px;
    display: list-item;
    cursor: pointer;
    padding: 5px 6px;
    line-height: 15px;
    word-break: break-word;
    color: #696969;
}

    .combobox-item.combobox-item-hover {
        background-color: #eaf2ff;
        color: #696969;
    }

    .combobox-item.combobox-item-selected {
        background-color: #ffe48d;
        color: #696969;
    }

.mx_easyui_tree.tree {
    overflow-x: visible;
    overflow-y: visible;
}

.combo > input[readonly] {
    color: #696969;
    background: #ffffff !important;
    cursor: pointer;
    height: 34px;
}

.combo > input[disabled] {
    color: #696969;
    background: #f5f5f5 !important;
    cursor: pointer;
    height: 34px;
}


.combo > input:focus {
    border-color: #f59942;
}

.tree-node {
    height: 25px;
    line-height: 25px;
    color: #696969;
}

.tree-title {
    font-size: 13px;
    height: 25px;
    line-height: 25px;
}

.tree-expanded, .tree-collapsed, .tree-folder, .tree-file, .tree-checkbox, .tree-indent {
    vertical-align: middle;
}

.tree:before {
    border: 0px dotted #67b2dd;
}

.tree-folder {
    height: 25px;
    line-height: 25px !important;
    vertical-align: middle;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none;
    font-size: 15px;
    color: #ff892a !important;
}

.tree-file {
    height: 25px;
    line-height: 25px !important;
    vertical-align: middle;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none;
    font-size: 15px;
    color: #ff892a !important;
}

.tree-folder:before {
    content: "\f07b";
}

.tree-folder-open:before {
    content: "\f07c" !important;
}

.tree-file:before {
    content: "\f016";
}
/* end easy ui 下拉框样式*/

/*easyui  datagrid  样式*/

.datagrid-cell-rownumber {
    color: #404040;
}

.datagrid-resize-proxy {
    background: #1a7bc9;
}

.datagrid-htable,
.datagrid-btable,
.datagrid-ftable {
    color: #404040;
    border-collapse: separate;
    border-spacing: 0;
}

.datagrid-row-over,
.datagrid-header td.datagrid-header-over {
    background: #ecf6fa;
    color: #404040;
    cursor: default;
}

.datagrid-mask {
    background: #eee;
}

.datagrid-mask-msg {
    border-color: #c3d9e0;
}

.datagrid .panel-body {
    padding: 0px !important;
}


.datagrid-pager.pagination {
    border-radius: 0px !important;
}

.panel.datagrid {
    border-radius: 0px !important;
}


.datagrid-header, .datagrid-td-rownumber {
    background: none;
    background-color: #F8FAFC;
}

.datagrid-header-row,
.datagrid-row {
    height: 35px;
}

.panel-header,
.panel-body {
    border-color: #E1E1E1;
}

.datagrid-toolbar,
.datagrid-pager {
    background: #eff3f8;
}

.datagrid-header,
.datagrid-toolbar,
.datagrid-pager,
.datagrid-footer-inner {
    border-color: #dedede;
}

    .datagrid-header td,
    .datagrid-body td,
    .datagrid-footer td {
        border-color: #E1E1E1;
        border-style: solid;
    }

.datagrid-header-check input[type='checkbox'] {
    margin: 0px !important;
}

.datagrid-cell-check input[type='checkbox'] {
    margin: 0px !important;
}

.propertygrid .datagrid-group {
    height: 30px;
}

.datagrid-editcolumn-color {
    color: blue;
}
/* end*/

/* 手风琴组件 panelbody 样式与easyui panelbody样式冲突*/
.panel-collapse > .panel-body {
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
}
/* end */

/**/
label.control-label.mx-group-title {
    color: #808080;
}

label.requiredTag {
    color: blue !important;
}

.errorCard {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: auto;
    background-color: #3c454f;
    color: white;
    display: none;
    z-index: 10000;
}

    .errorCard ul {
        list-style-type: decimal;
        float: left;
        margin: 10px;
        margin-left: 25px;
    }

        .errorCard ul li {
            margin: 5px;
        }

            .errorCard ul li a {
                cursor: pointer;
                color: white;
            }

                .errorCard ul li a:hover {
                    color: red;
                }

                .errorCard ul li a:active {
                    color: red;
                }

.errorTag {
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 100px;
    height: 30px;
    background-color: red;
    color: white;
    cursor: pointer;
    text-align: center;
    display: none;
    line-height: 30px;
    z-index: 10000;
}

    .errorTag span {
        font-size: 20px;
        font-weight: bold;
    }

.errorUI {
    border: solid 1px red !important;
}

    .errorUI.select {
        border: solid 2px red !important;
    }

/**/

/*首页图表背景色*/
/*.endless.bg-info{background-color:#6bafbd;color:#fff}
.endless.bg-success {background-color: #65cea7;color: #fff;}
.endless.bg-warning{background-color:#f3ce85;color:#fff}*/

.endless.bg-white {
    background-color: #fff;
}

.endless.bg-light {
    background-color: #f1f5fc;
}

.endless.bg-dark {
    background-color: #222;
}

.endless.bg-grey {
    background-color: #eee;
    text-shadow: 0 1px #fff;
}

.endless.bg-primary {
    background-color: #424f63;
    color: #BECFDF;
}

    .endless.bg-primary a {
        color: #BECFDF;
    }

        .endless.bg-primary a:focus, .bg-primary a:hover {
            color: #fff;
        }

.endless.bg-warning {
    background-color: #f3ce85;
    color: #fff;
}

.endless.bg-info {
    background-color: #6bafbd;
    color: #fff;
}

.endless.bg-success {
    background-color: #65cea7;
    color: #fff;
}

.endless.bg-danger {
    background-color: #fc8675 !important;
    color: #fff !important;
}

.endless.bg-success.panel .panel-footer {
    border-color: #3ec291;
    background: rgba(20,20,20,.07);
}

.endless.bg-primary .panel-footer {
    border-color: #2e3744;
    background: rgba(20,20,20,.07);
}

.endless.bg-info .panel-footer {
    border-color: #4c99a9;
    background: rgba(20,20,20,.07);
}

.endless.bg-endless .panel-footer {
    border-color: #3ec291;
    background: rgba(20,20,20,.07);
}

.endless.bg-warning .panel-footer {
    border-color: #aecd19;
    background: rgba(20,20,20,.07);
}

.endless.bg-danger .panel-footer {
    border-color: #fb5a73;
    background: rgba(20,20,20,.07);
}




.endless.panel {
    border-radius: 0px;
    position: relative;
}

    .endless.panel .mx-fpchart-tool i {
        color: rgba(0, 0, 0, 0.3);
    }

        .endless.panel .mx-fpchart-tool i:hover {
            color: #000000;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
        }


/* 锁屏样式 
    Add By Niesl
     2014年12月29日15:39:20*/

.lock-screen {
    background-color: #3a3a3a;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: table;
    vertical-align: middle;
}

    .lock-screen > .layout {
        position: relative;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }

        .lock-screen > .layout > .content {
            position: relative;
            text-align: center;
            width: 100%;
        }

            .lock-screen > .layout > .content .lock-screen-img img {
                border-radius: 1em;
                -moz-border-radius: 1em;
                -webkit-border-radius: 1em;
                width: 180px;
                height: 180px;
            }

            .lock-screen > .layout > .content .username {
                color: white;
            }

            .lock-screen > .layout > .content .error {
                color: orangered;
            }

            .lock-screen > .layout > .content .input-group {
                width: 270px;
                margin: 25px auto;
            }

    .lock-screen.top, .lock-screen.bottom {
        height: 50%;
        z-index: 9998;
    }

.lock-screen-hidden {
    display: none;
}
/*-----------------------------------------------------------------*/

/* 首页新闻轮播样式
    Add by Niesl*/

.newslist {
    overflow: visible;
    position: relative;
}

    .newslist > ul {
        float: left;
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .newslist > ul > li {
            width: 285px;
            height: 20px;
            float: left;
            margin-right: 10px;
            display: list-item;
        }

            .newslist > ul > li > a {
                color: #666;
                margin-right: 15px;
                line-height: 20px;
                overflow: hidden;
            }

/************************************/

/**通知提示框改为在底部显示*/
#gritter-notice-wrapper {
    top: auto !important;
    bottom: 10px !important;
}
/**************************/

/** 圆环形进度条 */
.widget-box-overlay.loading-pie {
    background-color: rgba(0, 0, 0, 0.8);
}
/*****************/

/****工具栏按钮禁用样式****/
.disabled.btn.btn-toolbar {
    color: #acacac !important;
}

    .disabled.btn.btn-toolbar i {
        color: #acacac !important;
    }
/*************************/

/****全屏操作样式**********/
.mx_fullscreen {
    position: fixed;
    overflow: auto;
    margin: 0px !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1040 !important;
    padding-top: 10px;
}
/**********************/
/* 非bootstap table 样式 *****************/

table.oldtable td,
th {
    padding: inherit;
}
/*************************************/

/******** 左侧树隐藏时表格样式 ********************/
.treeMin {
    width: 40px;
    background-color: #5090c1;
    float: left;
    cursor: pointer;
}

    .treeMin:hover {
        background-color: #f89406;
    }

.treeMin_datagrid {
    float: none;
    width: auto;
    margin-left: 40px;
}
/*****     End  ****************************/

/************表格编辑操作列按钮样式***************/
a.dgrowoper:hover {
    font-size: 150%;
}
/**********   ****/


/***  formconfig 样式组 
         Add By Niesl  2015年6月16日18:34:04                           **/

.fc-group {
}

    .fc-group:hover {
        /*border:1px solid red;*/
    }

.fc-tabpanel {
    min-height: 300px;
}

.fc-item {
    border: 1px solid #cccccc;
    padding: 5px;
}

.fc-item-tag {
    width: 20px;
    float: left;
    color: red;
    font-size: 15px;
    margin-top: -5px;
}

.fc-item-edit {
    width: 20px;
    float: right;
    margin-top: -5px;
    margin-right: -5px;
    cursor: pointer;
    opacity: 0.7;
}

    .fc-item-edit:hover {
        opacity: 1;
    }

.fc-item-copy > .fc-item-content {
    margin-left: 0px;
    margin-right: 0px;
}

.fc-item-content {
    margin-left: 20px;
    margin-right: 20px;
    cursor: move;
}

    .fc-item-content * {
        cursor: move !important;
    }

/***       End                  **/

/***    右键菜单框  */
.dropdown-preview {
    margin: 0 5px;
    display: inline-block;
}

    .dropdown-preview > .dropdown-menu {
        display: block;
        position: static;
        margin-bottom: 5px;
    }
/**********END******************/

/*****************  小屏处理顶部导航条及相关样式 *************/
.navbar-fixed-top.hidden + .main-container {
    padding-top: 0px !important;
}



.dh-bar {
    width: 100%;
    /*background-color:#F8FAFC;*/
    background-color: #438eb9;
    color: white;
    border-bottom: 1px solid #E0E2E5;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1030;
    height: 50px;
    text-align: center;
}


    .dh-bar > a, .dh-bar > button, .dh-bar > .btn-group > button {
        height: 50px;
        font-size: 16px;
        background-color: transparent;
        border: none;
    }

        .dh-bar > button:focus, .dh-bar > button:hover, .dh-bar > button:active, .dh-bar > .btn-group > button:focus, .dh-bar > .btn-group > button:hover, .dh-bar > .btn-group > button:active {
            background-color: #629b58;
        }


    .dh-bar > span, .dh-bar > h5 {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        font-weight: bold;
        display: inline-block;
        margin: 0px !important;
    }

        .dh-bar > span > i {
            display: none;
        }

        .dh-bar > h5 > i {
            display: none;
        }

    .dh-bar + #main_C {
        padding-top: 55px;
    }

#dh-bar.hidden + #main_C {
    padding-top: 0px;
}

#dh-bar.hidden + #dh-bar-bill.hidden + #main_C {
    padding-top: 0px;
}

#dh-bar + #dh-bar-bill.hidden + #main_C {
    padding-top: 55px;
}

.dh-bar .dropdown-menu {
    min-width: 120px;
}

    .dh-bar .dropdown-menu li i {
        margin-right: 10px;
    }

    .dh-bar .dropdown-menu > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
    }

.mx-searchbar {
    min-height: 40px;
    background-color: white;
    padding-left: 10px;
    padding-top: 5px;
}

.tree-large.open {
    position: fixed;
    display: block;
    z-index: 1010;
}

    .tree-large.open .widget-body {
        max-height: 300px;
    }

.tree-large .widget-toolbar .compress {
    display: inline-block;
}

.tree-large.open .widget-toolbar .compress {
    display: none;
}

.tree-large .widget-toolbar .treeclose {
    display: none;
}

.tree-large.open .widget-toolbar .treeclose {
    display: inline-block;
}

.modal-dialog.max {
    margin-top: 1px;
    margin-bottom: 0px;
}

.modal-dialog .modal-body {
    overflow: auto;
}

.modal-open .modal.mx-xs {
    overflow: hidden;
}

.modal.mx-xs .modal-dialog {
    margin: 0px;
    width: 100%;
}

.modal .modal-dialog .modal-header-xs {
    display: none;
    position: static !important;
}

.modal .modal-dialog .modal-header {
    display: block;
}

.modal.mx-xs .modal-dialog .modal-header {
    display: none;
}

.modal.mx-xs .modal-dialog .modal-header-xs {
    display: block;
}

.modal.mx-xs .modal-dialog .modal-footer {
    padding: 0px;
}

    .modal.mx-xs .modal-dialog .modal-footer.appfoothide > button {
        display: none !important;
    }

    .modal.mx-xs .modal-dialog .modal-footer.appfoothide > div.btn-group {
        display: none !important;
    }

.modal.mx-xs .modal-dialog .modal-body {
    padding-top: 10px;
    padding-bottom: 0px;
}

.modal .modal-dialog .modal-body .mx-dialog-c {
    margin-left: 0px;
    margin-right: 0px;
}

.modal.mx-xs .modal-dialog .modal-body .mx-dialog-c {
    margin-left: -15px;
    margin-right: -15px;
}

.sidebar.mx-sidebar {
    width: 140px;
}

    .sidebar.mx-sidebar + .main-content {
        margin-left: 140px;
    }

    .sidebar.mx-sidebar.menu-min,
    .sidebar.mx-sidebar.menu-min.compact,
    .sidebar.mx-sidebar.menu-min.navbar-collapse {
        width: 43px;
    }

        .sidebar.mx-sidebar.menu-min + .main-content {
            margin-left: 43px;
        }
/*----------------------------------------------------------*/
body.mx-xs .navbar-toggle {
    display: inline-block;
}

body.mx-xs .sidebar.responsive:before {
    display: none;
}

body.mx-xs .sidebar.responsive {
    -webkit-box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.15);
    box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.15);
    z-index: 1027;
    overflow: hidden;
    max-height: 0;
    -moz-transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
    -webkit-transition: -webkit-transform 0.2s linear 0s, max-height 0s linear 0.2s;
    -moz-transition: -moz-transform 0.2s linear 0s, max-height 0s linear 0.2s;
    -o-transition: -o-transform 0.2s linear 0s, max-height 0s linear 0.2s;
    transition: transform 0.2s linear 0s, max-height 0s linear 0.2s;
    position: relative;
    bottom: auto;
    left: 190px;
    margin-left: -190px;
}

    body.mx-xs .sidebar.responsive + .main-content {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body.mx-xs .sidebar.responsive.display {
        -moz-transform: none !important;
        -webkit-transform: none !important;
        -o-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        overflow: visible;
        max-height: 2000px;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

body.mx-xs .main-container.container .sidebar.responsive.display {
    display: block;
}

body.mx-xs .sidebar.responsive.sidebar-fixed {
    position: fixed;
    left: auto;
    margin-left: auto;
}

body.mx-xs .main-container .menu-toggler.fixed {
    position: fixed;
    left: auto;
    z-index: 1026;
}

body.mx-xs .sidebar.sidebar-fixed.responsive-max {
    position: fixed;
    left: auto;
    margin-left: auto;
}


body.mx-xs .mx-xs-hidden {
    display: none;
}

body.mx-xs > .widget-box-overlay {
    top: 45px;
    min-height: calc(100% - 45px);
}

body.mx-xs .sidebar .scroll-content {
    overflow: auto !important;
}



body.mx-xs .sidebar.menu-min .scroll-content {
    overflow: visible !important;
}

body.mx-xs .scroll-track {
    display: none !important;
}

.dropdown-header-close {
    line-height: 34px;
    float: right;
    display: none;
    cursor: pointer;
}

body.mx-xs .barcode {
}

    body.mx-xs .barcode > label {
        display: none;
    }


    body.mx-xs .barcode input {
        border: 1px solid #d5d5d5;
    }

body.mx-xs input {
    border: none;
    border-bottom: 1px solid #D5E4F1;
}

body.mx-xs .form-group {
    padding: 0px 15px !important;
    padding-right: 5px !important;
    width: 100%;
    margin: 0px;
    margin-bottom: 5px;
    border-bottom: 1px solid #EDF3F4;
}

    body.mx-xs .form-group .mx-group-title {
        width: 90px;
        text-align: left;
        padding: 6px 10px 6px 4px;
        font-weight: normal;
        color: #667E99;
        vertical-align: middle;
    }

.form-group .mx-group-control {
}

body.mx-xs .btn-fullscreen {
    display: none;
}

body.mx-xs .mx-bill-more {
    padding: 0px;
}

    body.mx-xs .mx-bill-more .panel-body {
        padding: 0px;
    }


@media only screen and (max-width: 479px) {
    .dropdown-header-close {
        display: block;
    }
}


/*******************      END    **************************************/


/*********    小屏时表格样式   ********************/
.mx-datarid-c {
}


body.mx-xs .xs-width-100 {
    width: 100% !important;
}

body.mx-xs .mx-form-c {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 0px;
    padding-right: 0px;
}

body.mx-xs .mx-datarid-c {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 0px;
    padding-right: 0px;
    /*float:none;*/
    width: auto;
}



.div-table .datagrid-header2 {
    height: 40px;
    background: none;
    background-color: #F8FAFC;
    border-top: 1px solid rgb(221, 221, 221);
}

    .div-table .datagrid-header2 .widget-toolbar button {
        height: 40px;
        font-size: 15px;
    }

        .div-table .datagrid-header2 .widget-toolbar button.view {
            display: inline-block;
        }

        .div-table .datagrid-header2 .widget-toolbar button.edit {
            display: none;
        }

.div-table.editing .datagrid-header2 .widget-toolbar button.view {
    display: none;
}

.div-table.editing .datagrid-header2 .widget-toolbar button.edit {
    display: inline-block;
}

.div-table .datagrid-header td,
.div-table .datagrid-body td,
.div-table .datagrid-footer td {
    border: none;
}

.div-table .datagrid-header {
    border-top-width: 1px;
}



.div-table-row {
    border-bottom: 1px solid #EDF3F4;
}




    .div-table-row > .div-table-row-head {
        position: relative;
        min-height: 50px;
    }

        .div-table-row > .div-table-row-head.div-table-row-image {
            min-height: 90px;
        }

        .div-table-row > .div-table-row-head .showdetail {
            position: absolute;
            bottom: 5px;
            right: 5px;
        }

            .div-table-row > .div-table-row-head .showdetail:active {
                top: auto !important;
            }

.div-table tr.datagrid-row-selected {
    background-color: white;
}

tr.datagrid-row-selected .div-table-row-head-content {
    background-color: #F7F7F7;
}

.div-table-row-head-content {
    background-color: white;
    padding: 5px 5px 5px 10px;
    position: relative;
    z-index: 2;
}

    .div-table-row-head-content.moving {
        border-right: 1px solid #EDF3F4;
    }

.div-table-row-head-buttons {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1;
}

    .div-table-row-head-buttons > button {
        height: 100%;
        border: none;
        min-width: 50px;
    }

.div-table-row .info {
    font-size: 13px;
    color: #696969;
}

    .div-table-row .info > .title {
        margin-right: 5px;
    }

    .div-table-row .info > .value {
    }

.mx-row-detail .body-cell-c .body-cell {
    line-height: 34px;
    vertical-align: middle;
}

    .mx-row-detail .body-cell-c .body-cell.editorC {
        border-bottom: 1px dashed #aaaaaa;
    }

        .mx-row-detail .body-cell-c .body-cell.editorC.editing {
            border-bottom: none;
        }

.div-table .div-table-row .info-title {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

.div-table .div-table-row .info-image {
    width: 70px;
    height: 80px;
    margin-right: 10px;
}

    .div-table .div-table-row .info-image img {
        width: 70px;
        height: 80px;
    }

.div-table .div-table-row .info-state {
    float: right;
}

.div-table .div-table-row .info-money > .value {
    color: #ff8501;
    font-size: 14px;
    font-weight: bold;
}

.div-table-row > .div-table-row-body {
    border-top: 1px solid #CCCCCC;
    padding: 5px 5px 5px 15px;
    background-color: white;
    font-size: 12px;
    color: #696969;
    display: none;
}

tr.datagrid-row-selected .div-table-row {
    border-left: 3px solid #4c8fbd;
    margin-left: 1px;
}

    tr.datagrid-row-selected .div-table-row > .div-table-row-body {
        display: block;
    }

.div-table .datagrid-footer-inner {
    width: 100%;
    background-color: #F8FAFC;
    border-bottom-width: 1px;
}

.div-ftable-row {
    padding-top: 5px;
    padding-bottom: 5px;
    float: right;
}

    .div-ftable-row .info-footer {
        padding-left: 10px;
        padding-right: 15px;
        float: left;
        border-left: 1px solid #E3E3E3;
    }

        .div-ftable-row .info-footer > .title {
            display: block;
        }

        .div-ftable-row .info-footer > .value {
            display: block;
            font-size: 15px;
            font-weight: bold;
            padding-top: 5px;
            padding-left: 5px;
            padding-bottom: 5px;
        }

div.fillcontainer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/**************     END   ********************/

.ace-icon.search-icon {
    background: url('../images/search.png') no-repeat;
    left: 0px;
    padding: 0px 12px;
    margin: 1px 0px;
}

input[type=checkbox].ace.mainmenu:disabled + .lbl::before,
input[type=radio].ace.mainmenu:disabled + .lbl::before,
input[type=checkbox].ace.mainmenu[disabled] + .lbl::before,
input[type=radio].ace.mainmenu[disabled] + .lbl::before,
input[type=checkbox].ace.mainmenu.disabled + .lbl::before,
input[type=radio].ace.mainmenu.disabled + .lbl::before {
    background-color: #F5F8FC !important;
    border-color: #adb8c0 !important;
    box-shadow: none !important;
    color: #32a3ce;
}

body.fillcontainer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.nav-pills-lightblue {
    margin: 0 auto;
    border-bottom: 1px solid #d5e3ef;
    list-style: none;
}

    .nav-pills-lightblue > li {
        float: left;
        font-size: 1em;
    }

        .nav-pills-lightblue > li:first-child {
            margin-left: 20px;
        }

        .nav-pills-lightblue > li + li {
            margin-left: 20px;
        }

        .nav-pills-lightblue > li > a {
            color: #585858;
            padding: 10px 0px;
            margin-bottom: -1px;
        }

            .nav-pills-lightblue > li > a:hover {
                color: #0088ff;
                background-color: transparent;
            }

        .nav-pills-lightblue > li.active > a,
        .nav-pills-lightblue > li.active > a:hover {
            color: #0088ff;
            background-color: transparent;
        }

            .nav-pills-lightblue > li.active > a,
            .nav-pills-lightblue > li.active > a:focus {
                color: #0088ff;
                font-weight: bold;
                background-color: transparent;
                border-bottom: 2px solid #0088ff;
            }

        .nav-pills-lightblue > li.disabled > a {
            color: #777;
        }

            .nav-pills-lightblue > li.disabled > a:hover,
            .nav-pills-lightblue > li.disabled > a:focus {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

label.form-control {
    border: none;
    color: #565656;
    font-size: 14px;
    padding-top: 7px;
}

input.mxdate-text[readonly] {
    color: #858585;
    background: #ffffff !important;
    cursor: default;
}

    input.mxdate-text[readonly]:hover {
        border-color: #c3c3c3;
    }

    input.mxdate-text[readonly]:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #ffffff !important;
    }

.navbar-fixed-top + div:not(.main-container) {
    padding-top: 45px;
}

@media (max-width: 479px) {
    .navbar-fixed-top + div:not(.main-container) {
        padding-top: 90px;
    }

    .navbar-fixed-top.navbar-collapse + div:not(.main-container) {
        padding-top: 45px;
    }
}

.systemset .btn {
    font-size: 12px;
}

.systemset label {
    font-size: 12px;
}

.systemset hr {
    margin-top: 20px;
    margin-bottom: 10px;
}

input[type=checkbox].ace.threestate:not(:checked) + .lbl::before {
    display: inline-block;
    content: '\f00c';
    color: #c8baf1;
    background-color: #F5F8FC;
    border-color: #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}

input.labelauty.threestate:not(:checked) + label {
    background-color: #c8baf1;
    color: #ffffff;
}

input.labelauty.threestate:not(:checked):not([disabled]) + label:hover {
    background-color: #e0d5ff;
    color: #ffffff;
}

input.labelauty.threestate:not(:checked) + label > span.labelauty-unchecked-image {
    background-image: url(../../Content/plugins/labelauty/images/input-checked.png);
}

.label-lightblue,
.label.label-lightblue,
.badge.badge-lightblue,
.badge-lightblue {
    background-color: #CCCCFF;
}

    .label-lightblue.arrowed:before {
        border-right-color: #CCCCFF;
        -moz-border-right-colors: #CCCCFF;
    }

    .label-lightblue.arrowed-in:before {
        border-color: #CCCCFF #CCCCFF #CCCCFF transparent;
        -moz-border-right-colors: #CCCCFF;
    }

    .label-lightblue.arrowed-right:after {
        border-left-color: #CCCCFF;
        -moz-border-left-colors: #CCCCFF;
    }

    .label-lightblue.arrowed-in-right:after {
        border-color: #CCCCFF transparent #CCCCFF #CCCCFF;
        -moz-border-left-colors: #CCCCFF;
    }


/*自定义工具栏折叠和表格缩放*/
.customWorkBar {
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
    display: flex;
    font-size: 20px;
    z-index: 1001;
}

    .customWorkBar span {
        color: #909090;
        padding: 11px 15px;
        cursor: pointer;
    }

        .customWorkBar span:hover {
            color: #ffb44b !important;
        }

    .customWorkBar #myFlod {
        border-right: 1px dotted #E1E1E1;
    }

.hiddenBlock {
    display: block;
}

.showBlock {
    display: block;
}

#contralLable {
    display: block;
    padding-left: 80px;
}


/* 订单数据等报表-注解右侧弹层样式 B*/
.reportAnnotations {
    position: fixed;
    right: -100%;
    top: 60.2px;
    width: 250px;
    height: calc(100% - 60px - 7px);
    background: #ffffff;
    z-index: 999;
    border: 1px solid #d0caca;
    border-top: 0;
    border-right: 1px solid #eaecef;
    transition: right .45s ease-out;
    box-shadow: -3px 0px 10px #c2c2c2;
}

    .reportAnnotations ul {
        font-size: 15px;
        line-height: 20px;
        padding: 10px 10px;
        margin: 0;
    }

        .reportAnnotations ul li {
            margin-bottom: 15px;
            list-style-type: none;
        }

        .reportAnnotations ul .title {
            font-weight: bold;
            font-size: 16px;
            margin-bottom: 3px;
        }

.customInfoIcon {
    font-size: 15px;
    color: #e3e4e5;
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 8px;
    cursor: pointer;
    pointer-events: auto;
}

    .customInfoIcon:hover {
        color: #03a9f4;
    }

/* 订单数据等报表-注解右侧弹层样式 E*/

/* 销售订单查询、成品发货预警工序图表解析样式 B */
.icon_analysis {
    color: #808080;
    margin: 0;
    padding: 0 10px 2px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

    .icon_analysis label {
        color: #666666;
        margin-bottom: 0;
    }

    .icon_analysis .icon_wrapper {
        margin-right: 10px;
        display: flex;
        align-items: center;
    }

        .icon_analysis .icon_wrapper img {
            margin-right: 2px;
        }

        .icon_analysis .icon_wrapper .empty {
            width: 16px;
            height: 16px;
            border: 1px solid #dddddd;
            margin: 0 2px 2px 0;
        }
/* 销售订单查询、成品发货预警工序图表解析样式 E */

/* 销售订单、销售订单查询等界面表格工序样式 B */
.craftPanelDetail {
    cursor: pointer;
    font-size: 13px;
}

    .craftPanelDetail:hover {
        font-weight: bold;
        font-size: 13.5px;
    }

    .craftPanelDetail.notStarted {
        color: #606060;
    }
    .craftPanelDetail.doing {
        color: #FF4500;
    }

    .craftPanelDetail.complete {
        color: #019901;
    }
/* 销售订单、销售订单查询等界面表格工序样式 E */

/* 设计图样式 */
.designImage {
    border: 1px solid #99CCFF;
}