﻿body {
    padding-top: 90px;
    padding-bottom: 30px;
    padding-bottom: 20px;
    background-color: #ECF0F5;
    font-family: 'Roboto', sans-serif;
}

.navbar {
    background-color: #FFF;
    color: #000;
    height: 90px;
    border-bottom: 1px solid #CCC;
    box-shadow: 0px 0px 10px #CCC;
}

    .navbar a {
        color: #000;
    }

    .navbar .logo {
        height: 62px;
        margin-top: 14px;
    }

.portal-container {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 25px 30px;
    background-color: #fff;
    border: 1px solid #CCC;
    box-shadow: 0px 0px 10px #CCC;
}

    .portal-container h1 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .portal-container:first-child {
        margin-top: 40px;
    }

.row .portal-container {
    margin-top: 10px;
}

footer {
    position: fixed;
    bottom: 0;
}

.callout {
    border-radius: 3px;
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

    .callout a {
        color: #fff;
        text-decoration: underline;
    }

        .callout a:hover {
            color: #eee;
        }

    .callout h4 {
        margin-top: 0;
        font-weight: 600;
    }

    .callout p:last-child {
        margin-bottom: 0;
    }

    .callout code, .callout .highlight {
        background-color: #fff;
    }

    .callout.callout-danger {
        border-color: #c23321;
    }

    .callout.callout-warning {
        border-color: #c87f0a;
    }

    .callout.callout-info {
        border-color: #0097bc;
    }

    .callout.callout-success {
        border-color: #00733e;
    }

.approval-page {
}

    .approval-page .order-not-found {
        text-align: center;
        margin-top: 90px;
        margin-bottom: 60px;
        font-size: 20px;
        font-style: italic;
    }

    .approval-page #proofTable {
        width: 100%;
        margin-top: 15px;
    }

        .approval-page #proofTable tr td {
            padding-left: 15px;
            padding-right: 15px;
        }

            .approval-page #proofTable tr td:nth-child(1) {
                padding-left: 0;
            }

            .approval-page #proofTable tr td:nth-child(2), .approval-page #proofTable tr td:nth-child(4) {
                text-align: right;
            }

            .approval-page #proofTable tr td:nth-child(4) {
                padding-right: 0;
            }

    .approval-page .proof-sheet-image {
        text-align: center;
    }

        .approval-page .proof-sheet-image img {
            max-height: 260px;
            max-width: 100%;
            cursor: zoom-in;
        }

#proofImageModal .modal-content {
    background-color: #1f1f1f;
}

#proofImageModal .modal-header {
    border-bottom: 1px solid #3b3b3b;
    color: #fff;
}

#proofImageModal .modal-header .close {
    color: #fff;
    opacity: 0.85;
}

#proofImageModal .modal-body {
    text-align: center;
    padding: 20px;
}

#proofImageModal .proof-image-modal-dialog {
    width: 94%;
    max-width: 1200px;
}

#proofImageModal #proofImageModalImg {
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
}

#shippingRoute {
    display: block;
    margin-bottom: 5px;
}