@charset "UTF-8";
/* 整体风格颜色*/
/*activebtn hover颜色*/
/*普通按钮主题色*/
/* 表格列头颜色*/
/*表格行hover颜色*/
.wtjcb-boxtitle {
    background-color: transparent;
    color: #000000;
}

.wtjcb-textbox {
    border: 1px solid #ddd;
    display: flex;
    border-radius: 2px;
    transition: all .3s;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.wtjcb-borderColor {
    border-color: #006ecc;
}

.normalbtn {
    background-color: #fff;
    color: #006ecc;
    border-color: #006ecc !important;
}

.btnactive {
    background-color: #1c7eea;
    border-color: #dddddd !important;
    color:#fff;
}

.othbtnactive {
    background-color: #006ecc;
    color: #fff;
    border-color: #006ecc !important;
}

.othnormalbtn {
    border-color: #ddd !important;
    background-color: #fff;
    color: #666666;
}

.normalbtn:hover {
    background-color: #006ecc;
    color: #fff;
}

.btnactive:hover {
    background-color: #006ecc;
    color: #fff;
}

.othbtnactive:hover {
    background-color: #006ecc;
}

.othnormalbtn:hover {
    color: #fff;
    border-color: #006ecc !important;
}

.noBg {
    border-color: #ddd !important;
    background-color: #fff !important;
    color: #666666 !important;
}

.noBg:hover {
    color: #006ecc !important;
    border-color: #006ecc !important;
}

.orangeBorder {
    background-color: #ffffff;
    color: #e8a725;
    border-color: #e8a725 !important;
}

.orangeBorder:hover {
    background-color: #e8a725;
    color: #ffffff!important;
}

.green {
    background-color: #30d384;
    color: #fff;
    border-color: #30d384 !important;
}

.green:hover {
    background-color: #30d384;
}

.orange {
    background-color: #e8a725;
    color: #ffffff;
    border-color: #e8a725 !important;
}
.orange:hover {
    background-color: #f3c05a;
}
.orangeFade {
    background-color: #e8a725;
    color: #ffffff;
    border-color: #e8a725 !important;
}
.orangeFade:hover {
    background-color: #f3c05a;
}

/* 表格列头颜色*/
.slick-header-columns {
    background-color: #E2F1F8;
}

/* 表格行hover背景色*/
.ui-widget-content:hover .slick-cell {
    background-color: #fefce7;
}

.wtjcb-panel .wtjcb-paneltitlecenter {
    /*background-color: #0059C1 !important;*/
}

.UpdateRecord .wtjcb-paneltitlecenter {
    background-color: #006ecc !important;
}



.wtjcb-selectulBox > li:hover {
    background-color: #006ecc;
    color: #ffffff;
}

.wtjcb-selectulBox > li:hover {
    background-color: #006ecc;
    color: #ffffff;
}
.wtjcb-tabeliselect {
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;	/* Firefox 4 */
    -webkit-transition: all 0.5s;	/* Safari 和 Chrome */
    -o-transition: all 0.5s;
    color: #1c7eea;
    font-weight: 700;
}
.wtjcb-tabchose > li {
    display: flex !important;
    align-items: center;
    cursor: pointer;
    position: relative;
    line-height: 1;
    font-size: 16px;
    padding: 0 8px 10px;
    color:#444;
    position: relative;
}
.wtjcb-tabchose > li::after {
    content: '';
    width: 0;
    height: 2px;
    background-color: #1c7eea;
    border-radius: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;	/* Firefox 4 */
    -webkit-transition: all 0.5s;	/* Safari 和 Chrome */
    -o-transition: all 0.5s;
}
.wtjcb-tabchose > li img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.wtjcb-tabchose li:hover::after ,
.wtjcb-tabchose li.wtjcb-tabeliselect::after  {
    opacity: 1;
    width: 100%;
}
.wtjcb-tabchose li:hover,
.wtjcb-tabchose li.wtjcb-tabeliselect {
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;	/* Firefox 4 */
    -webkit-transition: all 0.5s;	/* Safari 和 Chrome */
    -o-transition: all 0.5s;
    color: #1c7eea;
    font-weight: 700;
}
.wtjcb-tabchose > li + li {
    margin-left: 42px;
}

.fancybox-opened .fancybox-title {
    background-color: #fff;
}

.wtjcb-tabeloverf {
    border: 1px solid #deeffd;
}

.wtjcb-tabeltitle {
    background-color: #c6e4ef;
    color: #323230;
}

.wtjcb-listable th {
    border: 1px solid #dddddd;
}

.wtjcb-listable td {
    border: 1px solid #ddd;
    color: #666666;
}

.wtjcb-iconcheckbox {
    border: 1px solid #dddddd;
}

.wtjcb-tabeltitle > span {
    color: #ef7d69;
}

.wtjcb-tabeltitlebk {
    background-color: #c6e4ef;
}

::-webkit-scrollbar {
    width: 5px;
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: #1c7eea;
    border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(28, 126, 234, .6);
}
::-webkit-scrollbar-track {
    border-radius: 50px;
    background-color: #fff;
}


body,
html {
    scrollbar-highlight-color: #fff;
    scrollbar-darkshadow-color: #62abf5;
    scrollbar-face-color: #74ADED;
    scrollbar-arrow-color: #74ADED;
    scrollbar-shadow-color: #c8e1fb;
    scrollbar-track-color: #CEE0FA;
}

.webuploader-pick {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: #006ecc;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}

.wtjcb-tabchose {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    display: flex;
}

.slick-pageToolExcelContent .datagrid-exp-bt {
    height: 24px;
    line-height: 24px;
    border: 1px solid #006ecc;
    background-color: #006ecc;
    color: #fff !important;
    text-align: center;
    border-radius: 2px;
    -moz-border-radius: 2px;
    /* 老的 Firefox */
    width: 75px;
}

.wtjcb-processeschbox {
    font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    line-height: normal;
    padding-top: 30px;
}

.wtjcb-processsheader {
    position: relative;
    height: 30px;
    font-family: '微软雅黑 Bold', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
}

.wtjcb-processsheaderbody {
    left: 0px;
    top: 0px;
    background: inherit;
    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: '微软雅黑 Bold', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
}

.wtjcb-processses {
    margin: 0 auto;
}

.wtjcb-processsposition {
    display: inline-block;
    height: 30px;
    font-family: '微软雅黑 Bold', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    margin-left: -35px;
}

.wtjcb-processsborder {
    visibility: visible;
    left: 2px;
    width: 175px;
    height: 30px;
    line-height: 30px;
    word-wrap: break-word;
    position: relative;
    text-align: center;
    margin-left: 15px;
    background: url("/nethall/resource/sys/image/arrow_grey.png");
}

.wtjcb-processsimg {
    position: relative;
    top: -21.51565px;
    float: right;
    margin-right: -25.5px;
    z-index: 99;
    left: -25px;
    height: 38px;
}

.wtjcb-processsimgtail {
    float: left;
    position: relative;
    z-index: 99;
    height: 37px;
    margin-left: 0px;
}

.wtjcb-processsimgarrow {
    left: 14px;
    float: right;
    position: relative;
    height: 36px;
    top: -21px;
    z-index: 999;
}

.wtjcb-changeitemju {
    width: 25px;
    height: 31px;
    line-height: 30px;
    background-color: #F68A8A;
    float: left;
    text-align: center;
}

.wtjcb-changeitem {
    width: 93%;
    height: 29px;
    line-height: 29px;
    overflow: hidden;
    border: 1px solid #F68A8A;

}

.wtjcb-changeitembefore {
    margin-left: 33%;
    margin-top: -29px;
    overflow: hidden; /*超出部分隐藏*/
    white-space: nowrap; /*不换行*/
    text-overflow: ellipsis;
}

.wtjcb-changeitemafter {
    margin-left: 73%;
    margin-top: -58px;
    overflow: hidden; /*超出部分隐藏*/
    white-space: nowrap; /*不换行*/
    text-overflow: ellipsis;
}

.wtjcb-changeitemarrow {
    margin-left: 59%;
    margin-top: -61px;
    width: 40px
}

.wtjcb-completeimgo {
    position: relative;
    left: 275px;
    top: 168px;
}

.wtjcb-completeimgborder {
    font-family: '微软雅黑';
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-top:40px;
}

.wtjcb-completediv {
    text-align: center;
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    margin-top: 40px;
}

.wtjcb-completeprint {
    text-align: center;
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #666666;
    margin-top: 40px;
}

.wtjcb-completehref {
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #169BD5;
    margin-top: 40px;
    text-align: center;
    text-decoration: underline;
}


.closeimg {
    position: relative;
    top: -42px;
    left: 470%;
    width: 24px;
}

.wtjcb-checkboximgdiv {
    height: 50px;
    width: 132px;
    border: 1px solid rgba(22, 155, 213, 1);
    border-radius: 5px;
    margin-left: 10px;
}

.wtjcb-checkboximgt {

    float: left;
    width: 39%;
    height: 100%;
    overflow: hidden;
    margin-top: -1px;
}

.wtjcb-checkboximgborder {
    background-color: rgba(22, 155, 213, 1);
    width: 196%;
    height: 15px;
    transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    position: relative;
    text-align: center;
    line-height: 15px;
    left: -30px;
    color: white;
    top: 9px;
    font-size: 14px;
}

.wtjcb-checkboximgfont {
    float: left;
    width: 57%;
    height: 100%;
    line-height: 50px;
    font-size: 14px;
}

.ccDiv{
    max-height: 382px;
}
.ccBtnGrp{
    bottom: 0px;
    position: relative;
}
.wtjcb-tabchose > li:before {
    content:"";
}
.wtjcb-tabchose > li:after{
    content:"";
}

.wtjcb-processs_span{
    margin: 0px 10%;
    width: 80%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
}
