@import '_content/CMCore/CMCore.bundle.scp.css';
@import '_content/FormModule/FormModule.bundle.scp.css';
@import '_content/MainModule/MainModule.bundle.scp.css';
@import '_content/NovelHRMSModule/NovelHRMSModule.bundle.scp.css';
@import '_content/NovelMaintainModule/NovelMaintainModule.bundle.scp.css';
@import '_content/NovelModule/NovelModule.bundle.scp.css';
@import '_content/Octane.DAE/Octane.DAE.bundle.scp.css';
@import '_content/RPTAModule/RPTAModule.bundle.scp.css';
@import '_content/Solution.Library/Solution.Library.bundle.scp.css';

/* _content/CMRunner/Pages/SystemManagerPage/ManagementDetail.razor.rz.scp.css */

.management-system-index-title-input[b-ipbb2p8482] {
    border: 2px solid transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-weight: 600;
    border-radius: 2px;
    background: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .management-system-index-title-input:focus[b-ipbb2p8482] {
        border: 2px solid #4A90E2;
    }

.management-system-index-title-inputedit[b-ipbb2p8482] {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-43%);
    font-size: 24px;
    color: #625353;
    cursor: pointer;
    opacity: 0.9;
    visibility: visible;
    transition: all 0.05s ease-in-out;
}



.management-system-body[b-ipbb2p8482] {
    min-width: 646px;
    margin-left: 4px;
}

.management-system-detail-header[b-ipbb2p8482] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    min-height: 32px;
}

[b-ipbb2p8482] .management-system-detail-breadcrumb-icon {
    margin-right: 8px;
}

[b-ipbb2p8482] .management-system-detail-breadcrumb ol li .ant-breadcrumb-link {
    cursor: pointer;
}

.management-system-detail-breadcrumb-olddesign[b-ipbb2p8482] {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.45);
    max-width: 100%;
    margin: 2px 20px 0 0;
    line-height: 20px;
}

.management-system-detail-breadcrumb-item[b-ipbb2p8482] {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* adequate max-width to not make the breadcrumb too long */
    max-width: 300px;
    cursor: pointer;
    transition: color 0.2s ease-in-out;

}

    .management-system-detail-breadcrumb-item:hover[b-ipbb2p8482] {
        color: rgba(0, 0, 0, 0.85);
    }

    .management-system-detail-breadcrumb-item:last-child[b-ipbb2p8482] {
        color: rgba(0, 0, 0, 0.65);
        font-weight: 500;
    }

    .management-system-detail-breadcrumb-item[b-ipbb2p8482]:before {
        content: ">";
        margin: 0 10px 0 8px;
        color: rgba(0, 0, 0, 0.35);
        font-weight: 500;
        display: inline-block;
        vertical-align: 0.5px;
    }

    .management-system-detail-breadcrumb-item:first-child[b-ipbb2p8482]:before {
        margin: 0 10px 0 1px;
    }

.management-system-detail-top-button[b-ipbb2p8482] {
    display: flex;
    align-items: center;
}

.management-system-detail-switch-mode[b-ipbb2p8482] {
    margin-right: 20px;
}

.management-system-detail-display-mode[b-ipbb2p8482] {
    display: flex;
    flex-direction: row;
    /* adequate width to fit all thing in, also to use 'justify content' to add margin between 2 icons */
    width: 98px;
    height: 30px;
    align-items: center;
    justify-content: space-between;
    border-right: 1px solid #C8CFD8;
    border-left: 1px solid #C8CFD8;
    padding: 0 16px;
    margin-right: 20px;
    margin-left: 20px;
    color: rgba(0, 0, 0, 0.4);
}

.management-system-detail-display-selection[b-ipbb2p8482] {
    position: relative;
    border-radius: 2px;
    padding: 4px;
    cursor: pointer;
}

.management-system-detail-display-selection:hover[b-ipbb2p8482] {
    color: rgba(0, 0, 0, 0.75);
    background: #DFE0E3;
}

.management-system-detail-display-selection.clicked[b-ipbb2p8482] {
    color: rgba(0, 0, 0, 0.7);
    box-shadow: #597EF7 0 0 0 1px;
    background: white;
}

.management-system-detail-display-selection-tooltip[b-ipbb2p8482] {
    font-size: 11px;
    background: #41464E;
    opacity: 0;
    color: white;
    text-align: center;
    border-radius: 3px;
    padding: 3px 8px;
    user-select: none;
    transition: opacity 0.13s ease-in-out;
    position: absolute;
    top: 31px;
    right: 50%;
    transform: translateX(50%);
    z-index: 100;
    white-space: nowrap;
    pointer-events: none;
}

    .management-system-detail-display-selection:hover .management-system-detail-display-selection-tooltip[b-ipbb2p8482] {
        opacity: 0.9;
        transition-delay: 0.5s;
    }

.management-system-data-display[b-ipbb2p8482] {
    position: relative;
    margin: 0 0 50px 0;
}

.management-system-all-cards[b-ipbb2p8482] {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

    .management-system-all-cards.hideCard[b-ipbb2p8482] {
        display: none;
    }

.management-system-card[b-ipbb2p8482] {
    position: relative;
    /* adequate width for card */
    /* why not using flex? width will be really long if zoom until really small, suggested to give a fix width instead */
    width: 200px;
    box-shadow: none;
    border-radius: 5px;
    background: white;
    margin: 0 30px 30px 0;
    transition: box-shadow 0.15s ease-in-out;
}

    .management-system-card:hover[b-ipbb2p8482] {
        box-shadow: #ADC6FF 0 0 0 2px;
    }

    .management-system-card.clicked[b-ipbb2p8482] {
        box-shadow: #7E9FE9 0 0 0 2px;
    }

    .management-system-card-error[b-ipbb2p8482] {
        box-shadow: #FF9E9E 0 0 0 2px;
    }

        .management-system-card-error:hover[b-ipbb2p8482] {
            box-shadow: #F67979 0 0 0 2px;
        }

.management-system-card-icon[b-ipbb2p8482] {
    display: flex;
    justify-content: center;
    margin: 22px 30px 18px 30px;
    color: #969697;
    transition: color 0.15s ease-in-out;
}

    .management-system-card:hover .management-system-card-icon[b-ipbb2p8482] {
        color: #605A5A;
    }

    .management-system-card.clicked .management-system-card-icon[b-ipbb2p8482] {
        color: rgba(0, 0, 0, 0.8);
    }

.management-system-card-icon.card-folder[b-ipbb2p8482] {
    color: #EED182;
}

    .management-system-card:hover .management-system-card-icon.card-folder[b-ipbb2p8482] {
        color: #F6D680;
    }

    .management-system-card.clicked .management-system-card-icon.card-folder[b-ipbb2p8482] {
        color: #F7C234;
    }

.management-system-card-name[b-ipbb2p8482] {
    text-align: center;
    margin: 0 20px 30px 20px;
    font-weight: 500;
    color: #4C4E61;
    letter-spacing: 1px;
    word-wrap: break-word;
    text-align: center;
    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: default;
}

.management-system-card-role-icon[b-ipbb2p8482] {
    opacity: 1;
    visibility: visible;
    color: #6F7FA9;
    padding: 5px;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    left: 10px;
    cursor: pointer;
    transition: all 0.11s ease-in-out;
}

.management-system-card:hover .management-system-card-role-icon[b-ipbb2p8482],
.management-system-card.clicked .management-system-card-role-icon[b-ipbb2p8482] {
    opacity: 1;
    visibility: visible;
}


.management-system-card-more-icon[b-ipbb2p8482] {
    opacity: 0;
    visibility: hidden;
    color: #6F7FA9;
    background: #E3ECF5;
    padding: 5px;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    right: 10px;
    cursor: pointer;
    transition: all 0.11s ease-in-out;
}

    .management-system-card:hover .management-system-card-more-icon[b-ipbb2p8482],
    .management-system-card.clicked .management-system-card-more-icon[b-ipbb2p8482]{
        opacity: 1;
        visibility: visible;
    }

.management-system-card-more-menu[b-ipbb2p8482] {
    visibility: hidden;
    position: absolute;
    top: 48px;
    right: 10px;
    /* adequate min-width when all words is short */
    min-width: 100px;
    padding: 4px 2px;
    border-radius: 0 0 5px 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px;
    background: white;
    z-index: 1000;
}

    .management-system-card-more-menu.opened[b-ipbb2p8482] {
        visibility: visible;
    }

.management-system-card-more-menu-item[b-ipbb2p8482] {
    position: relative;
    font-size: 14px;
    padding: 3px 15px 3.5px 15px;
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
}

    .management-system-card-more-menu-item:hover[b-ipbb2p8482] {
        background: #F6F6F6;
    }

    .management-system-card-more-menu-item.disable[b-ipbb2p8482] {
        color: #BFBFBF;
        background: none;
        cursor: default;
    }

.management-system-card-more-menuitem-divider[b-ipbb2p8482] {
    width: calc(100% - 12px);
    border-top: 1.1px solid #E0E2E3;
    margin: 4px 6px;
}

.management-system-card-sort-icon[b-ipbb2p8482] {
    color: #8D8A8A;
    position: absolute;
    right: 4px;
    bottom: 4px;
    cursor: move;
}

.management-system-blank-card[b-ipbb2p8482] {
    width: 100%;
    /* make it almonst the same height with ant design table if table got no data */
    height: 222px;
    background: white;
    padding: 50px;
}

.management-system-table[b-ipbb2p8482] {
    position: relative;
    display: none;
}

    .management-system-table.showTable[b-ipbb2p8482] {
        display: block;
    }

.management-system-recycle-bin-icon[b-ipbb2p8482] {
    position: fixed;
    bottom: 50px;
    right: 42px;
    background: white;
    padding: 8px;
    border-radius: 50%;
    color: #7A7878;
    box-shadow: 0px 3px 10px 1px #D6D6D6;
    transition: color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
}

    .management-system-recycle-bin-icon:hover[b-ipbb2p8482] {
        color: #1188F7;
        box-shadow: 0px 3px 10px 1px #C2DAF4;
    }

.management-system-recycle-bin-icon-tooltip[b-ipbb2p8482] {
    font-size: 11px;
    background: #31353C;
    opacity: 0;
    color: white;
    text-align: center;
    border-radius: 3px;
    padding: 3px 8px;
    user-select: none;
    transition: opacity 0.13s ease-in-out;
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-45%);
    z-index: 100;
    white-space: nowrap;
    pointer-events: none;
}

    .management-system-recycle-bin-icon:hover .management-system-recycle-bin-icon-tooltip[b-ipbb2p8482] {
        opacity: 0.9;
        transition-delay: 0.5s;
    }

.management-system-modal-info-item[b-ipbb2p8482] {
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
}

.management-system-modal-info-item-label[b-ipbb2p8482] {
    display: flex;
    justify-content: space-between;
    /* adequate width to provide space for label, if too short then can change to higher number, if words too long then make it overflow */
    min-width: 100px;
    margin-right: 30px;
}

    .management-system-modal-info-item-label[b-ipbb2p8482]:after {
        content: ":";
        margin-top: -1px;
    }

.management-system-modal-info-divider[b-ipbb2p8482] {
    height: 0.5px;
    width: 100%;
    margin: 16px 0 13px 0;
    background: #E4E5E6;
    border-radius: 3px;
}


/* Class use in .js file */
[b-ipbb2p8482] .management-system-card-sortable-placeholder {
    width: auto;
    height: auto;
    border-radius: 5px;
    border: 1px dashed #487ACC;
    background: #D1D8EA;
    margin: 0 30px 30px 0;
}


    .management-system-table.showTable[b-ipbb2p8482] {
        display: block;
    }

.management-system-modal-info-item[b-ipbb2p8482] {
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
}


.management-system-divider[b-ipbb2p8482] {
    margin: 0px 20px;
    width: 1px;
    height: 30px;
    background: #C8CFD8;
}
/* _content/CMRunner/Shared/MainLayout.razor.rz.scp.css */
.page[b-ycvb0bb9ja] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-ycvb0bb9ja] {
    flex: 1;
}

.sidebar[b-ycvb0bb9ja] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ycvb0bb9ja] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ycvb0bb9ja]  a, .top-row .btn-link[b-ycvb0bb9ja] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ycvb0bb9ja] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ycvb0bb9ja] {
        display: none;
    }

    .top-row.auth[b-ycvb0bb9ja] {
        justify-content: space-between;
    }

    .top-row a[b-ycvb0bb9ja], .top-row .btn-link[b-ycvb0bb9ja] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ycvb0bb9ja] {
        flex-direction: row;
    }

    .sidebar[b-ycvb0bb9ja] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ycvb0bb9ja] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-ycvb0bb9ja] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
