/** Styling for PoA html document - mobile devices */
body {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}
#js-page-loader {
    position: fixed;
    top: 0;right: 0;left: 0;bottom: 0;
    background:rgba(255,255,255,0.7);
    z-index: 999;
}
.loading-image {
    position: absolute;
    top: 50%; left: 50%;transform: translate(-50%,-50%);
    z-index: 999
}
@media(max-width: 768px) {
    .poa-doc-responsive-styling .wrapper {
        width: 100% !important;
        height: auto !important;
    }
    .poa-doc-responsive-styling .poa-document-header {
        width: 100% !important;
        padding: 0 25px !important;
    }
    .poa-doc-responsive-styling .poa-document-content {
        margin: 0 25px !important;
        padding-bottom: 15px !important;
    }
    .poa-doc-responsive-styling .poa-doc-rev {
        position: static !important;
        margin-top: 5px !important;
    }
    .poa-doc-responsive-styling .poa-doc-name {
        padding: 0 !important;
        text-align: center !important;
    }
    .poa-doc-responsive-styling .poa-doc-grantor-box {
        margin: 10px 0 !important;
    }
    .poa-doc-responsive-styling .poa-doc-block {
        position: static !important;
        display: block !important;
        width: 100% !important;
        text-align: left !important;
        white-space: normal;
    }
    .poa-doc-responsive-styling .text-with-padding {
        display: block !important;
        padding: 0 !important;
        margin-top: 5px !important;
    }
    .poa-doc-responsive-styling .mgt-0 {
        margin-top: 0 !important;
    }
    .poa-doc-responsive-styling .mgt-5 {
        margin-top: 5px !important;
    }
    .poa-doc-responsive-styling .mgt-10 {
        margin-top: 10px !important;
    }
    .poa-doc-responsive-styling .mgb-10 {
        margin-bottom: 10px !important;
    }
    .poa-doc-responsive-styling .pd-0 {
        padding: 0 !important;
    }
    .poa-doc-responsive-styling .pdt-20 {
        padding-top: 20px !important;
    }
    .poa-doc-responsive-styling .poa-doc-hide-mobile {
        display: none !important;
    }
    .poa-doc-responsive-styling .poa-doc-field {
        display: inline-block;
        width: auto;
        position: static !important;
        vertical-align: bottom !important;
        max-width: 100%;
        margin-top: 5px;
        border-bottom: 1px solid #000000;
    }
    .poa-doc-responsive-styling #main-signature-image,
    .poa-doc-responsive-styling .witness-signature-image,
    .poa-doc-responsive-styling .cosign-signature-image
    {
        width: 100% !important;
    }
    .poa-doc-responsive-styling .poa-doc-footer {
        margin-top: 25px !important;
    }
    .poa-doc-responsive-styling input, .poa-doc-responsive-styling select {
        height: 25px !important;
    }
}
