﻿/* 自訂強行修正*/
.btn-group > .btn-group:not(:first-child) > .btn-light:first-child:not(.active):not(:active):before, .btn-group > .btn-light:not(:first-child):not(.active):not(:active):before {
    top: 0px !important;
    height: 0px !important;
}

.btn-group > .btn-group:not(:last-child) > .btn-light:last-child:not(.active):not(:active):not(.dropdown-toggle):after, .btn-group > .btn-light:not(:last-child):not(.active):not(:active):not(.dropdown-toggle):after {
    top: 0px !important;
    height: 0px !important;
}

/*#region ---------- DxFormLayout CSS ----------*/
.content-toolbar .dxbl-row:first-child .dxbl-col {
    padding-left: 0 !important;
}

.content-toolbar .dxbl-row .dxbl-col {
    margin-top: 0 !important;
    margin-bottom: var(--dxbl-row-item-spacing-y) !important;
}

.dxbl-row {
    margin: 0px !important;
}

/*.dxbl-fl .dxbl-fl-group > .dxbl-group > .dxbl-group-body > .dxbl-group-body-content {
    padding: 0 !important;
    padding-bottom: 0.75rem !important;
}
*/
/*.dxbl-grid-header-row > :not(:has(~ .dxbl-grid-header)) > .dxbl-grid-column-resize-anchor {
    display: none !important;
}
*/
/*#endregion ---------- DxFormLayout CSS ----------*/

/*#region ---------- Report CSS ----------*/
/*.dxbrv-surface-container {
    width: 100% !important;
}

.dxbl-toolbar-placeholder{
    width: 0 !important;
}
*//*#endregion ---------- Report CSS ----------*/
