: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%; */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

#mainforpreviewpage{
    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%;
    min-height: 220px;
    align-items: center; /* 竖直居中 */
  }

.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: 1px;
   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;
}

.ant-cascader-menu {
    display: inline-block;
    min-width: 111px;
    height: 180px;
    margin: 0;
    padding: 4px 0;
    overflow: auto;
    vertical-align: top;
    list-style: none;
    border-right: 1px solid #f0f0f0;
    width:auto !important;
    /* -ms-overflow-style: -ms-autohiding-scrollbar; */
}

.ant-select-dropdown {
    margin: 0;
    color: #000000d9;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum";
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 1050;
    box-sizing: border-box;
    padding: 4px 0;
    overflow: hidden;
    font-size: 14px;
    font-variant: initial;
    background-color: #fff;
    border-radius: 2px;
    outline: none;
    box-shadow: 0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d;
    width:auto !important;
}

.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
}

.rowCSS_skip
{
    background:orange;
}

.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;
    font-size: 14px;
    color: blue;
    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;
} */
fieldset {
    border: 1px solid #d9d9d9;
    padding: 10px;
    margin: 10px 0;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
}

  legend {
    font-size: 13px;
    font-weight: bold;
    color:#092756;
    margin: 0;
    padding: 0;
    width: auto; /* 根据内容自动调整宽度 */
}

.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;
}
/* 在 navigateTo 模式下显示的时候，高度为100%*/
.childTablePanelflex
{
    width: 100%;
    height: 100%;
    min-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_morebutton
  {
    display:none;
  }

  .dataFieldRow_WholeLine
  {
        float:left;
        width:100%;
        max-width:940px;
        margin-top: 2px;
        margin-bottom: 2px;
        min-height: 26px;
        display: flex;
        margin-left: 10px;
  }
  fieldset .dataFieldRow_WholeLine
  {
    margin-left: 0;
  }
  .dataFieldRow_WholeLine:hover .dataFieldRow_morebutton
  {
    display: block;
  }

.numericupdown
{
	width:100%;
	display:flex;
}

.numericupdown-calculator
{
	display:none;
}

.numericupdown:hover .numericupdown-calculator
{
	display: block;
}
.numericupdown-calculatorpopoverbutton
{
	font-size:20px;
	color:gray;
	stroke-width:1;
}

  .dataFieldRow_WholeLine_ToporBottom
  {
        float:left;
        width:100%;
        max-width:940px;
        margin-top: 2px;
        margin-bottom: 2px;
        min-height: 26px;
  }
  .dataFieldRow_WholeLine_ToporBottom:hover .dataFieldRow_morebutton
  {
    display: block;
  }

  .dataFieldRow
  {
        float:left;
        width:100%;
        max-width:470px;
        margin-top: 2px;
        margin-bottom: 2px;
        min-height: 26px;
        display: flex;
        padding-left:10px;
  }
  fieldset .dataFieldRow
  {
    padding-left: 0;
  }
  .dataFieldRow:hover .dataFieldRow_morebutton
  {
    display: block;
  }

  .dataFieldRow_ToporBottom
  {
        float:left;
        width:100%;
        max-width:470px;
        margin-top: 2px;
        margin-bottom: 2px;
        min-height: 26px;
  }
  .dataFieldRow_ToporBottom:hover .dataFieldRow_morebutton
  {
    display: block;
  }

  /* 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;
        margin-bottom: 4px;
    }

    .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;
      }

        .futushow-toastBody
        {
            width: 100%;
            /* height: 100%; */
            min-height : 40px;
            max-height: 80px;
            padding: 6px;
        }

        .futushow-toastText
        {
            color: white;
            font-size: 13px;
            /* min-height : 40px;
            max-height: 80px; */
           /*  line-height: 100%; */
           height: 100%;
            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%;
        }

        .antdtable-cell-listview-editable
        {
          color:blue;
          font-weight:600;
        }
  
        .antdtable-cell-listview-readonly
        {
          background-color : lightgray;
        }
        
        .ant-table-tbody>tr.ant-table-row-selected>td {
                background: rgba(230, 247, 255, 0.9);
                border-color: rgba(0, 0, 0, .03);
        }

        .ant-input-number-input {
            text-align: right !important;
          }
          .ant-input-number-input:focus
          {
          	padding-right: 30px; /* 鼠标悬停时增加右边距 */
        }
        .ant-input-number-input:hover
          {
          	padding-right: 30px; /* 鼠标悬停时增加右边距 */
        }

/*-----------------------------------*\
  #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%; }
  }

  .Resizer {
    background: #000;
    opacity: .2;
    z-index: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
}

 .Resizer:hover {
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
}

 .Resizer.horizontal {
    height: 11px;
    margin: -5px 0;
    border-top: 5px solid rgba(255, 255, 255, 0);
    border-bottom: 5px solid rgba(255, 255, 255, 0);
    cursor: row-resize;
    width: 100%;
}

.Resizer.horizontal:hover {
    border-top: 5px solid rgba(0, 0, 0, 0.5);
    border-bottom: 5px solid rgba(0, 0, 0, 0.5);
}

.Resizer.vertical {
    width: 11px;
    margin: 0 -5px;
    border-left: 5px solid rgba(255, 255, 255, 0);
    border-right: 5px solid rgba(255, 255, 255, 0);
    cursor: col-resize;
}

.Resizer.vertical:hover {
    border-left: 5px solid rgba(0, 0, 0, 0.5);
    border-right: 5px solid rgba(0, 0, 0, 0.5);
}
.Resizer.disabled {
  cursor: not-allowed;
}
.Resizer.disabled:hover {
  border-color: transparent;
}

.ͼ1 .cm-scroller {
    font-family: Consolas,'Source Code Pro','Fira Code', monospace;
}

.ant-form-item-label>label 
{
    font-size : 14px;
}

.registerForm-item
{
    font-size : 14px;
}
.registerForm-button
{
    font-size : 13px;
    width : 50%;
}

.futushow_list_dateStr
{
    padding-left:2px;
    font-size:13px;
}
.futushow_list_dateStr::after {
    content: "\f133";
    font-family: 'Font Awesome 5 Free';
    padding: 0 6px 0 6px;
    color: gray;
    font-size: 14px;
}

.futushow_list_timeStr
{
    padding-left:2px;
    font-size:13px;
}
.futushow_list_timeStr::after {
    content: "\f017";
    font-family: 'Font Awesome 5 Free';
    padding: 0 2px 0 6px;
    color: gray;
    font-size: 14px;
}

/* cofirm 模拟 modal 的 通用样式。 记录一些通用属性 ---------------- */
/* 将默认的 body 的 padding 设置为0，因为 后续 会自己模拟，所以此处的就最为最外层容器使用了，所以 padding 必须设置为 */
.futushow-confirm-asmodal > .ant-modal-content > .ant-modal-body
{
    padding: 0px;
}

/* 优化 底部按钮所处 容器的 样式 */
.futushow-confirm-asmodal > .ant-modal-content > .ant-modal-body > .ant-modal-confirm-body-wrapper > .ant-modal-confirm-btns
{
    padding-right: 8px;
    padding-bottom: 16px;
    /* border-top: 1px solid #f0f0f0; */
    border-radius: 0 0 2px 2px;
    margin-top: 0px;
    padding-top: 8px;
}

/* 隐藏左上角的 默认的 confirm 的 circle 图标 */
.futushow-confirm-asmodal > .ant-modal-content > .ant-modal-body > .ant-modal-confirm-body-wrapper > .ant-modal-confirm-body > .anticon-exclamation-circle
{
    display: none;
}

/*显示 head*/
/* 因为 默认的 confirm 下面的 head 的样式是隐藏的，所以 基础应该显示出来 */
.futushow-confirm-asmodal-showhead > .ant-modal-content > .ant-modal-body > .ant-modal-confirm-body-wrapper > .ant-modal-confirm-body > .ant-modal-confirm-content > .ant-modal-header
{
    display:block;
}


/* toast 模式下，也不需要 模拟的 body 的 padding */
.futushow-confirm-asmodal-toast > .ant-modal-content > .ant-modal-body > .ant-modal-confirm-body-wrapper > .ant-modal-confirm-body > .ant-modal-confirm-content > .ant-modal-body
{
    padding: 0px;
}

.futushow-confirm-asmodal-toast > .ant-modal-content > .ant-modal-body > .ant-modal-confirm-body-wrapper
{
    background-color: gray;
    font-weight: 600;
    border-radius: 4px;
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.2);
}

/*隐藏底部默认的 foot容器*/
.futushow-confirm-asmodal-hidefooter > .ant-modal-content > .ant-modal-body > .ant-modal-confirm-body-wrapper > .ant-modal-confirm-btns
{
    display: none;
}

.futushow-confirm-asmodal-showfooter > .ant-modal-content > .ant-modal-body > .ant-modal-confirm-body-wrapper > .ant-modal-confirm-body
{
    border-bottom: 1px solid #f0f0f0
}

.futushow-confirm-extral-section
{
    position: absolute;
    top: calc(100% - 44px);
}
.futushow-confirm-extral-button
{
    margin-right:2px;
    margin-left:2px;
}


/* 列表界面显示 tag的样式 */
.listviewtag
{
    padding: 3px 6px;
    color: black;
    font-weight: 600;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.plate-versioninfo
{
    background-color:gray;
    color: black;
    padding: 4px;
    margin-right:4px;
    border-radius : 4px;
    font-weight : 600;
    /* color:"black",padding:"4px",marginRight:"4px",borderRadius:"4px",fontWeight:600 */
}

.plate-versioninfo-warning
{
    background-color: orange;
}

.plate-versioninfo-warning::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f071"; /* FontAwesome中的警告图标代码 */
    font-weight: 900; /* 确保使用正确的Font Awesome变体 */
    position: absolute;
    left: 0;
    top: 0;
    color: #ff0000; /* 警告颜色 */
}

.modified-label::after {
    content: '';
    display: inline-block;
    width: 5px; /* 圆点的宽度 */
    height: 5px; /* 圆点的高度 */
    border-radius: 50%; /* 使矩形变成圆形 */
    background-color: green; /* 圆点的颜色 */
    margin-right: 5px; /* 与文本之间的间距 */
    vertical-align: middle; /* 垂直居中对齐 */
    margin-left: 3px;
  }

  .editview-blockwrapper
  {
    border:solid 0px lightgray;
    padding:0px;
  }
  .editview-tagwrapper
  {
    border:solid 0px lightgray;
    padding:0px;
  }

.modallogin .ant-modal-content
{
    background-color:lightcyan;
    border-radius: 6px;
    box-shadow: 0 18px 12px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
}

.futushow-confirm-asmodal-toast .ant-modal-content
{
    background-color:gray;
}

.modallogin .ant-modal-body
{
    padding:2px;
}

.modallogin .ant-modal-body
{
    padding:2px;
}

.steps-content {
    /* min-height: 200px; */
    margin-top: 5px;
    padding-top: 6px;
    /* text-align: center; */
    background-color: #fafafa;
    border: 1px dashed #e9e9e9;
    border-radius: 2px;
    padding-bottom: 6px;
  }
  
  .steps-action {
    /*margin-top: 24px; */
    height: 21px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  /* 差异比较结果中 字段名*/
  .different-fieldname
  {
    font-weight:600;
    color: blueviolet;
    padding-left: 2px;
  }

  /* 差异比较结果中 老的值*/
  .different-oldvalue
  {
    text-decoration: line-through;
    color: gray;
  }

  /* 差异比较结果中 新的值*/
  .different-newvalue
  {
    font-style: italic;
    color: green;
  }

  .no-arrow .ant-popover-arrow {
    display: none;
  }

  /* 移除popover内容的内边距和外边距，使其紧贴按钮 */
.no-padding .ant-popover-inner {
    padding: 0 !important; /* 强制覆盖默认的内边距 */
  }
  
  .no-padding .ant-popover-content {
    margin: 0 !important; /* 如果需要，也可以移除外边距 */
  }
  .ant-popover-placement-bottomRight
  {
    padding-top: 0;
  }

  .calculator
  {
    display:"flex";
    flex-direction: column;
  }

  /* 设置所有计算器中的按钮文字为粗体 */
.calculator button {
    font-weight: bold;
  }
  /* 可选：增加悬停效果 */
  .calculator button:hover {
    background-color: darkblue; /* 改变悬停时的背景颜色 */
    color: white; 
  }
  
  /* 蓝色按钮的样式 */
  .calculator .operationbutton {
    color: blue; /* 设置文本颜色为白色，提高对比度 */
  }

  .calculator .equalbutton {
    background-color: orange;
    font-size:14px;
  }  
