
a {
    cursor: pointer;
}

.ribbon .required::before {
    color: #fff;
}


.form-group {
    margin-bottom: 0.75rem !important;
}

.no-wrap {
    white-space: nowrap;
}

.edit-link {
    font-size: 0.75rem;
}

.table-toolbar-container {
    float: right;
}

@media (max-width: 991px) {
    .edit-link {
        display: block;
        padding-top: 0.375rem;
    }

    .table-toolbar-container {
        display: block;
        float: none;
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }
}

[data-bs-toggle="tooltip"]:not(.hideInfo)::after {
    content: '\f05a';
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 0.6em;
    font-weight: normal;
    vertical-align: super;
    margin-left: 0.2em;
    position: relative;
    top: -0.05em;
}

.breadcrumb-container {
    float: left;
    font-size: 0.700rem;
    padding: 0 0 3px 0;
    margin-top: -16px;
    padding-left: 5px;
}

.breadcrumb-container .breadcrumb, .breadcrumb-container .breadcrumb-item {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

@media (max-width: 991px) {
    .breadcrumb-container {
        display: none;
    }
}

.attribute-table {
    width: 100%;
}

.attribute-table tbody {
    border: 0 !important;
}

.attribute-table tr td {
    vertical-align: top;
    padding-bottom: 6px;
}

.attribute-table tr td:first-child:not([colspan="2"]) {
    font-weight: bold;
    padding-right: 20px;
    white-space: nowrap;
    text-align: right;
}

.attribute-table tr td:first-child:not([colspan="2"]):after {
    content: ":";
}


.attribute-table tr td:not(:first-child) {
    width: 100%;
}

.attribute-group {
    margin-top: 8px;
    margin-bottom: 16px;
}

.card-body > .attribute-group {
    margin-top: 0px;
}

.form-label {
    padding-top: 1px;
    font-weight: 800;
    display: inline-block;
    font-size: 0.856rem;
}

.attribute-label {
    border-bottom: 1px var(--ct-border-color) solid;
    width: 100%;
    padding-bottom: 3px;
    margin-bottom: 6px;
    font-size: 85%;
    font-weight: bold;
}

.attribute-label a {
    font-weight: normal;
}

.alert-warning .attribute-label {
    border-color: var(--ct-warning-border-subtle);
}

.attribute-value {
    font-weight: 500;
    line-height: 1.1;
    font-size: 110%;
}

.attribute-help {
    padding-top: 1px;
    font-size: 0.756rem;
}

.changes-table {
    width: 100%;
    table-layout: fixed;
}

.changes-table tbody {
    border: 0 !important;
}

.changes-table tr td {
    vertical-align: top;
    padding-bottom: 12px;
}

.changes-table td:first-child {
    width: 150px;
}
.changes-table td:not(:first-child) {
    width: calc(50% - 150px);
}

.na {
    font-style: italic;
}

.card-section {
    border-bottom: 1px var(--ct-border-color) solid;
    padding-bottom: 2px;
    margin-bottom: 8px;
}

/* Table Component */
.table-component thead th.sortable:before {
    font-family: "Font Awesome 6 Pro" !important;
    content: '\f077' !important;
}

.table-component thead th.sortable:after {
    font-family: "Font Awesome 6 Pro" !important;
    content: '\f078' !important;
}

/* Comment Component */
.comment {
    border-bottom: 1px var(--ct-border-color) solid;
}

select.select2 {
    visibility: hidden;
}

.btn-xs, .btn-group-xs > .btn {
    --ct-btn-padding-y: 0.14rem;
    --ct-btn-padding-x: 0.4rem;
    --ct-btn-font-size: 0.675rem;
    --ct-btn-border-radius: 0.1rem;
}

.btn-xxs, .btn-group-xxs > .btn {
    --ct-btn-padding-y: 0.08rem;
    --ct-btn-padding-x: 0.2rem;
    --ct-btn-font-size: 0.475rem;
    --ct-btn-border-radius: 0.1rem;
}



.feeExpenseViewColumn {
    width: 33%;
    min-width: 250px
}

.feeExpenseInputGroup {
    width: 200px;
    min-width: 150px
}

.feeInputTotalLabelColumn {
    text-align: right;
    vertical-align: middle;
}

#feesExpensesTable td {
    min-width: 150px;
}

.showWhenCollapsed {
    display: none;
}

.collapsableTable td > div:not(:last-child) {
    margin-bottom: 0.75rem !important;
}

.collapsableTable .input-group {
    container-type: inline-size;
}

@container (max-width: 150px) {
    .collapsableTable .input-group-text {
        display: none;
    }
}

/* Collapsable Table */
@media (max-width: 992px) {

    .showWhenCollapsed {
        display: revert;
    }

    .hideWhenCollapsed {
        display: none !important;
    }


    .feeExpenseViewColumn {
        width: 100%;
        min-width: inherit;
    }

    .feeExpenseInputGroup {
        width: 100%;
        min-width: inherit;
    }

    .feeInputTotalLabelColumn {
        display: none !important;
    }

    .collapsableTable thead {
        display: none;
    }

    .collapsableTable tr {
        display: block;
        margin-bottom: 0rem;
        border-top: 0px;
    }

    .collapsableTable td {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        text-align: left;
        position: relative;
        box-sizing: border-box;
        padding: 8px 16px;
    }

    .collapsableTable td[data-label=""] {
        display: none;
    }


    .collapsableTable td::before {
        content: attr(data-label);
        display: block;
        font-weight: bold;
        margin-bottom: 4px;
    }
}

.comment-control {
    height: 0px;
    visibility: hidden;
}

.commentRequiredError .tox-sidebar-wrap {
    border: 1px red solid !important;
}

.no-chart-results {
    position: relative;
    height: 100px;
    box-shadow: inset 0 0 0 9999px rgb(0 0 0 / 5%);
    font-style: italic;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    border-color: var(--ct-border-color);
    border-width: var(--ct-border-width);
    border-style: solid;
}

.totalTable {
    border: 0px !important;
    font-weight: bold;
    vertical-align: middle;
    text-align: right;
}

.totalTable td {
    border: 0px !important;
    padding: 0.40rem !important;
}

.comma-separated > span:not(:last-child)::after {
    content: ",  ";
}