.timestamp {
    display: none;
}

.required::before {
    content: "*";
    color: #dc3545;
    padding-right: 1px;
}

.disabled-section {
    pointer-events:  none;
    opacity: 0.4;
}

.disabled-section .disabled-section {
    opacity: unset;
}

/* Table Component */
.table-component thead th.sortable {
    position: relative;
    cursor: pointer;
    padding-right: 40px;
}

.table-component thead th.sortable:before {
    bottom: 50% !important;
    font-weight: bold !important;
    font-size: 105% !important;
    position: absolute;
    display: block;
    opacity: .125;
    right: 10px;
    line-height: 9px;
}

.table-component thead th.sortable:after {
    top: 50% !important;
    font-weight: bold !important;
    font-size: 105% !important;
    position: absolute;
    display: block;
    opacity: .125;
    right: 10px;
    line-height: 9px;
}

.table-component thead th.sorted_asc:before, .table-component thead th.sorted_desc:after {
    opacity: .6;
}

.table-component>tbody>tr:nth-child(odd)>.sorted_1 {
    box-shadow: inset 0 0 0 9999px rgb(0 0 0 / 12%);
}

.table-component>tbody>tr:nth-child(even)>.sorted_1 {
    box-shadow: inset 0 0 0 9999px rgb(0 0 0 / 8%);
}


.table-component>tbody>tr:nth-child(odd)>.sorted_2 {
    box-shadow: inset 0 0 0 9999px rgb(0 0 0 / 8%);
}

.table-component>tbody>tr:nth-child(even)>.sorted_2 {
    box-shadow: inset 0 0 0 9999px rgb(0 0 0 / 3%);
}

.table-component td.no-results {
    height: 100px;
    vertical-align: middle;
    text-align: center;
    box-shadow: inset 0 0 0 9999px rgb(0 0 0 / 5%);
    font-style: italic;
}

.table-component tbody tr td .row-details-control {
    cursor: pointer;
}

.table-component tbody tr td .row-details-control.open i {
    transition: all 300ms;
    transform: rotate(180deg);
}

.table-component tbody tr td .row-details-control.close i {
    transition: all 300ms;
    transform: rotate(0deg);
}

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

.comment .comment-buttons {
    font-size: 80%;
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 4px;
}

.comment .comment-user-time {
    font-style: italic;
    font-size: 90%;
    padding-bottom: 6px;
}

.comment .commentMessage > p {
    margin-bottom: 0.6rem;
}

.comments .no-comments:not(:only-child) {
    display: none;
}

.comments-bottom-button-bar {
    display: flex;
    flex-direction: row;
    gap: 6px;
    margin-top: 6px;
    margin-top: 10px;
}


.component-modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1050;
    display: none;
    justify-content: center;
    align-items: center;
}

.card-body > div > .component-modal {
    left: -1.5rem;
}


.component-modal-content {
    text-align: center;
}

.tabLink {
    white-space: nowrap;
}


.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%;
}

.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.3;
    font-size: 110%;
}

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

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

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