:root {

    /**
     * COLORS
     */
  
    --gold-crayola: hsl(38, 61%, 73%);
    --quick-silver: hsla(0, 0%, 65%, 1);
    --davys-grey: hsla(30, 3%, 34%, 1);
    --smoky-black-1: hsla(40, 12%, 5%, 1);
    --smoky-black-2: hsla(30, 8%, 5%, 1);
    --smoky-black-3: hsla(0, 3%, 7%, 1);
    --eerie-black-1: hsla(210, 4%, 9%, 1);
    --eerie-black-2: hsla(210, 4%, 11%, 1);
    --eerie-black-3: hsla(180, 2%, 8%, 1);
    --eerie-black-4: hsla(0, 0%, 13%, 1);
    --white: hsla(0, 0%, 100%, 1);
    --white-alpha-20: hsla(0, 0%, 100%, 0.2);
    --white-alpha-10: hsla(0, 0%, 100%, 0.1);
    --black: hsla(0, 0%, 0%, 1);
    --black-alpha-80: hsla(0, 0%, 0%, 0.8);
    --black-alpha-15: hsla(0, 0%, 0%, 0.15);
  
    /**
     * GRADIENT COLOR
     */
  
    --loading-text-gradient: linear-gradient(90deg, transparent 0% 16.66%, var(--smoky-black-3) 33.33% 50%,  transparent 66.66% 75%);
    --gradient-1: linear-gradient(to top,hsla(0, 0%, 0%, 0.9),hsla(0, 0%, 0%, 0.7),transparent);
  
    /**
     * TYPOGRAPHY
     */
  
    /* font-family */
    --fontFamily-forum: 'Forum', cursive;
    --fontFamily-dm_sans: 'DM Sans', sans-serif;
  
    /* font-size */
    --fontSize-display-1: calc(1.3rem + 6.7vw);
    --fontSize-headline-1: calc(2rem + 2.5vw);
    --fontSize-headline-2: calc(1.3rem + 2.4vw);
    --fontSize-title-1: calc(1.6rem + 1.2vw);
    --fontSize-title-2: 2.2rem;
    --fontSize-title-3: 2.1rem;
    --fontSize-title-4: calc(1.6rem + 1.2vw);
    --fontSize-body-1: 2.4rem;
    --fontSize-body-2: 1.6rem;
    --fontSize-body-3: 1.8rem;
    --fontSize-body-4: 1.6rem;
    --fontSize-label-1: 1.4rem;
    --fontSize-label-2: 1.2rem;
  
    /* font-weight */
    --weight-regular: 400;
    --weight-bold: 700;
  
    /* line-height */
    --lineHeight-1: 1em;
    --lineHeight-2: 1.2em;
    --lineHeight-3: 1.5em;
    --lineHeight-4: 1.6em;
    --lineHeight-5: 1.85em;
    --lineHeight-6: 1.4em;
  
    /* letter-spacing */
    --letterSpacing-1: 0.15em;
    --letterSpacing-2: 0.4em;
    --letterSpacing-3: 0.2em;
    --letterSpacing-4: 0.3em;
    --letterSpacing-5: 3px;
  
    /**
     * SPACING
     */
  
    --section-space: 70px;
  
    /**
     * SHADOW
     */
  
    --shadow-1: 0px 0px 25px 0px hsla(0, 0%, 0%, 0.25);
  
    /**
     * BORDER RADIUS
     */
  
    --radius-24: 24px;
    --radius-circle: 50%;
  
    /**
     * TRANSITION
     */
  
    --transition-1: 250ms ease;
    --transition-2: 500ms ease;
    --transition-3: 1000ms ease;
  
  }

/* div{
    font-size:12px;
    color: black;
}  */

.ant-table
{
    color: rgba(0,0,0,1);
}

 /* 为了实现 tabs中的内容占满全部高度 */
.ant-tabs-content
{
    height: 100%;
}


#main{
/*     width:100%;
    height: 100%; */
    overflow: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
}

#div_headerpanel{
/*     position:absolute; */
    height: 40px;
    width: 100%;
    background-color: #24292e
}
#div_headerContanier{
    /*padding:0 5%;*/
    height: 100%;
}
#div_headerContanierInner{
    /*max-width: 1600px;*/
    height: 100%;
    /*margin: 0 auto;*/
}
#div_headerContanierInnerLeft1{
    padding: 2px 2px 2px 2px;
    float: left;
    height: 100%;
    margin-top: 1px;
    /* width: 310px; */
    /*background-color: #f5f6f5;*/
}

#div_logo{
    padding: 4px 2px 2px 2px;
    float: left;
    height: 100%;
    /* margin-top: 3px; */
}

#div_headerContanierInnerCenter{
    overflow: hidden;
    height: 100%;
    padding-left: 1px;
    padding-right: 1px;
    /*background-color: #022202;*/
}
#div_headerContanierInnerRight{
    position: relative;
    padding: 8px 4px 4px 4px;
    float: right;
    height: 100%;
    /* width: 140px; */
    /*background-color: #429742;*/
}

/* .ant-btn-group ant-dropdown-button{
    padding: 4px 4px 4px 4px;
    float: right;
    height: 100%;
} */

.normalSelector
{
    /* width: 150px; */
    float: left;
    margin-top: 6px; 
}
.runModeSelector
{
    /* width: 150px; */
    float: left;
    padding-top: 6px
}

#maincontainer{
/*     height: auto;

    position :absolute;
    top:40px;
    bottom:40px; */

    width:  100% ;
    flex-grow: 1;
    overflow: auto;
}
/* #maincontainerfull{
    height: auto;
    width:  100% ;
    position :absolute;
} */

#div_footerpanel{
    height: 24px;
    width: 100%;
    background-color: aliceblue;
/*     position: absolute;
    bottom:0; 

    padding-right: 80px;
    padding-left: 2px;
    padding-top: 4px; */
}

#div_footerpanel_Host{
    float: left;
}

#div_footerpanel_futushowLogo{
float: right;
}

#div_module{
    position:absolute;
    width: 54px;
    top:0px;
    left:0px;
    height: 100%;
    background:rgb(145, 149, 151);
}
#div_naviagtion{
    /* position:absolute; */
    /* background:rgb(246, 248, 248); */
    /*margin-left:54px;*/
    height: 100%;
    /* width: 250px; */
    min-width: 80px;
    max-width: 500px;;
    /* float: left; */
    overflow: auto
}
#div_naviagtionMin{
    /* position:absolute; */
    /* background:rgb(246, 248, 248); */
    /*margin-left:54px;*/
    height: 100%;
    width: 80px; 
    float: left;
    overflow: auto
}
#div_naviagtionHorizontal{
    width: 100%;
}


#div_treecontainer{
    position:absolute;
    height: 100%;
    width: 100%;
    overflow: auto
}
#div_client{
    background:rgb(246, 245, 247);
/*     height: calc(100% - 32px);
    width: auto;*/
    overflow: auto ;
    /* width: 100%; */
    flex-grow: 1;
}

#div_client_flexmain
{
    background:rgb(246, 245, 247);
    overflow: auto ;
    width: 250px;/*必须指定一个宽度，才能自动 grow*/
    flex-grow: 1;
}

.navigatinofirstlevel
{
    font-weight: bold;
    color: blue;
}

table.clientlisttable {
    font-family: verdana,arial,sans-serif;
    font-size:14px;
    color:#333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}
table.clientlisttable th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #dedede;
}
table.clientlisttable td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #ffffff;
}

.spiningContainer {
    text-align: center;
    border-radius: 4px;
/*     margin-bottom: 20px;
    padding: 30px 50px;
    margin: 20px 0; */
    height: 100%;
    width: 100%;
  }

.emptyBackground
{
    height: 165px;
    width: 410px;
    /* top:50%;
    width: 50%;
    margin-left: -205px;
    margin-top: -80px; */
    /* background-image: url("fotoshow.png") */
}


/*table 行的 样式*/
.table_item_bg_red {
    background-color: red
}
.table_item_bg_blue {
    background-color: blue
}
.table_item_bg_grey {
    background-color: grey
}

.ant-menu-inline-collapsed {
    width: 20px;
  }
  .ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
    left: 0;
    /* padding: 0 2px !important; */
    text-overflow: clip;
  }

  .ant-breadcrumb > span:last-child
  {
      color: white
  }

  .ant-breadcrumb-separator {
    margin: 0 8px;
    color: white
}

.barcode-box {
    width: 100%;
    position: relative;
}

.barcode-box > .svg
{
    position: absolute;
    right: 0px;
}

.ant-result-title {
    color: rgba(0,0,0,0.85);
    font-size: 24px;
    line-height: 1.8;
    text-align: center;
}

.ant-result-subtitle {
    color: rgba(0,0,0,0.45);
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}

.tableRowClass_Virtual
{
    background-color: rgba(250,173,20,.2);
}

.tableRowClass_Folder
{
    background-color: #f5f5f5;
}
.tableRowClass_red
{
    background-color:red;
}
.tableRowClass_green
{
    background-color:green;
}
.tableRowClass_lightgreen
{
    background-color:lightgreen;
}
.tableRowClass_superlightgreen
{
    background-color:#daf1da;
}

.tableRowClass_blue
{
    background-color:blue;
}
.tableRowClass_yellow
{
    background-color:yellow;
}
.tableRowClass_orange
{
    background-color:orange;
}

.tableRowClass_cornsilk
{
    background-color:cornsilk;
}

.tableRowClass_gainsboro
{
    background-color:gainsboro;
    color: gray;
    font-style: italic;
}

.tableRowClass_deleted
{
    background-color:lightgray;
    color: gray;
    text-decoration: line-through;
    font-style: italic;
}

.ant-table-summary  .ant-table-cell
{
    background-color:lightyellow;
    font-style:italic;
}

#components-form-demo-normal-login .login-form {
    max-width: 300px;
  }
  #components-form-demo-normal-login .login-form-forgot {
    float: right;
  }
  #components-form-demo-normal-login .login-form-button {
    width: 100%;
  }

  #loginDIV {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    /* background: #092756;
    background: -moz-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, .4) 10%, rgba(138, 114, 76, 0) 40%), -moz-linear-gradient(top, rgba(57, 173, 219, .25) 0%, rgba(42, 60, 87, .4) 100%), -moz-linear-gradient(-45deg, #670d10 0%, #092756 100%);
    background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, .4) 10%, rgba(138, 114, 76, 0) 40%), -webkit-linear-gradient(top, rgba(57, 173, 219, .25) 0%, rgba(42, 60, 87, .4) 100%), -webkit-linear-gradient(-45deg, #670d10 0%, #092756 100%);
    background: -o-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, .4) 10%, rgba(138, 114, 76, 0) 40%), -o-linear-gradient(top, rgba(57, 173, 219, .25) 0%, rgba(42, 60, 87, .4) 100%), -o-linear-gradient(-45deg, #670d10 0%, #092756 100%);
    background: -ms-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, .4) 10%, rgba(138, 114, 76, 0) 40%), -ms-linear-gradient(top, rgba(57, 173, 219, .25) 0%, rgba(42, 60, 87, .4) 100%), -ms-linear-gradient(-45deg, #670d10 0%, #092756 100%);
    background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, .4) 10%, rgba(138, 114, 76, 0) 40%), linear-gradient(to bottom, rgba(57, 173, 219, .25) 0%, rgba(42, 60, 87, .4) 100%), linear-gradient(135deg, #670d10 0%, #092756 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3E1D6D', endColorstr='#092756', GradientType=1); */
    background: lightcyan;
  }

  .login {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -150px;
    width: 300px;
    height: 300px;
    /* border-radius: 4px; 
    border: 1px solid #CCC;  */
  }


.ant-legacy-form-item
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    margin: 0 0 24px;
    vertical-align: top;

}

/* .ant-row {
    position: relative;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    zoom: 1;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
 */


  .listcontainer
{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.listcontainercaptionpanel {
    /* position: absolute; */
    /* top: 0; */
    width: 100%;
    /* height: 30px; */
    text-align:center;
    background-color: #2fa8ec;
    font-size: 12px;
    /*text-align:center;*/ /*水平居中*/
    /* line-height: 30px; */ /*行距设为与div高度一致*/
    font-weight: bold;
    color:white;
}
.listcontaineractionpanel {
    /* position: absolute; */
    /* top:30px; */
    width: 100%;
    /* height: 25px; */
    /* line-height: 25px; */
    /* background-color: silver; */
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 6px;
    margin-bottom: 6px;
    overflow: auto;
   max-height: 72px;
}
.listcontainerfiltersettingpanel {
    /* position: absolute; */
    /* top:55px; */
    width: 100%;
    /* height: 70px; */ 
   /* height: auto; */
   padding: 8px;
   bottom:0; 
    background-color: #dcdc4c/* yellow */;
    overflow: auto;
     max-height: 200px; 
   /* max-height: 128; */
}

.listcontainer > div:last-child {
    /* background-color: white; */
    flex-grow: 1;
    overflow: auto;
    height: 250px;/*因为是flex的自动grow，所以如果不指定高度，则会侵占其他的空间，指定这个高度之后，会自动占用多余高度*/
  }

/* .listcontainercontent  div
{
    color: black;
} */

/* .veritalcenterbutton
{
    vertical-align: middle;
} */

.ant-table-tbody > tr > td {
    padding: 1px 1px;
    word-break: break-word; 
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th
{
    padding: 1px 1px;
    background-color: #fafafa; 
    transition: background .3s ease;
}

.tableRowClass_Folder >.ant-table-cell-fix-left, .tableRowClass_Folder >.ant-table-cell-fix-right {
    background: #f5f5f5;
}

.ant-table.ant-table-small .ant-table-tbody>tr>td,
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  padding: 1px 1px;
}

.ant-table-pagination.ant-pagination {
    /* float: right; */
    margin: 1px 0; 
}

.ant-menu-horizontal {
    line-height: 30px;
    white-space: nowrap;
    border: 0;
    border-bottom: 1px solid #e8e8e8;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ant-table-column-title
{
    font-weight: bold;
    color: navy;
}

/* .ant-menu-inline>.ant-menu-item, .ant-menu-inline>.ant-menu-submenu>.ant-menu-submenu-title, .ant-menu-vertical-left>.ant-menu-item, .ant-menu-vertical-left>.ant-menu-submenu>.ant-menu-submenu-title, .ant-menu-vertical-right>.ant-menu-item, .ant-menu-vertical-right>.ant-menu-submenu>.ant-menu-submenu-title, .ant-menu-vertical>.ant-menu-item, .ant-menu-vertical>.ant-menu-submenu>.ant-menu-submenu-title {
    height: 24px;
    line-height: 24px;
} */

/* .listcontainercontent  .ant-table-wrapper,
.listcontainercontent  .ant-spin-nested-loading,
.listcontainercontent  .ant-spin-container,
.listcontainercontent  .ant-table-content ,
.listcontainercontent  .ant-table-scroll,
.listcontainercontent  .ant-table-body-outer,
.listcontainercontent  .ant-table-fixed-left,
.listcontainercontent  .ant-table-fixed-right
{
    height: 100%;
}


.listcontainercontent  .ant-table-small.ant-table-bordered,
.listcontainercontent  .ant-table-fixed
{
    height: calc(100% - 57px);
} */

/* .ant-table-tbody > tr.ant-table-row-selected td {
    color: inherit;
    background: rgb(230,247,255);
}
 */
/* .clickRowStyl
{
  background-color :#00b4ed
}
.ant-table-tbody>.clickRowStyl:hover>td
{
  background-color: #00b4ed
} */

.ant-card-meta-title {
    overflow: hidden;
    color: rgba(0,0,0,.85);
    font-weight: 500;
    font-size: 12px; 
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ant-card-actions>li {
    float: left;
    margin: 2px 0; 
    color: rgba(0,0,0,.45);
    text-align: center;
}

.compondMain
{
    width: 100%;
    height: 100%;
}
.compondMainSingle
{
    width: 100%;
    height: 100%;
}
.compondMainTop
{
    width: 100%;
    height: 50%;
}
.compondMainBotton
{
    width: 100%;
    height: 50%;
}

.listItem_Element
{
   /*  border: 1px solid lightgray;
    background-color: #d3d3d32b; */
    /* width: 100%; */
    /* box-shadow: 2px 2px 10px #909090; */
    /* background-color: #cde6f5; */
    /* position:absolute; */
    overflow:auto;
    /* border:1px solid lightgray; */
}

.listItem_Element_Virtual
{
   /*  border: 1px solid lightgray;
    background-color: #d3d3d32b; */
    /* width: 100%; */
    /* box-shadow: 2px 2px 10px #909090; */
    /* background-color: #cde6f5; */
    /* position:absolute; */
    overflow:auto;
    border:3px dotted  blue;
}

.listItem_Element_Selected
{
   /*  border: 1px solid lightgray;
    background-color: #d3d3d32b; */
    /* width: 100%; */
    /* box-shadow: 2px 2px 10px #909090 inset; */
    background-color: lightblue;
    /* position:absolute; */
    overflow:auto;
    border:1px solid lightgray;
}

.listItem_Element_Selected_Virtual
{
   /*  border: 1px solid lightgray;
    background-color: #d3d3d32b; */
    /* width: 100%; */
    /* box-shadow: 2px 2px 10px #909090 inset; */
    background-color: lightblue;
    /* position:absolute; */
    overflow:auto;
    border:3px dotted blue;
}

.listItem_Element_CustomerPage
{
    border: 0px;
}

.listItem_Element_CustomerPage_Virtual
{
    border:3px dotted  blue;
}

.listItem_Element_CustomerPage_Selected
{
    background-color: lightblue;
    border:1px solid lightgray;
}

.listItem_Element_CustomerPage_Selected_Virtual
{
    background-color: lightblue;
    border:3px dotted blue;
}

.listItem_Element_IngoreSelect
{
    background-color: white;
}

.cardItem_Element
{
    width: 120px;
    margin: 4px;
    float: left;

    box-shadow: 2px 2px 10px #909090;
    border: 1px solid #e8e8e8;
}

.cardItem_Element_Virtual
{
    width: 120px;
    margin: 4px;
    float: left;

    box-shadow: 2px 2px 10px #909090;
    border:3px dotted  blue;
}

.cardItem_Element_Selected
{
    width: 120px;
    margin: 4px;
    float: left;

    /* box-shadow: 2px 2px 10px #909090 inset; */
    box-shadow: 0 0 15px black inset;
    background-color: lightblue;
    border:1px solid black;
}

.cardItem_Element_Selected_Virtual
{
    width: 120px;
    margin: 4px;
    float: left;

    /* box-shadow: 2px 2px 10px #909090 inset; */
    box-shadow: 0 0 15px black inset;
    background-color: lightblue;
    border:3px dotted blue;
}

.transposition_Main
{
    width: 100%;
    height: 100%;
}

.transposition_Column
{
    max-width: 180px;
    min-width: 100px;
    float: left;
    border: 2px solid green;
}

.transposition_ColumnHead
{
    background-color: gray;
    width: 100%;
    color: white;
    font-size: medium;
    text-align: center;
    height: 30px;
}

.transposition_ColumnHead div
{
    background-color: gray;
    width: 100%;
    color: white;
    font-size: medium;
    text-align: center;
    height: 30px;
}

.transposition_Element
{
   /*  border: 1px solid lightgray;
    background-color: #d3d3d32b; */
    /* width: 100%; */
    box-shadow: 2px 2px 10px #909090;
    background-color: #cde6f5;
    position:absolute;
    overflow:auto;
    border:1px solid lightgray;
}

.transposition_Element_Virtual
{
   /*  border: 1px solid lightgray;
    background-color: #d3d3d32b; */
    /* width: 100%; */
    box-shadow: 2px 2px 10px #909090;
    background-color: #cde6f5;
    position:absolute;
    overflow:auto;
    border:3px dotted  blue;
}

.transposition_Element_Selected
{
   /*  border: 1px solid lightgray;
    background-color: #d3d3d32b; */
    /* width: 100%; */
    box-shadow: 2px 2px 10px #909090 inset;
    background-color: #eddbe2;
    position:absolute;
    overflow:auto;
    border:1px solid lightgray;
}

.transposition_Element_Selected_Virtual
{
   /*  border: 1px solid lightgray;
    background-color: #d3d3d32b; */
    /* width: 100%; */
    box-shadow: 2px 2px 10px #909090 inset;
    background-color: #eddbe2;
    position:absolute;
    overflow:auto;
    border:3px dotted blue;
}

.transposition_HorLine
{
    background-color:lightgrey;
    height:1px;
    width:100%;
    position:absolute;
}

.transposition_Container
{
   /*  border: 1px solid lightgray;
    background-color: #d3d3d32b; */
    /* width: 100%; */
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
    margin-right: 4px;
}

.transposition_Element_title
{
    font-size: medium;
}

.transposition_Element_content
{
    font-size: small;
}

.transposition_VerAxisTitle
{
    width:100%;
    border-top: 1px solid lightgray;
    position:absolute;
}

.transposition_VerAxisTitle_FirstLine
{
    width:100%;
    position:absolute;
}

.switchidentitywrap
{
    width: 100%;
    height: 100%;
    background: lightcyan;
}
.switchidentity
{
    width: 360px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -180px;
    overflow: auto;
    border: 1px solid lightgrey;
    border-radius: 6px;
    padding: 8px;
    background:white
}

.switchidentity_list
{
    max-height: 340px;
    overflow: auto;
}

.switchidentity_bottom
{
    position: absolute;
    bottom: 0;
    width: 90%;
    padding: 10px;
}


.owner_item_container
{
    width: 1000px;
    left: 50%;
    position: absolute;
    margin-left: -500px;
}
.owner_item_div
{
    width: 100%;
    border: 1px solid grey;
    background-color: yellowgreen;
}

.ExecuteSingleAction_container
{
    width: 1000px;
    left: 50%;
    position: absolute;
    margin-left: -500px;
}
.ExecuteSingleAction_div
{
    width: 100%;
    border: 1px solid grey;
    background-color: yellowgreen;
}

.rowCSS_tobeupdate
{
    background:lightblue
}
.rowCSS_success
{
    background:#c4e0b6
}
.rowCSS_failed
{
    background:red
}

.rowCSS_lightgey
{
    background:#f5f5f5
}

.dialog_Icon_base
{
    position: absolute;
/*     top: 16px;
    left: 24px; */
    font-size: 24px;
}
.dialog_SuccIcon
{
    color: #52c41a;
}

.didalog_InfoIcon
{
    color: #1890ff;
}

.didalog_WarnIcon
{
    color: #faad14;
}

.didalog_ErrorIcon
{
    color:  #f5222d;
}

.dialog_Title
{
    display: block;
    margin-bottom: 4px;
    margin-left: 30px;
    color: rgba(0,0,0,.85);
    font-size: 16px;
}

.dialog_Content
{
    font-size: 14px;
    line-height: 22px;
    display: block;
}

.dialog_Div_Base
{
    position: relative;
    /* padding: 15px 15px 15px 64px; */
    color: rgba(0,0,0,.65);
    line-height: 1.5;
    border-radius: 4px;
}

.globalActionButton
{
    color: rgba(0,0,0,.85);
    background: #e8e8e8;
    text-shadow: 0 -1px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.045);
    box-shadow: 0 2px 0 rgba(0,0,0,.045);
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 1px;
    margin-bottom: 1px;
}

/* .dialog_Div_Success
{
    background-color: #f6ffed;
    border: 1px solid #b7eb8f;
} */

/* .dialog_Div_Info
{
    background-color: #e6f7ff;
    border: 1px solid #91d5ff;
} */

/* .dialog_Div_Warn
{
    background-color: #fffbe6;
    border: 1px solid #ffe58f;
} */

/* .dialog_Div_Error
{
    background-color: #fff1f0;
    border: 1px solid #ffa39e;
} */

.DetailRoundDiv {
    border-radius: 4px;
    border: 1px silver solid;
    width: 100%;
    margin: 4px;
    padding: 30px;
    box-shadow: 2px 2px 10px #909090;
    background-color: #cde6f5;
}
.DetailLoadingDiv
{
    text-align: center;
    border-radius: 4px;
    border: 1px silver solid;
    /* height: 100px; */
    width: 500px; 
    margin-top: 200px;
    margin-left: calc((100% - 500px) / 2);
    background-color: #cde6f5;
    padding: 10px 50px;
}

.DetailActionBar {
    /* height: 32px; */
    border-bottom: 1px solid grey;
    margin-bottom: 10px;
    padding-bottom: 6px;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: .5em;
    padding: 0;
    /* color: inherit; */
    /* font-size: 1.5em; */
    font-size: 14px;
    color: blue;
    /* font-style:italic; */
    font-weight: 500;
    line-height: inherit;
    white-space: normal;
    text-decoration: underline;
    padding-top: 10px;
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.filterCheckBoxDiv
{
    padding-top: 2px;
    padding-bottom: 2px;
}


aside.transaction-data {
    text-align: center;
    margin-top: 0;
}
p.vendor {
    padding-bottom: 0;
    background: #FFF;
}
aside.transaction-data h2 {
    margin-top: 2.3em;
    position: relative;
    font-size: 0.95em;
    color: #FFF;
    background: #00925e;
    padding: 0.5em 1em;
}

div.main-data {
    position: relative;
    background-color: transparent;
    color: black;
    padding: 0.5em 5%;
}

ul.mozaic {
    list-style-type: none;
    overflow: hidden;
    width: 100%;
    max-width: 39.4em;
    padding: 0;
    margin: .5em 0;
}

ul.mozaic li {
    float: left;
    vertical-align: middle;
    height: 72px;
    line-height: 72px;
    margin: 0 .4em;
    width: 23.4%;
    padding: 0;
    margin-bottom: .8em;
}

ul.mozaic li a {
    border: 1px solid #cccccc;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
}

dl.data-sheet dd, dl.data-sheet dt {
    word-break: break-all;
    font-weight: normal;
}
dl.data-sheet dd {
    font-weight: bold;
    padding-bottom: 0.8em;
    margin: 0.3em 0 0.8em;
    border-bottom: 1px dotted #808080;
}
dl.data-sheet dt, dl.data-sheet dd {
    font-size: 0.75em;
}
aside.transaction-data h2 {
    margin-top: 2.3em;
    position: relative;
    font-size: 0.95em;
    color: #FFF;
    background: #00925e;
    padding: 0.5em 1em;
}

.listItem_Description
{
    color: rgb(0,0,0,0.45)!important;
    font-size: 8px;
    line-height: 11px;
}
/* 在 UserControl_AutoEditWithChildItem 下面的子表的 列表的显示最大宽度 */
.childTablePanel
{
    width: 100%;
    height: 300px;
    overflow: auto;
}

.editable-cell {
    position: relative;
  }
  
  .editable-cell-value-wrap {
    /* padding: 5px 12px; */
    cursor: pointer;
  }
  
  .editable-row:hover .editable-cell-value-wrap {
    /* padding: 4px 11px; */
    border: 1px solid #d9d9d9;
    border-radius: 2px;
  }
  
  [data-theme='dark'] .editable-row:hover .editable-cell-value-wrap {
    border: 1px solid #434343;
  }


  .dataFieldRow_WholeLine
  {
        float:left;
        width:100%;
        margin-top: 2px;
        margin-bottom: 2px;
        min-height: 26px;
        display: flex;
  }

  .dataFieldRow_WholeLine_ToporBottom
  {
        float:left;
        width:100%;
        margin-top: 2px;
        margin-bottom: 2px;
        min-height: 26px;
  }

  .dataFieldRow
  {
        float:left;
        width:100%;
        max-width:470px;
        margin-top: 2px;
        margin-bottom: 2px;
        min-height: 26px;
        display: flex;
  }

  .dataFieldRow_ToporBottom
  {
        float:left;
        width:100%;
        max-width:470px;
        margin-top: 2px;
        margin-bottom: 2px;
        min-height: 26px;
  }

  /* mini progeam begin*/

  .page-tab-bar_top{  
    width: 100%;  
    background-color: #3a3a3a3a;
    color: black; 
    padding-bottom: 4px;
    /* padding: 0px 2%;   */
    border-bottom: solid 1px lightgrey;
    }

  .page-tab-bar_bottm{  
    width: 100%;  
    background-color: #3a3a3a3a;
    color: black; 
    padding-bottom: 4px;
    /* padding: 0px 2%;   */
    border-top: solid 1px lightgrey;
    }  

  .page-menu-item{  
    width: 25%;  
    float: left;  
    text-align: center;  
    padding-top: 4px;  
    /* font-size: 14px; */
    } 
    .page-menu-item-selected
    {
        color: blue;
        font-weight: 600;
    }

    /* mini progeam end*/

    .singleNormalItem
    {
        border: 1px solid #d9d9d9; 
        padding: 2px 0;
        /* width: 141px; */
        /* display: inline-block; */
        float:left;
        margin-left: 3px;
        margin-right: 2px;
        padding-left: 6px;
        padding-right: 6px;
        cursor: pointer;
    }

    .singleSelectedItem
    {
        background-color: #1890ff;
        border: 1px solid #1890ff; 
        color: white;
    }

    .editable-cell {
        position: relative;
      }
      
      .editable-cell-value-wrap {
        padding: 5px 12px;
        cursor: pointer;
      }
      
      .editable-row:hover .editable-cell-value-wrap {
        padding: 4px 11px;
        border: 1px solid #d9d9d9;
        border-radius: 2px;
      }
      
      [data-theme='dark'] .editable-row:hover .editable-cell-value-wrap {
        border: 1px solid #434343;
      }

      .toastwrap .ant-modal-content
        {
            position: relative ;
            background-color: #096dd9;
            border: 0;
            border-radius: 8px;
            background-clip: padding-box;
            box-shadow: 0 0 0 rgba(0,0,0,0);

        }

        .toastBody
        {
            width: 100%;
            height: 100%;
            padding: 6px;
        }

        .toastwrap .ant-modal-body
        {
            padding:0 !important;
            font-size: 0 !important;
            line-height: 1 !important;
        }

        .toastText
        {
            color: white;
            font-size: 13px;
            height: 40px;
            line-height: 40px;
            vertical-align: middle;
            text-align: center;
        }

        .actionSheetContainer
        {
             width: 100%; 
        }
        .actionSheetBotton
        {
            width: 100%;
            display: block;
            margin-top: 2px;
            margin-bottom: 2px;
        }

        .actionSheetCancelButton
        {
            margin-top: 12px;
            width: 100%;
        }

/*-----------------------------------*\
  #PRELOAD
\*-----------------------------------*/

.preload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--gold-crayola);
    z-index: 10;
    display: grid;
    place-content: center;
    justify-items: center;
    /* transition: var(--transition-3); */

    animation: fade-in 1s forwards;
    transition-delay: 2000ms;
    opacity: 0;
  }

  @keyframes fade-in{
    100%{
    opacity: 1;
    }
    }
  
  .preload > * { transition: var(--transition-1); }
  
  .preload.loaded > * { opacity: 0; }
  
  .preload.loaded {
    transition-delay: 250ms;
    transform: translateY(100%);
  }
  
  .preload .circle {
    width: 112px;
    height: 112px;
    border-radius: var(--radius-circle);
    border: 3px solid var(--white);
    border-block-start-color: var(--smoky-black-3);
    margin-block-end: 45px;
    animation: rotate360 1s linear infinite;
  }
  
  @keyframes rotate360 {
    0% { transform: rotate(0); }
    100% { transform: rotate(1turn); }
  }
  
  .preload .text {
    background-image: var(--loading-text-gradient);
    background-size: 500%;
    font-size: calc(2rem + 3vw);
    font-weight: var(--weight-bold);
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 16px;
    padding-inline-start: 16px;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke: 0.5px var(--eerie-black-3);
    animation: loadingText linear 2s infinite;
  }
  
  @keyframes loadingText {
    0% { background-position: 100%; }
    100% { background-position: 0%; }
  }