/* 下拉树 */
.report-main-parameter-container-controller-tree-combo-box {
    background: transparent;
}

.report-main-parameter-container-controller-tree-combo-box .bi-border {
    /* 非弹窗部分边框 */
    border: none;
}

.report-main-parameter-container-controller-tree-combo-box .bi-icon-button {
    /* 非弹窗部分下拉展开按钮颜色 */
    color: #CCFFFF;
}

.report-main-parameter-container-controller-tree-combo-box .bi-trigger {
    /* 非弹窗部分拉展开按钮颜色 */
    color: #CCFFFF;
}

.report-main-parameter-container-controller-tree-combo-box .bi-card {
    /* 弹窗部分背景色 */
    background: rgb(0,51,102);
    /* 弹窗部分文字颜色 */
    color: #CCFFFF;
}

/* 密码控件 */
.report-main-parameter-container-controller-password {
    background: transparent;
    color: #CCFFFF;
}

.report-main-parameter-container-controller-password .bi-input {
    color: #CCFFFF;
}

.report-main-parameter-container-controller-password .bi-border {
    border: none;
}

/* 文本域控件 */
.report-main-parameter-container-controller-textarea {
    background: transparent;
    color: #CCFFFF;
}

.report-main-parameter-container-controller-textarea .bi-text {
    background: transparent;
    color: #CCFFFF;
}

.report-main-parameter-container-controller-textarea .bi-input {
    color: #CCFFFF;
    background: transparent;
}

.report-main-parameter-container-controller-textarea .bi-border {
    border: none;
}

/* 视图树控件 */
.report-main-parameter-container-controller-tree {
    background: transparent;
    color: #CCFFFF;
}

.report-main-parameter-container-controller-tree .bi-input {
    color: #CCFFFF;
}

.report-main-parameter-container-controller-tree .bi-border {
    border: none;
}

/* 视图树控件 */
.report-main-parameter-container-controller-tree {
    background: transparent;
    color: #CCFFFF;
}

.report-main-parameter-container-controller-tree .bi-input {
    color: #CCFFFF;
}

.report-main-parameter-container-controller-tree .bi-border {
    border: none;
}


/* 复选按钮控件 */
.report-main-parameter-container-controller-checkbox {
    background: transparent;
    color: #CCFFFF;
}

.report-main-parameter-container-controller-checkbox .bi-input {
    color: #CCFFFF;
}

.report-main-parameter-container-controller-checkbox .bi-border {
    border: none;
}



/* 多选按钮控件 */
.report-main-parameter-container-controller-checkbox-group {
    background: transparent;
    color: #CCFFFF;
}

.report-main-parameter-container-controller-checkbox-group .bi-input {
    color: #CCFFFF;
}

.report-main-parameter-container-controller-checkbox-group .bi-border {
    border: none;
}

/* 单选按钮控件 */
.report-main-parameter-container-controller-radio-group {
    background: transparent;
    color: #CCFFFF;
}

.report-main-parameter-container-controller-radio-group .bi-input {
    color: #CCFFFF;
}

.report-main-parameter-container-controller-radio-group .bi-border {
    border: none;
}




/* 标签控件 */

.report-main-parameter-container-controller-label {
    background: transparent;
    color: #CCFFFF;
}

.report-main-parameter-container-controller-label .bi-text {
    background: transparent;
    color: #CCFFFF;
}

.report-main-parameter-container-controller-label .bi-input {
    color: #CCFFFF;
}

.report-main-parameter-container-controller-label .bi-border {
    border: none;
}


/* 数字控件的属性 */
.report-main-parameter-container-controller-number {
    background: transparent;
    color: #CCFFFF;
}

.report-main-parameter-container-controller-number .bi-input {
    color: #CCFFFF;
}

.report-main-parameter-container-controller-number .bi-border {
    border: none;
}

.report-main-parameter-container-controller-number .bi-card {
    background: transparent;
    color: #CCFFFF;
}

/* 文本控件 */
.report-main-parameter-container-controller-text {
    background: transparent;
    color: #CCFFFF;
}

.report-main-parameter-container-controller-text .bi-input {
    color: #CCFFFF;
}

.report-main-parameter-container-controller-text .bi-border {
    border: none;
}

.report-main-parameter-container-controller-text .bi-card {
    background: rgb(0,51,102);
    color: #CCFFFF;
}



/* 以下修改下拉框控件 */
.report-main-parameter-container-controller-combo .bi-card {
    /*  字体色  transparent;  为透明色  rgb(26,72,110); */
    /*background: rgb(12,61,119);    /*  查询框背景色 */
    /* color:rgb(94,215,219); */
    /* background: url('../images/下拉框.png') no-repeat; */ 
    background: transparent;    /*  查询框背景色 */
}

.report-main-parameter-container-controller-combo .bi-combo .bi-card {

    /* background: rgb(12,61,119);    /* 下拉弹窗背景色 */
    /* color: #FF69B4; */
    /*background: transparent;    /* 下拉弹窗背景色 */
    background: rgb(12,61,119);    /* 下拉弹窗背景色 */
    color: #FF69B4; 
}

.report-main-parameter-container-controller-combo .bi-text {
    color: #ADD8E6;   /* //下拉字体的颜色*/
}

.report-main-parameter-container-controller-combo .bi-border {
    border: #ADD8E6;
}
.report-main-parameter-container-controller-combo .bi-icon-button {
    color: #ADD8E6;  /* ///下拉箭头的颜色 */
}





/* 下拉复选控件 */

.report-main-parameter-container-controller-tag-combo-checkbox .bi-card {
    /* 弹窗 + 非弹窗背景色    */
    background: transparent;
    /*  color: #CCFFFF;  */
}

.report-main-parameter-container-controller-tag-combo-checkbox .bi-combo .bi-card {
    /* 弹窗背景色 */
    background: rgb(0,51,102);
    color: #CCFFFF;
}

.report-main-parameter-container-controller-tag-combo-checkbox .bi-input {
    color: #CCFFFF;
}

.report-main-parameter-container-controller-tag-combo-checkbox .bi-border {
    border: none;
}

.report-main-parameter-container-controller-tag-combo-checkbox .bi-icon-button {
    color: #CCFFFF;
}


/* 日期控件 */
.report-main-parameter-container-controller-datetime {
    background: transparent;
}

.report-main-parameter-container-controller-datetime .bi-card {
    background: rgb(0,51,102);
    color: #CCFFFF;
}

.report-main-parameter-container-controller-datetime .bi-text {
    color: #CCFFFF;
}

.report-main-parameter-container-controller-datetime .bi-border {
    border: none;
}

.report-main-parameter-container-controller-datetime .bi-icon-button {
    color: #CCFFFF;
}
