a:hover {
    color: #000;
}

.right-container {
    width: calc( 100% - 320px);
    background-color: var(--background-color);
    padding: 0;
}


.right-container .right_content {
    height: calc(100vh - 60px - 50px) !important;
    padding: 30px 5% 25px;
    overflow: auto;
}

.right-container .main-pdf .content-box .watermark-pdf-thumbnail {
    width: 100%;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    padding: 0 64px;
}

.card {
    background-color: transparent;
    border: transparent;
    height: 100%;
}

.home .card {
    height: auto;
}

.card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: transparent;
}

.my-pdf .card-header {
    padding: 0;
    margin-bottom: 0;
}

.right-container .card-header {
    display: flex;
    flex-direction: column;
}

.right-container .card-body {
    padding: 0;
    /* overflow: auto; */
    max-height: 694px;
    min-height: 400px;
}


.right-container .share-to-others .card-header,
.right-container .share-to-me .card-header,
.right-container .contacts .card-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


.right-container .card-header .batch_opt {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.right-container .share-to-others .card-header .batch_opt div,
.right-container .share-to-me .card-header .batch_opt div,
.right-container .contacts .card-header .batch_opt div {
    background: var(--primary-color);
    color: #fff;
    border-radius: 5px;
    padding: 6px 10px;
    margin-right: 20px;
    cursor: pointer;
    min-width: 69.5px;
    text-align: center;
}

.right-container .share-to-others .card-header .batch_opt img,
.right-container .share-to-me .card-header .batch_opt img {
    width: 18px;
    height: 18px;
}

.right-container .card-header .title {
    color: #1C1C1C;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
    line-height: normal;
}

.right-container .card-header .storage-box {
    margin-bottom: 30px;
}

.right-container .card-body .empty_box {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.right-container .MyPdf .card-body .empty_box {
    max-height: 100%;
    height: 50%;
}
.right-container .my-pdf .card-body .empty_box {
    height: 80%;
}

.right-container .card-body svg {
    width: 260px;
    height: auto;
}

.right-container .card-body .empty_box .text {
    margin-top: 20px;
    text-align: center;
    color: #5F637C;
    font-size: 16px;
}

/* share-to-me */
table tbody {
    display: block;
    max-height: 628px;
    /* min-height: 356px; */
    overflow-y: auto;
}

table thead,
tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;/*重要  表格固定算法*/
}

table thead th {
    background: #EAEBF1;
}

.right-container .table>:not(:first-child),
.right-container .table>:not(:first-child) {
    border-top: 1px solid #D8DAE8;
}

.right-container table {
    border: 1px solid #D8DAE8;
    border-radius: 10px;
    background: #EAEBF1;
}

.right-container table tbody tr:nth-child(2n+1) {
    background-color: #ffffff;
}

.right-container table tbody tr:nth-child(2n) {
    background-color: var(--accent-color);
    border-radius: 8px;
}

.right-container .share-to-me table tbody tr,
.right-container .share-to-me table tbody tr td {
    border-style: none;
    line-height: 30px;
}


.right-container .btn-outline-void,
.right-container .btn-outline-reject,
.right-container .btn-outline-secondary,
.right-container .btn-outline-danger,
.right-container .btn-outline-warning,
.right-container .btn-outline-success {
    cursor: auto;
    min-width: 125px;
    height: 38px;
    line-height: 24px;
    border-color: transparent;
    /* background-color: #fff; */
}

.btn-outline-success,
.right-container .btn-outline-success:hover {
    background-color: #85E0A3;
    color: #4F9466;
    /* border-color: #198754; */
}

.btn-outline-warning,
.right-container .btn-outline-warning:hover {
    background-color: #80CAFF;
    color: #4A80A7;
    /* border-color: #ffc107; */
}

.btn-outline-secondary,
.right-container .btn-outline-secondary:hover {
    background-color: #FFAFA3;
    color: #A96C63;
    /* border-color: #6c757d; */
}
.btn-outline-danger,
.right-container .btn-outline-danger:hover {
    background-color: #FFAFA3;
    color: #885952;
    /* border-color: #dc3545; */
}

.btn-outline-void,
.right-container .btn-outline-void:hover {
    background-color: #FBB787;
    color: #A77D41;
    /* border-color: #dc3545; */
}
.btn-outline-reject,
.right-container .btn-outline-reject:hover {
    background-color: #B2A8ED;
    color: #43287B;
    /* border-color: #dc3545; */
}


.right-container .table>:not(caption)>*>* {
    padding: 0.85rem 0.5rem;
}

.right-container .right_content .my-signatures .operate_column div,
.right-container .share-to-me .operate_column div,
.right-container .share-to-others .operate_column>div>div {
    border: 1px solid #EAEBF1;
    background: #fff;
    padding: 0 0 0 10px;
    display: flex;
    justify-content: space-between;
    width: 120px;
    cursor: pointer;
}

tbody .operate_column span {
    text-decoration: underline;
    cursor: pointer;
    padding: 0 5px;
    user-select: none;
}

tbody .operate_column span:not(:last-child) {
    border-right: 1px solid #000;
}


/* share-to-others */

.loading {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(255,255,255,0.5);
}


.loading .loader {
    border-width: 4px;
    border-style: solid;
    border-color: #dcdcdc #dcdcdc var(--primary-color) #dcdcdc;
    border-radius: 50%;
    display: block;
    width: 110px;
    height: 110px;
    -webkit-animation: rotateloader 1.5s linear infinite;
    animation: rotateloader 1.5s linear infinite;
    top: calc(50% - 55px);
    left: calc(50% - 55px);
    overflow: hidden;
    position: absolute;
}

.split-process-box .loader {
    border-color: #dcdcdc #dcdcdc var(--split-color) #dcdcdc !important;
}

.edit-process-box .loader {
    border-color: #dcdcdc #dcdcdc var(--edit-color) #dcdcdc !important;
}

.compress-process-box .loader {
    border-color: #dcdcdc #dcdcdc var(--compress-color) #dcdcdc !important;
}

.convert-process-box .loader {
    border-color: #dcdcdc #dcdcdc var(--convert-color) #dcdcdc !important;
}

.sign-process-box .loader {
    border-color: #dcdcdc #dcdcdc var(--security-color) #dcdcdc !important;
}

.right-container .share-to-others table {
    border: 1px solid #D8DAE8;
    border-radius: 10px;
}

@-webkit-keyframes rotateloader {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotateloader {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.right-container .share-to-others table tbody tr:nth-child(2n+1) {
    background-color: #ffffff;
}

.right-container table thead {
    background-color: #d3dafb;
    vertical-align: middle;
    height: 64px;
    border: transparent;
}

.right-container .table thead svg {
    width: 28px;
    height: auto;
    padding: 5px;
    color: #000;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.right-container .table thead svg.arrowDown {
    transition: transform 0.2s ease-in-out;
    transform: rotate(180deg);
}

.right-container .table thead .shareTime,
.right-container .table thead .shareName {
    padding-top: 0;
    padding-bottom: 0;
}

.right-container .table thead .shareTime span,
.right-container .table thead .shareName span, 
.right-container .table thead .sharedOriginator span {
    cursor: pointer;
    user-select: none;
}

.right-container .table thead tr>.active span {
    display: inline-block;
    height: 100%;
    padding: 15px 0;
    border-bottom: 4px solid #cc0000;
}

.right-container table tbody {
    vertical-align: middle;
}

.right-container .share-to-others table thead tr th:first-child,
.right-container .share-to-others table tbody tr td:first-child {
    width: 50px;
    text-align: right;
    padding-right: 12px;
}

.right-container .share-to-me table thead tr th:first-child {
    padding-left: 20px;
}
.right-container .share-to-me table tbody tr td:first-child {
    padding-left: 20px;
    cursor: pointer;
}

.right-container .share-to-me table input,
.right-container .share-to-others table input {
    height: 21px;
    width: 21px;
    margin: 5px 0px;
}

.right-container .share-to-me table input.all_checked {
    visibility: hidden;
}

.right-container .share-to-me table tbody tr td:nth-child(2),
.right-container .share-to-others table tbody tr td:nth-child(2) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    user-select: none;
}

.right-container .share-to-others table tbody tr,
.right-container .share-to-others table tbody tr td {
    border-style: none;
}

.right_content tbody .shared_name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    text-decoration: underline;
}

/*.right-container .share-to-others table tbody tr:hover {*/
/*    back*/
/*}*/

/* my signatures */
.right_content .my-signatures .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    /* max-width: 750px; */
    margin-bottom: 20px;
}

.right-container .my-signatures .card-body {
    overflow: visible;
    max-height: max-content;
}

.color-select .color-item span {
    margin-bottom: 2px;
}

.right_content .my-signatures .card-header .title {
    margin-bottom: 0;
}

.right_content .sentForSignatures .card-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.right_content .card-header .new_signature {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    border-radius: 5px;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
     margin-bottom: 20px;
}

.my-signatures .card-body {
    display: flex;
}

.my-signatures .card-body>div {
    max-height: 722px;
    min-height: 400px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.my-signatures .card-body>div:first-child {
    padding-right: 15px;
    padding-left: 0;
}

.my-signatures .card-body>div:last-child {
    padding-left: 15px;
    padding-right: 0;
}

.right-container .signature-area-item {
    height: auto;
    padding: 30px 50px;
    border-radius: 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 30px 0 hsla(0, 0%, 9%, .1);
    box-shadow: 3px 4px 30px 0 rgba(0, 0, 0, 0.08);
}

.right-container .my-signatures .subtitle {
    color: #1C1C1C;
    font-weight:500;
    font-size: 22px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 12px;
    border-bottom: 1px solid #D8DAE8;
}

.right-container .signature-area-item .signature-box {
    padding: 15px 0px;
    position: relative;
}

.right-container .signature-area-item .signature-name {
    position: relative;
    padding: 25px;
    display: flex;
    background: #f5f5fa;
    justify-content: space-around;
    align-items: center;
    min-height: 200px;
    overflow: hidden;
}

.right-container .signature-area-item .signature-name img {
    max-width: 660px;
    height: 150px;
}

/* .right-container .signature-area-item.your-initials .signature-name img {
    margin: 0 150px;
    max-width: 360px;
    box-sizing: border-box;
} */

.right-container .signature-area-item .signature-setting {
    position: absolute;
    top: 20px;
    right: 6px;
    z-index: 2;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.right-container .signature-area-item .signature-setting svg {
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin: 0 0 7px 0;
}

.right-container .signature-area-item .signature-setting svg path {
    fill: #8A8A8A;
}

.right-container .signature-area-item .signature-setting:hover svg path {
    fill: #444;
}

.right-container .signature-area-item .setting-active {
    display: none;
}

@media (max-width: 1024px) {
    .my-signatures .card-body {
        flex-direction: column;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }
}



/* @media (max-width: 1013px) {
    .main-container {
        flex-direction: row;
    }

} */


/* @media (max-width: 1020px) {
    header .navbar-brand {
        background: #fff !important;
        width: auto !important;
    }

    .left-sidebar {
        display: none;
    }

    .right-container {
        width: 100% !important;
        padding: 0 !important;
    }

    .right-container .right_content {
        padding: 30px !important;
    }
} */