/*login style*/
body{
    background: #efefef;
}
.dib {
    display: inline-block !important;
    vertical-align: middle !important;
}

.text-MainColor {
    color: #F5EFEF;
}

.font-yh {
    font-family: "MicrosoftYaHei";
}

.text-white {
    color: white;
}

.hr_info {
    text-align: right;
    padding-right: 75px;
}

.icon-quit {
    margin-left: 28px;
    position: relative;
    top: -2px;
}

.icon-quit img {
    width: 18px;
}

.curPointer {
    cursor: pointer;
}

.content {
    width: auto;
    height: 800px;
    margin-top: -800px;
    margin-left: 230px;
    padding-left: 20px;
}

.f20 {
    font-size: 20px;
}

.hing {
    height: 100%;
}

.hidden {
    display: none!important;
    visibility: collapse!important;
}

.dis {
    display: block;
    visibility: visible;
}

.content {
    width: auto;
    padding: 20px;
}

.footer {
    text-align: center;
    font-size: 14px;
    width: 100%;
    position: absolute;
    bottom: 46px;
    color: #898989
}

.ws_stop_status{
    background-color: red;
    width: 15px;
    height: 15px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-left: 380px;
    margin-top: -18px;
}

.ws_run_status{
    background-color: green;
    width: 15px;
    height: 15px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-left: 380px;
    margin-top: -18px;
}


/*交易员管理权限管理*/

.tree li {
    cursor: pointer;
    padding-left: 1.3em;
}

.tree ul {
    list-style: none;
    padding-left: 0;
}

.intermediate {
    opacity: 0.3;
}

.resourceName {
    width: 30%;
    float: left;
}

.roleName {
    float: left;
}


/*右侧主体表单*/

.pa-form {
    padding: 56px 0;
    margin-top: 14px;
    background-color: white;
}

.pa-search {
    width: 400px;
    margin: auto;
    font-family: Arial, 'Times New Roman', SimHei;
    border-radius: 0;
}

.pa-search input {
    height: 44px;
    font-size: 16px;
    color: #b3b3b3;
    border-radius: 0;
    border: 1px solid #ccc;
}

#roleDetail .box:first-child {
    padding-top: 20px;
}

#roleDetail .table {
    width: 98.8%;
}

#roleDetail .box {
    background-color: #fff;
    overflow: hidden;
    padding-left: 20px;
}

.global-search {
    background-color: #fff;
    padding: 10px 14px 14px;
}

.form-control:focus {
    border-color: #f85d11;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover {
    border-color: #da4f0a;
    box-shadow: none;
    outline: #da4f0a;
    background-color: #da4f0a;
}

.btn-query {
    padding: 0;
    background: url(../../images/dealer/btn_search_default.png) center center;
    border-radius: 0;
    border: none;
}

.btn-query:active {
    background: url(../../images/dealer/btn_search_click.png) center center;
}

.btn-search {
    width: 38px;
    background: url(../../images/dealer/icon_search.png) center center no-repeat;
    background-size: 16px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}


/*右侧表格样式*/

.emList {
    background-color: white;
    font-family: "华文细黑";
}

.emList table {
    border-radius: 0 5px;
}

.emList th {
    background-color: #eee;
    text-align: center;
    color: #575656;
    height: 40px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: white;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #eee;
}


/*page*/

.footPage {
    font-size: 12px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.btn-page {
    color: white;
    background-color: #595858;
    width: 26px;
    height: 26px;
}

.btn-prev {
    background: url(../../images/dealer/icon_left-arrow.png) center center #595858 no-repeat;
}

.btn-next {
    background: url(../../images/dealer/icon_right-arrow.png) center center #595858 no-repeat;
}

.jumpInput {
    width: 60px;
    height: 24px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-right: 6px;
}

.btn-jump {
    background-color: #76AD6F;
    color: white;
    font-size: 14px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
}


/*auth style begin*/

.tree {
    width: 36%;
    float: left;
    /*border: 1px solid #E4463E;*/
}

.treeSource {
    float: right;
    width: 45%;
    /*border: 1px solid #E4463E;*/
}

.tree li {
    cursor: pointer;
    padding: 5px;
    padding-left: 25px;
}

.tree ul {
    list-style: none;
    padding-left: 0;
}

.intermediate {
    opacity: 0.3;
}

.authEdit .pa-handle {
    margin-bottom: 14px;
}

.authEdit .pa-handle-text {
    margin: 0 17px;
    font-size: 16px;
}

.pa-handle-text img {
    margin-right: 5px;
}

.authEdit .pa-search {
    margin: 28px 42px;
}

.authEdit .pa-search input {
    height: 44px;
    font-size: 16px;
    color: #b3b3b3;
    border-radius: 0;
    /*border: 1px solid #f85d11;*/
}

.authEdit .box {
    background-color: white;
}

.authEdit .panel {
    margin: 10px;
    /* height: calc(100% - 120px); */
    height: calc(100% - 72px);
    border-radius: 0;
}

.iconCheckClose {
    background: url(../../images/dealer/icon_shouqii.png);
}

.iconCheckOpen {
    background: url(../../images/dealer/icon_zhankai.png);
}

.iconCheck {
    height: 16px;
    width: 16px;
}

.checkboxBtn {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ccc;
    margin-left: 10px;
    overflow: hidden;
    margin-bottom: 0;
    vertical-align: middle;
}

.line-m .checkboxBtn:nth-child(1) {
    margin-left: 20px;
}

.checkboxBtn input {
    visibility: hidden;
}

.checkboxBtn.checked {
    background: url(../../images/dealer/gouxuan.png) #FEB146 center center no-repeat;
}

.chkItem, .selectAll {
    cursor: pointer;
}


/*line side*/

.line {
    position: relative;
}

.line-f::before, .line-f::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 1px;
    border-bottom: 1px dotted #ccc;
    left: 16px;
    top: calc(50% - 1px);
}

.line-f::after {
    top: 16px;
    left: 8px;
    height: 15px;
    width: 1px;
    border: none;
    border-left: 1px dotted #ccc;
}

.line-u::before {
    position: absolute;
    content: "";
    height: 115%;
    width: 1px;
    border-left: 1px dotted #ccc;
    top: -1px;
    left: 8px;
}

.line-s::before, .line-s::after, .line-m::before, .line-m::after {
    position: absolute;
    content: "";
}

.line-s:before {
    height: 17px;
    width: 1px;
    border-left: 1px dotted #ccc;
    left: 33px;
    top: -10px;
}

.line-s::after {
    width: 10px;
    height: 1px;
    border-bottom: 1px dotted #ccc;
    left: 41px;
    top: 14px;
}

.line-m::before {
    height: 33px;
    width: 1px;
    border-left: 1px dotted #ccc;
    left: 33px;
    top: -20px;
}

.line-m::after {
    width: 10px;
    height: 1px;
    border-bottom: 1px dotted #ccc;
    top: calc(50% - 3px);
    left: 35px;
}


/*line style End*/

.dataSource li:last-of-type .line-f::after, .dataSource .last.line-u::before {
    display: none;
}

.dataSource .treeSource {
    width: calc(64% - 14px);
    min-height: 800px;
    padding: 10px;
    padding-top: 0;
}

.dataSource input.ng-empty {
    vertical-align: text-bottom;
}

.dataSource .tree .pa-search {
    margin: 20px 10px;
}

.dataSource .tree {
    width: 36%;
}

.treeSource .box-title {
    margin: 30px auto;
    width: 280px;
    background-color: #f85d11;
}

.treeSource .box-title a {
    color: white;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

.checkboxBtn+img {
    margin-left: 6px;
}

.treeSource .table>thead:first-child>tr:first-child>td {
    border: none;
}

.treeSource thead tr {
    background-color: #eee;
}

.treeSource tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.treeSource tbody tr:nth-of-type(even) {
    background-color: #eee;
}

.treeSource thead tr td {
    font-size: 16px;
    vertical-align: middle;
    font-weight: normal;
}

.treeSource tbody tr td {
    font-size: 13px;
    color: #828181;
    vertical-align: middle;
}

.treeSource input.checkboxLeft {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 0;
}

.treeSource .chkItem {
    margin: 0 12px;
}

.box {
    background: #fff;
    padding: 14px;
    padding-top: 0;
    position: relative;
}

.treeRoles li {
    cursor: pointer;
    padding-left: 1.3em;
}

.tree ul {
    list-style: none;
    padding-left: 0;
}

.treeItem {
    cursor: pointer
}

.role-page .panel-body {
    padding: 0;
}

.role-page .panel-heading {
    box-shadow: 0px -2px 8px #dee inset;
}

.role-panel-title {
    font-size: 14px;
    color: #f85d11;
}

.role-page .inputLabel {
    font-weight: normal;
    font-size: 14px;
}

.role-page .row {
    padding: 5px;
    border-bottom: 1px solid #eee;
    margin: 0;
}


/* role Manage End */

.hauto {
    height: 100%;
}

.btn-delete {
    cursor: pointer;
    font-size: 12px;
    color: #9F9F9F;
    margin: 8px;
}

.bgcolorWhite {
    background-color: #fff;
}

.pd20 {
    padding: 20px;
}

.mg20 {
    margin: 20px;
}

.gridTable {
    width: 98.8%;
}

.employee-info .ibox {
    margin-bottom: 14px;
}


/* form label style */

.form-group label {
    font-weight: normal;
    font-size: 14px;
}


/* modal box style Start*/

.modal {
    display: flex !important;
}

.modal-title {
    font-size: 16px;
    color: #575656;
    padding-left: 11px;
    text-align: left;
}

.modal-header {
    padding: 9px;
    text-align: center;
    background-color: #eee;
}

.modal-content {
    overflow: hidden;
}

.modal-body .list-group {
    margin: 7px 0 9px 0;
}

.modal-body .list-group-item {
    padding: 0;
}

.modal-body .control-label {
    margin-bottom: 0;
    font-size: 13px;
    color: #898989;
    width: 80px;
    white-space: nowrap;
    text-align: right;
}

.control-label-user {
    margin-bottom: 0;
    font-size: 13px;
    color: #898989;
    width: 140px;
    white-space: nowrap;
    text-align: right;
}

.modal-body input[type='text'] {
    background-color: #fff;
    border: none;
    height: 34px;
    outline: none;
    width: 100%;
    font-size: 16px;
    line-height: 34px;
    border: 1px solid #C5C5C5;
}

.modal-body input[type='text']:focus {
    border-color: #F85D11;
}

.modal-body input[type='text'].form-control, .modal-body input[type='text'].form-control:focus {
    box-shadow: none;
    border-radius: 0;
    color: #575656;
}

.modal-body .info_msg {
    color: #898989;
    margin-bottom: 10px;
}

.modal-body .list-group.mb30 {
    margin-bottom: 30px;
}

.remove-icon {
    background: url(../../images/icon_03.png);
    display: block;
    width: 12px;
    height: 12px;
}

.modal-dialog {
    width: 480px;
    margin: auto;
}

.modal-dialog .list-group-item {
    border: none;
}

.modal-dialog .form-group {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    height: 36px;
    line-height: 36px;
}

.modal-dialog .modal-body {
    padding: 15px 30px;
}

.modal-dialog .list-input {
    display: inline-block;
    flex: 1;
}

.modal-dialog .list-group-item:last-child, .modal-dialog .list-group-item:first-child {
    border-radius: 0
}

.modal-dialog .modal-footer {
    text-align: center;
    border: none;
    padding-top: 0;
}

.btn-remove {
    position: absolute;
    right: 10px;
    top: 3px;
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
}


/* modal box style Finish*/


/* parameter-list start*/

.add_role_box {
    position: absolute;
    top: -3px;
    right: 15px;
    cursor: pointer;
}

.add_role_box span {
    font-size: 16px;
    color: #898989;
}

.add_role {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../../images/index/icon_icon_add-member_default.png);
    vertical-align: bottom;
}

.add_role:hover {
    background: url(../../images/index/icon_add-member_click.png);
    cursor: pointer;
}

.form-inp {
    width: 30%!important;
}

.import_box {
    height: 648px;
    width: 100%;
    background: white;
    font-family: Arial, 'Times New Roman', SimHei;
    font-size: 16px;
    color: #898989;
    position: relative;
}

.btn_tool {
    border-radius: 0 !important;
    margin: 0 14px 14px !important;
}

.parlist_box .gridTable, .tool_box .gridTable {
    width: 98%;
    margin-left: 14px;
}

.tool_box, .parlist_box {
    padding: 0;
}

.par_select {
    width: 10%;
    margin-left: 20px;
    height: 34px;
    border: 1px solid #ccc;
}

.par_btn {
    width: 56px;
    height: 34px;
    line-height: 34px;
    background: #FC6907;
    color: #fff;
    margin-left: 20px;
    border: none;
    border-radius: 3px;
}


/* parameter-list end*/


/*parameter-add start*/

.import_box td {
    text-align: center;
    font-size: 13px;
}

.import_box tr:first-child td {
    font-size: 16px;
    font-family: Arial, 'Times New Roman', SimHei;
    color: #575656;
}

.import_box tr:nth-of-type(odd) {
    background: #eee;
}

.params_box {
    font-family: Arial, 'Times New Roman', SimHei;
    height: 768px;
    background: white;
    color: #898989;
    overflow: auto;
}

.tab_box_gx {
    height: 56px;
    width: calc(100% - 28px);
    line-height: 56px;
    font-size: 13px;
    margin: 0 auto;
}

.tab_box_gx input:last-child {
    margin-right: 0;
}

.tab_box_gx input:focus {
    border: 1px solid #fc6907;
}

.params_box table {
    width: calc(100% - 28px);
    margin: 0 auto 20px;
}

.thead_title {
    font-size: 16px;
    color: #575656;
    text-indent: 14px;
    background: #eee;
    padding: 0 !important;
    height: 32px !important;
    line-height: 32px !important;
}

.model_title {
    color: #fc6907!important;
}

.scope_name {
    width: 20%;
    text-align: right;
    padding: 0 !important;
    height: 36px!important;
    line-height: 36px!important;
    padding-right: 14px !important;
    font-size: 16px!important;
}

.inp_gx {
    width: 25%;
    border: 1px solid #e5e5e5;
    height: 32px;
    line-height: 32px;
    text-indent: 15px;
}

.inp_gx:focus {
    border: 1px solid #fc6907;
}

.op-select {
    width: 25%;
    height: 26px;
}

.op-select option:hover {
    background: #FC6907;
    color: #fff;
}

.submit_par {
    height: 52px;
    position: relative;
}

@media( min-width:1366px) {
    .tab_box_gx input {
        width: 23%;
        height: 32px;
        border: 1px solid #e5e5e5;
        line-height: 32px;
        margin: 0 2% 0 0.61%;
        text-indent: 15px;
    }
}

@media( min-width:1680px) {
    .tab_box_gx input {
        width: 24.9%;
        height: 32px;
        border: 1px solid #e5e5e5;
        line-height: 32px;
        margin: 0 2% 0 0.61%;
        text-indent: 15px;
    }
}

@media( min-width:1920px) {
    .tab_box_gx input {
        width: 26.3%;
        height: 32px;
        border: 1px solid #e5e5e5;
        line-height: 32px;
        margin: 0 1% 0 0.61%;
        text-indent: 15px;
    }
}


/*parameter-add start*/




/* Export style start */

.export {
    padding-top: 25px;
}

#footerButton {
    margin-bottom: 20px;
}


/* Export style finish */


/* 表格行操作 */

.handle-row {
    position: absolute;
    right: 20px;
    width: auto;
    height: 35px;
    padding-right: 30px;
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}


/* loading bar color change */

#loading-bar .bar {
    background: #F3D231;
    height: 3px;
}

#loading-bar-spinner .spinner-icon {
    border-top-color: #fde308;
    border-left-color: #fde308;
}

.gridTable {
    width: 100%;
}

.authEdit .pa-search input {
    height: 36px;
    width: calc(100% - 188px);
    padding-left: 10px;
}

.input-group .form-control {
    border-radius: 0;
    color: #898989;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f0eceb inset;
    -webkit-text-fill-color: #898989;
}

.form-control.ng-empty {
    background: #eee;
}

small {
    font-weight: 100;
}


/*.pa-handle-text {
    line-height: 30px;
}*/

.dialog_p {
    padding: 50px 0;
    text-align: center;
    font-size: 16px;
}


/*Message style start*/

.msg {
    width: 330px;
    margin: auto;
    height: 200px;
    position: relative;
    padding-bottom: 52px;
}

.msg .modal-header {
    height: 40px;
    line-height: 40px;
    position: relative;
}

.msg .modal-footer {
    border-top: none;
    text-align: center;
    padding: 0;
    position: absolute;
    bottom: 16px;
    width: 100%;
}

.msg .btn-query {
    width: 100px;
    height: 36px;
    line-height: 36px;
    border-radius: 0;
}

.msg .msgInfo {
    margin-top: 30px;
}

.msgModel .modal-dialog {
    margin-left: -165px;
    margin-top: -100px;
    top: 50%;
}

.msgModel.modal .modal-dialog, .msgModel.modal .modal-content {
    min-width: 330px;
}

.msgModel .msg {
    margin-left: 0;
}


/* Message style end */

#textFrom p {
    width: 25%;
    display: inline-block;
}

.msg_err {
    color: red;
    margin-left: 50px;
    display: inline-block;
}

input[type="checkbox"]:checked+label+span {
    display: none;
}

.animated2 {
    -webkit-animation-duration: 2.8s;
    animation-duration: 2.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#textFrom p {
    width: 25%;
    display: inline-block;
}

.msg {
    color: red;
    margin-left: 50px;
    display: inline-block;
}

input[type="checkbox"]:checked+label+span {
    display: none;
}


/*clearIcon button of gobal search*/

.TextPanel input {
    padding-right: 30px;
}

.clearIcon {
    position: absolute;
    top: 16px;
    right: 20px;
    width: 20px;
    height: 20px;
    z-index: 999;
    cursor: pointer;
}


/*gobal search clear icon style end*/


/*apped style*/

.form-control[disabled] {
    background: #eee;
    border-color: #ccc;
}

:focus {
    outline: none;
}



/***login in**/


.login-page {
    width: 100%;
    position: absolute;
    top: 56%;
}

.login-block {
    top: 50%;
    left: 50%;
    margin-top: -244px;
    margin-left: -290px;
    width: 580px;
    height: 488px;
    position: absolute;
    display: block;
    text-align: center;
}

.welcome {
    background: url("../../images/pilot_logo.png") no-repeat center top;
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding-top: 83px;
    color: #ED6838;
}

.form-login-error {
    color: @mian-col;
    font-size: 13px;
    height: 4px;
}

.login-content {
    background-color: white;
    margin: 0 auto;
    padding-top: 56px;
    width: 100%;
    height: 100%;
    text-align: center;
    border-style: solid;
    border-color: rgba(252, 105, 7, 0.55);
    border-width: 0px 18px 0px 0px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 5px #D4D2D2;
    box-shadow: 0 5px 5px #D4D2D2;
}

.login-form {
    margin: 0 auto;
    width: 394px;
    text-align: center;
    margin-top: 50px;
}

.form-group {
    position: relative;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 24px;
}

.login-save {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 2px;
}

.login-relVal {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ccc;
    border-right: none;
    font-size: 16px;
    /*font-family: arial, SimHeiMT;*/
    color: @font-col;
}

.login-choose-btn {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    width: 36px;
    color: white;
    background-color: @btn_col1;
}

.icon-down {
    position: relative;
    width: 100%;
    height: 100%;
}

.icon-down:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-left: none;
    border-top: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.userRoleList.show {
    height: 120px;
}

.userRoleList {
    position: absolute;
    width: 100%;
    height: 0;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.userRoleList li {
    border-radius: 0;
    height: 40px;
    font-size: 16px;
    background-color: #FFFFFF;
    position: relative;
    top: -1px;
    color: #898989;
    font-family: Arial, 'Times New Roman', SimHei;
}

.userRoleList li:hover, .userRoleList li.selected {
    color: #fff;
    background-color: @login-li;
    cursor: pointer;
}

.userRoleList .list-group-item:first-child, .userRoleList .list-group-item:last-child {
    border-radius: 0;
}

.userRoleList .list-group-item:first-child {
    border-top: 0;
}

.login-choose-btn:hover .login-choose-btn:active .login-choose-btn:focus {
    background-color: @btn_col1_hov;
}

.login-choose {
    flex: 3;
    margin-right: 12px;
    padding-right: 36px;
    height: 36px;
    position: relative;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff;
    background-image: none;
    color: rgb(0, 0, 0);
}

.input-group-addon-user {
    background: url(../../images/username.png) no-repeat center center;
}

.input-group-addon-password {
    background: url(../../images/password_icon.png) no-repeat center center;
}

.login-content input {
    padding-left: 53px;
    background-color: transparent;
    border-radius: 0;
}

.login-content .input-group-addon {
    position: absolute;
    left: 14px;
    height: 36px;
    z-index: 5;
    border: none;
}

.login-content input {
    height: 36px;
    font-size: 20px;
}

.login-content .input-group {
    width: 100%;
}

.login-page input.ng-empty {
    background-color: #f0eceb;
}


/***login in**/


/*style end*/

.icon_edit {
    width: 24px;
    height: 24px;
    background: url(../../images/dealer/icon_edit_default.png);
    display: inline-block;
    vertical-align: middle;
}

.icon_delete {
    width: 24px;
    height: 24px;
    background: url(../../images/dealer/icon_delete_default.png);
    display: inline-block;
    vertical-align: middle;
}

.treeNode .userManager {
    background-image: url('../../images/index/tab_icon_yuangongi-_default.png');
}

.treeNode .entitlementManager {
    background-image: url('../../images/index/tab_icon_quanxian-_default.png');
}

.treeNode .RDS {
    background-image: url('../../images/index/tab_icon_cankaoshuju-_default.png');
}

.treeNode .ruleManager {
    background-image: url('../../images/index/tab_icon_canshu_default.png');
}

.treeNode .clearManager {
    background-image: url('../../images/index/tab_icon_idea_default.png');
}

.treeNode .PSTools {
    background-image: url('../../images/index/tab_icon_yuying_default.png');
}

.treeNode .debugTools {
    background-image: url('../../images/index/tab_icon_debugtools_default.png');
}

.treeNodeActive .userManager {
    background-image: url('../../images/index/tab_icon_yuangongi-_selected.png');
}

.treeNodeActive .entitlementManager {
    background-image: url('../../images/index/tab_icon_quanxian-_selected.png');
}

.treeNodeActive .RDS {
    background-image: url('../../images/index/tab_icon_cankaoshuju-_selected.png');
}

.treeNodeActive .ruleManager {
    background-image: url('../../images/index/tab_icon_canshu_selected.png');
}

.treeNodeActive .clearManager {
    background-image: url('../../images/index/tab_icon_idea_selected.png');
}

.treeNodeActive .PSTools {
    background-image: url('../../images/index/tab_icon_yuying_selected.png');
}

.treeNodeActive .debugTools {
    background-image: url('../../images/index/tab_icon_debugtools_selected.png');
}