html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
    .largeImageWrapper {
        width: 765px;
    }
}
@media (min-width: 520px) and (max-width: 768px) {


    .largeImageWrapper {
        width: 500px;
    }
    .modal-lg
    {
        max-width:510px;
    }
}

.thumb {
    display: inline-block;
}

.mobileThumb {
    display: none;
}
@media (max-width: 520px) and (min-width:0px) {
    .quoteTitle {
        font-size:.7em
    }
    .thumb{
        display:none;
    }
    .mobileThumb {
        display: inline-block;
    }
    .modal-lg {
        max-width: 270px;
    }
    .largeImageWrapper {
        width: 250px;
    }
}
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: Montserrat,sans-serif;
}

.emp-img-footer {
    max-height: 64px;
}

.emp-col-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

p {
}

.emp-theme-background {
    background-color: #005db8;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Lato, sans-serif;
}

.emp-product-table {
}

    .emp-product-table tr:nth-child(odd) {
        background: #EEE;
    }

.emp-product-image {
    height: 128px;
}

.btn {
    background-color: #ee961b;
    color: white;
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.text-toogle {
    text-decoration: none
}

    .text-toogle[aria-expanded=false] .text-expanded {
        display: none;
    }

    .text-toogle[aria-expanded=true] .text-collapsed {
        display: none;
    }

.columnTitle {
    font-weight: bold;
    text-decoration: underline;
}

.footer_logo_block {
    border-right: 2px solid #e7e7e7;
}

.footer-logos {
    text-align: Center;
}

.print {
    visibility: hidden;
    display: none;
}

.card-title {
    border-bottom: 2px solid rgb(231, 231, 231);
}
.enlargeIcon{
    position:absolute;
    top:20px;
    left:20px;
}

@media print {
    .nopadding {
        padding: 0 !important;
        margin: 0 !important;
    }

    .pagebreak {
        page-break-after: always;
    }

        .pagebreak:last-child {
            page-break-after: avoid;
        }
    /* page-break-after works, as well */

    .noprint {
        visibility: hidden;
        display: none;
    }

    .print {
        visibility: visible;
        display: block;
    }
}
.modal-backdrop {
    width: 100%;
    height: 100%;
}