/* Styling related to popout docviewer icon and modal popout */

.docviewer-icon{
    font-size: 15px;
    margin-left: 3px;
}

.docviewer-icon:hover {
    cursor: pointer;
    opacity: 0.6;
}


#docviewer-modal-iframe, #email-compose-modal {
    /* Width/height of iframe content relative to modal container */
    width: 100%;
    height: 100vh;
}

.docviewer-modal .modal-body, .email-compose-modal .modal-body {
    /* Height of iframe relative to page */
    max-height: 90vh;
}

.docviewer-modal .modal-dialog, .email-compose-modal .modal-dialog {
    /* Width if iframe relative to page */
    width: 95%;
}

.clip-board-icon{
    margin-left: 1px;
    border: none;
    background-color: unset;
}

.clip-board-icon:hover{
    cursor: pointer;
    opacity: 0.6;
}

/* Expandable exception tabs */
.pls-accordian-trans .panel-default>.panel-heading {
    background-color: #aebcce;
}

.pls-accordian-trans .panel-title a{
    text-align: center;
}

