/* CSS for signDoc-IE copy.html - extracted from inline styles */

/* Close button background image */
.navClose > div {
    background-image: url('./images/close.svg');
}

/* Navigation button background image */
.navBtn {
    background-image: url('./images/menu-dark.svg');
}

/* Page move cursor pointer */
.pageMove {
    cursor: pointer;
}

/* Move to page input width */
#moveToPage {
    width: 40px;
}

/* View sign button hidden by default */
.viewSign {
    display: none;
}

/* OTP modal grid display */
#OTP-modal .mx-auto.text-center {
    display: grid;
}

/* OTP modal grid display for the specific div */
#OTP-modal > div.mx-auto.text-center {
    display: grid;
}

/* URL scheme scan warning text */
.warringText {
    color: #ffa31d;
    font-size: 14px;
}

/* Mail form inputs width */
#mailAddr,
#mailTitle,
#mailContent {
    width: 90%;
}

/* Upload and back button hidden by default */
#uploadAndBack {
    display: none;
}

/* Modal content full height */
#exModal .modal-content {
    height: 100%;
}

#exModal .modal-body {
    height: 100%;
}

/* TCBA review button hidden by default */
#tcba-review {
    display: none;
}

/* Review status radio buttons size */
.review-status {
    width: 18px;
    height: 18px;
}

/* Reject list hidden by default */
#rejectList {
    display: none;
}

/* Reject message textarea hidden by default */
#rejectMsg {
    display: none;
} 

