﻿
/* NutritionFacts */
table#NA {
    background-color: white;
    border: 1px solid black;
    margin: 4px;
}

    table#NA > tbody > tr > td {
        line-height: 8pt !important;
        font-size: x-small;
        padding: 4px;
        white-space: nowrap;
    }

tr.grayLine > td {
    padding: 0;
    border-bottom: 2px solid #9c9c9c;
}

div.grayLine {
    border-bottom: 2px solid #9c9c9c;
}

div.blackLine {
    border-bottom: 4px solid black;
}

tr.blackLine > td {
    padding: 0;
    border-bottom: 4px solid black;
}



tr.pager > td > table {
    float: right;
}

tr.pager > td {
    border: none;
}

    tr.pager > td > table > tbody > tr > td {
        border: hidden;
        font-weight: bold;
    }

th {
    background-color: #9D2430!important;
}

    th > a {
        color: white !important;
        text-wrap: none !important;
    }

/* Forms */

.form-group {
    margin-bottom: 5px !important;
    padding-bottom: 2px;
}

.form-control {
    height: auto !important;
    line-height: 12px !important;
    padding: 2px;
}


/* Panels */
.panel-primary > .panel-heading {
    background-color: #9D2430;
    color: #FAF3D4;
    font-weight: bold;
}

.btn-default {
    color: #9D2430;
    background-color: #FAF3D4;
}
.btn-default:disabled {
    color: gray;
    background-color: #FAF3D4;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active {
        color: #FAF3D4;
        background-color: #9D2430;
        border-color: #FAF3D4;
    }

.panel-primary > .panel-heading .btn-primary {
    color: #FAF3D4;
    background-color: #9D2430;
    border-color: #FAF3D4;
}


.panel-primary {
    border-color: #9D2430;
}


tr.selected > td {
    background-color: red !important;
}

.unknown {
    background-color: red;
}

.well {
    background-color: #FAF3D4;
    padding: 6px;
}

ul.autocomplete_completionListElement {
    background-color: white;
    border: 1px outset black;
    list-style: none;
    margin-left: 0;
    padding-left: 4px;
}

li.CompletionListItemCssClass {
    margin-left: 5px;
    padding-left: 4px;
    cursor: pointer !important;
}

li.autocomplete_highlightedListItem {
    background-color: #9D2430;
    color: white;
    cursor: pointer !important;
}

.loading {
    font-size: larger;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid;
    padding: 10px;
    width: 140px;
    -webkit-box-shadow: 4px 4px 17px rgba(51, 50, 50, 0.75);
    -moz-box-shadow: 4px 4px 17px rgba(51, 50, 50, 0.75);
    box-shadow: 4px 4px 17px rgba(51, 50, 50, 0.75);
}

.loading-img {
    background-image: url(/content/loading.gif);
    background-repeat: no-repeat;
    background-position-x: 21px;
    background-position-y: 15px;
}


/* Shopping Lists*/
.ListItem {
    text-decoration: underline;
    cursor: pointer;
}
.products th {
    color: #FAF3D4 !important;
}

table.shoppinglist-items > tbody > tr > th {
    color: #FAF3D4 !important;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FAF3D4;
}

.shoppinglist-store {
    background-color: #9D2430 !important;
    color: #FAF3D4 !important;
    font-weight: bold;
    border-bottom: solid 1px #FAF3D4 !important;
}

.row-lineitem {
    border-bottom: 1px solid #F1EFE4;
}

    .row-lineitem:nth-of-type(odd) > div {
        -background-color: #FFFFFF;
        padding-top: 2px;
        border-radius: 2px;
    }

    .row-lineitem:nth-of-type(even) > div {
        -background-color: #FCF8E4;
        padding-top: 2px;
        border-radius: 2px;
    }

        .row-lineitem:nth-of-type(even) > div > input {
            -background-color: #FCF8E4 !important;
        }

.header {
    padding-bottom: 4px;
    padding-top: 4px;
    border-radius: 4px;
    -margin-top: 5px;
    -margin-bottom: 5px;
}

.header-store {
    background-color: #9D2430 !important;
    color: #FAF3D4 !important;
    padding: 10px;
}

.header-location {
    background-color: #FAF3D4 !important;
    border: 1px solid #CDC085;
    color: #9D2430 !important;
}


    .header-location .row-divider {
        margin-top: 4px;
        border-top: 1px solid #9D2430 !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        font-weight: bold;
        font-size: smaller;
    }



.header .input-group-addon {
    width: inherit;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 0;
    padding-top: 0;
    color: #9D2430;
    background-color: #EFEFEF !important;
    margin: 0;
    font-size: smaller;
    height: auto;
}


select.form-control {
    font-weight: bold;
}

.section {
    background-color: #ffffff;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-radius: 4px;
    -border: 1px solid #9D2430;
}

.shoppinglist {
    font-size: 8pt;
}

    .shoppinglist .section {
        background-color: white;
    }

.thumbnail {
    border: none;
}

.shoppinglist .header-location {
    font-weight: bold;
}

ul.nav-tabs > li > a {
    background-color: #FAF3D4;
    color: #9D2430;
}

ul.nav-tabs > li.active > a, ul.nav-tabs > li.active > a:focus {
    background-color: #9D2430;
    color: #FAF3D4;
}

.tab-pane.active {
    border: 1px solid #9D2430;
    background-color: #9D2430;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

table.products {
    background-color: white;
}

.tab-pane .panel-body {
    background-color: white;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
    height: auto !important;
}

hr.primary {
    border-color: #9D2430 !important;
    margin: 8px;
}

.input-group > input.form-control {
    -height: inherit !important;
    padding: inherit;
}

.autoCompleteList {
    list-style: none;
    padding: 0;
    border: 1px solid buttonshadow;
    border-image: none;
    left: 16px;
    top: 23px;
    width: 200px;
    height:100px;
    text-align: left;
    color: windowtext;
    -display: none;
    visibility: hidden;
    position: relative;
    z-index: 1000;
    cursor: default;
    background-color: window;
    overflow-y:scroll;
    overflow-x:hidden;
}

@media print {
    .ajax__tab_xp .ajax__tab_body {
        border:none!important;
    }
}
.header-store-print {
    border-bottom:2px dashed gray;
    font-size:14px;
    font-weight:bold;
}
.header-location-print {
    border-bottom:1px solid gray;
    font-size:12px;
    font-weight:bold;
}

.modal-header {
    background-color: #9D2430;
    color: #FAF3D4;

}

.storeHours {
    margin-left:20px;
}
.storeHours > span {
    font-weight:bold;
}

.smaller {
    font-size:smaller; 
}

