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

    .wideContent {
        display: inherit;
    }

    .narrowContent {
        display: none;
    }

    /**** Main Nav Bar ***********************************************************/
    .logoImg {
        background: url("../images/lotoja_logo_lrg.png");
        height: 120px;
        width: 480px;
    }

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

    .navbar-brand {
        height: 112px;
    }

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


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

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


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

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

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

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

    .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;
    }

}