* {
    font-size: 12px !important;
    border-radius: 0 !important;
    box-sizing: border-box;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    /* font-family: "Alibaba", Arial, sans-serif !important; */
}

.l-btn {
    user-select: none !important;
}

.icon {
    width: 16px;
    padding: 16px;
}

.tabs-p-tool .icon-star {
    background-size: cover;
}


.table-celled.table tr th {
    background: #EAF2FF !important;
}

.datagrid-header-row, .datagrid-row {
    height: 30px !important;
}

.datagrid-header, .datagrid-td-rownumber {
    background: #f0faff;
}

.datagrid-toolbar, .datagrid-pager, .datagrid-footer-inner {
    background: white;
}

.datagrid-editable-input {
    height: 28px !important;
}

.window .window-header .panel-with-icon {
    padding-left: 20px;
}

.panel-footer {
    background: white;
}

.textbox .textbox-text {
    line-height: 27px;
}

.textbox-label {
    width: auto
}

.datagrid-cell,
.datagrid-cell-group,
.datagrid-header-rownumber,
.datagrid-cell-rownumber {
    margin: 0;
    padding: 0 4px;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;

    font-size: 12px;
}

.easyui-datagrid .datagrid-thead {
    padding: 6px 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


#toolbar table tr td {
    padding: 5px;
}

body {
    font-size: 12px;
}

td {
    text-align: center !important;
}

a {
    text-decoration: none;
}

a:link {
    color: #000000 !important;
}

a:visited {
    color: #0a5400 !important;
}

a:hover {
    color: #0a5400 !important;
}

a:active {
    color: #0a5400 !important;
}

input[type='radio'] {
    cursor: pointer;
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
}

.radioBox label {
    cursor: pointer;
    user-select: none;
}

.alert p {
    padding-left: 20px;
    font-size: 12px;
    line-height: 150%;
    color: #777;
}

.alert b {
    font-size: 12px;
    padding-bottom: 5px;
    color: #777;
}

.tdRight {
    text-align: right !important;
}

.tdLeft {
    text-align: left !important;
}

.tdCenter {
    text-align: center !important;
}

.title {
    background: #F0FAFF;
    /* color: #59a9ff;*/
    font-weight: bold;
    color: rgb(100, 100, 100);
}

.easyui-linkbutton a, .l-btn-text {
    color: #3C3C3C !important;
}

.easyui-validatebox {
    width: 200px;
    margin: 0;
    padding: 5px 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.validatebox-invalid {
    border: 1px solid #FF8400;
}

.toolTable td {
    padding: 0 5px;
}

.help {
    padding: 10px;
    color: #8f8f8f;
    font-size: 12px !important;
    user-select: none;
}

.help01 {
    display: inline-block;
    background: url("../images/help.png") no-repeat center left !important;
    background-size: 16px 16px;
    padding-left: 20px;
    user-select: none;
    height: 20px;
    line-height: 20px;
    color: #8f8f8f;

}

.border-left {
    border-left: 1px solid #DBF3FD !important;
}

.readonly {
    border: 0;
    width: 110px !important;
    text-align: center;
}

.showCheck {
    padding: 10px;
    line-height: 180%;
}

.gap20 {
    display: inline-block;
    width: 20px;
}

.passwordbox-open, .passwordbox-close {
    padding-right: 10px !important;
}

.button-default span, .button-info span, .button-olive span {
    color: white !important;
}

.moneyTable {
    border: none;
}

/*鎸夐挳琚€夋嫨*/
.l-btn-selected,
.l-btn-selected:hover,
.l-btn-plain-selected,
.l-btn-plain-selected:hover {
    background: #DBF3FD !important;
}

.table {
    width: 100%;
    background: #FFFFFF;
    margin: 1em 0;
    border: 1px solid rgba(81, 153, 221, 0.35);
    box-shadow: none;
    /* border-radius: 0.28571429rem;*/
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
    border-collapse: separate;
    border-spacing: 0;
}

.table:first-child {
    margin-top: 0;
}

.table:last-child {
    margin-bottom: 0;
}

.table th,
.table td {
    -webkit-transition: background 0.1s ease, color 0.1s ease;
    transition: background 0.1s ease, color 0.1s ease;
}


.table thead {
    box-shadow: none;
}

.table thead th {
    cursor: auto;
    background: #F0FAFF;
    text-align: inherit;
    color: rgba(0, 0, 0, 0.87);
    padding: 0.92857143em 0.78571429em;
    vertical-align: inherit;
    font-weight: bold;
    text-transform: none;
    border-bottom: 1px solid rgba(81, 153, 221, 0.3);
    border-left: none;
}

.table thead tr > th:first-child {
    border-left: none;
}

.table thead tr:first-child > th:first-child {
    border-radius: 0.28571429rem 0 0 0;
}

.table thead tr:first-child > th:last-child {
    border-radius: 0 0.28571429rem 0 0;
}

.table thead tr:first-child > th:only-child {
    border-radius: 0.28571429rem 0.28571429rem 0 0;
}

.table tfoot {
    box-shadow: none;
}

.table tfoot th {
    cursor: auto;
    border-top: 1px solid rgba(81, 153, 221, 0.15);
    background: #F0FAFF;
    text-align: inherit;
    color: rgba(0, 0, 0, 0.87);
    padding: 0.78571429em 0.78571429em;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
}

.table tfoot tr > th:first-child {
    border-left: none;
}

.table tfoot tr:first-child > th:first-child {
    border-radius: 0 0 0 0.28571429rem;
}

.table tfoot tr:first-child > th:last-child {
    border-radius: 0 0 0.28571429rem 0;
}

.table tfoot tr:first-child > th:only-child {
    border-radius: 0 0 0.28571429rem 0.28571429rem;
}

.datagrid-toolbar {
    padding: 0 !important;
}

/* Table Row */
.table tr td {
    border-top: 1px solid rgba(81, 153, 221, 0.3);
}


.table tr:first-child td {
    border-top: none;
}

.table td, .table th {
    padding: 5px;
    text-align: inherit;
}

.datagrid-btn-separator {
    height: 20px;
}

.table-structured.table {
    border-collapse: collapse;
}

.table-structured.table thead th {
    border-left: none;
    border-right: none;
}

.table-structured.sortable.table thead th {
    border-left: 1px solid rgba(81, 153, 221, 0.25);
    border-right: 1px solid rgba(81, 153, 221, 0.25);
}

.table-structured.basic.table th {
    border-left: none;
    border-right: none;
}

.table-structured.table-celled.table tr th,
.table-structured.table-celled.table tr td {
    border-left: 1px solid rgba(81, 153, 221, 0.3);
    border-right: 1px solid rgba(81, 153, 221, 0.3);
}

.table-definition.table thead:not(.full-width) th:first-child {
    pointer-events: none;
    background: transparent;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.4);
    box-shadow: -1px -1px 0 1px #FFFFFF;
}

.table-definition.table tfoot:not(.full-width) th:first-child {
    pointer-events: none;
    background: transparent;
    color: rgba(0, 0, 0, 0.4);
    font-weight: normal;
    box-shadow: 1px 1px 0 1px #FFFFFF;
}

.table-celled.table-definition.table thead:not(.full-width) th:first-child {
    box-shadow: 0 -1px 0 1px #FFFFFF;
}

.table-celled.table-definition.table tfoot:not(.full-width) th:first-child {
    box-shadow: 0 1px 0 1px #FFFFFF;
}

.table-definition.table tr td:first-child:not(.ignored),
.table-definition.table tr td.table-definition {
    background: rgba(0, 0, 0, 0.03);
    font-weight: bold;
    color: rgba(0, 0, 0, 0.95);
    font-size: 1em;

}

.table-definition.table thead:not(.full-width) th:nth-child(2) {
    border-left: 1px solid rgba(81, 153, 221, 0.25);
}

.table-definition.table tfoot:not(.full-width) th:nth-child(2) {
    border-left: 1px solid rgba(81, 153, 221, 0.25);
}

.table-definition.table td:nth-child(2) {
    border-left: 1px solid rgba(81, 153, 221, 0.25);
}

.table-celled.table tr th, .table-celled.table tr td {
    border-left: 1px solid #DBF3FD;
}

.table-celled.table tr th {
    background: #DBF3FD;
}

.table-celled.table tr th:first-child,
.table-celled.table tr td:first-child {
    border-left: none;
}

.table-striped.table > tr:nth-child(2n),
.table-striped.table tbody tr:nth-child(2n) {
    background-color: rgba(0, 0, 50, 0.02);
}

.inverted.table-striped.table > tr:nth-child(2n),
.inverted.table-striped.table tbody tr:nth-child(2n) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-striped.selectable.selectable.selectable.table tbody tr.active:hover {
    background: #EFEFEF !important;
    color: rgba(0, 0, 0, 0.95) !important;
}

.table-basic.table {
    background: transparent;
    border: 1px solid rgba(81, 153, 221, 0.25);
    box-shadow: none;
}

.table-basic.table thead,
.table-basic.table tfoot {
    box-shadow: none;
}

.table-basic.table th {
    background: transparent;
    border-left: none;
}

.table-basic.table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.table-basic.table td {
    background: transparent;
}

.table-basic.striped.table tbody tr:nth-child(2n) {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

/* Very Basic */
[class*="table-very table-basic"].table {
    border: none;
}

[class*="table-very table-basic"].table:not(.sortable):not(.striped) th,
[class*="table-very table-basic"].table:not(.sortable):not(.striped) td {
    padding: 0;
}

[class*="table-very table-basic"].table:not(.sortable):not(.striped) th:first-child,
[class*="table-very table-basic"].table:not(.sortable):not(.striped) td:first-child {
    padding-left: 0;
}

[class*="table-very table-basic"].table:not(.sortable):not(.striped) th:last-child,
[class*="table-very table-basic"].table:not(.sortable):not(.striped) td:last-child {
    padding-right: 0;
}

[class*="table-very table-basic"].table:not(.sortable):not(.striped) thead tr:first-child th {
    padding-top: 0;
}

.textbox {
    height: 26px !important;
    line-height: 26px !important;
}

textarea {
    border: solid 1px #95B8E7;
    resize: none;
    outline: none;
}

.fa {
    font-size: 14px !important;
    text-shadow: 1px 1px 2px #d0d0d0
}

.datagrid .l-btn-left,
.datagrid.l-btn-text {
    height: 24px !important;
    line-height: 24px !important;
}

.datagrid-cell {
    height: auto;
}

.easyui-validatebox {
    border-radius: unset !important;
    outline-style: none;
}


.datagrid tr td .l-btn-left,
.datagrid tr td .l-btn-text {
    height: 24px !important;
    line-height: 24px !important;
}

.datagrid-cell {
    height: auto;
}


.toolbar_box {
    height: 38px;
    line-height: 38px;
    padding-left: 5px;
    display: flex;
    align-items: center;
}

.datagrid-row-selected {
    background: #CCE6FF !important;
}

.switchbutton-on {
    background: #CCE6FF;
    color: #000000;
    user-select: none;
}

.switchbutton-off {
    background: #fafafa;
    color: #000000;
    user-select: none;
}

.l-btn-text {
    line-height: 24px !important;
}

/**
layer
 */

body .layer-class .layui-layer-title {
    background: linear-gradient(to bottom, #EFF5FF 0, #E0ECFF 20%);
    color: #000;
    border: none;
    height: 22px;
    line-height: 22px;
    padding-left: 6px;
    user-select: none;
}

body .layer-class .layui-layer-content {
    /*  margin: 10px 5px 5px 5px;*/
    border: 1px solid #95B8E7;
    background: white;
}

body .layer-class .layui-layer-btn {
    background: #F4F4F4;
    text-align: right !important;
    padding: 4px;
    border: 1px solid #95B8E7;
    border-top: 1px solid #DDDDDD;
}

body .layer-class .layui-layer-content .layui-layer-input {
    width: 200px !important;
    height: 28px !important;
    border: 1px solid #95B8E7 !important;
    outline: none;
    border-radius: 0;

    margin: 5px 5px 4px 5px;

}


body .layer-class {
    padding: 5px;
    border: 1px solid #95B8E7;
    background: -moz-linear-gradient(top, #EFF5FF 0, #E0ECFF 20%);
    background: -o-linear-gradient(top, #EFF5FF 0, #E0ECFF 20%);
    background: linear-gradient(to bottom, #EFF5FF 0, #E0ECFF 20%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF, endColorstr=#E0ECFF, GradientType=0);

}

.layer-class .layui-layer-setwin .layui-layer-close1 {
    background-position: -16px 0 !important;
    background: url("../plugin/easyui/themes/default/images/panel_tools.png");
}

body .layer-class .layui-layer-setwin {
    top: 8px;
    right: 10px;
}

body .layer-class .layer-class .layui-layer {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .3) !important;
}

body .layer-class .layui-layer-btn .layui-layer-btn0,
body .layer-class .layui-layer-btn .layui-layer-btn1,
body .layer-class .layui-layer-btn .layui-layer-btn2 {
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    margin: 0 0 0 5px;
    padding: 0;
    cursor: pointer;
    outline: none;
    text-align: center;
    vertical-align: middle;
    color: #000000;
    background: -webkit-linear-gradient(top, #ffffff 0, #eeeeee 100%) !important;
    min-height: 26px;
    line-height: 26px;
    min-width: 70px;
    border: 1px #BBBBBB solid;
    border-radius: 0;
}

.layui-layer-loading {
    display: flex;
    justify-content: center;
}

.layer-class .layui-layer-input {
    height: 80px !important;
}


#toolbar {
    display: flex;
}

#toolbar .item {
    min-width: 200px;
}

#toolbar form {
    padding: 0 5px;
    flex: 1;
    display: flex;
    flex-wrap: wrap !important;
    align-items: center;
    margin-bottom: 0;
    gap: 10px;
    @media (max-width: 1000px) {
        padding: 5px;
    }
}

.datagrid-toolbar {
    min-height: 42px;
    display: flex;
    align-items: center;
}

.easyui-numberspinner {

}

.easyui-combobox {

}
#edui1_bottombar,.edui-editor-bottomContainer .edui-default{
    display: none !important;
}




