@import url('../../Scripts/layui/css/layui.css');
@import url('../../Scripts/easyui/themes/gray/easyui.css');
@import url('menu_icon.css?version=1.0');
html,
body {
    border: 0;
    margin: 0;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    font-family: '微软雅黑';
}

button[type="reset"] {
    display: none;
}

/*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}*/

td {
    word-break: break-word;
}

.clear {
    clear: both;
    width: 0 !important;
    height: 0 !important;
}

iframe {
    width: 100%;
    border: 0;
    outline: 0;
    margin: 0;
}

/*
    layui 样式调整 >>
*/

body .layui-layout-admin .layui-body {
    top: 50px;
}

body .layui-layout-admin .layui-side {
    top: 49px;
}

body .layui-nav .layui-nav-item {
    line-height: 50px;
}

body .layui-nav-child {
    top: 55px;
}

body .layui-header {
    height: 50px;
}

body .layui-layer-load {
    background: none;
}

body .layui-nav-bar {
    display: none;
}

body .layui-nav .layui-this:after {
    display: none;
}

.layui-layout-admin .layui-body {
    bottom: 0 !important;
    /*left: 0;*/
    background-color: #efefef;
    z-index: 1000;
}

body .layui-btn-small {
    height: 25px;
    line-height: 25px;
    padding: 0px 5px;
    font-size: 12px;
}

body .layui-btn-query {
    height: 38px;
    line-height: 38px;
    padding: 0px 5px;
    font-size: 12px;
    width: 70px;
}

td .layui-btn-small {
    border-radius: 50%;
}

body .layui-btn-normal {
    background-color: #28cab2;
}
body .layui-btn-danger {
    background-color: #FF5722;;
}
body .layui-btn-disabled {
    padding: 0px 4px !important;
}

body .layui-tab {
    margin: 0;
}

/**头部右侧操作*/

.layui-main .operate {
    position: absolute;
    top: 0;
    right: 0;
    background: 0;
    padding: 0;
}

body .layui-form-item {
    margin-bottom: 5px;
}

/*
    layui 样式调整 <<
*/

.layui-tab-content {
    padding: 0 6px;
    clear: both;
    background-color: #efefef;
    /*position: absolute;
    left: 200px;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1002;*/
}

.center {
    text-align: center;
}

/*首页标签的关闭按钮*/

[lay-id="111"] {
    display: none !important;
}

/*logo*/

.layui-main {
    background: url('../images/logo.png') 20px center no-repeat;
}

.layui-tab[lay-filter="top-tab"] .layui-tab-title {
    float: left;
    width: 99%;
    /*margin-left: 200px;*/
}

.layui-tab[lay-filter="top-tab"] .layui-tab-button {
    position: absolute;
    right: 20px;
    line-height: 40px;
}

label.error {
    position: relative;
    color: red;
    font-style: inherit;
    font-size: 12px;
    top: 5px;
}

/*
    nsj 2017年6月20日 <--
    */

.search-form {
    padding-top: 7px;
}

.search-form .layui-form-item {
    clear: none;
    float: left;
    /* margin-right: 10px; */
}

#more_btn {
    display: none;
}

.search-form-btns {
    float: right;
    margin-bottom: 5px;
    /* margin: 9px 8px; */
}

.panel.datagrid {
    position: absolute;
    bottom: 0;
    width: 100% !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.layui-layer-content .panel.datagrid {
    position: static !important;
    width: auto !important;
}

body .tooltip-arrow-outer,
body .tooltip-arrow {
    display: none;
}

.datagrid-body td {
    border-right: 1px dotted transparent !important;
}

.datagrid-header td {
    border-color: transparent !important;
    font-weight: bold !important;
    border-style: solid !important;
}

.datagrid-td-rownumber {
    background: transparent !important;
}

.datagrid-header .datagrid-cell span {
    font-size: 14px !important;
}

body .layui-btn-disabled {
    border: 1px solid #e6e6e6;
    background-color: #FBFBFB !important;
    color: #C9C9C9;
    cursor: not-allowed;
    opacity: 1;
}

body .datagrid-cell {
    padding: 10px;
    min-height: 25px;
    line-height: 25px;
    font-size: 14px;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    border-right: 1px solid transparent;
}

body .datagrid-header .datagrid-cell {
    padding: 0 10px;
    margin: 10px 0;
    border-right: 1px solid #e6e6e6;
}

body .datagrid-row-selected,
body .datagrid-row-over {
    background-color: #E8f9f6 !important;
    color: #000000;
}

.datagrid-row:nth-child(even) {
    background-color: #f5f5f5;
}

body .tooltip {
    z-index: 100000000000;
    max-width: 500px;
    border: 1px solid transparent;
    background-color: #28CAB2;
    padding: 10px;
}

body .tooltip-content {
    font-size: 14px;
    color: #fff;
    word-break: break-word;
}

#menu_handle {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    background: url('../images/mini-left.png') 15px center no-repeat;
    background-color: #fafafa;
    color: #4b5f70;
}

.menu_handle_right {
    background-image: url('../images/mini-right.png') !important;
}

body .black .layui-layer-title {
    /* background: #23262e;
    color: #fff; */
    background: #eee;
    border: none;
    height: 35px;
    line-height: 35px;
}

body .black .layui-layer-btn a {
    background: #19aa8d;
    border: none;
    padding: 2px 30px;
}

body .black .layui-layer-btn .layui-layer-btn1 {
    background-color: #eee;
}

.ui-box {
    height: 55px;
    display: table-cell;
    vertical-align: middle;
    max-height: 80%;
    line-height: 24px;
    min-width: 200px; 
    max-width: 80%;
    padding-left: 80px;
    font-size: 16px;
}

.ui-info {
    background: url('../images/icon_info.png') no-repeat;
}

.ui-error {
    background: url('../images/icon_error.png') no-repeat;
    max-height: 100%;
    max-width: 100%; 
    padding-left: 0px;
    text-align: center;
    
}
.ui-confirm {
    background: url('../images/icon_confirm.png') no-repeat;
}

.ui-warning {
    background: url('../images/icon_warning.png') no-repeat;
}

.ui-success {
    background: url('../images/icon_success.png') no-repeat;
}

.icon-ok {
    background: url('../images/icon_ok.png') no-repeat;
}

/*报表样式 start*/

.filter {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: auto;
    background-color: #fefefe;
    z-index: 1000;
    display: none;
    padding: 5px;
    max-height: 80%;
    overflow: auto;
}

.chart-wrapper {
    position: relative;
    margin-bottom: 5px;
    float: left;
    background-color: #fff;
    overflow: hidden;
}

.no-data {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    font-size: 18px;
}

.chart_title {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    color: #4b5f70;
}

.no_data {
    background: url('../images/report/no_data.png') center center no-repeat;
    overflow: auto;
    background-color: #fff
}

.report_no_data {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: url('../images/report/no_data.png') center no-repeat;
    overflow: auto;
    background-color: #fff;
    width: 100%;
    height: 100%;
}

/*报表样式 end*/

/*
    菜单改版
*/

body .layui-layout-admin .layui-header {
    background-color: #148B82;
}

.layui-nav .layui-nav-item>a {
    color: #fff;
}

.layui-nav .layui-nav-more {
    border-color: transparent;
    background-image: url('../images/icon_down.png');
    background-position: center center;
    background-repeat: no-repeat;
    top: 20px;
}

.layui-nav .layui-nav-mored {
    background-image: url('../images/icon_up.png');
    top: 20px;
}

#top-center {
    float: left;
    text-align: center;
    height: 100%;
    width: 100%;
}

.top-item {
    display: inline-block;
    position: relative;
    height: 100%;
    width: 70px;
    padding: 0px 30px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center 2px;
    vertical-align: top;
    color: #bfdad9;
    font-size: 12px;
}

.top-item-hover {
    /*box-shadow: #666 0px 0px 8px;*/
    /*padding-bottom: 6px;*/
    background-color: #10736E;
    color: #fff !important;
    font-size: 14px !important;
}

.top-item:hover {
    /*box-shadow: #333 0px 0px 8px;*/
    /*padding-bottom: 6px;*/
    background-color: #10736E;
    color: #fff !important;
    font-size: 14px !important;
}

.child-wrapper {
    display: none;
    position: absolute;
    top: 50px;
    bottom: 42px;
    overflow: auto;
    width: 100%;
}

.child-item {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #4b5f70;
    letter-spacing: 1px;
    background-position: 18px center;
    background-repeat: no-repeat;
    cursor: pointer;
    border-top: 1px solid #efefef;
}

.top-item-text {
    position: absolute;
    bottom: 2px;
    text-align: center;
    width: 100%;
    left: 0;
}

.menu-this,
.child-item:hover {
    /*background-color: #efefef;*/
    color: #97c361;
    box-shadow: #ccc 0px 0px 10px 1px;
    background: url('../images/menu_bac.png') left center no-repeat;
}

body .layui-tab-card>.layui-tab-title li:hover,
.layui-tab-card>.layui-tab-title .layui-this {
    background-color: #148B82;
    color: #fff;
    font-weight: 700;
}

body .layui-tab-title li.layui-this .layui-tab-close {
    color: #fff;
}

.layui-tab-title .layui-this:after {
    border: none;
}

body .layui-layout-admin .layui-main {
    height: 100%;
}

.left-menu-all.layui-side {
    width: 200px;
    background-color: #fff;
}

body .layui-tab-card>.layui-tab-title {
    display: none;
    background-color: #e0e7d2;
    height: auto;
    border: none;
    overflow: hidden;
    _zoom: 1;
    height: 35px;
}

#tabs-count{
    background-color: #e0e7d2;
}

body .layui-tab-card>.layui-tab-title li {
    float: left;
    background-color: #fff;
    margin: 5px 4px;
    margin-bottom: 5px;
    line-height: 25px;
    /* border-top-left-radius: 5px; */
    width: 100px;
    height: 25px;
    color: #666474;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    padding: 0 20px 0 10px;
    /* border-top-right-radius: 5px; */
    border-radius: 5px
}

body .layui-tab-title li .layui-tab-close {
    position: absolute;
    right: 3px;
}

i.icon_menu {
    margin: 0 20px;
    font-size: 20px;
    vertical-align: middle;
}

body .layui-header {
    z-index: 1004;
}

/**
    菜单改版 end
*/

#loading_shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100000;
    background-color: rgba(255, 255, 255, .2);
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
}

#loading_shadow img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -120px;
    margin-top: -100px;
}

body .reset_pwd {
    width: 25px;
    background: url('../images/reset_pwd.png') center center no-repeat;
    background-color: #89b54e;
}

.menu_tips {
    position: absolute;
    left: -20px;
    top: 65px;
    background-color: #fff;
    z-index: 10009;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    border-radius: 0 20px 20px 0;
    color: #4b5f70;
}

#user_avatar {
    width: 34px;
    height: 34px;
    border-radius: 17px;
}

.icon_pdf {
    background: url('../images/icon_pdf.png') center center no-repeat;
}

.icon_excel {
    background: url('../images/icon_excel.png') center center no-repeat;
}

.input_text_small {
    width: 80px;
    height: 22px;
    margin: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 0 3px;
}

.btn-small {
    background-color: transparent;
    border: none;
    margin-right: 5px;
    cursor: pointer;
}

/*
    右键菜单样式 >>
*/

body .menu {
    border: none;
    border-radius: 5px;
    background-color: #fff;
    color: #656d72;
    padding: 0;
    border: 1px solid #eee;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
}

body .menu-item {
    padding: 0px;
    margin: 0;
    border: none;
    background-position: 25px center;
    background-repeat: no-repeat;
    border-left: 4px solid #fff;
    border-top: 1px solid #eee;
}

body .menu-text {
    height: 40px;
    line-height: 42px;
    font-size: 14px;
    padding-right: 15px;
    padding-left: 60px;
}

body .menu-line {
    display: none;
    border-left: none;
    border-right: 1px solid #fff;
}

body .menu-active {
    background-color: #e9f7f8;
    border-left-color: #28CAB2;
    border-radius: unset;
    color: #28CAB2;
}

.menu_head {
    background-color: #28CAB2;
    color: #fff;
    padding-left: 40px;
    height: 38px;
    line-height: 38px;
    background-position: 15px center;
    background-repeat: no-repeat;
    background-image: url('../images/menu/menu_06.png');
}

body .menu-icon {
    left: 25px;
}

body .menu_close_all {
    background-image: url('../images/menu/menu_01.png');
}

body .menu_close_this {
    background-image: url('../images/menu/menu_02.png');
}

body .menu_close_right_others {
    background-image: url('../images/menu/menu_03.png');
}

body .menu_close_left_others {
    background-image: url('../images/menu/menu_04.png');
}

body .menu_close_others {
    background-image: url('../images/menu/menu_05.png');
}

body .menu_clear_all {
    background-image: url('../images/menu/menu_07.png');
}

body .menu_select_all {
    background-image: url('../images/menu/menu_08.png');
}

body .menu_show_log {
    background-image: url('../images/menu/menu_09.png');
}

body .menu_pulse {
    background-image: url('../images/menu/menu_10.png');
}

body .menu_curve {
    background-image: url('../images/menu/menu_11.png');
}

body .instrument_menu_log {
    background-image: url('../images/menu/instrument_menu_01.png');
}

body .menu_dilutionfactor,.menu_dilutionfactorA {
    background-image: url('../images/menu/stepper_motor.png');
}
body .menu_SoftwareBug {
    background-image: url('../images/menu/menu_09.png');
}
body .menu_stepper_motor {
    background-image: url('../images/menu/stepper_motor.png');
}
body .menu_fans {
    background-image: url('../images/menu/fans.png');
}

body .menu_temperature {
    background-image: url('../images/menu/temperature.png');
}

body .menu_sensor {
    background-image: url('../images/menu/sensor.png');
}

body .menu_circuit_board {
    background-image: url('../images/menu/circuit_board.png');
}

body .menu_liquid {
    background-image: url('../images/menu/liquid.png');
}

body .liquid_surface {
    background-image: url('../images/menu/liquid_surface.png');
}

body .pressure {
    background-image: url('../images/menu/pressure.png');
}

body .menu_prelile {
    background-image: url('../images/menu/prelile.png');
}

body .hard_information {
    background-image: url('../images/menu/hard_information.png');
}

body .data_auth {
    background-image: url('../images/menu/data_auth.png');
}

body .detail {
    background-image: url('../images/menu/xiangqing.svg');
}
body .quality-control {
    background-image: url('../images/menu/quality-control.svg');
}
/*
    右键菜单样式 <<
*/

/*
label.not-null:after {
    content: '*';
    color: red;
    background-color: transparent;
    font-size: 25px;
    position: absolute;
    right: 2px;
    top: 12px;
}
*/
label.not-null:before {
    content: '*';
    color: red;
    background-color: transparent;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    height: 14px;
    line-height: 16px;
    margin-right: 2px;
    margin-left: -10px;
}

.header-proxy {
    position: absolute;
    padding: 5px;
    background-color: #fff;
    color: #4b5f70;
    border: 1px dashed red;
    z-index: 88888888;
}

.status-yes {
    border-color: green;
}

.label_select input {
    background-color: transparent;
    border: none;
    text-align: center;
}

.label_select {
    overflow: visible !important;
    padding: 0 !important;
}

.waterMark{
    transform:rotate(-24deg);
    pointer-events: none;
    z-index: 9999999999;
    position: fixed;
    user-select: none;
    font-size: 13px;
    color: #cccccc;
    opacity: .3;		
    /* text-shadow: 5px 5px 5px #666; */
}

.ui-box.ui-confirm{
    line-height: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inline-element {
    display: inline-block
}
.custom-radio {
    position: relative;
    height: 38px;
}
.custom-radio + .custom-radio{
    margin-left: 10px;
}
.custom-radio .custom-control-input {
    position: absolute;
    z-index: -1;
}
.custom-radio .custom-control-input:checked~.custom-control-label-before {
    background-color: #529C9D;
    box-shadow: 0 0 0 1px #e4e5e6, 0 0 0 3px rgba(82, 156, 157, 0.25);
}
.custom-radio .custom-control-input:focus~.custom-control-label-before {
    box-shadow: 0 0 0 1px #e4e5e6, 0 0 0 3px rgba(82, 156, 157, 0.4);
}
.custom-radio .custom-control-input:active~.custom-control-label-before {
    background-color: #529C9D;
}
.custom-radio .custom-control-input:indeterminate~.custom-control-label-before {
    background-color: #529C9D;
}
.custom-radio .custom-control-label {
    color: #909694;
    height: 38px;
    line-height: 38px;
    padding: 0 5px;
    display: inline-block;
}
.custom-radio .custom-control-label-before {
    width: 10px;
    height: 10px;
    content: "";
    background-color: #fff;
    border: 1px solid #529C9D;
    border-radius: 50%;
    display: inline-block;
}
.custom-radio .custom-control-label:hover {
    cursor: pointer;
}
.custom-radio .custom-control-label-before:hover {
    cursor: pointer;
}
.form-con-wrap{
    overflow: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 88px;
    padding-top: 10px;
}
.submit-btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 110px;
    background-color: #28cab2;
    font-size: 16px;
    padding: 0 18px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    opacity: .9;
}
.close-btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 110px;
    background-color: #f8f8f8;
    font-size: 16px;
    color: #666666;
    margin-left: 10px;
    padding: 0 18px;
    white-space: nowrap;
    text-align: center;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    opacity: .9;
    border: 1px solid #efefef;
}
.btn-con {
    position: relative;
    text-align: right;
    margin-right: 75px;
    min-height: 36px;
    padding-bottom: 30px;
}
.btn-con-wrap {
    position: absolute; 
    left: 0; 
    right:0; 
    bottom:0px; 
    text-align:center; 
    margin-bottom: 0px;
}

/* error弹窗样式 */
.layer-error {
    min-width: 260px;
    width: 280px;
    /* height: 310px; */
}

.layer-error .layui-layer-title {
    background: transparent;
    border: none;
    height: 45px;
    line-height: 45px;
    border-block-end: 1px solid #eee;
}

.layer-error .ui-error {
    background-position: center;
    background-size: 50px;
}

.layer-error .layui-layer-btn a {
    background: #28cab2;
    border: none;
    width: 250px;
    height: 44px;
    line-height: 44px;
    padding: 0px;
    margin: 0 0 18px 0;
}

.layer-error .ui-box {
    height: 31px;
    line-height: 27px;
    padding-top: 90px;
    display: block;
    color: #333333;
}

.layer-error .layui-layer-btn .layui-layer-btn0 {
    font-size: 16px;
}

.layer-error .layui-layer-content {
    margin-bottom: 0px;
    margin-top: -35px;
}