
div.mainmenu.bankimportplus::before {
	content: "\f0d6";
}
div.mainmenu.bankimportplus {
	background-image: none;
}

.table_width_bankimportplus{
    width: 1500px;
    /* border-collapse: collapse; */
}

/* Group header row background (Import-Datei / Daten aus Dolibarr / Zuweisung) */
.bip_group_header {
    background-color: var(--colorbacktitle1) !important;
}

/* Geschäftspartner column: same as bip_after_sep but fixed width to match dropdown */
.bip_col_thirdparty {
    padding: 8px 10px 8px 12px !important;
    text-align: left;
    width: 260px;
    max-width: 260px;
}

.bip_sep_right {
    border-right: 1px solid var(--colortopbordertitle1) !important;
    padding: 8px 12px 8px 10px !important;
    text-align: right;
}

/* Column after separator: extra left padding (after the line) */
.bip_after_sep {
    padding: 8px 10px 8px 12px !important;
    text-align: left;
}


.text_right_bankimportplus{
    text-align: right;
}

.text_max_width_bankimportplus{
    max-width: 150px;
}

.btn_align_middle_bankimportplus{
    width: 1500px;
    text-align: center;
}

.center_bankimportplus{
    text-align: center;
}

.input_sizing_bankimportplus{
    max-width: 50px;
}

/* Section headings within the EB connect page */
.bip-section-title {
    display: block;
    font-weight: bold;
    font-size: 1em;
    padding: 6px 8px;
    margin: 14px 0 0 0;
}

/* Small inline action buttons for table rows - mirrors butAction/butActionDelete but compact */
.butActionSmall,
.butActionSmall:link,
.butActionSmall:visited {
    background: var(--butactionbg);
    color: var(--textbutaction) !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
    padding: 0.3em 0.6em;
    margin: 0 0.3em 0 0;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 3px;
}
.butActionSmall:hover {
    box-shadow: 0px 0px 6px rgba(50,50,50,0.4), inset 0px 0px 200px rgba(0,0,0,0.3);
}
.butActionSmallDelete,
.butActionSmallDelete:link,
.butActionSmallDelete:visited {
    background: var(--butactiondeletebg) !important;
    color: #633 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
    padding: 0.3em 0.6em;
    margin: 0 0.3em 0 0;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 3px;
}
.butActionSmallDelete:hover {
    box-shadow: 0px 0px 6px 1px rgba(50,50,50,0.4);
}

