﻿/*.onboarding-bgc {
    background-color: #084373;
}
.employee-logo {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
}

.fw-on {
    font-weight: 500;
}*/
/*--------------for kendo--------------*/


/*tr.k-master-row.k-state-selected {
    background-color: #a2dffa !important;
    color: #080808;
}

tr.k-state-selected {
    background-color: #fbec88 !important;
    color: #363636;
}

.k-grid tr.k-state-selected:hover {
    background-color: #7ad2f7;
    background-image: none;
}

.k-grid .k-state-hover, .k-grid tbody tr:hover {
    cursor: pointer;
}

.hidden-kendo-footer .k-pager-wrap.k-grid-pager {
    display: none;
}*/

/*--------------Personal Information----------------*/
/*#prPhotoUser {
    margin: 0 auto;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
}*/
/*--------------------------------------------------*/
.onboarding-point {
    display: block;
    position: relative;
    margin-top: .25rem;
    margin-left: .5rem;
    padding: 0 18px;
}

.onboarding-point:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #084373;
}
/*--------Viewer--------*/
.iframeParent {
    position: relative;
}

iframe.viewerIfram {
    width: 100%;
    min-height: 1000px;
}

.loadingAfter::before {
    content: "";
    position: absolute;
    left: calc(50% - 100px);
    top: 110px;
    width: 200px;
    height: 200px;
    background-image: url(../images/gifs/emg.gif);
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,.1);
    background-position: center;
    background-size: 70px;
    border-radius: 10px;
    z-index: 101;
}

.loading::before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background-image: url(../images/gifs/emg.gif);
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,.2);
    background-position: center;
    background-size: 70px;
    z-index: 101;
}

/*----------dcoument----------*/
.document-left-panel {
    flex: 0 0 auto;
    /*width: 16.66666667%;*/
    width: 200px;
    /*border-right: 1px solid #a3d0e4;*/
    background-color: var(--onboardingActiveGreen);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    color: white;
}

.document-card {
    position: relative;
    margin-bottom: .75rem;
    min-height: 20px;
    cursor: pointer;
}
.onboarding-navigation {
    padding: 18px; 24px;
    background-color: var(--onboardingActiveGreen);
    box-shadow: 0px 4px 10px 0px #0000003D;
    height: 60px;
}

.stiky-document-panel {
    position: sticky;
    top: 60px;
    z-index: 10;
}

.document-page-panel {
    position: sticky;
    top: 130px;
    width: 100%;
    text-align: center;
    height: calc(100vh - 200px);
    overflow-y: auto;
}
.init-card {
    font-size: 16px;
    font-style: italic;
}

.document-signed-image {
    height: 40px;
    width: auto;
}

.document-img-panel {
    border: 1px solid #a3d0e4;
    border-radius: 8px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    min-width: 120px;
    width: 120px;
    min-height: 155px;
}

.document-img-panel.selected {
    border: 6px solid #93B3F2;
}

.document-img {
    width: 100%;
    height: auto;
}

.document-sign-image {
    /*width: 30px;*/
    position: absolute;
    top: -20px;
    right: 10px;
    background: #00000033;
    border-radius: 4px;
    padding: 5px 3px;
}
.document-left-panel.collapse-small .document-sign-image {
    right: 0;
}
.document-menu-panel {
    display: inline-block;
    width: 28px;
    height: 28px !important;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
}
.document-menu-panel.active {
    background-color: #00352C;
}
/*.document-title-content {
    display: flex;
    justify-content: center;
    padding: .5rem .5rem;
    border-bottom: 1px solid #084373;
}
*/
.document-page-body {
    margin-top: 1.5rem;
}

.page-number {
    font-weight: 600;
}
/*---------------------------*/
.modal-body {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}
@media(max-width: 991px) {
    .document-left-panel {
        position: absolute;
        height: 100%;
        z-index: 1;
        left: 0px;
        top: 60px;
        width: 150px;
    }

    .document-page-panel {
        top: 153px;
    }
    .document-sign-image {
        right: 50%;
        top: 20%;
        z-index: 1;
        transform: translate(50%, 20%);
        background: #000000B2;
    }
    .onboarding-pdf-name {
        max-width: 140px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .document-img-panel {
        min-width: 80px;
        width: 80px;
        min-height: 102px;
    }


    .stiky-document-panel {
        top: 91px;
    }

}