﻿/* page specific styles that must be loaded after smartform.sectionbuilder.min.css */

/* Page specific styles */


.top-level-options {
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 10px;
}

[id$=rgMaintenanceRollbackSubsection] .rgInfoPart {
    display: none;
}

[id$=rgMaintenanceRollbackSubsection] .rgNumPart {
    float: right;
}

[id$=rgMaintenanceRollbackSubsection].RadGrid {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 0;
}

.grid-rollback,
.grid-filelist {
    max-height: 275px;
    overflow-y: auto;
}

#smartform-tracker {
    display: none;
    background-color: #FFF;
    border: 1px solid #d8d6de;
    border-radius: 4px;
    position: fixed;
    z-index: 1000;
    top: 70px;
    right: 30px;
    padding: 10px;
    list-style: none;
    max-width: 300px;
}

    #smartform-tracker div#listUsers {
        list-style: none;
    }


    #smartform-tracker .tracker-info {
        display: none;
    }

#differencesModal div.overlay {
    height: 400px;
}

#differencesModal img.loading {
    width: 50px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.checkbox-generated-documents {
    margin-top: -25px;
    margin-right: 10px;
}

.ignore-errors {
    float: left;
    padding: 8px 20px;
}

#pnlTab {
    margin: 25px 0 0 25px;
}

.sfss-history .sfss-history-header-text {
    font-weight: bold;
}

.sfss-history .sfss-history-grid tr.selected td {
    background-color: #ccffcc;
    --bs-table-accent-bg: #ccffcc;
}

.sfss-history .sfss-history-grid thead tr th:nth-of-type(2),
.sfss-history .sfss-history-grid tbody tr td:nth-of-type(2) {
    display: none;
    visibility: hidden;
}

/* form template mode */
.ft-inc {
    margin: 1rem 0;
    font-style: italic;
}

.ft-inc-selected {
    background-color: #c8fbf4;
}


#SelectUserPopup {
    z-index: 1060 !important;
}

.req-badge {
    position: relative;
    overflow: visible;
}

    .req-badge[data-badge]:after {
        content: attr(data-badge);
        position: absolute;
        border-radius: 50%;
        top: -8px;
        right: -8px;
        background: var(--bs-danger);
        box-shadow: 0px 0px 10px var(--bs-danger);
        color: white;
        text-align: center;
        width: 1.5rem;
        height: 1.5rem;
        line-height: 1.5rem;
    }

.fld-details {
    position: absolute;
    left: -25px;
    top: -8px;
    font-size: 9px;
    line-height: 10px;
    background: #30f3e1;
    margin: 2px;
    border-radius: 3px;
    z-index: 1;
}

.ss-editby {
    letter-spacing: 0px;
    float: right;
    color: #CED3D8;
    font-size: 12px;
}


a.edit-field svg,
a.field-tooltip svg,
a.field-option-tooltip svg {
    color: var(--bs-info);
}

#crdMainSection #crdMainSection-Body {
    padding-top: 0px !important;
}

.sfss-history-grid .btn-sfss-history-show-details {
}

    .sfss-history-grid .btn-sfss-history-show-details:after {
        content: 'Show Details';
    }
