﻿/*.x-toolbar
{
    width:99%;
    padding:5px 0.5%;   
    overflow:hidden; 
}*/

.x-panel
{
    width:99%;
    padding:5px 0.5%;    
    overflow-x:hidden;
}

.i-button
{
    cursor:pointer; 
    border:none;
    background-color:transparent;
    color:#505158;
    padding:0px;
    margin:0px 3px;
    font-size:16px;
}
.i-button:hover
{
    color:orange;
}


.x-button > i{
    padding-right:5px;
}


.x-button-link
{
    background-color:transparent;
    font-size:13px; 
    padding:0px 3px;
    margin:0px;
    color:red;
    border:none;
    color:#007ACC;
}
.x-button-border
{
	border-style: solid;
	border-width:1px;
	background-color:#2D5D86;
	border-radius:5px;
	color:white;
}


.x-color-yellow
{
    background-color:#ff7e00;
}
.x-color-yellow:hover
{
    
}

.x-color-blue
{
    background-color:blue;   
    color:#fff; 
}

.x-color-green
{
    background-color:#00aaa0;
    color:#fff;
}

.x-color-purple
{
    background-color:purple;
    color:#fff;
}
.x-color-red
{
    background-color:#A02F20;
    color:#fff;
}




.x-button-icon
{
    padding-left:45px;    
    z-index:0;
}

.x-button-icon-add
{
/*    background-image:url('icon/add.svg');
    background-size:18px;*/
}

.x-button-icon-save
{
    /*background-image:url('icon/save.png');*/
}

.x-button-icon-remove
{
    /*background-image:url('icon/remove.png');*/
}

.x-button-icon-delete
{
    /*background-image:url('icon/delete.png');*/
}

.x-button-icon-edit
{
    /*background-image:url('icon/edit.png');*/
}

.x-button-icon-refresh
{
    /*background-image:url('icon/refresh.png');*/
}

.x-button-icon-return
{
    /*background-image:url('icon/return.png');*/
}

.x-button-icon-query
{
/*    background-image:url('icon/query.png');
    background-size:14px;*/
}

.x-button-icon-setting
{
    /*background-image:url('icon/setting.png');*/
}

.x-button-icon-upload
{
    /*background-image:url('icon/upload.png');*/
}

.x-button-icon-download
{
    /*background-image:url('icon/download.png');*/
}

.x-button-icon-message
{
    /*background-image:url('icon/message.png');*/
}

.x-button-icon-exit
{
    /*background-image:url('icon/exit.png');*/
}

.x-button-icon-add-r
{
    /*background-image:url('icon/add-r.png');*/
}

.x-button-icon-save-r
{
    /*background-image:url('icon/save-r.png');*/
}

.x-button-icon-remove-r
{
    /*background-image:url('icon/remove-r.png');*/
}

.x-button-icon-delete-r
{
    /*background-image:url('icon/delete-r.png');*/
}

.x-button-icon-edit-r
{
    /*background-image:url('icon/edit-r.png');*/
}

.x-button-icon-refresh-r
{
    /*background-image:url('icon/refresh-r.png');*/
}

.x-button-icon-return-r
{
    /*background-image:url('icon/return-r.png');*/
}

.x-button-icon-query-r
{
    /*background-image:url('icon/query-r.png');*/
}

.x-button-icon-setting-r
{
    /*background-image:url('icon/setting-r.png');*/
}

.x-button-icon-upload-r
{
    /*background-image:url('icon/upload-r.png');*/
}

.x-button-icon-download-r
{
    /*background-image:url('icon/download-r.png');*/
}

.x-button-icon-message-r
{
    /*background-image:url('icon/message-r.png');*/
}

.x-button-icon-exit-r
{
    /*background-image:url('icon/exit-r.png');*/
}

.x-input
{
    float:left;
    border:1px solid #cbc8c8;
    height:20px;
    line-height:15px;
    display:inline;
    background-repeat:no-repeat;
    background-position:3px center;
    color:#000;
    padding:2px 2px;
    margin:5px 5px 5px 0px;
    border-radius:3px;
}

.x-input-icon
{
    padding-left:20px;
}
.x-input-full 
{
    width:500px;
}

.x-input-edit
{
    font-size:13px;
    height:24px;
}

.x-input-icon-query
{
    /*background-image:url('icon/query-r.png');*/
}

.x-input-icon-user
{
    /*background-image:url('icon/message-r.png');*/
}

.x-input-icon-password
{
    /*background-image:url('icon/add-r.png');*/
}

.x-select
{
    float:left;
    border:1px solid #cbc8c8;
    height:26px;
    line-height:20px;
    display:inline;
    background-position:3px center;
    color:#000;
    padding:0px;
    margin:5px 5px 5px 0px;    
    border-radius:3px;
}

.x-ddlmore
{
    float:left;
    border:1px solid #cbc8c8;
    height:26px;
    line-height:20px;
    display:inline;
    background-position:3px center;
    color:#000;
    padding:0px;
    margin:5px 5px 5px 0px;    
    border-radius:3px;
}

.x-select-edit
{
    font-size:13px;
    height:24px;
}

.x-label
{
    float:left;
    height:26px;
    line-height:26px;
    margin:5px 5px 5px 0px;
    display:inline;
    /* font-family:"Microsoft Yahei";*/
    /* font-size:14px;     */
}


.x-link
{
    float:left;
    height:22px;
    line-height:22px;
    margin:5px 5px 5px 0px;
    display:inline;
    font-size:13px;
    text-decoration:none;
    color:#4886f6;     
}


.x-text-link
{
    background-color:transparent;
    font-size:13px; 
    padding:0px 3px;
    margin:0px;
    color:red;
    border:none;
    text-decoration:none;
    color:#007ACC;
}


.x-table
{
    border-collapse:collapse;
    width:100%; 
    border:solid 0.6px #dbd8d8;
    border-bottom: solid 0.8px #dbd8d8;
    table-layout:fixed;
    background-color:#fff;
}

.x-table > thead
{
    border:solid 1px #7799d8;
    background-color:#81b7dc;
    font-size:13px;     
    color:White;
    height:30px;
}


.x-table th
{
    padding:0px 2px;
    text-align:center;
    font-weight:bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    word-break:keep-all;
	border-left:1px solid #dee2e6;border-right:1px solid #dee2e6
}
.x-table td
{
    border-bottom:0.5px solid #e0e0e0;
	
    padding:8px;
    font-size:13px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    word-break:keep-all;
    font-family: arial,"Hiragino Sans GB","Microsoft Yahei",Tahoma,Arial,Helvetica,STHeiti;
}

.x-table tr
{
    height:24px;
}


.x-form
{

}

.x-form ul
{
    float:left;
    width:100%;
}

.x-form ul li
{
    float:left;
    width:100%;
} 

.x-checkbox
{
    float:left;
    border:0px;  
    vertical-align:middle;     
    margin:11px 3px 0px 0px;
    *margin:7px 3px 0px 0px;
    _margin:6px 3px 0px 0px;
    display:inline;
}



.x-checkbox2
{
    vertical-align:middle;
    margin-top:-2px; 
    margin-bottom:1px;
    margin-right:2px;
}

.x-align-left
{
    text-align:left;
}

.x-align-center
{
    text-align:center;
}

.x-align-right
{
    text-align:right;
}

.x-hr
{
    border:none;
    float:left;
    height:2px;
    width:100%;
    margin:5px 0px 5px 0px;
    display:inline;
}

.x-hr-1px
{
    border:none;
    float:left;
    height:1px;
    width:100%;
    margin:5px 0px 5px 0px;
    display:inline;
}



.x-line
{
    border:none;
    float:left;
    height:0.5px;
    width:100%;
    background-color:#e7e7e7;
    margin:5px 0px 5px 0px;
    display:inline;
}

.x-line-double
{
    border:none;
    float:left;
    height:2px;
    width:100%;
    background-color:silver;
    margin:5px 0px 5px 0px;
    display:inline;
}


.x-split
{
    background-color:transparent;
    font-size:13px; 
    padding:0px 3px;
    margin:0px;
    color:#aaa8a8;
    border:none;
}

.x-textarea
{
    float:left;
    border:1px solid #cbc8c8;
    display:inline;
    background-repeat:no-repeat;
    background-position:3px center;
    color:#000;
    padding:2px;
    margin:5px 5px 5px 0px;
    border-radius:3px;
}
.x-textarea-full 
{
    width:100%;
}

.x-textarea-edit
{
    font-size:13px;
}

.x-right-table{
    min-width:600px;
}

.x-edit-table
{
    width:100%;   
    min-width:600px;
    border:none; 
    border-collapse:collapse;
}

.x-edit-table th
{
    background-color:#f8f7f7;
    text-align:left;
    border:1px solid #e5e3e3;
    font-size:13px;     
    padding:3px;
    color:#000;
    font-weight:normal;
}

.x-edit-table td
{
    border:1px solid #e5e3e3;
    padding:3px;
}

.x-edit-table tr
{
    height:35px;
}






/* begin of detail table */

.x-detail-table
{
    width:100%;   
    min-width:600px;
    border:none; 
    border-collapse:collapse;
}

.x-detail-table th
{
    background-color:#f8f7f7;
    text-align:left;
    border:0.8px solid #e5e3e3;
    font-size:13px;     
    padding:3px;
    color:#000;
    font-weight:normal;
}

.x-detail-table td
{
    border:0.8px solid #e5e3e3;
    padding:3px;
}

.x-detail-table tr
{
    height:35px;
}

/* end of detail table */





/* begin of x-line-table */
.x-line-table
{
    width:100%;   
    border:none; 
    border-collapse:collapse;
}

.x-line-table th
{
    background-color:#f8f7f7;
    text-align:left;
    border:1px solid #cecece;
    font-size:13px;     
    padding:3px;
    color:#000;
    font-weight:normal;
}

.x-line-table td
{
    border:1px solid #c5c5c6;
    padding:3px;
}

.x-line-table tr
{
    height:35px;
}
/* end of x-line-table */




.x-require
{
    color:red;
    margin:0px 2px 0px 0px;
}



.x-file
{
    float:left;
    display:inline;
    color:#000;
    padding:2px;
    margin:5px 5px 5px 0px;
}

.x-image-button 
{
    padding:0px;
    margin:0px;
    background-color:transparent;
    border:none;
    text-decoration:none;
}

.x-image-button img {
    padding:0px;
    margin:0px;
    border:none;
}

/* skinParam */
.pagebar .enabledButton 
{
    border:none;
    background-color:transparent;
    width:40px;
    height:20px;
    padding:0px;
    margin:0px 10px 0px 0px;
}

.pagebar
{
    height:25px;line-height:25px;display:block;border:none;
    font-family:'Microsoft YaHei','Times New Roman',Tahoma,Arial;
}

.pagebar .disabledButton 
{
    border:none;
    background-color:transparent;
    width:40px;
    height:20px;
    padding:0px;
    margin:0px 10px 0px 0px;
}

.pagebar .pageIndex
{
    color:#DA3F3F;font-weight:bold;font-family:Arial;margin:0px 3px;
}



.x-statbox3
{
    width: calc(33.3% - 10px);
    height:50px;
    text-align:center;
    margin:0px 10px 15px 0px;
    line-height:50px;
    color:#fff;
    font-size:16px;
    float:left;
    border-radius:2px;
}

.x-statbox4
{
    width: calc(25% - 10px);
    height:50px;
    text-align:center;
    margin:0px 10px 15px 0px;
    line-height:50px;
    color:#fff;
    font-size:16px;
    float:left;
    border-radius:2px;
}


.x-statbox5
{
    width: calc(20% - 10px);
    height:50px;
    text-align:center;
    margin:0px 10px 15px 0px;
    line-height:50px;
    color:#fff;
    font-size:16px;
    float:left;
    border-radius:2px;
}


.x-statbox6
{
    width: calc(16.6% - 10px);
    height:50px;
    text-align:center;
    margin:0px 10px 15px 0px;
    line-height:50px;
    color:#fff;
    font-size:16px;
    float:left;
    border-radius:2px;
}

.x-toolbar
{
    overflow:hidden;
    margin-bottom:5px;
    width:100%;
    min-width:1000px;
}

.x-help
{
    border:solid 1px #d8d2d2;
    background-color:#eeebdc;
    padding:5px;
    height:auto;
    margin-bottom:5px;
    border-radius:3px;
}





.x-ddlbox
{
    float:left;
    border:1px solid #cbc8c8;
    height:26px;
    line-height:20px;
    display:inline;
    background-position:3px center;
    color:#000;
    padding:0px;
    margin:5px 5px 5px 0px;    
    border-radius:3px;
}


.x-explain
{
    float:left;
    height:26px;
    line-height:26px;
    margin:5px 5px 5px 0px;
    display:inline;
    color:#949494;
    /* font-family:"Microsoft Yahei";*/
    /* font-size:14px;     */
}

.x-block
{
    padding:4px 8px;
    border-radius:5px;
    color:#fff;
    font-size:11px;
}



    /* 隐藏复选框，但不影响单选按钮 */
input[type="checkbox"]:disabled {
  display: none;
}

/* 仅针对复选框的label应用样式 */
input[type="checkbox"]:disabled + label {
  position: relative;
  cursor: pointer;
  padding-left: 20px;
  margin-right: 10px;
  cursor: not-allowed; /* 显示不可用的光标样式 */
}

/* 仅针对复选框的label:before应用样式 */
input[type="checkbox"]:disabled + label:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0%;
  /*transform: translateY(-50%);*/
  background-color: #fff;
  vertical-align: middle;
  transition: background-color 0.2s, border-color 0.2s;
  cursor: not-allowed; /* 显示不可用的光标样式 */
}

/* 仅改变选中的复选框的样式 */
input[type="checkbox"]:disabled:checked + label:before {
  background-color: #e6e6e6;
  border-color: #c1bfbf;
  content: '✔';
  color: #000;
  font-size: 13px;
  font-weight:900;
  text-align: center;
  line-height: 12px;
  cursor: not-allowed; /* 显示不可用的光标样式 */
}

/* 仅改变禁用的复选框的样式 */
input[type="checkbox"]:disabled + label:before {
  background-color: #e6e6e6;
  border-color: #ddd;
  color: #aaa; /* 禁用且未选中时勾的颜色 */
}

/* 改变禁用且选中的复选框的样式 */
input[type="checkbox"]:disabled:checked + label:before {
  color: #000; /* 禁用且选中时勾的颜色 */
}



/*radio disabled*/
    /* 隐藏复选框，但不影响单选按钮 */
input[type="radio"]:disabled {
  display: none;
}

/* 仅针对复选框的label应用样式 */
input[type="radio"]:disabled + label {
  position: relative;
  cursor: pointer;
  padding-left: 20px;
  margin-right: 10px;
  cursor: not-allowed; /* 显示不可用的光标样式 */
}

/* 仅针对复选框的label:before应用样式 */
input[type="radio"]:disabled + label:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0%;
  /*transform: translateY(-50%);*/
  background-color: #fff;
  vertical-align: middle;
  transition: background-color 0.2s, border-color 0.2s;
  cursor: not-allowed; /* 显示不可用的光标样式 */
}

/* 仅改变选中的复选框的样式 */
input[type="radio"]:disabled:checked + label:before {
  background-color: #e6e6e6;
  border-color: #c1bfbf;
  content: '✔';
  color: #000;
  font-size: 13px;
  font-weight:900;
  text-align: center;
  line-height: 12px;
  cursor: not-allowed; /* 显示不可用的光标样式 */
}

/* 仅改变禁用的复选框的样式 */
input[type="radio"]:disabled + label:before {
  background-color: #e6e6e6;
  border-color: #ddd;
  color: #aaa; /* 禁用且未选中时勾的颜色 */
}

/* 改变禁用且选中的复选框的样式 */
input[type="radio"]:disabled:checked + label:before {
  color: #000; /* 禁用且选中时勾的颜色 */
}

