﻿body {
    padding-top: 76px;
}

.footerCopyright {
    display: normal !important;
}

.wideContent {
    display: none;
}

.narrowContent {
    display: inherit;
}

/**** Main Nav Bar ***********************************************************/
.logoImg {
    background: url("../images/lotoja_logo_xsm.png") no-repeat;
    height: 48px;
    width: 200px;
}

.navbar {
    height: 68px;
    min-height: 68px;
    background-color: #000000 !important;
    background-image: none !important;
}

.navbar-brand {
    height: 48px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-nav>li>a {
    line-height: 24px;
    padding-top: 9px;
    padding-bottom: 0px;
}

.navbar-toggle {
    margin-top: 11px;
    margin-right: 10px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-nav {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}


/**** Content Wrappers ***************************************************/
.contentRootWrapper {
    min-height: calc(100% - 80px);
    left: 0px;
}

.contentWrapper {
    overflow-y: auto;
    display: block;
    height: 100%;
    margin-bottom: 50px;
}

/**** Footer Styles Overrides ********************************************/

.footerSmallMessage {
    visibility: visible;
}

.footerInlineMessage {
    visibility: hidden;
}

.footerCopyright {
    visibility: hidden;
}

.totals {
    margin-top: 3px;
}


/**** Order Review Page ******************************************************/
.qtyField {
    width: auto;
    text-align: left;
}

.unitPriceField {
    width: auto;
    text-align: left;
}

.totalField {
    width: auto;
    text-align: left;
}