:root{
  --checkboxcolor: #0b3e77;
}
html,body{
    background: #1659a4;
}

body{
    font-family:"微软雅黑 Arial";
    margin: 0 auto;
    padding: 0px;
    font-size: 12px;
    height: 100%;
    line-height: 22px;
    width: 100%;
    scrollbar-face-color:#EAEAEA;
}

ul,ol>li{
  list-style: none;
}

h1 {
    color: #369;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 250%;
}
.header_bar{
    right: 15px;
    padding-left: 240px;
    height:60px;
    /*background-color: #34495e;*/
    /*background-color: #f8f8f8;*/
    /*background-color: #4a5364;*/
    /*border-bottom: 1px #5d6677 solid;*/
    position: fixed;
    z-index:999;
}
.header_logo{
    width:400px;height:60px;position: relative;
    top:10px;
}
.header_logo img{width:100%;}
.web_content{
    width:100%;overflow: hidden;position: relative;top:62px;
}
.left_out{
    /*float: right;*/
    /*top: 12px;*/
    /*position: relative;*/
    /*height: 35px;*/
    width:100px;
    position: absolute;
    top: -1.8rem;
    left: -1rem;
    z-index: 1498;
}
.right_out{
    /*float: right;*/
    /*top: 12px;*/
    /*position: relative;*/
    /*height: 35px;*/
    width: 300px;
    position: absolute;
    top: 6px;
    right: 15px;
}
.search_out{
    /*width:200px;*/
    /*height: 35px;*/
    /*line-height: 35px;*/
    float: left;
    background: #5d92ca;
    width: 260px;
    height: 32px;
    border-radius: 5px;
}
/*.search_out>.search{*/
/*background: transparent;*/
/*border: 1px solid #aaa;*/
/*padding-right: 35px;*/
/*z-index: 8;*/
/*border-radius: 20px !important;*/
/*color: #aaa;*/
/*}*/
.search_out>span{
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 9;
}
.search_out>.search{
    background: none;
    border: 0px;
    line-height: 30px;
    height: 30px;
    color: #b4c9e3;
    font-style: italic;
    outline: none;
    font-size: 12px;
    width: 100%
}
.login_out{
    /*height: 35px;*/
    /*line-height:35px;*/
    /*margin:0 10px;*/
    /*color: #aaa;*/
    /*border-radius: 5px;*/
    position: relative;
    display:block;
    float:right;
    background: #4e88be;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    margin-left: 30px;
    width: 90px;
}
.login_out>span{
    cursor: pointer;
    margin-left: 5px;
}

.login{width:60px;height:30px; line-height: 30px; float:left;text-align: center;color:#FFFFFF;background: #1abc9c;
    border-radius: 5px 0px 0px 5px;border:0px;}
.out{width:60px;height:30px; line-height: 30px; float:left;text-align: center; color:#FFFFFF;background: #e74c3c;
    border-radius: 0px 5px 5px 0px;border:0px;}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 999px;
    /*border: 5px solid transparent;*/
}

::-webkit-scrollbar-track {
    /*box-shadow: 1px 1px 5px rgba(0,0,0,.2) inset;*/
    border:1px solid #E2E3E4;
}

::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    border: 1px solid #ECEDF2;
    /*background: #ADAEB0;*/
    /* background: #1d8ad7; */
    /* 2020-10-14修改滚动条颜色 */
    background: #8ba5c1;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

.nav-pft_tabs{
    display: none;
}
.nav-pft_tabs+.tab-content{
    border: transparent;
}

.nav-tabs .nav-link {
    display: block;
    height:30px;
    /* margin-right:10px; */
    padding: 0.3em .5em;
    background: url(../img/1_28.jpg) center center no-repeat;
    border:none;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background: #fff;
    /*border: 1px solid;*/
    /*border-color:#cfd8dc;*/
}
.nav-tabs .nav-link:hover {
    /* background:#D6E6F5; */
    color: #1b8cff;
}

.nav-tabs .nav-link.active {
    color: #1b8cff;
    outline: none;
   /*  color: #333;
    background: #D6E6F5;
    border:none; */
    /*border-color: #cfd8dc;*/
    /*border-bottom-color: #fff;*/
}
.nav-tabs .nav-link.active:focus{
    color: #1b8cff;
    /* color: #333;
    background-color: #d6e6f5; */
    /*border-color: #ddd #ddd transparent;*/
}

.nav-tabs .nav-link.active p{
    font-size: 14px;
    border-bottom: 2px solid #1b8cff;
    height: 26px;
    display: inline-block;
    padding: 0 12px;
}

.nav-tabs .nav-link p{
    font-size: 14px;
    height: 26px;
    display: inline-block;
    padding: 0 12px;
}

.nav-tabs .nav-item + .nav-item{
    margin-left: -1px;
}

.nav{
    height:30px;
    /*margin-left:26px;*/
}

.nav-tabs{
    border-bottom:none;
}

.nav .nav-item{
    height:30px;
    border-radius:2px;
    margin-bottom:0px;
    z-index:1000;
    min-width:117px;
    text-align: center;
    border-bottom: 1px solid transparent;
}

.tab-content{
    background: #d6e6f5;
    /* background-color: #f3f8fc; */
    margin-top:0;
    margin-bottom:0;
    /*padding: 20px;*/
    border-radius: 2px;
    overflow: hidden;
    border-style:none;
    /*min-width:650px;*/
}

.desktabset>.tab-content{
    min-height: 520px;
}
.desktabset>.tab-content>.tabCont{
    padding-top: 10px;
    padding-right: 5px;
}
 /*.tab-style{*/
     /*background:#000;*/
 /*}*/
 .nav-item.tab-style .nav-link{
     background:#9BC5EB;
     color:#044485;
 }
.nav-item.tab-style .nav-link:hover{
    background:#EFF5FC;
    color:#333;
}
.nav-item.tab-style .nav-link.active{
    background-color: #EFF5FC;
    color:#333;
}
.tab-content .tab-pane{
    padding: .4rem;
}
.color_tab  .tab-content .tab-pane.active{
    background:#EFF5FC;
}

.nav-pft_tabs+.tab-content .tab-pane{
    padding-top: 5px;
    padding-bottom: 0px;
}

grid-pager>div{
    margin-top: 12px;
}

.wj-flexgrid{
    /*width: auto;*/
    width: 100%;
    /*max-width: 100%;*/
    /*height:auto !important;*/
    max-height: 800px;
    /*2020-10-14要求去掉grid的阴影*/
    /*box-shadow: 2px 2px 2px #999;*/
    margin-top:15px;
}
.wj-flexgrid>div:first-child{
    /*min-height: 72px;*/
}
.wj-content{
    /*border: 1px solid rgb(224, 224, 224);*/
    /*border:0 !important;*/
    border-radius: 0;
}
.wj-header {
    background-color: #f9f9f9;
    color: #000;
    font-weight: bold
}
.wj-state-selected {/*选中格子背景色*/
    background-color: #e4e4e4;
    color: #000;
}

.wj-state-multi-selected {/*选中行背景色*/
    background-color: #e4e4e4;
    color: #000;
}

/*WJIMO的background和border*/
.wj-flexgrid div[wj-part="tl"]>div[wj-part="tlcells"]>div[tabindex] { /*Wjimo表左上角那块*/
    border:0;
    /*border-bottom: 2px solid #DDDDDD;*/
    /*background: #FFFFFF;*/
}
.wj-flexgrid div[wj-part="ch"]>div[wj-part="chcells"]>div[tabindex]{/*Wjimo表行头*/
    border: 0;
    /*border-bottom: 2px solid #DDDDDD;*/
    /*background: #FFFFFF;*/
    text-align: center;
}
.wj-flexgrid div[wj-part="rh"]>div[wj-part="rhcells"]>div[tabindex]{/*Wjimo表列头*/
    border: 0;
    /*border-bottom:1px solid #DDDDDD;*/
    /*background: #FFFFFF;*/
}
.wj-flexgrid div[tabindex]{
    /*text-align: center;*/
}
.wj-flexgrid div[wj-part="ch"]>div[wj-part="chcells"]>.wj-header:hover{
    border-left: 1px solid #DDDDDD !important;
    border-right: 1px solid #DDDDDD !important;
}
.wj-flexgrid div[wj-part='cells']>div[tabindex]{/*Wjimo表单元格*/
    border: 0;
    /*text-align: center;*/
    /*border-bottom: 1px solid #DDDDDD;*/
}
.input-group-addon{
    width: 90px;
    border:none;
    background: none;
    text-align: right;
    padding-right:10px;
}
.btn {
    line-height: 12px;
    /*padding: 6px 8px;*/
    font-size: 12px;
    /*border-radius: 5px;*/
}
input.form-control[readonly],input.form-control[disabled]{
    outline:none;
    background-color: transparent;
    border:1px solid transparent;
    height:27px;
}
div.bg-info{
    margin:5px 0px  ;
    padding: 3px 7px;
    font-size: 1rem;
    border-left:4px solid #429CD5;
}
.wj-cell-check[disabled]{
    visibility: hidden;
}
.wj-cell-check[disabled]:after{
    content: '\f00d';
    font-family: FontAwesome;
    position: relative;
    top: -5px;
}
.wj-cell-check[disabled]::after{
    visibility: visible;
}
.wj-cell-check[disabled]:checked:after{
    content: '\f00c';
    font-family: FontAwesome;
    position: relative;
    top: -5px;
}
.wj-cell-check[disabled]:checked::after{
    visibility: visible;
}
.width_tab>.tab-container>.tab-content{
    height:450px;
}

/* .tab-container>.nav{
  display: none;
} */

.list_item .nav-link {
  display: block;
  height: 30px;
  /*margin-right: 10px;*/
  padding: 0.3em 1em;
  border: none;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #fff;
  color: #000;
}
.list_item .nav-item{
  float: left;
}

.anchorBL{
    display: none;
}

.darkBlue{
    background:#001934;
}
.lightBlue{
    background:#006de3;
}
.old{
    background:#1659A4;
}

.showClose{
    opacity:1;
}
.hideClose{
    opacity:0
}

.tab-container>.nav{
  background-color: #fff;
}

.tab-container>.list_item>.nav-item>.nav-link{
  background-color: #fff;
  color: #000;
}
.tab-container>.list_item>.nav-item>.active.darkBlue{
  background-color: #001934;
  color: #fff;
}

.tab-container>.list_item>.nav-item>.active.lightBlue{
  background-color: #006de3;
  color: #fff;
}

.tab-container>.list_item>.nav-item>.active.old{
  background-color: #0b3e77;
  color: #fff;
}

.wj-cell.wj-header:has(input[type="checkbox"]:checked) {
  background: #e4e4e4 !important;
  /*加important是为了覆盖表格默认斑马纹样式表*/
}

btn-list-bar,btn-edit-bar,btn-customer-bar,.toolbtn,.inlinebtn,.toolbtn>span,button,.input-group-addon{
  -moz-user-select:none;
  -webkit-user-select:none;
   user-select:none;
}

.cdk-overlay-container{
  z-index: 1500 !important
}

.ant-picker-input>input{
  color:#607d8b !important;
  font-size: 12px !important;
}
nz-date-picker,nz-range-picker{
  margin: 0 !important;
  border: 1px solid #aaa !important;
}

.ant-input{
  border: 1px solid #aaa !important;
}

input[type="checkbox"]{
  accent-color: var(--checkboxcolor);
}
