﻿@media (min-width: 992px) {
    body {
        padding-top: 100px;
    }

    .wideContent {
        display: inherit;
    }

    .narrowContent {
        display: none;
    }


    /**** Main Nav Bar ***********************************************************/
    .logoImg {
        background: url("../images/lotoja_logo_med.png");
        height: 72px;
        width: 296px;
    }

    .navbar {
        height: 82px;
        min-height: 82px;
    }

    .navbar-brand {
        height: 54px;
    }

    .navbar-nav>li>a {
        height: 72px;
        line-height: 16px;
        text-align: center;
        max-width: 100px;
        padding-top: 20px;
        padding-bottom: 0px;
        font-size: 15pt;
    }


    /**** Content Wrappers *******************************************************/
    .contentRootWrapper {
        /* min-height: calc(100% - 97px); */
        max-width: 970px;
        left: calc((100% - 970px) / 2);
    }

    .contentWrapper {
        overflow-y: auto;
        display: block;
        height: 87%;
    }

    .label-cell {
        text-align: right;
    }

    /**** Footer Styles Overrides ********************************************/
    .footer {
        height: 110px;
    }

    .footer .buttonLeft {
        max-width: 250px;
    }

    .footer .buttonRight {
        max-width: 250px;
    }

    .footer .buttonContainer {
        max-width: 970px;
    }

    .footerSmallMessage {
        visibility: hidden;
    }

    .footerInlineMessage {
        visibility: visible;
    }

    .footerCopyright {
        visibility: visible;
    }

    /**** Order Review Page ******************************************************/
    .qtyField {
        display: inline-block;
        width: 50px;
        text-align: center;
    }

    .unitPriceField {
        display: inline-block;
        width: 70px;
        text-align: right;
    }

    .totalField {
        display: inline-block;
        width: 70px;
        text-align: right;
    }
}