.document {
    width: 50%;
    height: 106px;
    display: inline-block;
    padding: 5px;
    position: relative;
    background-color: transparent;
}

.document__content {
    display: block;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    width: 100%;
    height: 100%;
}

.table-3 .table-data-entry {
    color: black;
    padding: 10px;
    word-breaK: break-all;
}

.add-signature-container {
    display: flex;
    cursor: pointer;
    align-items: center;
    margin: 1rem;
    font-weight: bold;
    padding: 10px;
    border-radius: 8px;
    border: solid 1px black;
}

.add-signature-container i {
    margin-right: 10px;
}

.signature-button {
    padding: 10px;
    margin: 4px;
    background: rgb(1, 152, 74);
    background: linear-gradient(90deg, rgba(1, 152, 74, 1) 0%, rgba(9, 121, 24, 1) 57%, rgba(0, 131, 26, 1) 100%);
    color: white;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    border-radius: 7px;
    transition: background-color 1s ease;
}

.signature-button:hover {
    background: rgb(0, 131, 26);
    background: linear-gradient(90deg, rgba(0, 131, 26, 1) 0%, rgba(9, 121, 24, 1) 57%, rgba(1, 152, 74, 1) 100%);
    transition: background-color 1s ease;
}

.page-controls-signature {
    /*display: flex;*/
}

.add-signature-button {
    color: white;
    background: coral;
    padding: 10px;
    display: inline-block;
    border-radius: 7px;
    margin-bottom: 1rem;
}

.check-label {
    margin: 1rem;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.check-label label {
    margin-left: 1rem;
}

.check-label input {
    height: 36px;
    width: 36px;
}

.table-6 {
    display: grid;
    grid-template-columns: .5fr 1fr 1fr 2fr 1fr .5fr;;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas: ". . . . . .";
    font-size: 1rem;
    font-weight: bold;
    color: white;
}

.page-controls-signature .table-6 {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 2fr 1fr .5fr;;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas: ". . . . . .";
    font-size: 1rem;
    font-weight: bold;
    color: white;
}

.table-6 .table-head {
    padding: 10px;
    border: solid white 1px;
}

.table-6 .table-data-entry {
    display: flex;
    justify-content: center;
    color: black;
    padding: 10px;
    font-weight: bold;
    font-size: .75rem;
}

.document-image-container {
    width: 100%;
    /*background: #3A94CF;*/
    position: relative;
    display: flex;
    justify-content: center;
}

.document-image-wrapper {
    width: 62.15%;
    position: relative;
    border: solid 1px black
}

.document-image {
    width: 100%;
}

.pagination-controller {
    margin: 2rem;
}

.pagenumber-block {
    padding: 8px;
    height: 100%;
    display: inline;
    margin: 8px;
    width: 100%;
    color: #2c80b8;
    background: #AAAAAA;
    cursor: pointer;
    font-weight: bold;
    overflow-x: scroll;
}

.placementcontrol-box {
    display: grid;
    width: 45%;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas: ". .";
    margin-top: 1rem;
}

.pagenumber-block:hover {
    background: #d3d3d3;
    color: white;
}

.additional-select-list-view ul {
    max-height: 200px;
    /* width: 350px; */
    background: white;
    overflow-x: scroll;
    padding: 20px;
    list-style-type: none;
    text-decoration-line: none;
    position: relative;
}

.additional-select-list-view ul li {
    cursor: pointer;
}

.additional-select-list-view ul li:hover {
    color: orangered;
    font-weight: bold;
}

.document-image {
    /*width: 90%;*/
    /*height: 695px;*/
}

.signHereArrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent red;
    position: absolute;
}

.user-object-for-toggle {
    border: solid 1px brown;
    display: inline-block;
    padding: 10px;
    font-weight: bold;
    margin: 0 1rem 1rem 0;
    cursor: pointer;
}

.user-object-for-toggle:hover {
    background: brown;
    color: white;
}

.signbox-mouse {
    height: 20px;
    width: 60px;
    border: solid 5px red;
    position: absolute;
}

.signbox {
    min-height: 20px;
    border: solid 3px rgba(255, 0, 0, 0.8);
    position: absolute;
    z-index: 999;
}

.table-icon-container {
    display: flex;
    padding: 10px;
    color: black;
    justify-content: center;
    align-items: center;
}

.control-container-users {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.table-icon-container div, .table-icon-container i {
    margin-right: .5rem;
}

.approve-reject-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 1rem;
    font-weight: bold;
    width: 100%;
    height: 100%;
}

.compliance-icons {
    display: flex;
    align-items: center;
}

.compliance-icons i {
    font-size: 2rem;
    margin-left: 10px;
}

.document__section {
    width: 100%;
    height: 64px;
    display: block;
    position: relative;
}

.document__section:first-child {
    border-bottom: 1px solid #BBB;
}

.document__section:nth-child(2) {
    height: 165px;
    overflow-y: auto;
}

.document__identifier {
    width: 48px;
    height: 48px;
    margin: 6px;
    border-radius: 44px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
    display: inline-block;
    vertical-align: top;
}

.document__title, .document__date, .document__time {
    height: 100%;
    font-size: 1.13rem;
    font-weight: 900;
    line-height: 31px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    text-align: center;
    vertical-align: top;
    margin: 0 5px;
}
.input__placeholder {
    position: absolute;
    transition: all 200ms linear;
    font-weight: 700;
    font-size: 1rem;
    pointer-events: none;
    left: 1.8rem;
    top: var(--input-placeholder-top, 2.75rem);
    color: #707070;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width:95%;
}

.document__title {
    line-height: 64px;
    width: calc(81% - 220px - 1.6rem);
    height: 100%;
    vertical-align: top;
    white-space: nowrap;
}

.document__dateAndTime {
    width: 19%;
    display: inline-block;
    height: 100%;
}

.document__date, .document__time {
    width: calc(100% - 1.6rem);
    height: calc(50% - 4px);
    line-height: 31px;
    font-size: 1.06rem;
}

.document__actions {
    width: 160px;
    height: 100%;
    vertical-align: top;
    padding-top: 7px;
    display: inline-flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
}

.document__actions div {
    height: 50px;
    width: 50px;
    line-height: 50px;
}

@media (max-width: 991px) {
    .document {
        height: 92px;
        width: 100%;
        padding: 5px 0;
    }

    .document__section {
        height: 50px;
    }

    .document__identifier {
        height: 42px;
        width: 42px;
        margin: 4px;
    }

    .document__title {
        line-height: 50px;
        width: calc(81% - 174px - 1.6rem);
    }

    .document__date, .document__time {
        line-height: 23px;
    }

    .document__actions {
        width: 124px;
        padding-top: 4px;
    }

    .document__actions div {
        height: 38px;
        width: 38px;
        line-height: 38px;
        font-size: 17px;
    }
}