﻿.add-div {
    float: right;
    margin-top: -20px;
    margin-bottom: 15px;
}

.properties {
    position: relative;
    float: right;
    margin-top: 20px;
    z-index: -1;
}

.properties-column {
    width: 25%;
    text-align: center;
}

.check-box {
    margin-top: 15px;
}

.check-box-initial {
    display: none;
}


.inital-form {
    display: none;
    margin-top: 15px
}

.inital-form-defined {
    display: block;
}

.properties-div {
    margin-top: -45px;
}

.text-field {
    width: 80%;
}

.text-field-divisions {
    width: 70%;
}

.funds {
    width: 80%;
}

.text-field-funds {
    margin-bottom: 10px;
}

.divisions {
    width: calc(100vw - 10%);
}

.filter-button {
    margin-top: 30px;
}

.filter-account {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-divisions {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.column {
    float: left;
    width: 48%;
    margin-bottom: 10px;
}

.row {
    display: flex;
    justify-content: space-between;
}


.row:after {
    content: "";
    display: table;
    clear: both;
}

.footer {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}

.fund::part(control) {
    margin-top: 10px;
}

.fund::part(checked-indicator) {
    margin-top: 10px;
}



.dialog::part(overlay) {
    width: 150%;
    height: 150%;
    margin-top: -150px;
    margin-left: -10px;
}

.dialog::part(control) {
    width: calc(100vw - 5%);
}

.initial-filter-form {
    display: none;
}

.wj-flexsheet {
    background-color: var(--saf-color-interactive-background-stronger);
}

.wj-cell {
    background: var(--saf-color-interactive-background-default) !important;
}

.wj-cell.wj-alt {
    background: var(--saf-flexgrid-color-background-alt-rows) !important;
}

.wj-cell.wj-header {
    background: var(--saf-flexgrid-color-background-header) !important;
}

.wj-cells .wj-cell.wj-state-multi-selected {
    color: #000 !important;
    background-color: #d5e0e8 !important;
}

saf-select::part(label-container) {
    margin: 6px 0px 0px 0px;
}

saf-text-field::part(label-container) {
    margin: 6px 0px 0px 0px;
}


saf-alert#alert-rf-success {
    position: sticky;
    display: inline;
}

saf-alert#alert-reCal-error {
    position: sticky;
    display: inline;
}

saf-alert#alert-edit-warning {
    position: sticky;
    display: inline;
}

saf-checkbox:disabled::part(control) {
    border-color: #666666 !important;
}

saf-radio:disabled::part(control) {
    border-color: #666666 !important;
}

saf-combobox:disabled::part(control) {
    border: 1px solid #666666 !important;
}

saf-select:disabled::part(control) {
    border: 1px solid #666666 !important;
}

saf-text-field:disabled::part(control) {
    border: 1px solid #666666 !important;
}