@import '_content/Luxco.Toast/Luxco.Toast.bundle.scp.css';

/* _content/Pricello/Components/LuxcoGrid.razor.rz.scp.css */
.lux-table[b-69mz113gun] {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    /*border-radius: 5px;*/
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    /* white-space: nowrap;*/
    background-color: white;
    position: relative;
    width: 100%;
    table-layout: auto;
    overflow-x: auto;
    text-transform: uppercase;
}

.lux-table tbody[b-69mz113gun] {
    width: 100%;
}

.lux-table[b-69mz113gun]  td, .lux-table[b-69mz113gun]  th {
    padding: 3px;
    z-index: 1;
    border-style: solid;
}

    .lux-table[b-69mz113gun]  td {
        border-color: rgba(0, 0, 0, 0.08);
        /*  border-width: 0 1px 0 1px;*/
        border-width: 0
    }

.lux-table[b-69mz113gun]  tr:last-child td {
    border-color: rgba(0, 0, 0, 0.08);
    border-width: 0 0 1px 0;
}

.lux-table[b-69mz113gun]  thead th {
    background: #f6f6f6;
    font-weight: bold;
    border-color: rgba(0, 0, 0, 0.08);
    border-width: 1px 0 1px;
}

.lux-table[b-69mz113gun]  tr:nth-child(even) {
    background: #F8F8F8;
}

.lux-table[b-69mz113gun]  thead th:first-child {
    background: #f6f6f6;
    font-weight: bold;
    border-color: rgba(0, 0, 0, 0.08);
    border-width: 1px 0 1px 1px;
}

.lux-table[b-69mz113gun]  thead th:last-child {
    background: #f6f6f6;
    font-weight: bold;
    border-color: rgba(0, 0, 0, 0.08);
    border-width: 1px 1px 1px 0;
}


.lux-table[b-69mz113gun]  tr td:first-child   {
    border-color: rgba(0, 0, 0, 0.08);
    border-width: 0 0 0 1px;
}

.lux-table[b-69mz113gun]  tr td:last-child {
    border-color: rgba(0, 0, 0, 0.08);
    border-width: 0 1px 0 0;
}

.lux-table[b-69mz113gun]  tr:last-child td:first-child {
    border-color: rgba(0, 0, 0, 0.08);
    border-width: 0 0 1px 1px;
}

.lux-table[b-69mz113gun]  tr:last-child td:last-child {
    border-color: rgba(0, 0, 0, 0.08);
    border-width: 0 1px 1px 0;
}




.lux-table[b-69mz113gun]  .btn {
    height: 21pt;
}

/* Responsive */
@media screen and (max-width: 767px) {
    .lux-table[b-69mz113gun] { font-size: 11px; }
        .lux-table[b-69mz113gun]  .btn { font-size: 11px; }
    .lux-pager[b-69mz113gun] { font-size: 10px; }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .lux-table[b-69mz113gun] {
        font-size: 12px;
    }

    .lux-table[b-69mz113gun]  .btn {
        font-size: 12px;
    }
    .lux-pager[b-69mz113gun] {
        font-size: 11px;
    }
}


.lux-sticky[b-69mz113gun] {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}

.lux-container[b-69mz113gun] {
    overflow-y: auto;
    max-height: 350px;
}

.lux-pager[b-69mz113gun] {
    padding: 5px;
    font-size: 12px;
    white-space: nowrap;
    background-color: #f6f6f6;
    width: 100%;
}

.lux-footer[b-69mz113gun] {
    margin-top: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
}

.lux-button[b-69mz113gun] {
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
}
/* _content/Pricello/Components/PriceGroupAverageChart.razor.rz.scp.css */
/** {
    outline: 1px solid red;
}*/

.chart-div[b-cys8h8nv0o] {
    border-bottom: solid 1px rgb(105,105,105);
    background-color: whitesmoke;
}
.component-table[b-cys8h8nv0o] {
    width: 100%;
}

.chart-td[b-cys8h8nv0o] {
    width: 800px;
    vertical-align: top;
    position: relative;
    top: -15px;
}

.average-td[b-cys8h8nv0o] {
    padding: 15px 20px 0 10px;
    vertical-align: top;
}

.grid-td[b-cys8h8nv0o] {
    width: 800px;
    vertical-align: top;
}

.chart[b-cys8h8nv0o] {
    border: solid 1px rgb(105,105,105);
}

.brandfull[b-cys8h8nv0o] {
    border-top: solid 1px grey;
    padding: 2px;
    text-align: center;
    background-color: rgb(105,105,105);
    color: white;
    font-size: 16px;
    font-weight: bold;
}


.avg-price[b-cys8h8nv0o] {
    border: solid 1px rgba(67, 100, 149, 0.95);
    background-color: white;
    text-align: center;
}

.state[b-cys8h8nv0o] {
    background-color: rgba(67, 100, 149, 0.95);
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;    
}

.price-title[b-cys8h8nv0o] {
    color: rgb(105,105,105);
    font-weight: bold;
    font-size: 20px;
}

.price[b-cys8h8nv0o] {
    color: rgb(105,105,105);
    font-weight: bold;
    font-size: 24px;
}


.table-report[b-cys8h8nv0o] {
    
}

    .table-report thead tr[b-cys8h8nv0o] {
        display: block; 
    }

    .table-report thead th[b-cys8h8nv0o] {
        background-color: rgba(67, 100, 149, 0.95) !important;
        color: #fff !important;
        height: 30px !important;
        font-size: 12px;
        border: 1px solid rgba(67, 100, 149, 0.95);
        font-weight: bold;
        padding: 2px 5px;
    }

    .table-report td[b-cys8h8nv0o] {
        color: #444444;
        padding: 3px 5px;
        border: 1px solid #d9d9d9;
        font-size: 12px;
    }

    .table-report tbody[b-cys8h8nv0o] {
        display: block;
        height: 351px;
        overflow-y: scroll;
    }

    .table-report tr:nth-child(even)[b-cys8h8nv0o] {
        background: rgba(67, 100, 149, 0.10);
    }

    .table-report tr:nth-child(odd)[b-cys8h8nv0o] {
        background: white;
    }

.selected-row[b-cys8h8nv0o] {
    background-color: rgba(255, 140, 0, 0.5) !important;
}

.table-div[b-cys8h8nv0o] {
    padding-top: 15px;
}

.brand-fam-td[b-cys8h8nv0o] {
    width: 160px;
}

.brand-full-td[b-cys8h8nv0o] {
    width: 375px;
}

.survey-td[b-cys8h8nv0o] {
    width: 80px;
    text-align: center;
}

.price-td[b-cys8h8nv0o] {
    width: 80px;
    text-align: right;
}

.price-rd-td[b-cys8h8nv0o] {
    width: 63px;
    text-align: right;
}



.blue-row[b-cys8h8nv0o] {
    background-color: rgba(67, 100, 149, 0.15);
}

.grey-row[b-cys8h8nv0o] {
    background-color: rgba(211, 211, 211, 0.15);
}

.lux-item[b-cys8h8nv0o] {
    color: darkred;
}

.txt-rt[b-cys8h8nv0o] {
    text-align: right;
}

.txt-ctr[b-cys8h8nv0o] {
    text-align: center;
}
/* _content/Pricello/Pages/Access.razor.rz.scp.css */
.titleLarge[b-npg0adiuma] {
    color: #000000;
    font-size: 16pt;
    font-weight: normal;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

.titleSmall[b-npg0adiuma] {
    color: #777777;
    display: inline-block;
    margin-top: 0;
}


.state-modal[b-npg0adiuma] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 475px;
    max-width: 100%;
    background-color: white;
    z-index: 4;
    border-radius: 0.3em;
}

.modal-content[b-npg0adiuma] {
    padding: 10px 25px;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
}

.modal-close[b-npg0adiuma] {
    color: darkslategray;
    border: none;
}

.modal-header[b-npg0adiuma] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border: 1px solid #1e5ccb;
    padding: 5px;
    background-color: cornflowerblue;
    color: white;
}



.flex-container[b-npg0adiuma] {
    display: flex;
    flex-wrap: wrap;
}

.flex-container > div[b-npg0adiuma] {
    margin: 10px;
}
/* _content/Pricello/Pages/CreateLuxcoItem.razor.rz.scp.css */
select[b-1o8xzfa782] {
    font-size: 14px;
}

.label-hr[b-1o8xzfa782] {
    margin-top: 0;
    margin-bottom: 5px;
}


input[type=checkbox][b-1o8xzfa782] {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
    margin-right: 8px;
}


.col-label[b-1o8xzfa782] {
    margin-left: 15px;
    margin-right: 15px;
   border-bottom: 1PX SOLID lightgray;
}

.col-checkbox[b-1o8xzfa782] {
    padding-right: 15px;
    padding-left: 15px;
}


.item-btn[b-1o8xzfa782] {
    /*border: 1px solid gray;*/
    padding: 5px;
    margin-right: 15px;
    margin-bottom: 5px;
    background-color: #2f7cc2;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    min-width: 200px;
    color: white;
    line-height: 1.25;
}

.lux-item-btn[b-1o8xzfa782] {
    /*border: 1px solid gray;*/
    padding: 7px;
    margin-right: 15px;
    margin-bottom: 5px;
    background-color: #1fa67a;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    min-width: 200px;
    max-width: 300px;
    color: white;
    line-height: 1.25;
}




.cat-section[b-1o8xzfa782] {
    font-size: 14px !important;
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.labeltext[b-1o8xzfa782] {
    font-size: 14px;
}

.btn-dark[b-1o8xzfa782] {
    margin: 5px;
    color: white !important;
    background-color: #f0670e;
}


.col[b-1o8xzfa782] {
    flex-grow: 0;
    margin-bottom: 10px;
}

.section-header[b-1o8xzfa782] {
    font-size: 14PT;
    line-height: 16PT;
    border-bottom: 1PX SOLID BLACK;
    margin-bottom: 10PX;
    padding-bottom: 10PX;
    color: #0483d6;
    font-weight: bold;
}
/* _content/Pricello/Pages/Details.razor.rz.scp.css */

.container-fluid[b-svanzpbo6r] {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.detail-header-sub1[b-svanzpbo6r] {
    display: block;
    font-family: 'Roboto';
    text-align: center;
}
.detail-header-sub2[b-svanzpbo6r] {
    display: block;
    margin: auto;
    min-height: 25px;
    text-align: center;
    width: 100%;
    padding: 10px 0 20px 0;
}


.detail-header[b-svanzpbo6r] {
    background-color: #001f3f;
    background-image: none;
    min-height: 205px;
}


.detail-filters[b-svanzpbo6r] {
    background: #eaeaea;
    display: block;
    padding: 5px 5px 0 5px;
}


.detail-title[b-svanzpbo6r] {
    color: #8fa6b3;
    display: block;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    padding: 65px 12px 22px 12px;
    text-align: center;
}

.textbox-title[b-svanzpbo6r] {
    background-color: #f4f4f5;
    border-right: 1px solid #e2e2e2;
    bottom: 0;
    color: #78797b;
    font-size: 10px;
    padding-top: 15px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 50px;
}

.negative[b-svanzpbo6r] {
    color: #dc3545;
}

.positive[b-svanzpbo6r] {
    color: #1fa67a;
}

.detail-table-container[b-svanzpbo6r] {
    width: 100%;
    overflow-y: auto;
    overflow-x: auto;
    max-height: calc(100vh - 435px);
    scroll-snap-type: x proximity;
    border: 1px solid #c8c8c8 !important;
    border-radius: 4px;
}


@media screen and (orientation:landscape) {
    .detail-table-container[b-svanzpbo6r] {
        width: 100%;
        overflow-y: auto;
        overflow-x: auto;
        max-height: 100vh;
        scroll-snap-type: x proximity;
    }
}


/* _content/Pricello/Pages/Index.razor.rz.scp.css */


ol[b-bu2etcklw9] {
    margin-left: -40px;
}

    ol li[b-bu2etcklw9] {
        list-style-position: outside;
        counter-increment: item;
        margin-left: 40px;
        padding-bottom: 20px;
    }

        ol li[b-bu2etcklw9]::marker {
            font-size: 25px;
            font-weight: bold;
        }

#divAddress[b-bu2etcklw9] {
    margin-top: 10px;
    margin-bottom: 10px;
    z-index: 2;
    position: relative;
    border: 1px solid #6c757d;
}

.search-textbox-form[b-bu2etcklw9] {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
   /* border-radius: 32px;*/
    border-radius: 6px;
    max-width: 100%;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    background-color: white;
    height: 53px;
}

.search-inner-textbox[b-bu2etcklw9] {
    margin-right: 8px;
    max-width: 100%;
}



.search-geo-icon[b-bu2etcklw9] {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
}

.search-textbox-div[b-bu2etcklw9] {
    max-width: 100%;
    margin-right: 8px;
    -moz-box-flex: 1;
    flex-grow: 1;
}

.search-textbox[b-bu2etcklw9] {
    line-height: 1.5;
    width: 100%;
    border: medium none;
}

.search-button-div[b-bu2etcklw9] {
    max-width: 100%;
    margin-right: 0px;
}

.search-button[b-bu2etcklw9] {
    background: #eb1700 none repeat scroll 0% 0% !important;
    position: relative;
    max-width: 100%;
    margin: 0px;
    display: inline-flex;
    min-height: 40px;
    border-radius: 40px;
    border: medium none;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: white;
    width: 40px;
    height: 40px;
    padding: 0px;
    padding-left: 2px;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;    
}

#btnFindMe[b-bu2etcklw9] {
    border: medium none;
    background-color: #eb1700;
    border-radius: 6px;
    border: 1px solid #c51205;
    font-size: 16px;
    padding-right: 70px;
    padding-left: 70px;
    padding-bottom: 7px;
    padding-top: 5px;
    color: white;
    height: 35px;
}

.segmented-control[b-bu2etcklw9]  {
    display: table;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 190px;
}

    .segmented-control > li[b-bu2etcklw9] {
        display: table-cell;
        margin: 0;
        padding: 0;
        list-style-type: none;
        width: 50%;
    }

        .segmented-control > li input[b-bu2etcklw9] {
            position: absolute;
            visibility: hidden;
        }

        .segmented-control > li label[b-bu2etcklw9] {
            display: block;
            font-size: 11px;
            font-weight: bold;
            padding: 10px 4px;
            text-align: center;
            cursor: pointer;
        }

        .segmented-control > li:nth-child(1) label[b-bu2etcklw9] {
            border: 1px solid #bdbdbd;
            border-radius: 6px 0px 0px 6px;
            background-color: white;
            border-right: 1px solid #000a14;
        }

        .segmented-control > li:nth-child(2) label[b-bu2etcklw9] {
            border: 1px solid #bdbdbd;
            border-radius: 0px 6px 6px 0px;
            background-color: white;
            border-left: 1px solid #000a14;
            margin-left: -2px;
        }

        .segmented-control > li label:hover[b-bu2etcklw9] {
            background: #fafafa;
        }

        .segmented-control > li input:checked + label[b-bu2etcklw9] {
            border: 1px solid #000a14;
            background-color: #001f3f;
            color: #fff;
        }

.filter-text[b-bu2etcklw9] {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
}

.card-body[b-bu2etcklw9] {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 10px;
}

.card-body-filter[b-bu2etcklw9] {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
}

.card-button[b-bu2etcklw9] {
    background-color: #E9E9E9;
    border-bottom: 1px solid gainsboro;
}

.card[b-bu2etcklw9] {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #bdbdbd;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 14px;
}
.card-title[b-bu2etcklw9] {
    font-size: 15px;
    font-weight: bold;
}

.card-subtitle[b-bu2etcklw9] {
    font-size: 12px;
    margin-top: 0;
}

.card-button a[b-bu2etcklw9] {
    color: inherit;
    text-decoration: inherit;
}

.text-muted[b-bu2etcklw9] {
    color: #565656 !important;
}


.filtered-message[b-bu2etcklw9] {
    background-color: #fff5da;
    padding: 7px;
    font-size: 12px;
    font-weight: bold;
    color: black;
    border-bottom: 1px solid #b9b5b5;
}

.filtered-message-details[b-bu2etcklw9] {
    margin: auto; /* max-width: 240px; */
    font-weight: normal;
}




.filtered-card-body[b-bu2etcklw9] {
    background: white;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    font-size: 14px;
}

.filtered-card-header[b-bu2etcklw9] {
    font-size: 16px;
    font-weight: bold;
    background-color: #6c757d;
    color: white;
    border-bottom: 1px solid #6c757d;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.center-div[b-bu2etcklw9] {
    margin: 0 auto;
    width: 300px;
}

.grid-padding[b-bu2etcklw9] {
    padding-right: 10px;
}

.scroll[b-bu2etcklw9] {
    max-height: 75px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: auto; /* Stops scrolling immediately */
}

.aspNetDisabled[b-bu2etcklw9] {
    opacity: 0.6;
    pointer-events: none;
}


.grid td[b-bu2etcklw9], .grid th[b-bu2etcklw9] {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 8px;
    margin: 0;
    text-shadow: 0px 0px 0px transparent !important;
}

.gridHeader[b-bu2etcklw9], .grid th[b-bu2etcklw9] {
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    white-space: normal !important;
}


    .gridHeader a[b-bu2etcklw9], .grid th a[b-bu2etcklw9] {
        text-decoration: none;
        color: #ffffff;
    }

.grid[b-bu2etcklw9] {
    border: 0px;
    background-color: #fdfdfd;
    font-size: 12px;
    margin-bottom: 10px;
    width: 100%;
}

.modal-lux[b-bu2etcklw9] {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0,0,0);
    font-size: 13px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
}

.modal-lux-content[b-bu2etcklw9] {
    background-color: #fefefe; 
    padding-bottom: 100px;
    flex-grow: 1;
}

.modal-lux-header[b-bu2etcklw9] {
    position: fixed;
    top: 43px;
    left: 0;
    right: 0;
    flex-wrap: nowrap;
    display: flex;
    background-color: #e9e9e9;
    /* border: 1px solid #bdbdbd; */
    z-index: 200011;
    padding: 1px 0;
    border-bottom: 1px solid #b9b5b5;
    height: 50px;
}


}

.modal-lux.is-open[b-bu2etcklw9] {      
    overflow: scroll;
}

.close[b-bu2etcklw9] {
    color: white;
    background-color: red;
    float: right;
    font-size: 14px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
}

    .close:hover[b-bu2etcklw9], .close:focus[b-bu2etcklw9] {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }



.font-weight-normal[b-bu2etcklw9] {
    font-weight: normal;
}

.nopadding[b-bu2etcklw9] {
    padding: 0 !important;
    margin: 0 !important;
}

.btn-survey[b-bu2etcklw9] {
    border-radius: 0;
    display: inline-block;
    font-size: 14px;

}


.text-mapmarker[b-bu2etcklw9] {
    color: #001f3f;
}

.mt-3[b-bu2etcklw9] {
    margin-top: 3px !important;
}

.mb-2[b-bu2etcklw9] {
    margin-bottom: 2.5px !important;
}

.brands-select-div[b-bu2etcklw9] {
    background-color: #001f3f;
    color: white;
    border-radius: 6px;
    border: 1px solid #000a14;
    margin-left: 5px;
    height: 34px;
    max-width: 190px;
    margin: 0 auto;
}

.brands-select[b-bu2etcklw9] {
    width: 100%;
    height: 34px;
    border: none;
    background: transparent;
    font-size: 11px;
    font-weight: bold;
    padding: 10px 4px;
    color: transparent;
    position: absolute;
    z-index: 1;
    left: 0;
}

.brands-div[b-bu2etcklw9] {
    display: inline-block;
    position: relative;
    margin-top: 10px;
    width: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 5px;
    padding-left: 19px;
}

.filter-select[b-bu2etcklw9] {
    
    border: 1px solid #000a14;
    border-radius: 6px;
    background-color: #001f3f;
    margin-left: -10px;
    padding: 10px 4px;
    text-align: center;
    color: transparent;
    height: 32px;
    margin-top: 8px;
    margin-bottom: 10px;
}

.filter-span[b-bu2etcklw9] {
    position: absolute;
    margin-top: 16px;
    color: white;
}

select[b-bu2etcklw9] {
    text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
}

.top-button[b-bu2etcklw9] {
    min-width: 35px;
    display: block;
    box-shadow: none;
    font-size: 10px;
    margin: 9px; 
    letter-spacing: 0;
    border-radius: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .top-button[b-bu2etcklw9]  i {
        font-size: 19px;
        line-height: 20px;
        text-align: center;
    }

tr:nth-child(even)[b-bu2etcklw9] {
    background-color: #f2f2f2;
}
th[b-bu2etcklw9] {
    color: white;
    background-color: #001f3f;
}

th:last-child[b-bu2etcklw9], td:last-child[b-bu2etcklw9] {
    padding-right: 10px !important;
}
th:first-child[b-bu2etcklw9], td:first-child[b-bu2etcklw9] {
    padding-left: 10px !important;
}

.notfound-message[b-bu2etcklw9] {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}

/*.select-all {
    -webkit-user-select: all;*/ /* Chrome 49+ */
    /*-moz-user-select: all;*/ /* Firefox 43+ */
    /*-ms-user-select: all;*/ /* No support yet */
    /*user-select: all;*/ /* Likely future */
/*}*/


.selected[b-bu2etcklw9] {
    color: #001f3f !important;
   /* background-color: #e9e9e9 !important;*/
}

.hidden[b-bu2etcklw9] {
    display: none;
}
/* _content/Pricello/Pages/My.razor.rz.scp.css */


div a[b-e5a7f3z5jr] {
    color: inherit;
    text-decoration: inherit;
}


hr[b-e5a7f3z5jr] {
    border-top: solid 1px #c3c3c3;
    margin-bottom: 0;
}

table[b-e5a7f3z5jr] {
    border: none !important;
    border-collapse: collapse;
    font-size: 14px;
}


#shelf-bottom[b-e5a7f3z5jr] {
    background: #fff;
    height: 45px;
    position: absolute;
    top: 105px;
    width: 70px;
}

#shelf-middle[b-e5a7f3z5jr] {
    /*  border-bottom: 3px solid white;
    border-top: 3px solid white;*/
    border-bottom: 3px solid #005ebe;
    border-top: 3px solid #005ebe;


    height: 45px;
    position: absolute;
    top: 39px;
    width: 70px;
}

#shelf-top[b-e5a7f3z5jr] {
    background: #fff;
    height: 45px;
    position: absolute;
    width: 75px;
}

.bottom-border[b-e5a7f3z5jr] {
    margin-bottom: 10px;
}

.btn.disabled[b-e5a7f3z5jr], .btn:disabled[b-e5a7f3z5jr] {
    opacity: 0.5;
}

.btn-cancel[b-e5a7f3z5jr] {
    background-color: transparent;
    color: #001f3f;
    padding: 15px 5px;
    font-size: 14px;
}

.btn-delete[b-e5a7f3z5jr] {
    background-color: transparent;
    color: white;
    padding: 15px 5px;
    font-size: 14px;
}

.btn-edit[b-e5a7f3z5jr] {
    background-color: transparent;
    color: white;
    padding: 15px 5px;
    font-size: 14px;
}

.btn-open[b-e5a7f3z5jr] {
    background-color: transparent;
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.cancel-div[b-e5a7f3z5jr] {
    background-color: #f9f5f5;
}

.competitor[b-e5a7f3z5jr] {
    padding: 0 0 10px 0;
    vertical-align: top;
}

.competitor-pricing[b-e5a7f3z5jr] {
    font-size: 16px;
    font-weight: 800;
}

.completed[b-e5a7f3z5jr] {
    /*background-color: #4CAF50 !important;*/
    background-color: #4f87cd !important;
    color: white !important;
}

.container-fluid[b-e5a7f3z5jr] {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.delete-div[b-e5a7f3z5jr] {
    background-color: #dc3545;
}

.detail-color[b-e5a7f3z5jr] {
    color: #b9b9b9;
    font-size: 12px;
}

.edit-div[b-e5a7f3z5jr] {
    background-color: #1fa67a;
}

.expand[b-e5a7f3z5jr] {
    align-items: center !important;
    display: flex !important;
    justify-content: center !important;
}

.hide[b-e5a7f3z5jr] {
    display: none;
}

.incomplete[b-e5a7f3z5jr] {
    color: yellow;
}

.my-filters[b-e5a7f3z5jr] {
    background: #eaeaea;
    display: block;
    padding: 5px 5px 0 5px;
}

.my-header[b-e5a7f3z5jr] {
    background-color: #001f3f;
    background-image: none;
    min-height: 205px;
}

.my-header-angle[b-e5a7f3z5jr] {
    color: white;
    display: inline-block;
}

.my-header-color[b-e5a7f3z5jr] {
    color: white;
    display: inline-block;
    font-family: 'Roboto';
    text-shadow: 1px 1px 1px #333;
}

.my-header-color-1[b-e5a7f3z5jr] {
    color: #001f3f;
    display: inline-block;
    font-family: 'Roboto';
}

.my-header-label[b-e5a7f3z5jr] {
    color: white;
    display: inline-block;
    font-family: 'Roboto';
    font-size: 21px;
    text-shadow: 1px 1px 1px #333;
}

.my-header-sub1[b-e5a7f3z5jr] {
    display: block;
    font-family: 'Roboto';
    padding-bottom: 15px;
    padding-top: 2px;
    text-align: center;
}

    .my-header-sub1 div[b-e5a7f3z5jr] {
        display: inline-block;
        text-align: center;
        width: 140px;
    }

.my-header-sub1-title[b-e5a7f3z5jr] {
    color: #8fa6b3;
    display: block;
    font-size: 10px;
    line-height: 11px;
}

.my-header-sub1-title-1[b-e5a7f3z5jr] {
    color: #6c757d;
    display: block;
    font-size: 10px;
    line-height: 11px;
}

.my-header-sub2[b-e5a7f3z5jr] {
    display: block;
    margin: auto;
    min-height: 30px;
    text-align: center;
    width: 100%;
}

.my-title[b-e5a7f3z5jr] {
    color: #8fa6b3;
    display: block;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    padding: 60px 12px 33px 12px;
    text-align: center;
}

.negative[b-e5a7f3z5jr] {
    color: #dc3545;
}

.pager[b-e5a7f3z5jr] {
    background-color: #dedede;
    border-bottom: 1px solid #c8c8c8;
    border-top: 1px solid #c8c8c8;
    padding: 5px;
}

.pager-button[b-e5a7f3z5jr] {
    outline: none;
    width: 85px;
}

.panel[b-e5a7f3z5jr] {
    padding-left: 5px;
    padding-right: 5px;
}

.positive[b-e5a7f3z5jr] {
    color: #1fa67a;
}

.pricing[b-e5a7f3z5jr] {
    font-size: 20px;
    font-weight: bold;
}

.pricing-padding[b-e5a7f3z5jr] {
    padding: 15px 10px 15px 10px;
}

.rectangle[b-e5a7f3z5jr] {
  /*  border: 3px solid white;*/
    border: 3px solid #005ebe;
    /* border-radius: 10px;*/
    box-sizing: unset;
    display: inline-block;
    height: 122px;
    position: relative;
    width: 70px;
}

.request-detail-padding[b-e5a7f3z5jr] {
    padding: 10px;
}

.request-survey-div[b-e5a7f3z5jr] {
    border: none;
    overflow: hidden;
}

.request-survey-header-table-td[b-e5a7f3z5jr] {
    color: #1fa67a;
    font-size: 14px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.request-survey-table-td[b-e5a7f3z5jr] {
    font-size: 12px;
    vertical-align: top;
}

.request-table[b-e5a7f3z5jr] {
    background-color: white;
    border: none;
    border-radius: 4px;
    margin-bottom: 15px;
    overflow: hidden;
    border: solid 1px #c3c3c3;
}

.request-table-td[b-e5a7f3z5jr] {
    padding: 5px;
    vertical-align: top;
}

.request-title-padding[b-e5a7f3z5jr] {
    font-size: 20px !important;
    padding-bottom: 10px !important;
    padding-top: 25px !important;
}

.sale[b-e5a7f3z5jr] {
    color: #f7f74b;
}

.section_div_body[b-e5a7f3z5jr] {
    background-color: #005ebe;
    padding: 10px 5px 10px 5px;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
}

.section-padding[b-e5a7f3z5jr] {
    padding: 5px 0;
}

.selected[b-e5a7f3z5jr] {
    background-color: #001f3f !important;
    color: white !important;
}

.selected-header[b-e5a7f3z5jr] {
    background-color: #353c4f;
    color: white;
}

.selected-survey-item[b-e5a7f3z5jr] {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
}

.selected-survey-item-name[b-e5a7f3z5jr] {
    color: #f7f74b !important;
    font-size: 14px;
}

.survey-item-name[b-e5a7f3z5jr] {
    color: #1d6bcd !important;
    font-size: 14px;
}

.selected-survey-pricing[b-e5a7f3z5jr] {
    bottom: 0;
    position: absolute;
    right: 0;
}

.selected-survey-title[b-e5a7f3z5jr] {
    padding-bottom: 15px !important;
    padding-right: 20px !important;
    padding-top: 25px !important;
}

.show[b-e5a7f3z5jr] {
    display: block;
}

.start-survey-div[b-e5a7f3z5jr] {
    background-color: #1fa67a;
    padding: 15px 5px;
    text-align: center;
}

.state[b-e5a7f3z5jr] {
    color: white;
    padding-top: 5px;
    position: absolute;
    right: 4px;
    text-align: center;
    width: 24px;
    z-index: 4;
}

.state-triangle[b-e5a7f3z5jr] {
    width: 0;
    height: 0;
    border-top: 50px solid #005ebe;
    border-bottom: 50px solid transparent;
    border-left: 50px solid transparent;
    position: absolute;
    top: 0;
}



.statusinfo[b-e5a7f3z5jr] {
    background-color: #f5a005;
    border-radius: 3px;
    color: white;
    display: inline-block;
    padding: 6px;
}

.survey_div_header_body[b-e5a7f3z5jr] {
    align-items: center;
    padding: 5px;
    vertical-align: top;
}

.survey-delete-section[b-e5a7f3z5jr] {
    background: #093e66;
}

.survey-div[b-e5a7f3z5jr] {
    background-color: white;
    border: none;
    border: solid 1px #c3c3c3;
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: hidden;
    position:relative;
}

    .survey-div td[b-e5a7f3z5jr] {
        padding: 5px;
        vertical-align: top;
    }

.survey-item[b-e5a7f3z5jr] {
    font-size: 14px;
    font-weight: bold;
}

.textbox-title[b-e5a7f3z5jr] {
    background-color: #f4f4f5;
    border-right: 1px solid #e2e2e2;
    bottom: 0px;
    color: #78797b;
    font-size: 10px;
    padding-top: 15px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 50px;
}

.not-in-stock[b-e5a7f3z5jr] {
    margin-top: -10px;
    padding-bottom: 10px;
    padding-right: 20px;
  
}


.survey-selected-shelf[b-e5a7f3z5jr] {
    background-color: #1fa67a;
    height: 38px;
}

/* _content/Pricello/Pages/MyRc.razor.rz.scp.css */


div a[b-nmize1aiz8] {
    color: inherit;
    text-decoration: inherit;
}


hr[b-nmize1aiz8] {
    border-top: solid 1px #c3c3c3;
    margin-bottom: 0;
}

table[b-nmize1aiz8] {
    border: none !important;
    border-collapse: collapse;
    font-size: 14px;
}


#shelf-bottom[b-nmize1aiz8] {
    background: #fff;
    height: 45px;
    position: absolute;
    top: 105px;
    width: 70px;
}

#shelf-middle[b-nmize1aiz8] {
    /*  border-bottom: 3px solid white;
    border-top: 3px solid white;*/
    border-bottom: 3px solid #005ebe;
    border-top: 3px solid #005ebe;


    height: 45px;
    position: absolute;
    top: 39px;
    width: 70px;
}

#shelf-top[b-nmize1aiz8] {
    background: #fff;
    height: 45px;
    position: absolute;
    width: 75px;
}

.bottom-border[b-nmize1aiz8] {
    margin-bottom: 10px;
}

.btn.disabled[b-nmize1aiz8], .btn:disabled[b-nmize1aiz8] {
    opacity: 0.5;
}

.btn-cancel[b-nmize1aiz8] {
    background-color: transparent;
    color: #001f3f;
    padding: 15px 5px;
    font-size: 14px;
}

.btn-delete[b-nmize1aiz8] {
    background-color: transparent;
    color: white;
    padding: 15px 5px;
    font-size: 14px;
}

.btn-edit[b-nmize1aiz8] {
    background-color: transparent;
    color: white;
    padding: 15px 5px;
    font-size: 14px;
}

.btn-open[b-nmize1aiz8] {
    background-color: transparent;
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.cancel-div[b-nmize1aiz8] {
    background-color: #f9f5f5;
}

.score-div[b-nmize1aiz8] {
    background-color: #3666a1;
}

.btn-score[b-nmize1aiz8] {
    background-color: transparent;
    color: white;
    padding: 15px 5px;
    font-size: 14px;
}

.competitor[b-nmize1aiz8] {
    padding: 0 0 10px 0;
    vertical-align: top;
}

.competitor-pricing[b-nmize1aiz8] {
    font-size: 16px;
    font-weight: 800;
}

.completed[b-nmize1aiz8] {
    /*background-color: #4CAF50 !important;*/
    background-color: #4f87cd !important;
    color: white !important;
}

.container-fluid[b-nmize1aiz8] {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.delete-div[b-nmize1aiz8] {
    background-color: #dc3545;
}

.detail-color[b-nmize1aiz8] {
    color: #b9b9b9;
    font-size: 12px;
}

.edit-div[b-nmize1aiz8] {
    background-color: #1fa67a;
}

.expand[b-nmize1aiz8] {
    align-items: center !important;
    display: flex !important;
    justify-content: center !important;
}

.hide[b-nmize1aiz8] {
    display: none;
}

.incomplete[b-nmize1aiz8] {
    color: yellow;
}

.my-filters[b-nmize1aiz8] {
    background: #eaeaea;
    display: block;
    padding: 5px 5px 0 5px;
}

.my-header[b-nmize1aiz8] {
    background-color: #006102;
    background-image: none;
    min-height: 170px;
}

.my-header-angle[b-nmize1aiz8] {
    color: white;
    display: inline-block;
}

.my-header-color[b-nmize1aiz8] {
    color: white;
    display: inline-block;
    font-family: 'Roboto';
    text-shadow: 1px 1px 1px #333;
}

.my-header-color-1[b-nmize1aiz8] {
    color: #001f3f;
    display: inline-block;
    font-family: 'Roboto';
}

.my-header-label[b-nmize1aiz8] {
    color: white;
    display: inline-block;
    font-family: 'Roboto';
    font-size: 21px;
    text-shadow: 1px 1px 1px #333;
}

.my-header-sub1[b-nmize1aiz8] {
    display: block;
    font-family: 'Roboto';
    padding-bottom: 15px;
    padding-top: 2px;
    text-align: center;
}

    .my-header-sub1 div[b-nmize1aiz8] {
        display: inline-block;
        text-align: center;
        width: 140px;
    }

.my-header-sub1-title[b-nmize1aiz8] {
    color: #c8e1ef;
    display: block;
    font-size: 10px;
    line-height: 11px;
}

.my-header-sub1-title-1[b-nmize1aiz8] {
    color: #6c757d;
    display: block;
    font-size: 10px;
    line-height: 11px;
}

.my-header-sub2[b-nmize1aiz8] {
    display: block;
    margin: auto;
    min-height: 30px;
    text-align: center;
    width: 100%;
}

.my-title[b-nmize1aiz8] {
    color: #c8e1ef;
    display: block;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    padding: 60px 12px 33px 12px;
    text-align: center;
}

.negative[b-nmize1aiz8] {
    color: #dc3545;
}

.pager[b-nmize1aiz8] {
    background-color: #dedede;
    border-bottom: 1px solid #c8c8c8;
    border-top: 1px solid #c8c8c8;
    padding: 5px;
}

.pager-button[b-nmize1aiz8] {
    outline: none;
    width: 85px;
}

.panel[b-nmize1aiz8] {
    padding-left: 5px;
    padding-right: 5px;
}

.positive[b-nmize1aiz8] {
    color: #1fa67a;
}

.pricing[b-nmize1aiz8] {
    font-size: 20px;
    font-weight: bold;
}

.pricing-padding[b-nmize1aiz8] {
    padding: 15px 10px 15px 10px;
}

.rectangle[b-nmize1aiz8] {
  /*  border: 3px solid white;*/
    border: 3px solid #005ebe;
    /* border-radius: 10px;*/
    box-sizing: unset;
    display: inline-block;
    height: 122px;
    position: relative;
    width: 70px;
}

.request-detail-padding[b-nmize1aiz8] {
    padding: 10px;
}

.request-survey-div[b-nmize1aiz8] {
    border: none;
    overflow: hidden;
}

.request-survey-header-table-td[b-nmize1aiz8] {
    color: #1fa67a;
    font-size: 14px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.request-survey-table-td[b-nmize1aiz8] {
    font-size: 12px;
    vertical-align: top;
}

.request-table[b-nmize1aiz8] {
    background-color: white;
    border: none;
    border-radius: 4px;
    margin-bottom: 15px;
    overflow: hidden;
    border: solid 1px #c3c3c3;
}

.request-table-td[b-nmize1aiz8] {
    padding: 5px;
    vertical-align: top;
}

.request-title-padding[b-nmize1aiz8] {
    font-size: 20px !important;
    padding-bottom: 10px !important;
    padding-top: 25px !important;
}

.sale[b-nmize1aiz8] {
    color: #f7f74b;
}

.section_div_body[b-nmize1aiz8] {
    background-color: #005ebe;
    padding: 10px 5px 10px 5px;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
}

.section-padding[b-nmize1aiz8] {
    padding: 5px 0;
}

.selected[b-nmize1aiz8] {
    background-color: #001f3f !important;
    color: white !important;
}

.selected-header[b-nmize1aiz8] {
    background-color: #353c4f;
    color: white;
}

.selected-survey-item[b-nmize1aiz8] {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
}

.selected-survey-item-name[b-nmize1aiz8] {
    color: #f7f74b !important;
    font-size: 14px;
}

.survey-item-name[b-nmize1aiz8] {
    color: #1d6bcd !important;
    font-size: 14px;
}

.selected-survey-pricing[b-nmize1aiz8] {
    bottom: 0;
    position: absolute;
    right: 0;
}

.selected-survey-title[b-nmize1aiz8] {
    padding-bottom: 15px !important;
    padding-right: 20px !important;
    padding-top: 25px !important;
}

.show[b-nmize1aiz8] {
    display: block;
}

.start-survey-div[b-nmize1aiz8] {
    background-color: #1fa67a;
    padding: 15px 5px;
    text-align: center;
}

.state[b-nmize1aiz8] {
    color: white;
    padding-top: 5px;
    position: absolute;
    right: 4px;
    text-align: center;
    width: 24px;
    z-index: 4;
}

.state-triangle[b-nmize1aiz8] {
    width: 0;
    height: 0;
    border-top: 50px solid #005ebe;
    border-bottom: 50px solid transparent;
    border-left: 50px solid transparent;
    position: absolute;
    top: 0;
}



.statusinfo[b-nmize1aiz8] {
    background-color: #f5a005;
    border-radius: 3px;
    color: white;
    display: inline-block;
    padding: 6px;
}

.survey_div_header_body[b-nmize1aiz8] {
    align-items: center;
    padding: 5px;
    vertical-align: top;
}

.survey-delete-section[b-nmize1aiz8] {
    background: #093e66;
}

.survey-div[b-nmize1aiz8] {
    background-color: white;
    border: none;
    border: solid 1px #c3c3c3;
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: hidden;
    position:relative;
}

    .survey-div td[b-nmize1aiz8] {
        padding: 5px;
        vertical-align: top;
    }

.survey-item[b-nmize1aiz8] {
    font-size: 14px;
    font-weight: bold;
}

.textbox-title[b-nmize1aiz8] {
    background-color: #f4f4f5;
    border-right: 1px solid #e2e2e2;
    bottom: 0px;
    color: #78797b;
    font-size: 10px;
    padding-top: 15px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 50px;
}

.not-in-stock[b-nmize1aiz8] {
    margin-top: -10px;
    padding-bottom: 10px;
    padding-right: 20px;
  
}


.survey-selected-shelf[b-nmize1aiz8] {
    background-color: #1fa67a;
    height: 38px;
}

.score-table[b-nmize1aiz8] {
    width: 100%;
}

.score-th-hdr[b-nmize1aiz8] {
    margin: 0;
    padding: 2px 5px;
    text-align: center;
    border-right: solid 1px #bdbbbb;
    border-top: solid 1px #bdbbbb;
    border-bottom: solid 1px #bdbbbb;
    background-color: #4f87cd;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 10px;
}

.score-td[b-nmize1aiz8] {
    border-right: 1px solid #bdbbbb;
    border-bottom: 1px solid #bdbbbb;
    padding: 1px 5px;
    font-size: 11px;
    text-transform: uppercase;
    color: black;
    /*background-color: #ffffff;*/
}

.txt-ctr[b-nmize1aiz8] {
    text-align: center;
}

.last-row[b-nmize1aiz8] {
    border-top: 2px solid black !important;
}


.even-row[b-nmize1aiz8] {
    background-color: #fbfbfb;
}

.odd-row[b-nmize1aiz8] {
    background-color: #eef5fb;
}
/* _content/Pricello/Pages/NewStoreItems.razor.rz.scp.css */

.ctr[b-du3suede14] {
    text-align: center;
}
.fit[b-du3suede14] {
    width: 1%;
    white-space: nowrap;
}

.item-detail-div[b-du3suede14] {
    border: solid 1px #e5e5e5;
}

.item-detail-hdr[b-du3suede14] {
    padding: 3px;    
}

.item-tbl[b-du3suede14] {
    width: 100%;
    font-size: 14px;    
}
    .item-tbl th[b-du3suede14] {
        background-color: #f6f6f6;
        font-weight: bold;
    }

.btn-w[b-du3suede14] {
    margin-left: 10px;
    width: 110px;
}

.btn-div[b-du3suede14] {
    padding-right: 3px;
    padding-bottom: 10px;
    width: 100%;
    text-align: right;
    border-bottom: solid 1px #e5e5e5;
}

.item-match-div[b-du3suede14] {
    padding: 3px;
    overflow-y: scroll;
    height: 600px;
}

.search-section[b-du3suede14] {
    width: 100%;
            
}
.search-title[b-du3suede14] {
    font-weight: bold;
    font-size: 14px;
    background-color: rgba(67,100,149, 0.25);
}

.search-results[b-du3suede14] {
    margin-top: 5px;
}

th[b-du3suede14] {
    border-bottom: solid 1px rgba(67,100,149, 0.25);
}

.blue-row[b-du3suede14] {
    background-color: rgba(67, 100, 149, 0.1);
}

.grey-row[b-du3suede14] {
    background-color: rgba(211, 211, 211, 0.1);
}

.checkbox[b-du3suede14] {
    margin-top: -3px;
    vertical-align: middle;
}
/* _content/Pricello/Pages/RCControlPanel.razor.rz.scp.css */

.content[b-gvn0wpa7eg] {
    padding-top: 10px;
/*    margin-left: 50px;
    margin-right: 50px;*/
    background-color: white;
    margin-top: -50px;    
    border-radius: 0.25rem;
}

.content-hdr[b-gvn0wpa7eg] {
    padding-left: 10px;
}

.titleLarge[b-gvn0wpa7eg] {
    color: #000000;
    font-size: 16pt;
    font-weight: normal;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

.titleSmall[b-gvn0wpa7eg] {
    color: #777777;
    display: inline-block;
    margin-top: 0;
}


.filters-bar[b-gvn0wpa7eg] {
    background-color: #f5f5f5;
    border-top: solid 1px #d2d2d2;
    border-bottom: solid 1px #d2d2d2;
    width: 100%;
    padding: 10px;
}

    .filters-bar .title[b-gvn0wpa7eg] {
        display: block;
        font-size: 10px;
        margin-top: 5px;
    }

input[b-gvn0wpa7eg], select[b-gvn0wpa7eg] {
    padding: 2px 5px;
    font-size: 11px;
    border: solid 1px #c6c6c6;
}

.ddl[b-gvn0wpa7eg] {
    width: 100%;
}

.row[b-gvn0wpa7eg] {
    margin-left: 0px;
    margin-right: 0px;
}

.parent-div[b-gvn0wpa7eg] {
    width: 100%;
    overflow: hidden;
}
    .parent-div .top-div[b-gvn0wpa7eg] {
        width: 100%;
        height: 50px;
        text-align: center;
        margin-bottom: 10px;
    }

    .parent-div .left-div[b-gvn0wpa7eg] {
        width: 700px;
        float: left;
        vertical-align: top;
    }

    .parent-div .mid-div[b-gvn0wpa7eg] {
        width: 670px;
        float: left;        
        vertical-align: top;
        margin-left: 50px;
    }

    .parent-div .right-div[b-gvn0wpa7eg] {
        margin-left: 1220px;
        vertical-align: top;
        width: 600px;
    }

    

.state-title[b-gvn0wpa7eg] {
    font-size: 40px;
    text-transform: uppercase;
}

.div-dist[b-gvn0wpa7eg] {
    height: calc(100vh - 226px);
    overflow-y: scroll;
    margin: 0;
}
.parent-table td[b-gvn0wpa7eg] {
    vertical-align: top;
}

.dist-table[b-gvn0wpa7eg] {
    border-spacing: 0;
    border-collapse: separate;
}

.div-display[b-gvn0wpa7eg] {
/*    height: calc(100vh - 226px);
    overflow-y: scroll;
    margin: 0;*/
}

.display-table[b-gvn0wpa7eg] {
}

.spacer-col[b-gvn0wpa7eg] {
    width: 50px;
}

.spacer-row[b-gvn0wpa7eg] {
    height: 29px;
}

thead[b-gvn0wpa7eg] {
    top: 0;
    position: sticky;
    z-index: 10;
}

.th-hdr-span[b-gvn0wpa7eg] {
    margin: 0;
    padding: 2px 5px;
    text-align: center;
    border-right: solid 1px #000000;
    border-bottom: solid 1px #000000;
    background-color: #2d4255;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    height: 30px;
}

.th-hdr[b-gvn0wpa7eg] {
    margin: 0;
    padding: 2px 5px;
    text-align: center;
    border-right: solid 1px #000000;
    border-bottom: solid 1px #000000;
    background-color: #2d4255;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    height: 50px;
}

.th-left[b-gvn0wpa7eg] {
    border-left: solid 1px #000000;
}

.td[b-gvn0wpa7eg] {
    border-right: 1px solid #bdbbbb;
    border-bottom: 1px solid #bdbbbb;
    padding: 3px 5px 3px 5px;
}

.td-left[b-gvn0wpa7eg] {
    border-left: 1px solid #bdbbbb;
}

.td-total[b-gvn0wpa7eg] {
    border-top: 2px solid #000000;
}

.brand-col[b-gvn0wpa7eg] { width: 150px; }
.item-col[b-gvn0wpa7eg] { width: 200px; }
.size-col[b-gvn0wpa7eg] { width: 60px; }
.points-col[b-gvn0wpa7eg] { width: 60px; }
.msrp-col[b-gvn0wpa7eg] { width: 80px; }
.req-col[b-gvn0wpa7eg] { width: 60px; }
.req-dis-col[b-gvn0wpa7eg] { width: 100px; }
.cb-col[b-gvn0wpa7eg] { width: 50px; }
.category-col[b-gvn0wpa7eg] { width: 200px; }

.checkbox[b-gvn0wpa7eg] {
    position: relative;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    border: solid 1px grey;
    margin: 0 auto;
}

.fa-check[b-gvn0wpa7eg] {
    position: relative;
    font-size: 25px;
    left: 2px;
    top: -5px;
    color: #15b347;
}

.even-row[b-gvn0wpa7eg] {
    background-color: #fbfbfb;
}

.odd-row[b-gvn0wpa7eg] {
    background-color: #eef5fb;
}

.blank-cell[b-gvn0wpa7eg] {
    background-color: #696969 !important;
}
.txt-ctr[b-gvn0wpa7eg] { text-align: center; }
/* _content/Pricello/Pages/RCScore.razor.rz.scp.css */

.page-lux[b-08xxuocfsb] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0,0,0);
    font-size: 13px;
    overflow-y: scroll;

    display: flex;
    flex-direction: column;
}

.page-lux-header[b-08xxuocfsb] {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;    
    background-color: #e9e9e9;
    padding: 1px 0;
    /*border-bottom: 1px solid #b9b5b5;*/
    height: 110px;
}




.page-store[b-08xxuocfsb] {
    padding: 10px;
}

.header-table[b-08xxuocfsb] {
    width: 100%;
}

    .header-table th[b-08xxuocfsb] {
        color: white;
        background-color: #001f3f;
    }

.header-store[b-08xxuocfsb] {
    font-size: 20px;
    font-weight: bold
}

.header-address[b-08xxuocfsb] {
    color: #001f3f;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: -1px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.header-date[b-08xxuocfsb] {
    padding-top: 5px;
    background-color: white;
    font-size: 11px;
}

.spacer[b-08xxuocfsb] {
    padding: 5px;
}

.page-lux-content[b-08xxuocfsb] {
    padding-top: 185px;
    background-color: #fefefe;
    padding-bottom: 10px;
    flex-grow: 1;
    overflow-y: scroll;
}

.div-tabs[b-08xxuocfsb] {
    position: fixed;
    top: 150px;
    left: 0;
    right: 0;
    display: block;
    margin-bottom: 2px;
    padding: 0 10px;
    width: 100%;
    border-bottom: 1px solid #ababab;
    background-color: #e9e9e9;
}

    .div-tabs .tabs-section[b-08xxuocfsb] {
        border-left: 1px solid #e8e8e8;
        box-sizing: border-box;
        display: inline-block;
        width: 100%;
    }

.report-card[b-08xxuocfsb] {
    height: calc(100vh - 176px);
    overflow-y: scroll;
}

.score-table[b-08xxuocfsb] {
  
    width: 100%;
    margin-bottom: 10px;
}

.score-th-hdr[b-08xxuocfsb] {
    margin: 0;
    padding: 2px 5px;
    text-align: center;
    border-right: solid 1px #bdbbbb;
    border-top: solid 1px #bdbbbb;
    border-bottom: solid 1px #bdbbbb;
    background-color: #4f87cd;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 10px;
}

.score-td[b-08xxuocfsb] {
    border-right: 1px solid #bdbbbb;
    border-bottom: 1px solid #bdbbbb;
    padding: 1px 5px;
    font-size: 11px;
    text-transform: uppercase;
    color: black;
    /*background-color: #ffffff;*/
}


.section-table[b-08xxuocfsb] {
    width: 100%;
    margin-bottom: 10px;
}

.sec-th-hdr[b-08xxuocfsb] {
    margin: 0;
    padding: 2px 2px;
    text-align: center;
    border-right: solid 1px #bdbbbb;
    border-top: solid 1px #bdbbbb;
    border-bottom: solid 1px #bdbbbb;
    background-color: #4f87cd;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 10px;
}

.sec-td[b-08xxuocfsb] {
    border-right: 1px solid #bdbbbb;
    border-bottom: 1px solid #bdbbbb;
    padding: 1px 2px;
    font-size: 11px;
    text-transform: uppercase;
    color: black;
    /*background-color: #ffffff;*/
}

.brand-col[b-08xxuocfsb] {
    width: 90px;
}
.size-col[b-08xxuocfsb] {
    width: 48px;
}
.msrp-col[b-08xxuocfsb] {
    width: 40px;
}
.score-col[b-08xxuocfsb] {
    width: 25px;
}

.txt-ctr[b-08xxuocfsb] {
    text-align: center;
}

.last-row[b-08xxuocfsb] {
    border-top: 2px solid black !important;
}


.even-row[b-08xxuocfsb] {
    background-color: #fbfbfb;
}

.odd-row[b-08xxuocfsb] {
    background-color: #eef5fb;
}


.image-div[b-08xxuocfsb] {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    width: 100%;
}

.note-div[b-08xxuocfsb] {
    padding: 20px;
}



/***    TABS    ***/
.nav-link[b-08xxuocfsb] {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    /*font-size: 9px !important;*/
    font-weight: var(--bs-nav-link-font-weight);
    color: #272727 !important;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

.nav-tabs[b-08xxuocfsb] {
    --bs-nav-tabs-border-width: 1px;
    /*    --bs-nav-tabs-border-color: red !important;*/
    --bs-nav-tabs-border-radius: 0.375rem;
    --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
    --bs-nav-tabs-link-active-color: #495057;
    --bs-nav-tabs-link-active-bg: #fff;
    --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
    border-left: 1px solid #ababab !important;
}

    .nav-tabs .nav-link[b-08xxuocfsb] {
        margin-bottom: -2px !important;
        background: 0 0;
        background-color: #d5d5d5 !important;
        border-right: 1px solid #ababab !important;
        border-top: 1px solid #ababab !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        cursor: pointer;
    }

        .nav-tabs .nav-link:focus[b-08xxuocfsb], .nav-tabs .nav-link:hover[b-08xxuocfsb] {
            isolation: isolate;
            border-color: var(--bs-nav-tabs-link-hover-border-color)
        }

        .nav-tabs .nav-link.disabled[b-08xxuocfsb], .nav-tabs .nav-link:disabled[b-08xxuocfsb] {
            color: var(--bs-nav-link-disabled-color);
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link[b-08xxuocfsb], .nav-tabs .nav-link.active[b-08xxuocfsb] {
            color: var(--bs-nav-tabs-link-active-color);
            background-color: #ffffff !important;
            border-color: var(--bs-nav-tabs-link-active-border-color);
            border-bottom: solid 1px #ffffff !important;
            cursor: default !important;
        }

    .nav-tabs .nav-item[b-08xxuocfsb] {
        margin-bottom: 1px !important;
    }
    /*#f5f5f5*/
    /*.nav-item {
    cursor: pointer !important;
}*/





.nav-item[b-08xxuocfsb] {
    width: 33.3%;
    /*cursor: pointer !important;*/
    text-align: center;
    font-size: 12px !important;
}

.nav-link[b-08xxuocfsb] {
    padding: 5px !important;
    font-weight: 500;
    font-family: Roboto;
}

.tab-header[b-08xxuocfsb] {
    background-color: #ffffff;
    padding: 10px 20px;
}
/* _content/Pricello/Pages/ReportCard.razor.rz.scp.css */
/** {
    outline: 1px solid red;
}*/


.page-lux[b-gk979gp6c2] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0,0,0);
    font-size: 13px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
}

.page-lux-header[b-gk979gp6c2] {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;    
    background-color: #e9e9e9;
    padding: 1px 0;
    border-bottom: 1px solid #b9b5b5;
    height: 43px;
}

.header-gap-page[b-gk979gp6c2] {
    padding-top: 75px;
}

.page-lux-content[b-gk979gp6c2] {
    background-color: #fefefe;
    padding-bottom: 10px;
    flex-grow: 1;
}

.page-btn[b-gk979gp6c2] {
    padding: 7px 5px 0 5px;
}

.grid td[b-gk979gp6c2], .grid th[b-gk979gp6c2] {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    margin: 0;
    text-shadow: 0px 0px 0px transparent !important;
}

.gridHeader[b-gk979gp6c2], .grid th[b-gk979gp6c2] {
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    white-space: normal !important;
}

    .gridHeader a[b-gk979gp6c2], .grid th a[b-gk979gp6c2] {
        text-decoration: none;
        color: #ffffff;
    }

.grid[b-gk979gp6c2] {
    border: 0px;
    background-color: #fdfdfd;
    font-size: 12px;
    /*margin-bottom: 10px;*/
    width: 100%;
}

.text-muted[b-gk979gp6c2] {
    color: #565656 !important;
}


.header-table[b-gk979gp6c2] {
    width: 100%;
}

    .header-table th[b-gk979gp6c2] {
        color: white;
        background-color: #001f3f;
    }

    .header-table th:last-child[b-gk979gp6c2], td:last-child[b-gk979gp6c2] {
        padding-right: 10px !important;
    }

    .header-table th:first-child[b-gk979gp6c2], td:first-child[b-gk979gp6c2] {
        padding-left: 10px !important;
    }

.txt-rt[b-gk979gp6c2] {
    text-align: right;
}

.panel[b-gk979gp6c2] {
    padding-bottom: 5px;
    padding-top: 5px;
}

.panel-spacing[b-gk979gp6c2] {
    margin-top: 25px;
}

.panel-padding[b-gk979gp6c2] {
    padding-left: 10px;
    padding-right: 10px;
}

.header-title[b-gk979gp6c2] {
    color: #001f3f;
    font-size: 18px;
    font-weight: bold;
}

.header-store[b-gk979gp6c2] {
    font-size: 20px;
    font-weight: bold
}

.header-address[b-gk979gp6c2] {
    color: #001f3f;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: -1px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.header-date[b-gk979gp6c2] {
    padding-top: 5px;
    background-color: white;
    font-size: 11px;
}

.r12-row[b-gk979gp6c2] {
    color: #001f3f;
    padding-bottom: 5px;
    background-color: white;
    font-size: 12px;
}

.sticky-header[b-gk979gp6c2] {
    position: fixed;
    top: 43px;
    width: 100%;
    background-color: #E9E9E9;
    z-index: 1030;
}

.sticky-section[b-gk979gp6c2] {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
}

.sticky-section-add-note[b-gk979gp6c2] {
    padding-right: 10px;
    padding-left: 10px;
}


.sticky-btn-survey[b-gk979gp6c2] {
    font-size: 11px;
    font-weight: bold;
    padding: 7px 4px;
    text-align: center;
    border: 1px solid #797f91;
    border-radius: 6px;
    width: 100%;
}

.sticky-btn-notes[b-gk979gp6c2] {
    background-color: white;
    color: #353c4f;
}

.sticky-btn-image[b-gk979gp6c2] {
    background-color: #001f3f;
    color: white;
}

.sticky-btn-submit[b-gk979gp6c2] {
    background-color: #188b65;
    color: white;
}

.sticky-btn-disabled[b-gk979gp6c2] {
    background-color: #cfcfcf;
    color: black;
}

.sticky-btn-add-note[b-gk979gp6c2] {
    background-color: white;
    color: #353c4f;
}

.sr-only[b-gk979gp6c2] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.input-label[b-gk979gp6c2] {
    padding: 20px;
    background-color: #f55442;
    color: white;
    border-radius: 10px;
    cursor: pointer;
}



.image-imput[b-gk979gp6c2] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
}

.sticky-notes[b-gk979gp6c2] {
    width: 100%;
    position: fixed;
    top: 82px;
    background-color: #efefef;
    height: 125px;
    z-index: 11;
    overflow: hidden;
    border-bottom: 1px solid #b9b5b5;
}

.sticky-notes-txtarea[b-gk979gp6c2] {
    width: 98%;
    text-transform: uppercase;
    font-size: 10px;
    background-color: white;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #bdbdbd;
    border-radius: 0;
    margin: 6px;
}

.image-div[b-gk979gp6c2] {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    width: 100%;
}

.upload-time-div[b-gk979gp6c2] {
    z-index: 8;
    position: relative;
    position: absolute;
    border: none;
    box-shadow: none;
    background-color: rgba(0, 31, 63, 0.8);
    color: #fff;
    top: 10px;
    left: 10px;
    font-size: 12px;
}

.btn-image-delete[b-gk979gp6c2] {
    z-index: 8;
    position: relative;
    position: absolute;
    border: none;
    box-shadow: none;
    color: #fff;
    top: 10px;
    right: 1px;
    font-size: 20px;
    text-shadow: 1px 1px 1px #4e4d4d;
    background: transparent;
}

.header-image-survey[b-gk979gp6c2] {
    padding-top: 85px;
    padding-bottom: 5px;
}

.watermark[b-gk979gp6c2] {
    position: absolute;
    margin: 0 auto;
    left: 35%;
    top: 40%;    
    width: 0%;
    opacity: 0.8;
    color: rgba(0, 0, 0, 0.25);
    font-size: 10em;
}

.alert-msg[b-gk979gp6c2] {
    text-align: center;
    margin: 0;
    height: 50px;
}

.footer[b-gk979gp6c2] {
   /* height: 70px;*/
    overflow-x: hidden;
}

.txt-ctr[b-gk979gp6c2] {
    text-align: center;
}

.w-50[b-gk979gp6c2] {
    width: 50%;
}
.w-33[b-gk979gp6c2] {
    width: 33.3%;
}

w-25[b-gk979gp6c2] {
    width: 25%;
}
.page-store[b-gk979gp6c2] {
    padding: 10px 0;
}

.spacer[b-gk979gp6c2] {
    padding: 5px;
}
.report-card[b-gk979gp6c2] {
    width: 350px;
    margin: 0 auto;
    
}
    .report-card .brands[b-gk979gp6c2] {
        background-color: #f1f1f1;
        border-radius: 10px;
        padding: 10px 30px;
        height: calc(100vh - 240px);
        overflow-y: scroll;
    }

    .report-card .brand-btn[b-gk979gp6c2] {
        width: 100%;
        text-align: left;
        padding: 16px 0 16px 15px;
        background-color: white;
        margin: 15px 0px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 8px;
        border: solid 1px #c8bea2;
    }

    .report-card .green[b-gk979gp6c2] {
        background-color: #d3ffd3;
    }

    .report-card .white[b-gk979gp6c2] {
        background-color: white;
    }

    .report-card .empty[b-gk979gp6c2] {
        opacity: 0.5
    }

    .report-card .brand[b-gk979gp6c2] {
        border-bottom: solid 1px #c8bea2;
        font-size: 20px;
        padding: 10px 0;
        font-weight: bold;
        color: #f3f3f3;
        background-color: #636363;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        height: 50px;
    }

    .report-card .survey[b-gk979gp6c2] {
        background-color: #f1f1f1;
        border-radius: 10px;
       /* padding: 10px 30px;*/
        height: calc(100vh - 290px);
        overflow-y: scroll;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

        .report-card .survey .section[b-gk979gp6c2] {
            padding: 10px 0;            
        }

        .report-card .survey .header[b-gk979gp6c2] {
            width: 100%;
            text-align: center;
        }

    .report-card .brand-back-btn[b-gk979gp6c2] {        
        font-size: 22px;
        color: #f3f3f3;
    }

    .report-card .fa-chevron-left[b-gk979gp6c2] {
        position: relative;
        left: 6px;
        top: 2px;
    }

    .report-card .display-activity[b-gk979gp6c2] {
        padding: 10px 30px;        
    }

        .report-card .display-activity .section[b-gk979gp6c2] {
            width: 100%;
            text-align: center;
            border-radius: 5px;
            background-color: white;
            box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 8px;
            
        }

        .report-card .display-activity .header[b-gk979gp6c2] {
            padding-top: 5px;
            font-size: 14px;
            text-align: center;
        }

        .report-card .display-activity .sub-header[b-gk979gp6c2] {
            text-align: center;
            font-size: 10px;
        }

        .report-card .display-activity .score[b-gk979gp6c2] {
            padding: 2px 7px 6px 7px;
        }

        .report-card .display-activity .score-div[b-gk979gp6c2] {
            background-color: #ececec;
            border-radius: 5px;
            width: 100%;
            height: 50px;
            border: solid 1px #d3d3d3;
        }
        .report-card .display-activity .requirement[b-gk979gp6c2] {
            padding: 5px 0 3px 0;
            font-size: 12px;
        }
        .report-card .display-activity .checkbox[b-gk979gp6c2] {
            position: relative;
            border-radius: 4px;
            width: 20px;
            height: 20px;
            border: solid 1px grey;
            margin: 0 auto;
        }

        .report-card .display-activity .checkbox-active[b-gk979gp6c2] {
            background-color: white;
        }

        .report-card .display-activity .checkbox-disabled[b-gk979gp6c2] {
            background-color: #d9d9d9;
        }

        .report-card .display-activity .fa-check[b-gk979gp6c2] {
            position: relative;
            font-size: 25px;
            left: 2px;
            top: -5px;
            color: #15b347;
        }

        .report-card .display-activity .fa-check-green[b-gk979gp6c2] {          
            color: #15b347;
        }

        .report-card .display-activity .fa-check-grey[b-gk979gp6c2] {
            color: #168b3b;
        }

        .report-card .display-activity .depletion[b-gk979gp6c2] {
            text-align: center;
            font-size: 10px;
        }


/***    TABS    ***/
.nav-link[b-gk979gp6c2] {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    /*font-size: 9px !important;*/
    font-weight: var(--bs-nav-link-font-weight);
    color: #272727 !important;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

.nav-tabs[b-gk979gp6c2] {
    --bs-nav-tabs-border-width: 1px;
    /*    --bs-nav-tabs-border-color: red !important;*/
    --bs-nav-tabs-border-radius: 0.375rem;
    --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
    --bs-nav-tabs-link-active-color: #495057;
    --bs-nav-tabs-link-active-bg: #fff;
    --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
    border-left: 1px solid #ababab !important;
}

    .nav-tabs .nav-link[b-gk979gp6c2] {
        margin-bottom: -2px !important;
        background: 0 0;
        background-color: #d5d5d5 !important;
        border-right: 1px solid #ababab !important;
        border-top: 1px solid #ababab !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        cursor: pointer;
    }

        .nav-tabs .nav-link:focus[b-gk979gp6c2], .nav-tabs .nav-link:hover[b-gk979gp6c2] {
            isolation: isolate;
            border-color: var(--bs-nav-tabs-link-hover-border-color)
        }

        .nav-tabs .nav-link.disabled[b-gk979gp6c2], .nav-tabs .nav-link:disabled[b-gk979gp6c2] {
            color: var(--bs-nav-link-disabled-color);
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link[b-gk979gp6c2], .nav-tabs .nav-link.active[b-gk979gp6c2] {
            color: var(--bs-nav-tabs-link-active-color);
            background-color: #ffffff !important;
            border-color: var(--bs-nav-tabs-link-active-border-color);
            border-bottom: solid 1px #ffffff !important;
            cursor: default !important;
        }

    .nav-tabs .nav-item[b-gk979gp6c2] {
        margin-bottom: 1px !important;
    }
    /*#f5f5f5*/
    /*.nav-item {
    cursor: pointer !important;
}*/



.div-tabs[b-gk979gp6c2] {
    display: block;
    margin-bottom: 2px;
    padding: 0 10px;
    width: 100%;
    border-bottom: 1px solid #ababab;
}

    .div-tabs .tabs-section[b-gk979gp6c2] {
        border-left: 1px solid #e8e8e8;
        box-sizing: border-box;
        display: inline-block;
        width: 100%;
    }

.nav-item[b-gk979gp6c2] {
    width: 50%;
    /*cursor: pointer !important;*/
    text-align: center;
    font-size: 12px !important;
}

.nav-link[b-gk979gp6c2] {
    padding: 5px !important;
    font-weight: 500;
    font-family: Roboto;
}

.tab-header[b-gk979gp6c2] {
    background-color: #ffffff;
    padding: 10px 20px;
}
/* _content/Pricello/Pages/Reports.razor.rz.scp.css */
body[b-4oxx1ds04d] {
}

.page[b-4oxx1ds04d] {
    margin-left: 5px;
    margin-right: 5px;
}

.page-content[b-4oxx1ds04d] {
    margin-top: -50px;
    border: 1px solid lightgray;    
}

.report-links[b-4oxx1ds04d] {
    color: rgb(105,105,105) !important;
    padding: 10px 10px 0 10px;
    border: 1px solid #C9DDFA;
    background-color: #E7F4FF;
}

.report-header[b-4oxx1ds04d] {
    border-bottom: solid 1px rgb(105,105,105);
    margin-bottom: 15px;
    font-size: 18px;
}

.nav[b-4oxx1ds04d] {
    color: rgb(105,105,105);
    font-size: larger;
}


.blue-row[b-4oxx1ds04d] { background-color: rgba(67, 100, 149, 0.15); }
.grey-row[b-4oxx1ds04d] { background-color: rgba(211, 211, 211, 0.15); }
/* _content/Pricello/Pages/RequestBuilder.razor.rz.scp.css */

input[type=checkbox][b-7j5geoae2t], input[type=radio][b-7j5geoae2t] {
    margin-left: 10px;
}


.request-radiobutton[b-7j5geoae2t] {
    vertical-align: top;
}

    .request-radiobutton label[b-7j5geoae2t] {
        margin-right: 15px;
    }

.request-checkbox[b-7j5geoae2t] {
    padding: 5px;
}

.request-textbox[b-7j5geoae2t] {
    color: #444;
    padding: 4px;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: 22px !important;
}

.requestSection[b-7j5geoae2t] {
    display: block;
    padding-top: 10px;
    width: 100%;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.requestSubSection[b-7j5geoae2t] {
    display: block;
    padding-top: 10px;
    width: 100%;
    font-size: 16px;
}

.request-header[b-7j5geoae2t] {
    color: #949494;
    display: inline-block;
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 12px;
}

.request-status-label[b-7j5geoae2t] {
    color: white;
    font-size: 14px;
}

.item-btn[b-7j5geoae2t] {
    padding: 7px;
    margin-right: 15px;
    margin-bottom: 5px;
    background-color: #2f7cc2;
    display: inline-block;
    color: white;
    font-size: 14px;
    vertical-align: top;
    line-height: 1.25;
}

.lux-item-btn[b-7j5geoae2t] {
    /*border: 1px solid gray;*/
    padding: 7px;
    margin-right: 15px;
    margin-bottom: 5px;
    background-color: #1fa67a;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    min-width: 200px;
    max-width: 300px;
    color: white;
    line-height: 1.25;
}

.comp-item-btn[b-7j5geoae2t] {
    padding: 7px;
    margin-right: 15px;
    margin-bottom: 5px;
    background-color: #83b3e7;
    display: inline-block;
    color: white;
    font-size: 14px;
    vertical-align: top;
    width: 175px;
    line-height: 1.25;
}

.div-inline-block[b-7j5geoae2t] {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}

.div-block[b-7j5geoae2t] {
    vertical-align: top;
    padding-left: 10px;
    padding-top: 10px;
}

.repeater-button[b-7j5geoae2t] {
   /* color: #404040;
    margin-left: 5px;*/
    color: white;
    margin-left: 5px;
    background-color: #f0670e;
}

.number-square[b-7j5geoae2t] {
    width: 19px;
    height: 21px;
    background: lightgray;
    border: 2px solid lightgray;
    text-align: center;
    font-size: 12px;
    vertical-align: top;
    color: #404040;
    margin-right: 10px;
}

.select-css[b-7j5geoae2t] {
    color: dimgray;
    padding: 4px;
    border: 1px solid #aaa;
   /* border-radius: 4px;*/
}

.flex-grid[b-7j5geoae2t] {
    display: flex;
    flex-wrap: wrap;
}

.col[b-7j5geoae2t] {
    flex: 1;
    padding-right: 25px;
    padding-left: 0;

}

.divider[b-7j5geoae2t] {
    width: 2px;
    margin: 6px 0;
    background: lightgray;
}

.contentbodysetwidth[b-7j5geoae2t] {
    width: 100%;
    padding: 10px 60px;
    box-sizing: border-box;
}

.items-list[b-7j5geoae2t] {
    display: flex;
    overflow-x: auto;
    height: 150px;
    flex-direction: column;
    margin-top: 5px;
    border-width: 1px;
    border-color: lightgray;
    border-style: solid;
    font-size: 12px;
    padding: 5px;
    border-radius: 4px;
}

.items-list-items[b-7j5geoae2t] {
    scroll-snap-align: start;
    margin-bottom: 1px;
}

.grid-container[b-7j5geoae2t] {
    display: grid;
    grid-template-columns: auto auto;
}

.grid-item-1[b-7j5geoae2t] {
    text-align: left;
    margin-right: 5px;
}

.grid-item-2[b-7j5geoae2t] {
    text-align: right;
}

.flex-container[b-7j5geoae2t] {
    display: flex;
    flex-wrap: wrap;
}

.flex-container > div[b-7j5geoae2t] {
    margin: 10px;
}

.published[b-7j5geoae2t] {
    padding: 6px;
    display: inline-block;
    margin-top: 5px;
    height: 22px;
    line-height: 9px;
  /*  border-radius: 4px;*/
    text-align: center;
}

.col-label[b-7j5geoae2t] {
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 1PX SOLID lightgray;
    margin-bottom: 10px;
}

.labeltext[b-7j5geoae2t] {
    color: #464646;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 2px;
}

.section-header[b-7j5geoae2t] {
    font-size: 14PT;
    line-height: 16PT;
  /*  margin-bottom: 10PX;*/
    padding-bottom: 10PX;
    color: #0483d6;
    font-weight: bold;
}

.bluebox[b-7j5geoae2t] {
    padding-bottom: 5px;
}
/* _content/Pricello/Pages/RequestList.razor.rz.scp.css */
.select-css[b-5yqj666hyj] {
    color: dimgray;
    padding: 4px;
    border: 1px solid #aaa;     
    height: 28px;
}

/* _content/Pricello/Pages/RptAvgeragePriceByState.razor.rz.scp.css */
/** {
    outline: 1px solid red;
}*/

.page[b-ynp5wutv6t] {
    margin-left: 5px;
    margin-right: 5px;
}

.page-content[b-ynp5wutv6t] {
    margin-top: -50px;
    border: 1px solid lightgray;
}

.report-filters[b-ynp5wutv6t] {
    padding: 5px 10px 10px 5px;
    border: 1px solid #C9DDFA;
    background-color: #E7F4FF;
}

.brandfull[b-ynp5wutv6t] {
    
    border-top: solid 1px grey;
    padding: 2px;
    text-align: center;
    background-color: rgb(105,105,105);
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.chart-div[b-ynp5wutv6t] {
    margin-top: 10px;
    padding: 0 15px 0 15px;
    /*border: solid 1px rgb(105,105,105);*/
    background-color: rgba(211, 211, 211, 0.15);
}

.detail-div[b-ynp5wutv6t] {
    border-right: solid 1px rgb(105,105,105);
}

.detail[b-ynp5wutv6t] {
    margin: 25px;    
    border: solid 1px rgb(105,105,105);
    background-color: white;
    text-align: center;
}

.detail-title[b-ynp5wutv6t] {
    font-size: 20px;    
    border-bottom: solid 1px rgb(105,105,105);
}

.detail-val[b-ynp5wutv6t] {
    color: rgb(105,105,105);
    font-size: 36px;
    font-weight: bold;
}

.range-val[b-ynp5wutv6t] {
    color: rgb(105,105,105);
    font-size: 36px;
    font-weight: bold;
}

.range-chart[b-ynp5wutv6t] {
    padding-left: 20px;
    padding-right: 40px;
}

/*https://jsfiddle.net/3fXjD/1305/*/
.table-report[b-ynp5wutv6t] {
}

    .table-report thead tr[b-ynp5wutv6t] {
        display: block;
    }

    .table-report thead th[b-ynp5wutv6t] {
        background-color: rgba(67, 100, 149, 0.95) !important;
        color: #fff !important;
        height: 30px !important;
        font-size: 12px;
        border: 1px solid rgba(67, 100, 149, 0.95);
        font-weight: bold;
        padding: 2px 5px;
    }

    .table-report td[b-ynp5wutv6t] {
        color: #444444;
        padding: 3px 5px;
        border: 1px solid #d9d9d9;
        font-size: 12px;
    }

    .table-report tbody[b-ynp5wutv6t] {
        display: block;
        height: 450px;
        overflow-y: scroll;
    }

    .table-report tr:nth-child(even)[b-ynp5wutv6t] {
        background: rgba(67, 100, 149, 0.10);
    }

    .table-report tr:nth-child(odd)[b-ynp5wutv6t] {
        background: white;
    }

.state-col[b-ynp5wutv6t] {
    width: 28px;    
}

.store-col[b-ynp5wutv6t] {
    width: 290px;
}

.city-col[b-ynp5wutv6t] {
    width: 150px;
}

.date-col[b-ynp5wutv6t] {
    width: 70px;
    text-align: center;
}

.price-th[b-ynp5wutv6t] {
    padding-left: 10px !important;
    width: 70px;
}

.price-td[b-ynp5wutv6t] {
    width: 50px;
    text-align: right;
}

.select-div[b-ynp5wutv6t] {
    text-align: center;
    text-transform: uppercase;
    padding: 25px 0 0 0;
}

.blue-row[b-ynp5wutv6t] {
    background-color: rgba(67, 100, 149, 0.15);
}

.grey-row[b-ynp5wutv6t] {
    background-color: rgba(211, 211, 211, 0.15);
}

.lux-item[b-ynp5wutv6t] {
    color: darkred;
}

.txt-rt[b-ynp5wutv6t] {
    text-align: right;
}

.txt-ctr[b-ynp5wutv6t] {
    text-align: center;
}
/* _content/Pricello/Pages/RptItemImageView.razor.rz.scp.css */
.page[b-rtpw7vqv6p] {
    margin-left: 5px;
    margin-right: 5px;
}

.page-content[b-rtpw7vqv6p] {
    margin-top: -50px;
    border: 1px solid lightgray;
}

.report-filters[b-rtpw7vqv6p] {
    padding: 5px 10px 5px 5px;
    border: 1px solid #C9DDFA;
    background-color: #E7F4FF;
}

.states-panel[b-rtpw7vqv6p] {
    position: fixed;
    margin-left: 480px;
    height: 475px;
    z-index: 11;
    color: black;
}

.states-div[b-rtpw7vqv6p] {
    padding: 5px 10px 5px 10px;
    background-color: #efefef;
    width: 480px;
    height: 300px;
    border: solid 1px rgba(67,100,149, 0.25);
}

.images-div[b-rtpw7vqv6p] {
    padding: 10px 0 5px 0;
}

.state-div[b-rtpw7vqv6p] {
    border: solid 1px rgba(67,100,149, 0.25);
}

.state-name[b-rtpw7vqv6p] {
    text-transform: uppercase;
    padding: 10px;
    
    background-color: rgba(67, 100, 149, 0.95);
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.view-all-text[b-rtpw7vqv6p] {
    font-size: x-small;
    font-style: italic;
}
.image-title-div[b-rtpw7vqv6p] {
    /*z-index: 2 !important;
    position: relative;
    position: absolute;
    color: yellow;
    left: 15px;
    font-size: 12px;*/
    background-color: black;
    color: white;
}

.image-row[b-rtpw7vqv6p] {
    padding: 0 10px 10px 10px;
}

.image-div[b-rtpw7vqv6p] {
    padding-top: 10px;
}

.image[b-rtpw7vqv6p] {
    width: 593px;
}

.store-row[b-rtpw7vqv6p] {
    background-color: rgba(105, 105, 105, 0.95) ;
    margin: 0;  
    padding: 5px 0;
}

.store-name[b-rtpw7vqv6p] {
    padding-left: 5px;
}

.item-price[b-rtpw7vqv6p] {
    text-align: right;
    padding-right: 5px;
}

.focus-div[b-rtpw7vqv6p] {
    padding-top: 3px;
}

.cb-label[b-rtpw7vqv6p] {
    padding-right: 15px;
}

.checkbox[b-rtpw7vqv6p] {
    margin-top: -3px;
    vertical-align: middle;
    margin-right: 5px;
}

.txt-ctr[b-rtpw7vqv6p] {
    text-align: center;
}

.w-100[b-rtpw7vqv6p] {
    width: 100px;
}



.switch[b-rtpw7vqv6p] {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

.switch input[b-rtpw7vqv6p] { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider[b-rtpw7vqv6p] {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider[b-rtpw7vqv6p]:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider[b-rtpw7vqv6p] {
  background-color: #2196F3;
}

input:focus + .slider[b-rtpw7vqv6p] {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider[b-rtpw7vqv6p]:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round[b-rtpw7vqv6p] {
  border-radius: 17px;
}

.slider.round[b-rtpw7vqv6p]:before {
  border-radius: 50%;
}

.toggle-title[b-rtpw7vqv6p] {
    padding-left: 42px;
}

.toggle-pad[b-rtpw7vqv6p] {
    padding-top: 2px;
}
/* _content/Pricello/Pages/RptPercentChange.razor.rz.scp.css */
.page[b-xtf5rzhm5a] {
    margin-left: 5px;
    margin-right: 5px;
}

.page-content[b-xtf5rzhm5a] {
    margin-top: -50px;
    border: 1px solid lightgray;
}

.report-filters[b-xtf5rzhm5a] {
    padding: 5px 10px 10px 5px;
    border: 1px solid #C9DDFA;
    background-color: #E7F4FF;
}

.results[b-xtf5rzhm5a] {
    width: 100%;
    text-align: center;
    padding-top: 15px;    
}

.result-data[b-xtf5rzhm5a] {
    padding-top: 10px;
}

.title[b-xtf5rzhm5a] {    
    color: rgb(105, 105, 105);
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.tbl-row[b-xtf5rzhm5a] {
    cursor: pointer;
}

    .tbl-row:hover[b-xtf5rzhm5a] {
        background-color: rgba(67, 100, 149, 0.25) !important;
    }

    /*.result-tbl-hdr td {
    border: solid 1px rgb(105, 105, 105);
    font-size: 16px;
}

.result-tbl td {
    border: solid 1px rgb(105, 105, 105);
}*/
    .fa-margin[b-xtf5rzhm5a] {
        margin-left: 6px;
        margin-right: 3px;
    }

.red[b-xtf5rzhm5a] { color: red; }
.green[b-xtf5rzhm5a] { color: #7fbf4d; }
.gray[b-xtf5rzhm5a] { color: #cecece; }


/* TBALE */
.result-tbl[b-xtf5rzhm5a] {
    /*margin: 0 auto;*/
    width: 100%;
}

    .result-tbl thead th[b-xtf5rzhm5a] {
        background-color: rgba(67, 100, 149, 0.95) !important;
        color: #fff !important;
        font-size: 12px;
        font-weight: bold;
        text-align: left;
        text-transform: capitalize;
        height: 30px !important;
        border: 1px solid rgba(67, 100, 149, 0.95);
        white-space: nowrap;
        padding: 3px 10px;
        text-align: center;
    }

        .result-tbl thead th:first-child[b-xtf5rzhm5a] {
            text-align: left;
        }

        .result-tbl td:first-child[b-xtf5rzhm5a] {
            text-align: left;
        }

.result-tbl  td[b-xtf5rzhm5a], .lux-table  th[b-xtf5rzhm5a] {
    color: #444444;
    padding: 3px 5px;
    border: none;
    border-bottom: 1px solid #dedede;
    height: 25px;
    word-wrap: break-word;
    border: 1px solid #d9d9d9;
    text-align: center;
}

.result-tbl  td[b-xtf5rzhm5a] {
    border: 1px solid rgba(67, 100, 149, 0.15);
    font-size: 12px;
    padding: 5px 15px;
    text-transform: uppercase;
}

.result-tbl  tr td:first-child[b-xtf5rzhm5a] {
    padding-left: 5px;
}

/*.result-tbl  tr td:last-child {
    border-right: 1px solid #d9d9d9;
}*/

.result-tbl tr:nth-child(even)[b-xtf5rzhm5a] {
    background: rgba(67, 100, 149, 0.10);
}


.state-data-tbl[b-xtf5rzhm5a] {

}
    .state-data-tbl thead th[b-xtf5rzhm5a] {
        background-color: rgba(67, 100, 149, 0.95) !important;
        color: #fff !important;
        font-size: 12px;
        font-weight: bold;

        text-transform: capitalize;
        height: 30px !important;
        border: 1px solid rgba(67, 100, 149, 0.95);
        white-space: nowrap;
        padding: 3px 5px;
    }
   
    .state-data-tbl td[b-xtf5rzhm5a] {
        border: 1px solid rgba(67, 100, 149, 0.15);
        font-size: 12px;
        padding: 5px 15px;
        text-transform: uppercase;
    }
    .state-data-tbl tr td:first-child[b-xtf5rzhm5a] {
        padding-left: 5px;
    }
    .state-data-tbl tr:nth-child(even)[b-xtf5rzhm5a] {
        background: rgba(67, 100, 149, 0.10);
    }


.state-data[b-xtf5rzhm5a] {
    padding: 10px 0 0 0;
}
.select-div[b-xtf5rzhm5a] {
    text-align: center;
    text-transform: uppercase;    
}

.year-mo[b-xtf5rzhm5a] {
    text-align: center;
    width: 10px;
    white-space: nowrap;
}

.item-price[b-xtf5rzhm5a] {
    text-align: center;
    width: 10px;
    white-space: nowrap;
}
/* _content/Pricello/Pages/RptPriceGroupByAverage.razor.rz.scp.css */

.page[b-1eu2qe1pp5] {
    margin-left: 5px;
    margin-right: 5px;
}

.page-content[b-1eu2qe1pp5] {
    margin-top: -50px;
    border: 1px solid lightgray;
}

.report-filters[b-1eu2qe1pp5] {
    padding: 5px 10px 10px 5px;
    border: 1px solid #C9DDFA;
    background-color: #E7F4FF;
}

.state-panel[b-1eu2qe1pp5] {
    position: fixed;
    margin-left: 480px;
    height: 475px;
    z-index: 11;
    color: black;
}

.state-div[b-1eu2qe1pp5] {
    padding: 5px 10px 5px 10px;
    background-color: #efefef;
    width: 480px;
    height: 300px;
    border: solid 1px rgba(67,100,149, 0.25);    
}


.checkbox[b-1eu2qe1pp5] {
    margin-top: -1px;
    vertical-align: middle;
}

.chart-container[b-1eu2qe1pp5] {
    padding-top: 10px;    
}
/*.table-div {

    max-height: 500px;
    overflow: auto;
}

.table-report {
    text-align: left;
    position: relative;
}

    .table-report th {
        position: sticky;
        top: 0;
        padding-left: 2px;*/
        /*border-top: solid 1px #005ba3;*/
        /*background-color: #005ba3;
        font-weight: bold;
        color: white;
        font-size: 14px;
    }

    .table-report tr {

        border: solid 1px rgba(67, 100, 149, 0.25);
    }
    .table-report td {

        border: solid 1px rgba(67, 100, 149, 0.25);
    }*/

/*https://jsfiddle.net/3fXjD/1305/*/
.table-report[b-1eu2qe1pp5] {
    
}
    .table-report thead tr[b-1eu2qe1pp5] {
        display: block;
        background-color: rgba(67, 100, 149, 0.05);
        font-weight: bold;
        color: rgb(67, 100, 149);
        font-size: 14px;
        border-bottom: 1px solid black;
    }
    .table-report th[b-1eu2qe1pp5], table td[b-1eu2qe1pp5] {
    }

    .table-report tbody[b-1eu2qe1pp5] {
        display: block;
        height: 500px;
        overflow: auto;
    }

.brand-fam-th[b-1eu2qe1pp5] {
    width:200px;
}

.brand-full-th[b-1eu2qe1pp5] {
    width: 400px;
}

.price-th[b-1eu2qe1pp5] {
    width: 100px;
}

.brand-fam-td[b-1eu2qe1pp5] {
    width: 200px;
}

.brand-full-td[b-1eu2qe1pp5] {
    width: 400px;
}

.price-td[b-1eu2qe1pp5] {
    width: 83px;
}



.price-col[b-1eu2qe1pp5] {
    width: 100px;
}

.selected-row[b-1eu2qe1pp5] {
    background-color: rgba(255, 140, 0, 0.5);
}

.blue-row[b-1eu2qe1pp5] {
    background-color: rgba(67, 100, 149, 0.15);
}

.grey-row[b-1eu2qe1pp5] {
    background-color: rgba(211, 211, 211, 0.15);
}

.lux-item[b-1eu2qe1pp5] {
    color: darkred;
}

.txt-rt[b-1eu2qe1pp5] {
    text-align: right;
}

.txt-ctr[b-1eu2qe1pp5] {
    text-align: center;
}
/* _content/Pricello/Pages/StoreImages.razor.rz.scp.css */
/** {
    outline: 1px solid red;
}*/

.title[b-jyoj7b42jx] {
    padding: 10px;
    margin-left: 160px;
    margin-top: -100px;
    position: relative;
    width: 400px;
}

.page-title[b-jyoj7b42jx] {
    color: #000000;
    font-size: 16pt;
    font-weight: normal;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

.page-subtitle[b-jyoj7b42jx] {
    color: #000000;
    display: inline-block;
    margin-top: 0;
    padding-bottom: 15px;
}

.page[b-jyoj7b42jx] {
    /*   padding: 10px;*/
    padding: 0 7px 0 7px;
    background-color: white;
    border: 1px solid rgba(67,100,149, 0.25);
    border-radius: 0.25rem;
    color: black;
}

.search[b-jyoj7b42jx] {
    display: block; 
    margin-top: 10px;
    margin-bottom: 10px;
    background: none repeat scroll 0 0 #E7F4FF;
    border: 1px solid #C9DDFA;
    padding: 10px;    
}

.txt-ctr[b-jyoj7b42jx] {
    text-align: center;
}

.txt-rt[b-jyoj7b42jx] {
    text-align: right;
}

.txt-lft[b-jyoj7b42jx] {
    text-align: left;
}

.w-100[b-jyoj7b42jx] {
    width: 100%;
}


.input-css[b-jyoj7b42jx] {
    padding: 2px;
    font-size: 11px !important;
    vertical-align: bottom;
    width: 100%;
    -webkit-appearance: listbox;
}

.select-css[b-jyoj7b42jx] {
    padding: 4px;
    font-size: 11px !important;
    vertical-align: bottom;
    width: 100%;
}

.alwaysFiltered[b-jyoj7b42jx] {
    border-color: #51c554 !important;
    background-color: #edffdf;
}

.currentlyFiltered[b-jyoj7b42jx] {
    border-color: #ff0000 !important;
    background-color: #ffdfdf;
}
/* _content/Pricello/Pages/StoreSurvey.razor.rz.scp.css */
/** {
    outline: 1px solid red;
}*/

.page-lux[b-ed748gsnsi] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0,0,0);
    font-size: 13px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
}

.page-lux-header[b-ed748gsnsi] {
    position: fixed;
    top: 43px;
    left: 0;
    right: 0;    
    background-color: #e9e9e9;
    padding: 1px 0;
    border-bottom: 1px solid #b9b5b5;
    height: 50px;
}

.page-lux-content[b-ed748gsnsi] {
    background-color: #fefefe;
    padding-bottom: 10px;
    flex-grow: 1;
}

.page-btn[b-ed748gsnsi] {
    padding: 10px 5px 0 5px;
}

.grid td[b-ed748gsnsi], .grid th[b-ed748gsnsi] {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    margin: 0;
    text-shadow: 0px 0px 0px transparent !important;
}

.gridHeader[b-ed748gsnsi], .grid th[b-ed748gsnsi] {
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    white-space: normal !important;
}

    .gridHeader a[b-ed748gsnsi], .grid th a[b-ed748gsnsi] {
        text-decoration: none;
        color: #ffffff;
    }

.grid[b-ed748gsnsi] {
    border: 0px;
    background-color: #fdfdfd;
    font-size: 12px;
    /*margin-bottom: 10px;*/
    width: 100%;
}

.text-muted[b-ed748gsnsi] {
    color: #565656 !important;
}
tr:nth-child(even)[b-ed748gsnsi] {
    background-color: #f2f2f2;
}

th[b-ed748gsnsi] {
    color: white;
    background-color: #001f3f;
}

    th:last-child[b-ed748gsnsi], td:last-child[b-ed748gsnsi] {
        padding-right: 10px !important;
    }

    th:first-child[b-ed748gsnsi], td:first-child[b-ed748gsnsi] {
        padding-left: 10px !important;
    }

.txt-rt[b-ed748gsnsi] {
    text-align: right;
}

.panel[b-ed748gsnsi] {
    padding-bottom: 5px;
    padding-top: 5px;
}

.panel-spacing[b-ed748gsnsi] {
    margin-top: 25px;
}

.panel-padding[b-ed748gsnsi] {
    padding-left: 10px;
    padding-right: 10px;
}

.header-title[b-ed748gsnsi] {
    color: #001f3f;
    font-size: 18px;
    font-weight: bold;
}

.header-store[b-ed748gsnsi] {
    font-size: 20px;
    font-weight: bold
}

.header-address[b-ed748gsnsi] {
    color: #001f3f;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: -1px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.header-date[b-ed748gsnsi] {
    padding-top: 5px;
    background-color: white;
    font-size: 11px;
}

.r12-row[b-ed748gsnsi] {
    color: #001f3f;
    padding-bottom: 5px;
    background-color: white;
    font-size: 12px;
}

.sticky-header[b-ed748gsnsi] {
    position: fixed;
    top: 43px;
    width: 100%;
    background-color: #E9E9E9;
    z-index: 1030;
}

.sticky-section[b-ed748gsnsi] {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
}

.sticky-section-add-note[b-ed748gsnsi] {
    padding-right: 10px;
    padding-left: 10px;
}


.sticky-btn-survey[b-ed748gsnsi] {
    font-size: 11px;
    font-weight: bold;
    padding: 7px 4px;
    text-align: center;
    border: 1px solid #797f91;
    border-radius: 6px;
    width: 100%;
}

.sticky-btn-notes[b-ed748gsnsi] {
    background-color: white;
    color: #353c4f;
}

.sticky-btn-image[b-ed748gsnsi] {
    background-color: #001f3f;
    color: white;
}

.sticky-btn-submit[b-ed748gsnsi] {
    background-color: #188b65;
    color: white;
}

.sticky-btn-add-note[b-ed748gsnsi] {
    background-color: white;
    color: #353c4f;
}

.sr-only[b-ed748gsnsi] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.input-label[b-ed748gsnsi] {
    padding: 20px;
    background-color: #f55442;
    color: white;
    border-radius: 10px;
    cursor: pointer;
}



.image-imput[b-ed748gsnsi] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
}

.sticky-notes[b-ed748gsnsi] {
    width: 100%;
    position: fixed;
    top: 86px;
    background-color: #efefef;
    height: 125px;
    z-index: 11;
    overflow: hidden;
    border-bottom: 1px solid #b9b5b5;
}

.sticky-notes-txtarea[b-ed748gsnsi] {
    width: 98%;
    text-transform: uppercase;
    font-size: 10px;
    background-color: white;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #bdbdbd;
    border-radius: 0;
    margin: 6px;
}

.image-div[b-ed748gsnsi] {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    width: 100%;
}

.upload-time-div[b-ed748gsnsi] {
    z-index: 8;
    position: relative;
    position: absolute;
    border: none;
    box-shadow: none;
    background-color: rgba(0, 31, 63, 0.8);
    color: #fff;
    top: 10px;
    left: 10px;
    font-size: 12px;
}

.btn-image-delete[b-ed748gsnsi] {
    z-index: 8;
    position: relative;
    position: absolute;
    border: none;
    box-shadow: none;
    color: #fff;
    top: 10px;
    right: 1px;
    font-size: 20px;
    text-shadow: 1px 1px 1px #4e4d4d;
    background: transparent;
}

.header-image-survey[b-ed748gsnsi] {
    padding-top: 85px;
    padding-bottom: 5px;
}

.watermark[b-ed748gsnsi] {
    position: absolute;
    margin: 0 auto;
    left: 35%;
    top: 40%;    
    width: 0%;
    opacity: 0.8;
    color: rgba(0, 0, 0, 0.25);
    font-size: 10em;
}

.alert-msg[b-ed748gsnsi] {
    text-align: center;
    margin: 0;
    height: 50px;
}

.footer[b-ed748gsnsi] {
   /* height: 70px;*/
    overflow-x: hidden;
}
/* _content/Pricello/Pages/StoreSurveyManager.razor.rz.scp.css */
/** {
    outline: 1px solid red;
}*/

.title[b-w4k6cjh031] {
    padding: 10px;
    margin-left: 160px;
    margin-top: -100px;
    position: relative;
    width: 400px;
}

.page-title[b-w4k6cjh031] {
    color: #000000;
    font-size: 16pt;
    font-weight: normal;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

.page-subtitle[b-w4k6cjh031] {
    color: #000000;
    display: inline-block;
    margin-top: 0;
    padding-bottom: 15px;
}

.content[b-w4k6cjh031] {
    margin: 0 auto;
    background-color: white;
    margin-top: -18px;
    border: 1px solid rgba(67,100,149, 0.25);
    border-radius: 0.25rem;
    width: 99.75%;
    color: black;
}

.survey-controls[b-w4k6cjh031] {
    padding: 4px 5px 2px 5px;  
    height: 52px;
}

.index[b-w4k6cjh031] {
    width: 10%;    
}

.index-txt[b-w4k6cjh031] {
    width: 50px;
    text-align: center;
    border-radius: 5px;
}

.status[b-w4k6cjh031] {
    width: 20%;
    font-weight: bold;
}
    .status .val[b-w4k6cjh031] {
        color: #436495;
    }

    .status select[b-w4k6cjh031] {
        height: 30px;
    }

.status-title[b-w4k6cjh031] {    
    margin-bottom: 2px;
}

.survey-detail[b-w4k6cjh031] {
    width: 30%;
    text-align: right;
    padding-right: 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
    .survey-detail .val[b-w4k6cjh031] {
        color: #436495;
    }

.sep[b-w4k6cjh031] {
    font-size: 16px;
    font-weight: bold;
    color: #436495;
    padding: 0 7px 0 7px;
}

.store-name[b-w4k6cjh031] {
    font-size: 20px;
    font-weight: bold;
    color: #436495;
    margin-top: 0px;
}

.store-address[b-w4k6cjh031] {
    font-size: 12px;
    margin-top: -10px;
    position: relative;
}

.survey-content[b-w4k6cjh031] {
    width: 100%;
    overflow: hidden;
    padding: 5px 1px 5px 1px;
    height: 864px;
}

.survey-content-left[b-w4k6cjh031] {
    width: 1180px;
    float: left;    
}

.image-thumb[b-w4k6cjh031] {
    height: 164px;
    overflow-x: scroll;
    background-color: white;
}

.survey-img-thumb[b-w4k6cjh031] {
    box-shadow: 0px 1px 4px -1px black;
    height: 80px;
    border-radius: 3px;
}

.survey-content-right[b-w4k6cjh031] {
    margin-left: 1180px;
    height: 864px;
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
}



.category-td[b-w4k6cjh031] {
    padding-left: 5px;
    width: 65px;
}

.btn-category[b-w4k6cjh031] {
    border: 1px solid rgba(67, 100, 149, 0.75);
    border-radius: 5px;
    padding: 5px;
    color: rgba(67, 100, 149, 0.75);
    width: 60px;
}
    .btn-category:hover[b-w4k6cjh031] {
        box-shadow: 0 0 1px 1px rgba(67, 100, 149, 0.75);
        color: black;
        background-color: rgba(192, 192, 192, 0.5);
    }

.btn-category-sel[b-w4k6cjh031] {
    background-color: lightblue !important;
    color: black;
}

.category-panel[b-w4k6cjh031] {
    position: fixed;
    margin-left: 200px;
    height: 375px;
    z-index: 11;
    color: black;
}

.catagory-div[b-w4k6cjh031] {
    padding: 5px 10px 5px 10px;
    background-color: #efefef;
    width: 322px;
    border: solid 1px rgba(67,100,149, 0.25);
}

.add-item-td[b-w4k6cjh031] {
    padding-left: 5px;
    width: 80px;
}

.add-item-cb[b-w4k6cjh031] {
    padding-top: 5px;
}

.btn-add-item[b-w4k6cjh031] {
    border: 1px solid rgba(67, 100, 149, 0.75);
    border-radius: 5px;
    padding: 5px;
    color: rgba(67, 100, 149, 0.75);
    width: 75px;
}

    .btn-add-item:hover[b-w4k6cjh031] {
        box-shadow: 0 0 1px 1px rgba(67, 100, 149, 0.75);       
        color: black;
        background-color: rgba(192, 192, 192, 0.5);
    }

.add-item-panel[b-w4k6cjh031] {
    position: fixed;
    width: 722px;
    background-color: #efefef;
    height: 257px;
    z-index: 11;
    padding: 5px 10px 5px 10px;
    border-left: solid 1px rgba(67,100,149, 0.25);
    border-bottom: solid 1px rgba(67,100,149, 0.25);
    border-right: solid 1px rgba(67,100,149, 0.25);
    color: black;
}

.add-item-select[b-w4k6cjh031] {
    height: 30px;
}

.row[b-w4k6cjh031] {
    padding-bottom: 15px;
}

.instruct[b-w4k6cjh031] {    
    padding: 6px 0 0 0;
    text-align: center;
}

.search-options-td[b-w4k6cjh031] {
    padding-left: 10px;
    width: 140px;
    font-size: x-small;
}

.no-content[b-w4k6cjh031] {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #436495;
}

.panzoom[b-w4k6cjh031] {
    position: relative;
    border: 1px solid #436495;
    height: 694px;
    border-radius: 5px;
}
.reset-image[b-w4k6cjh031] {
    position: absolute;
    background-color: white;
    z-index: 2112 !important;
}




/* SHELF */

.shelfs-div[b-w4k6cjh031] {
    height: 164px;
    overflow-x: scroll;
}

.above-shelfs[b-w4k6cjh031] {
    padding-left: 26px;
    height: 20px;
}

.shelfs[b-w4k6cjh031] {
       
}

.shelf-ctrl[b-w4k6cjh031] {
    padding-right: 10px;
}

.shelf-btn-div[b-w4k6cjh031] {
    width: 15px;
    height: 46px;
}

    .shelf-ctrl .down-btn[b-w4k6cjh031] {
        padding-top: 18px;
    }

.shelf-btn[b-w4k6cjh031] {
    width: 14px;
    height: 30px;
    padding: 0;
}
    

.shelf-num[b-w4k6cjh031] {
    color: #436495;
    font-size: 16px;
    text-align: center;
}

    .shelf-num td[b-w4k6cjh031] {
        color: #436495;
        font-size: 16px;
        font-weight: bold;
        padding-right: 5px;
    }

.shelf-grid[b-w4k6cjh031] {
    
    vertical-align: bottom;
    
}


.shelf-div[b-w4k6cjh031] {
    border: solid 1px rgba(67, 100, 149, 0.25);
    white-space: nowrap;
}

.selected-shelf[b-w4k6cjh031] {
    /*border: solid 1px #436495;*/
    background-color: rgba(67, 100, 0, .31);
}

.unselected-shelf[b-w4k6cjh031] {
    background-color: white;
        /*border: solid 1px white;*/
}

.grid-shelf-num[b-w4k6cjh031] {
    padding-right: 3px;
    padding-left: 5px;    
}

.grid-item[b-w4k6cjh031] {
    padding: 1px;
}

.selected-item[b-w4k6cjh031] {
    background-color: yellow;
}

.shelf-item[b-w4k6cjh031] {
    transform: rotate(-45deg);
}

.lux[b-w4k6cjh031] {
    color: darkred;
}

.non-lux[b-w4k6cjh031] {
    color: #436495;
}

.non-tracked[b-w4k6cjh031] {
    color: rgba(255,140,0,1);
}

/*  */
.item-panel[b-w4k6cjh031] {
    padding-left: 2px;
    border-radius: 5px;
    border: solid 1px lightgrey;
    background-color: white;
    height: 694px;
    width: 100%;
}

.add-image-div[b-w4k6cjh031] {
    height: 628px;
}

.add-title[b-w4k6cjh031] {
    font-size: 14px;
    border-bottom: 1px solid rgba(67,100,149, 0.5);
    padding-bottom: 10px;
}

.add-section[b-w4k6cjh031] {
    vertical-align: top;
    text-align: justify;
    padding: 10px 10px 10px 10px;
}

.divider[b-w4k6cjh031] { border-right: 1px solid rgba(67,100,149, 0.5); }


/* ITEM TABLE */

.survey-items-div[b-w4k6cjh031] {
    height: 595px;
    overflow-y: scroll;
    background-color: rgba(67, 100, 149, 0.05);
}

.survey-item-list[b-w4k6cjh031] {
    padding-bottom: 10px;
    height: 560px;
    overflow-y: scroll;
    background-color: rgba(67, 100, 149, 0.05);
}

.tr-pad[b-w4k6cjh031] {
    border-bottom: 1px solid rgba(67, 100, 149, 0.75);
}

.selected-row[b-w4k6cjh031] {
    border: solid 1px #436495;
}

.item-header-row[b-w4k6cjh031] {
    font-size: x-small;
    color: rgb(67, 100, 149);
}

.td-delete[b-w4k6cjh031] {
    width: 20px;
    text-align: center;
}

.btn-delete[b-w4k6cjh031] {
    color: rgba(214, 49, 58, 0.8);
    margin: 0;
    padding: 0;    
}

.td-move-item[b-w4k6cjh031] {
    width: 18px;
    text-align: center;
}

    .td-move-item .up[b-w4k6cjh031] {
        position: relative;
        top: 3px;
    }
    .td-move-item .down[b-w4k6cjh031] {
        position: relative;
        top: -3px;
    }

.btn-move-item[b-w4k6cjh031] {
    margin: 0;
    padding: 0;
    font-size: 12px;
    height:10px;    
}


.item-order[b-w4k6cjh031] {
    width: 20px;
    text-align: center;
}

.item-descr-hdr[b-w4k6cjh031] {
    padding-left: 5px;
    width: 298px;
}

.item-descr[b-w4k6cjh031] {
    overflow-wrap: break-word;
    width: 275px;
}

.item-size-hdr[b-w4k6cjh031] {
    text-align: center;
    width: 50px;
}

.td-descr[b-w4k6cjh031] {
    position: relative;
    padding-left: 5px;
    width: 298px;
}

.move-to-one[b-w4k6cjh031] {
    position: absolute;
    right: 1px;
    z-index: 2;
    top: 5px;
    margin: 0;
    padding: 0;
    border-color: #006D9F;
    color: #FFFFFF;
   
    background-color: rgba(67, 100, 149, 0.85);
}


.desc[b-w4k6cjh031] {
    color: #436495;
}

.desc-lux[b-w4k6cjh031] {
    font-weight: bold;
    color: darkred;
}

.item-size[b-w4k6cjh031] {
    width: 50px;
    text-align: center;
}

.item-size-ddl[b-w4k6cjh031] {
    width: 40px;
    padding: 0px;
    font-size: 12px;
    line-height: 1;
    border: 0;
    border-radius: 1px;
    height: 25px;
    -webkit-appearance: none;
    text-align: center;
}

.item-price-hdr[b-w4k6cjh031] {
    text-align: center;
    width: 60px;
}

.item-sale-hdr[b-w4k6cjh031] {
    text-align: center;
    width: 60px;
}

.item-price[b-w4k6cjh031] {
    text-align: center;
    width: 60px;
}

.item-sale[b-w4k6cjh031] {
    text-align: center;
    width: 60px;    
}

.item-new[b-w4k6cjh031] {
    width: 18px;
    text-align: center;
    padding-top: 3px;
}

.btn-new-item[b-w4k6cjh031] {
    color: rgba(0, 129, 206, 0.8);
    margin: 0;
    padding: 0;
    font-size:small;
}

.item-txtbox[b-w4k6cjh031] {
    text-align: left;
    width: 55px;
    height: 25px;
}

.item-facings[b-w4k6cjh031] {
    width: 35px;
    text-align: center;
}

.facing-txtbox[b-w4k6cjh031] {
    text-align: center;
    width: 30px;
    height: 25px;
}

.item-val[b-w4k6cjh031] {
    text-align: center;
    width: 22px;
}





/* IMAGE STYLING */
.survey_img_thumb[b-w4k6cjh031] {
    box-shadow: 0px 1px 4px -1px black;
    height: 80px;
    border-radius: 3px;
}

.move-left-btn[b-w4k6cjh031] {
    z-index: 1002 !important;
    position: relative;
    position: absolute;
    color: yellow;
    left: 2px;
    font-size: 12px;
}

.index-div[b-w4k6cjh031] {
    z-index: 1000 !important;
    position: relative;
    position: absolute;
    color: yellow;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.move-right-btn[b-w4k6cjh031] {
    z-index: 1001 !important;
    position: relative;
    position: absolute;
    color: yellow;
    width: 100%;
    text-align: right;
    font-size: 12px;
}

.selected-image[b-w4k6cjh031] {
    border-top: 2px solid rgba(67, 100, 149, 0.95);
    border-left: 2px solid rgba(67, 100, 149, 0.95);
    border-right: 2px solid rgba(67, 100, 149, 0.95);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: rgba(67, 100, 149, 0.95);
}

.selected-image-title[b-w4k6cjh031] {
    border-bottom: 2px solid rgba(67, 100, 149, 0.95);
    border-left: 2px solid rgba(67, 100, 149, 0.95);
    border-right: 2px solid rgba(67, 100, 149, 0.95);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: rgba(67, 100, 149, 0.95);
    color: white;
}

.unselected-image[b-w4k6cjh031] {
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-radius: 2px;
}

.unselected-image-title[b-w4k6cjh031] {
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-radius: 2px;
    background-color: white;
    color: black;
}

.delete-image-div[b-w4k6cjh031] {
    padding-left: 5px;
}

.delete-image-div .btn[b-w4k6cjh031] {
    padding-right: 30px;
    font-size: x-small;
}

.whiskey-rocks[b-w4k6cjh031] {
    text-align: right;
    font-size: 32px;
    position: relative;
    padding-right: 10px;
}

.notes-div[b-w4k6cjh031] {
    padding-top: 1px;
    width: 706px;
    position: fixed;
    bottom: 70px;
    background-color: #efefef;
    height: 88px;
    z-index: 11;
    overflow: hidden;
}

.notes[b-w4k6cjh031] {
    width: 100%;
    text-transform: uppercase;
    font-size: 10px;
    resize: none;
    background-color: white;
    padding: 5px;
    border: 0;
    border: 1px solid #bdbdbd;
    border-radius: 0;
}

/* GENERAL STYLING */
.w-100[b-w4k6cjh031] { width: 100%; }
.w-50[b-w4k6cjh031] { width: 50%; }
.w-40[b-w4k6cjh031] { width: 40%; }
.w-30[b-w4k6cjh031] { width: 30%; }
.w-25[b-w4k6cjh031] { width: 25%; }
.w-15[b-w4k6cjh031] { width: 15%; }
.w-10[b-w4k6cjh031] { width: 10%; }


.txt-ctr[b-w4k6cjh031] { text-align: center; }
.txt-rt[b-w4k6cjh031] { text-align: right; }
.txt-lft[b-w4k6cjh031] { text-align: left; }

.hidden[b-w4k6cjh031] { display: none; }

.uppercase[b-w4k6cjh031] { text-transform: uppercase; }

.btn-lightblue[b-w4k6cjh031] { background-color: lightblue; }

.checkbox[b-w4k6cjh031] {
    margin-top: -1px;
    vertical-align: middle;
}

.blue-row[b-w4k6cjh031] { background-color: rgba(67, 100, 149, 0.15); }
.grey-row[b-w4k6cjh031] { background-color: rgba(211, 211, 211, 0.15); }

.btn-blue[b-w4k6cjh031] {
    border-color: #006D9F;
    color: #FFFFFF;
    text-shadow: 0 0 2px #606060;
    background-color: #0081ce;
}

    .btn-blue:hover[b-w4k6cjh031] {
        background-color: #006CB9 !important;
        border-color: #006CB9 !important;
        color: #FFFFFF;
    }

.btn-ctrl[b-w4k6cjh031] {
    border: 1px solid rgba(67, 100, 149, 0.75);
    border-radius: 5px;
    padding: 5px;
    color: rgba(67, 100, 149, 0.75);
    width: 100px;
}

    .btn-ctrl:hover[b-w4k6cjh031] {
        box-shadow: 0 0 1px 1px rgba(67, 100, 149, 0.75);
        
        color: rgba(255, 255, 255, 0.85);
    }

.btn-ctrl-grey:hover[b-w4k6cjh031] {
    color: black;
    background-color: rgba(192, 192, 192, 0.5);
}

.btn-ctrl-reset:hover[b-w4k6cjh031] {
    color: black;
    background-color: rgba(255, 255, 0, 0.5);
}

.btn-ctrl-approve:hover[b-w4k6cjh031] {
    background-color: rgba(0, 100, 0, 0.5);
}

.btn-ctrl-reject:hover[b-w4k6cjh031] {
    background-color: rgba(255, 103, 0, 0.65);
}

.btn-ctrl-delete:hover[b-w4k6cjh031] {
    background-color: rgba(140, 0, 0, 0.5);
}

.btn-label[b-w4k6cjh031] {
    font-size: 10px;
    text-align: center;
    margin-bottom: 1px;
    font-weight: bold;
}
/* _content/Pricello/Pages/StoreSurveyManagerOld.razor.rz.scp.css */
/** {
    outline: 1px solid red;
}*/


.title[b-vxeij8jeig] {
    padding: 10px;
    margin-left: 160px;
    margin-top: -100px;
    position: relative;
    width: 400px;
}

.page-title[b-vxeij8jeig] {
    color: #000000;
    font-size: 16pt;
    font-weight: normal;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

.page-subtitle[b-vxeij8jeig] {
    color: #000000;    
    display: inline-block;
    margin-top: 0;
    padding-bottom: 15px;
}

.page[b-vxeij8jeig] {
    /*padding: 10px;*/
    margin: 0 auto;
    background-color: white;
    margin-top: -18px;
    border: 1px solid rgba(67,100,149, 0.25);    
    border-radius: 0.25rem;
    width: 99%;
    color: black;
}

select[b-vxeij8jeig] {
    padding: 3px;
}

.btn-font[b-vxeij8jeig] {
    font-size: 12px;
}

.gray[b-vxeij8jeig] {
    color: gray;
}

.btn-lightblue[b-vxeij8jeig] {
    background-color: lightblue;
}

.txt-ctr[b-vxeij8jeig] {
    text-align: center;
}

.txt-rt[b-vxeij8jeig] {
    text-align: right;
}

.txt-lft[b-vxeij8jeig] {
    text-align: left;
}

.w-100[b-vxeij8jeig] {
    width: 100%;
}

.controls[b-vxeij8jeig] {
    padding-left: 10px;
    padding-top: 10px;
}

.index-txt[b-vxeij8jeig] {
    width: 30px;
    text-align: center;
    border-radius: 5px;
}

.hr-div[b-vxeij8jeig] {
    padding: 5px 2px 5px 2px;
}

hr[b-vxeij8jeig] {
    border-top: 1px solid rgba(67,100,149, 0.5);
    margin: 0em;
}

.delete-image-div .btn[b-vxeij8jeig] {
    padding-right: 30px;
    font-size: x-small;
}

.ctrl-header[b-vxeij8jeig] {
    font-weight: bold;
    margin-bottom: 2px;
}

.header[b-vxeij8jeig] {
    padding-top: 10px;
}

.header-title[b-vxeij8jeig] {
    font-size: 12px;
    font-weight: bold;
    color: #436495;
}

.header-text[b-vxeij8jeig] {
    font-size: 12px;    
}

.uppercase[b-vxeij8jeig] {
    text-transform: uppercase;
}

.no-images[b-vxeij8jeig] {
    font-size: 20px;
    font-weight: bold;
    color: #436495;
}

.header-right[b-vxeij8jeig] {
    text-align: right;
    padding-right: 30px;
}

    .header-right .sep[b-vxeij8jeig] {
        font-size: 16px;
        font-weight: bold;
        color: #436495;
        padding: 0 10px 0 13px;
    }

.header-right-value[b-vxeij8jeig] {
    font-size: 12px;
    color: #436495;
}

.section-color-list[b-vxeij8jeig] {
    text-transform: uppercase;
    font-weight: bold;
}

.store-name[b-vxeij8jeig] {
    font-size: 20px;
    font-weight: bold;
    color: #436495;
    margin-top: 0px;
    margin-left: 25px;
}

.store-address[b-vxeij8jeig] {
    display: block;
    font-size: 12px;
    margin-left: 25px;
}

.survey-img-thumb[b-vxeij8jeig] {
    box-shadow: 0px 1px 4px -1px black;
    height: 80px;  
    border-radius: 3px;
}

.move-left-btn[b-vxeij8jeig] {
    z-index: 1002 !important;
    position: relative;
    position: absolute; 
    color: yellow;
    left: 2px;
    font-size: 12px;
}

.index-div[b-vxeij8jeig] {
    z-index: 1000 !important;
    position: relative;
    position: absolute;
    color: yellow;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.move-right-btn[b-vxeij8jeig] {
    z-index: 1001 !important;
    position: relative;
    position: absolute;
    color: yellow;
    
    width: 100%;
    text-align: right;
    font-size: 12px;
}

.add-title[b-vxeij8jeig] {
    font-size: 14px;
    border-bottom: 1px solid rgba(67,100,149, 0.5);
    padding-bottom: 10px;
}

.divider[b-vxeij8jeig] {
    border-right: 1px solid rgba(67,100,149, 0.5);
}

.add-section[b-vxeij8jeig] {
    vertical-align: top;
    text-align: justify;
    padding: 10px 10px 10px 10px;
}

.radio-btn[b-vxeij8jeig] {
    margin-top: -1px;
    vertical-align: middle;
}

.display-table[b-vxeij8jeig] {
    width: 100%;
    display: table;
    padding-right: 10px;
    padding-bottom: 5px;
}

.display-row[b-vxeij8jeig] { 
    display: table-row; 
}

.display-cell[b-vxeij8jeig] {
    display: table-cell;
    vertical-align: top;
}

.display-left-hdr[b-vxeij8jeig] {
    width: 530px;
    padding-top: 10px;
    padding-left: 10px;
    position: relative;
}

.reset-image[b-vxeij8jeig] {
    position: absolute;
    bottom: -10px;
    left: 0;
    padding-left: 10px;
}

.display-center-hdr[b-vxeij8jeig] {
    padding-left: 5px;
    padding-bottom: 10px;
    max-width: 850px;
    overflow-x: scroll;
}

.selected-image[b-vxeij8jeig] {
    border-top: 2px solid rgba(67, 100, 149, 0.95);
    border-left: 2px solid rgba(67, 100, 149, 0.95);
    border-right: 2px solid rgba(67, 100, 149, 0.95);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: rgba(67, 100, 149, 0.95);
}

.selected-image-title[b-vxeij8jeig] {
    border-bottom: 2px solid rgba(67, 100, 149, 0.95);
    border-left: 2px solid rgba(67, 100, 149, 0.95);
    border-right: 2px solid rgba(67, 100, 149, 0.95);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: rgba(67, 100, 149, 0.95);
    color: white;
}

.unselected-image[b-vxeij8jeig] {
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-radius: 2px;
}

.unselected-image-title[b-vxeij8jeig] {
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-radius: 2px;
    background-color: white;
    color: black;
}

.display-left[b-vxeij8jeig] {
    width: 520px;
    padding-left: 10px;
    padding-right: 10px;
}

.display-center[b-vxeij8jeig] {    
    padding-left: 10px;
    padding-top: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: 2px solid #436495;
    border-left: 2px solid #436495;
    border-bottom: 2px solid #436495;
}

.display-right[b-vxeij8jeig] {
    width: 560px;
    padding-top: 10px;
    padding-left: 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 2px solid #436495;
    border-right: 2px solid #436495;
    border-bottom: 2px solid #436495;
    position: relative;
}

.item-panel[b-vxeij8jeig] {
    padding: 10px;
    border-radius: 5px;
    border: solid 1px lightgrey;
    background-color: white;
    height: 670px;
    width: 100%;
}

.items-div[b-vxeij8jeig] {
    width: 762px;
}

.back-color[b-vxeij8jeig] {
    background-color: rgba(211, 211, 211, 0.25);
}

.typeahead[b-vxeij8jeig] {
    border-bottom: solid 1px rgba(67,100,149, 0.25);
    padding-bottom: 10px;
}

.btn-item[b-vxeij8jeig] {
    background-color: rgba(67, 100, 149, 0.95);
    color: white;
    height: 32px;
    width: 140px;
}

.search-item-txtbx[b-vxeij8jeig] {
    width: 370px;
    padding-right: 10px;
}

.search-item-select[b-vxeij8jeig] {
    height: 32px;
    border-radius: 5px;
}

.search-options-td[b-vxeij8jeig] {
    padding-left: 10px;
    width: 140px;
    font-size: x-small;
}

.image-window-outer[b-vxeij8jeig] {
    border: 2px solid #436495;
    height: 695px;
    width: 512px;
    overflow: hidden;
    border-radius: 5px;
}

.image-window[b-vxeij8jeig] {
    height: 691px;
    padding: 5px;    
}

.new-item[b-vxeij8jeig] {
    height: 90px;
    vertical-align: top;
    border-bottom: solid 1px rgba(67,100,149, 0.25);
}

.update-msg-row[b-vxeij8jeig] {
    height: 25px;
}

.update-msg-alert[b-vxeij8jeig] {
    width: 100%;
    display: flex;
    justify-content: center;
}

.update-msg[b-vxeij8jeig] {
    border: 1px solid green;
    width: 150px;
    text-transform: uppercase;
    font-size: xx-small;
    padding-top: 2px;
    border-radius: 7px;
    background-color: rgba(212, 237, 218, 0.9);
    color: green;
}

.hidden[b-vxeij8jeig] {
    display: none;
}

.td-descr[b-vxeij8jeig] {
    padding-left: 5px;
}

.desc[b-vxeij8jeig] {
    color: #436495;
}

.desc-lux[b-vxeij8jeig] {
   font-weight: bold;
   color: darkred;
}

.survey-items-div[b-vxeij8jeig] {
    margin-top: 15px;       
}

.item-table-header[b-vxeij8jeig] {
    width: 762px;    
}

.item-header-row[b-vxeij8jeig] {
    font-size: x-small;
    color: rgb(67, 100, 149);
}

.item-descr-hdr[b-vxeij8jeig] {
    padding-left: 5px;
    width: 326px;
}

.item-descr[b-vxeij8jeig] {
    overflow-wrap: break-word;
    width: 327px;
}

.item-price-hdr[b-vxeij8jeig] {
    text-align: center;
    width: 61px;
}

.item-price[b-vxeij8jeig] {
    text-align: center;
    width: 62px;
}

.item-sale-hdr[b-vxeij8jeig] {
    text-align: center;
    width: 62px;
}

.item-txtbox[b-vxeij8jeig] {
    text-align: left;
    width: 54px;
    height: 25px;
}

.item-val[b-vxeij8jeig] {
    text-align: center;
    width: 30px;
}

.item-loc[b-vxeij8jeig] {
    width: 89px;
    overflow-wrap: break-word;
    text-align: center;
}

.td-btn[b-vxeij8jeig] {
    width: 40px;
}

.survey-item-row[b-vxeij8jeig] {
    height: 35px;
}

.survey-item-list[b-vxeij8jeig] {
    padding-top: 1px;
    padding-bottom: 10px;
    height: 560px;
    overflow-y: scroll;    
}

.reset-div[b-vxeij8jeig] {
    padding-left: 5px;
    padding-top: 2px;
}

.blue-row[b-vxeij8jeig] {
    background-color: rgba(67, 100, 149, 0.15);
}

.grey-row[b-vxeij8jeig] {
    background-color: rgba(211, 211, 211, 0.15);
}
/*
    blue        (67,100,149)    #436495;
    lightgrey   211,211,211
*/

.selected-row[b-vxeij8jeig] {
    border: solid 1px #436495;
}

.btn-save[b-vxeij8jeig] {
    color: white;
    background-color: #436495;
}

.btn-delete[b-vxeij8jeig] {
    color: rgba(214, 49, 58, 0.8);
}

.btn-reset[b-vxeij8jeig] {
    color: white;
    background-color: rgba(214, 49, 58, 0.9);
    border: solid 1px lightgrey;
}

.shelf-title-tbl[b-vxeij8jeig] {
    width: 100%;
    border-bottom: 2px solid rgba(67, 100, 149, 0.5);
}

.shelf-title-div[b-vxeij8jeig] {
    padding-left: 18px;
    padding-right: 28px;
    padding-bottom: 5px;    
}

.shelf-title-td[b-vxeij8jeig] {    
    font-size: 20px;
    font-weight: bold;
    color: #436495;
    width: 375px;
}

.shelf-contains-td[b-vxeij8jeig] {
    padding-left: 5px;
    font-size: x-small;
}

.section-div[b-vxeij8jeig] {
    height: 480px;
}

.bottle-row[b-vxeij8jeig] {
    height: 10px;
    background-color: #f4f4f4;
}

.bottle-num[b-vxeij8jeig] {
    width: 32px;
    text-align: center;
    color: #436495;
    font-weight: bold;
}

.shelf-num[b-vxeij8jeig] {
    height: 67px;
    margin: 0px;
}
    .shelf-num td[b-vxeij8jeig] {
        color: #436495;
        font-size: 16px;
        font-weight: bold;
        padding-right: 5px;
    }


.shelf-div[b-vxeij8jeig] {
    max-width: 490px;
    overflow-x: scroll;
    overflow-y: hidden;
}

.shelves[b-vxeij8jeig] {    
    border-bottom: solid 1px black;    
}

    .shelves tr:first-child[b-vxeij8jeig] {
        border-bottom: solid 1px black;
    }

.shelf-row[b-vxeij8jeig] {
    background-color: rgba(150, 75, 0, 0.5) !important;
    border-left: 3px solid rgba(67, 100, 149, 0.95);
    border-right: 3px solid rgba(67, 100, 149, 0.95);
}

.shelf-spot[b-vxeij8jeig] {
    border: solid 1px rgba(50, 50, 50, 0.75);
    background-color: rgba(250, 250, 250, 0.95);
    width: 30px;
    height: 65px;
    margin: 0px;
}

/* tooltip */
.visible[b-vxeij8jeig] {
    width: 28px;
    height: 63px;
}

.review-div[b-vxeij8jeig] {
    width: 100%;
    height: 202px;
    padding-left: 18px;
    padding-right: 30px;
    display: block;
}

.review-inner-div[b-vxeij8jeig] {
    border-top: 2px solid rgba(67, 100, 149, 0.5);
    padding-top: 10px;
}

.notes[b-vxeij8jeig] {
    width: 100%;
    text-transform: uppercase;
    font-size: 10px;
    resize: none;
    background-color: white;
    padding: 5px;
    border: 0;
    border: 1px solid #bdbdbd;
    border-radius: 0;
}

.review-btn-div[b-vxeij8jeig] {
    padding-top: 7px;
}

.review-btn-table[b-vxeij8jeig] {    
    width: 100%;
}

.review-btn-td[b-vxeij8jeig] {
    width: 25%;
}

.review-label[b-vxeij8jeig] {
    font-size: 14px;
    text-align: center;
    margin-bottom: 1px;
    font-weight: bold;
}

.btn-thumb[b-vxeij8jeig] {    
    border: 1px solid rgba(67, 100, 149, 0.75);
    border-radius: 5px;
    padding: 8px;
    color: rgba(67, 100, 149, 0.75);
    width: 100px;
}

    .btn-thumb:hover[b-vxeij8jeig] {
        box-shadow: 0 0 3px 3px rgba(67, 100, 149, 0.75);
        opacity: unset;
        color: rgba(255, 255, 255, 0.85);
    }

.btn-thumb-up:hover[b-vxeij8jeig] {
    background-color: rgba(0, 100, 0, 0.5);
}

.btn-thumb-down:hover[b-vxeij8jeig] {
    background-color: rgba(255, 103, 0, 0.65);
}

.btn-thumb-delete:hover[b-vxeij8jeig] {
    background-color: rgba(140, 0, 0, 0.5);
}

.btn-thumb-i[b-vxeij8jeig] {
    font-size: 25px;
    vertical-align: top;
    margin-top: 5px;
}


.whiskey-rocks[b-vxeij8jeig] {
    text-align: right;
    font-size: 50px;  
        
    position: relative;
    top: 12px;
}

.add-item-div[b-vxeij8jeig] {
    height: 577px;
}

.add-item-panel[b-vxeij8jeig] {
    width: 762px;
    background-color: #efefef;
    height: 257px;
    z-index: 11;
    padding: 5px 10px 5px 10px;
    border-left: solid 1px rgba(67,100,149, 0.25);
    border-bottom: solid 1px rgba(67,100,149, 0.25);
    border-right: solid 1px rgba(67,100,149, 0.25);
}

    .add-item-panel .row[b-vxeij8jeig] {
        padding-top: 10px;
    }

.brand-family-control[b-vxeij8jeig] {
    padding-top: 2px;
}

.add-item-select[b-vxeij8jeig] {
    height: 30px;
}

.select-bf-msg[b-vxeij8jeig] {
    padding-left: 2px;
    padding-right: 2px;
}

.pad-0[b-vxeij8jeig] {
    padding: 0;
}


.lux-checkbox[b-vxeij8jeig] {
    padding-left: 10px;
    font-size: 15px;
}

.btn-add-item[b-vxeij8jeig] {
    background-color: rgba(67, 100, 149, 0.95);
    color: white;
    /*margin-left: 10px;*/
}

.btn-width[b-vxeij8jeig] {
    width: 79px;
}

.alert[b-vxeij8jeig] {
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
}

/* _content/Pricello/Pages/Survey.razor.rz.scp.css */
input[b-d4gvb8kyl5] {
    background: transparent;
    color: #78797b;
    text-align: right;
}

input[b-d4gvb8kyl5] {
    font-size: 14px;
}

input#txtCompPrice[b-d4gvb8kyl5] {
    background: transparent;
    color: #565656 !important;
    font-size: 20px;
    font-weight: 900;
    height: 40px;
    text-align: right;
}

input#txtCompPrice[b-d4gvb8kyl5]::placeholder {
    color: #565656 !important;
    font-size: 20px;
    font-weight: 900;
}

input[b-d4gvb8kyl5]::placeholder {
    color: #78797b;
}

option[b-d4gvb8kyl5] {
    background-color: gray;
}

.btn:disabled[b-d4gvb8kyl5] {
    opacity: 0.6;
    pointer-events: none;
}

.btn-completed[b-d4gvb8kyl5] {
    background-color: transparent;
    color: white;
    font-size: 14px;
    padding: 15px 5px;
}

.btn-save[b-d4gvb8kyl5] {
    background-color: transparent;
    color: white;
    font-size: 14px;
    padding: 15px 5px;
}

.completed[b-d4gvb8kyl5] {
    opacity: 1;
}

.comp-textbox[b-d4gvb8kyl5], .comp-textbox[b-d4gvb8kyl5]::placeholder {
    border: medium none;
    color: #dfdfdf !important;
    font-size: 17px;
    font-weight: 600;
    width: 100%;
    padding: 0;
    /* height: 25px;*/
}

.comp-row[b-d4gvb8kyl5] {
    align-items: center;
    padding: 5px;
    border-bottom: solid 1px rgba(144, 144, 144, 0.15);
}

.comp-brand[b-d4gvb8kyl5] {
    font-size: 13px;
    font-weight: 600;
    color: #353c4f;
    margin-left: 10px;
}

.comp-name[b-d4gvb8kyl5] {
    font-size: 12px;
    margin-left: 10px;
    color: #40485e;
}



.ddl-angle[b-d4gvb8kyl5] {
    margin-left: 2px;
}
/*
.disabled {
    opacity: 0.5;
    pointer-events: none;
}*/

.header-address[b-d4gvb8kyl5] {
    color: #001f3f;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: -1px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.pricing-textbox[b-d4gvb8kyl5], .pricing-textbox[b-d4gvb8kyl5]::placeholder, .pricing-textbox:disabled[b-d4gvb8kyl5], .pricing-textbox:disabled[b-d4gvb8kyl5]::placeholder {
    border: medium none;
    color: #353c4f;
    -webkit-text-fill-color: #353c4f;
    opacity: 1;
    font-size: 38px;
    font-weight: 600;
    margin: auto;
    text-align: center;
    padding: 0;
}

   

.pricing-textbox-label[b-d4gvb8kyl5] {
    color: #353c4f;
    text-align: center;
    font-size: 12px;
}



.header-title[b-d4gvb8kyl5] {
    color: #001f3f;
    font-size: 25px;
    font-weight: bold;
}

.panel[b-d4gvb8kyl5] {
    padding-bottom: 5px;
    padding-top: 5px;
}

.panel-spacing[b-d4gvb8kyl5] {
    margin-top: 25px;
}

.panel-padding[b-d4gvb8kyl5] {
    padding-left: 10px;
    padding-right: 10px;
}

.readonly-message[b-d4gvb8kyl5] {
    background-color: #fff5da;
    color: #353c4f;
    font-size: 12px;
    font-weight: bold;
    padding: 7px;
    border-bottom: 1px solid #b9b5b5;
}

.section[b-d4gvb8kyl5] {
    background-color: #fff;
    border-bottom: 1px solid gray;
    display: block;
    /* height: 40px;*/
    height: 58px;
    padding-left: 0px;
    position: relative;
}

.survey-header[b-d4gvb8kyl5] {
    padding-bottom: 5px;
    padding-top: 5px;
}

.survey-notes[b-d4gvb8kyl5] {
    padding-top: 5px;
}

.survey-rectangle[b-d4gvb8kyl5] {
    border: 1px solid #353c4f;
    box-sizing: unset;
    display: inline-block;
    height: 120px;
    position: relative;
    width: 70px;
    box-shadow: 0 0 2px 0 black;
}

.survey-selected-shelf[b-d4gvb8kyl5] {
    background-color: #1fa67a;
    height: 38px;
}

.survey-shelf-loc[b-d4gvb8kyl5] {
    box-shadow: 0 0 2px 0 black;
    border: 1px solid #353c4f;
    height: 40px;
}

.survey-title[b-d4gvb8kyl5] {
     color: #353c4f;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 15px;
}

.text-muted[b-d4gvb8kyl5] {
    color: #565656 !important;
}

.sticky-header[b-d4gvb8kyl5] {
    position: fixed;
    top: 43px;
    width: 100%;
    background-color: #E9E9E9;
    z-index: 1030;
    border-left: 1px solid #bdbdbd;
}

.sticky-item[b-d4gvb8kyl5] {
    display: flex;
    flex-grow: 0;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
}

.sticky-icon[b-d4gvb8kyl5]
{
    margin-bottom: 5px;
}

.sticky-notes[b-d4gvb8kyl5] {
    width: 100%;
    position: fixed;
    top: 109px;
    background-color: #efefef;
    height: 162px;
    z-index: 11;
    overflow: hidden;
    border-bottom: 1px solid #b9b5b5;
}

.sticky-text[b-d4gvb8kyl5] {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
    color: #353c4f;
}

.sticky-border[b-d4gvb8kyl5] {
    box-shadow: 0 0 2px 0 black;
    border-radius: 6px;
}


.sticky-btn[b-d4gvb8kyl5] {
    font-size: 11px;
    font-weight: bold;
    padding: 10px 4px;
    text-align: center;
    cursor: pointer;
    background-color: white;
    color: #353c4f;
    border: 1px solid #bdbdbd;
    width: 50%;
}
   /* .sticky-btn:active {
        background-color: #353c4f;
        color: white;
        border: 1px solid #353c4f;
    }*/

.sticky-btn-left[b-d4gvb8kyl5] {
    border-radius: 6px 0 0 6px;
    margin-right: 0;
  
    /* border: 1px solid #353c4f;*/
    border: 1px solid #797f91;
    border-right: 0;
}

.sticky-btn-right[b-d4gvb8kyl5] {
    border-radius: 0 6px 6px 0;
    /*margin-left: -1px;*/
    /* border: 1px solid #353c4f;*/
    border: 1px solid #797f91;
    border-left: 0;
    width: 100%;
}

.sticky-btn-save[b-d4gvb8kyl5] {
    background-color: #1fa67a;
    color: white;
}

.sticky-btn-complete[b-d4gvb8kyl5] {
    background-color: #188b65;
    color: white;
}

.sticky-btn-image[b-d4gvb8kyl5] {
    background-color: #bf1e2e;
    color: white;
}


.sticky-section[b-d4gvb8kyl5] {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.notes-button[b-d4gvb8kyl5] {
    font-size: 11px;
    font-weight: bold;
    padding: 10px 4px;
    text-align: center;
    cursor: pointer;
    background-color: #353c4f;
    color: white;
    border-radius: 6px;
    width: 100px;
    margin: 5px;
    box-shadow: 0 0 2px 0 black;
    border: 1px solid #353c4f;
}


.line[b-d4gvb8kyl5] {
    
    border-bottom: 1px solid lightgray;
    margin-left: 5px;
    margin-right: 5px;
}

.hide[b-d4gvb8kyl5]{
    display: none !important;
}

.save-button-100[b-d4gvb8kyl5] {
    width: 100%;
    border-radius: 6px;
}

.item-display[b-d4gvb8kyl5] {
    padding-left: 5px;
    font-weight: bold;
    font-size: 22px;
    width: calc(100% - 25px);
    color: #188b65;
    height: 38px;
    display: inline-flex;
    align-items: center;
    position: absolute;
}

.item-select[b-d4gvb8kyl5] {
    color: transparent;
    background: transparent;
    padding-left: 5px;
    border: 0px;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    width: 100%;
}

.item-select-label[b-d4gvb8kyl5] {
    color: #001f3f;
    z-index: 1;
    height: 15px;
    padding-left: 5px;
    font-size: 9px;
    width: 40px;
}

.angle-down[b-d4gvb8kyl5] {
    position: absolute;
    z-index: 1;
    right: 0px;
    width: 25px;
    font-size: 20px;
    color: #78797b;
    height: 40px;
    padding-top: 9px;
    text-align: center;
}



.section-header[b-d4gvb8kyl5] {
    color: #353c4f;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
    flex-grow: 0;
    margin: 0 5px;
    padding-top: 6px;
}









/* The switch - the box around the slider */
.switch[b-d4gvb8kyl5] {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 22px;
}

/* Hide default HTML checkbox */
.switch input[b-d4gvb8kyl5] {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider[b-d4gvb8kyl5] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 34px;
    background-color: #e9e9e9;
    box-shadow: 0 0 2px 0 #8f8888;
}

.slider[b-d4gvb8kyl5]:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 0 1px 0 rgb(0 0 0 / 25%), 0 3px 3px 0 rgb(0 0 0 / 15%);
}

input:checked + .slider[b-d4gvb8kyl5] {
    background-color: #dc3545;
}

input:checked + .slider.green[b-d4gvb8kyl5] {
    background-color: #1fa67a;
}

input:checked + .slider[b-d4gvb8kyl5]:before {
    left: 32px;
}

.slider-text[b-d4gvb8kyl5] {
    font-size: 10px;
    vertical-align: middle;
    color: #353c4f;
}
/* _content/Pricello/Pages/SurveyManager.razor.rz.scp.css */
body[b-cpm0du5q8s] {
}

html[b-cpm0du5q8s], body[b-cpm0du5q8s] {
    color: black;
}

input[b-cpm0du5q8s] {
    background: white;
    color: #78797b;
    text-align: right;
    font-size: 14px;
}

input[b-cpm0du5q8s], textarea[b-cpm0du5q8s] {
    border: 1px solid #8f8f8f;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #000000 !important;
    font-size: 12px !important;
    font-family: Sans-Serif;
}

    input#txtCompPrice[b-cpm0du5q8s] {
        background: transparent;
        color: #565656 !important;
        font-size: 20px;
        font-weight: 900;
        height: 40px;
        text-align: right;
    }

        input#txtCompPrice[b-cpm0du5q8s]::placeholder {
            color: #565656 !important;
            font-size: 20px;
            font-weight: 900;
        }

    input[b-cpm0du5q8s]::placeholder {
        color: #a7a7a7;
    }


.control_buttons[b-cpm0du5q8s] {
    width: 90px;
}

.pheader[b-cpm0du5q8s] {
    color: #949494;
    display: inline-block;
    margin-top: 0;
    padding-bottom: 0px;
}

.search_item_wrapper[b-cpm0du5q8s] {
    display: inline-block;
    margin-right: 1px;
    vertical-align: bottom;
}

.search_item_label[b-cpm0du5q8s] {
    font-weight: bold;
    display: block;
    margin-right: 5px;
    vertical-align: bottom;
    margin-bottom: 2px;
    padding-left: 1px;
}

.comp-textbox[b-cpm0du5q8s], .comp-textbox[b-cpm0du5q8s]::placeholder {
    font-size: 17px !important;
    font-weight: 600;
    width: 100%;
    padding: 2px 6px;
}


select[b-cpm0du5q8s] {
    font-size: 14px;
    padding: 0;
}

.input-css[b-cpm0du5q8s] {
    padding: 2px;
    font-size: 11px !important;
    vertical-align: bottom;
    width: 100%;
    -webkit-appearance: listbox;
}

.select-css[b-cpm0du5q8s] {
    padding: 4px;
    font-size: 11px !important;
    vertical-align: bottom;
    width: 100%;
}

hr[b-cpm0du5q8s] {
    text-align: center;
    width: 100%;
    border: .5px solid lightgray;
}

.lux-table[b-cpm0du5q8s] {
    font-size: 12px;
    table-layout: fixed !important;
}

    .lux-table td[b-cpm0du5q8s] {
        padding: 6px !important;
        padding-bottom: 10px !important;
    }

    .lux-table thead th:first-child[b-cpm0du5q8s] {
        padding: 0px;
    }

    .lux-table th[b-cpm0du5q8s], .lux-table td[b-cpm0du5q8s] {
        font-size: 12px !important;
    }


    .lux-table tr:hover > td[b-cpm0du5q8s] {
        background-color: #ffffc3;
    }

    .lux-table td:hover[b-cpm0du5q8s] {
        background-color: #ffffc3;
    }

    .lux-table tfoot tr[b-cpm0du5q8s], .lux-table tfoot td[b-cpm0du5q8s] {
        background-color: transparent !important;
        border: none !important;
    }

    .lux-table tfoot[b-cpm0du5q8s] {
        position: fixed;
        top: 57px;
        right: 21px;
    }

        .lux-table tfoot .btn[b-cpm0du5q8s] {
            height: 32px;
            width: 32px;
        }

.currentlyFiltered[b-cpm0du5q8s] {
    border-color: #ff0000 !important;
    background-color: #ffdfdf;
}

.alwaysFiltered[b-cpm0du5q8s] {
    border-color: #51c554 !important;
    background-color: #edffdf;
}

.item_name_large[b-cpm0du5q8s] {
    display: block;
    font-size: 25px;
    color: white;
    font-weight: bold;
    padding: 5px 5px 5px 10px;
    background-color: #46699b;
    height: 48px;
}
.store_name[b-cpm0du5q8s] {
    display: block;
    font-size: 17px;
    color: black;
    font-weight: bold;
}
.store_address[b-cpm0du5q8s] {
    display: block;
    font-size: 12px;
}

.statusinfo[b-cpm0du5q8s] {
    background-color: #f5a005;
    border-radius: 3px;
    color: white;
    display: block;
    padding: 6px;
    margin-top: 20px;
    text-align: center;
}

.completed[b-cpm0du5q8s] {
    /*background-color: #4CAF50 !important;*/
    background-color: #4f87cd !important;
    color: white !important;
}

.survey_img_thumb[b-cpm0du5q8s] {
    box-shadow: 0px 1px 4px -1px black;
    height: 75px;
    font-size: 12px;
    margin-right: 10px;
}

.btn-thumb[b-cpm0du5q8s] {
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    padding: 8px !important;
    height: auto !important;
    color: #858585 !important;
    width: 100px;
}
    .btn-thumb:hover[b-cpm0du5q8s] {
        /*border: 1px solid #555;*/
        box-shadow: 0 0px 9px -4px #777777;
        opacity: unset;
    }

    .btn-thumb i[b-cpm0du5q8s] {
        font-size: 50px;
        vertical-align: top;
        margin-top: 5px;
    }

.btn-thumbGreen[b-cpm0du5q8s] {
    color: #4CAF50;
}

.btn-thumbRed[b-cpm0du5q8s] {
    color: red;
}

.verifiedBackColor[b-cpm0du5q8s] {
    background-color: #4CAF50 !important;
    color: white !important;
}

.rejectedBackColor[b-cpm0du5q8s] {
    background-color: red !important;
    color: white !important;
}


.item_title_wrapper[b-cpm0du5q8s] {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
}

.item_title[b-cpm0du5q8s] {
    display: inline-block;
    width: 350px;
    vertical-align: top;
    font-size: 18px;
    margin-top: 4px;
}

.item_price[b-cpm0du5q8s] {
    display: inline-block;
    width: 100px;
    text-align: right;
    font-size: 20px;
    border: 1px solid #C6C6C6;
    padding: 2px 3px;
}

.competitor_item_wrapper[b-cpm0du5q8s] {
    display: block;
    margin-bottom: 5px;
}

.competitor_icon_left[b-cpm0du5q8s] {
    display: inline-block;
    margin-right: 3px;
    vertical-align: top;
    margin-left: -32px;
}

.competitor_item_title[b-cpm0du5q8s] {
    display: inline-block;
    width: 350px;
    vertical-align: top;
    margin-top: 4px;
}

.competitor_price_wrapper[b-cpm0du5q8s] {
    display: inline-block;
    width: 100px;
}

.review_item_left[b-cpm0du5q8s] {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    padding: 10px;
    min-height: 705px;
    background-color: #f4faff;
    border: 1px solid #c9e2f7;
}

.review_item_right[b-cpm0du5q8s] {
    display: inline-block;
    padding: 70px 20px 20px 70px;
}

.stats_wrapper[b-cpm0du5q8s] {
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 3px;
}
.stats_title[b-cpm0du5q8s] {
    display: block;
    font-size: 11px;
}
.stats_value[b-cpm0du5q8s] {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-top: -4px;
}

.review_button_wrapper[b-cpm0du5q8s] {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
}
.review_label[b-cpm0du5q8s] {
    display: block;
    font-size: 14px;
    text-align: center;
    margin-bottom: 1px;
    font-weight: bold;
}

.btn[b-cpm0du5q8s] {
    outline: none !important;
    outline: 0 !important;
}

    .btn:focus[b-cpm0du5q8s] {
        outline: none;
    }

.left_title[b-cpm0du5q8s] {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #436495;
}
/* _content/Pricello/Pages/VendorSurvey.razor.rz.scp.css */

ol[b-46msvqxv72] {
    margin-left: -40px;
}

    ol li[b-46msvqxv72] {
        list-style-position: outside;
        counter-increment: item;
        margin-left: 40px;
        padding-bottom: 20px;
    }

        ol li[b-46msvqxv72]::marker {
            font-size: 25px;
            font-weight: bold;
        }

#divAddress[b-46msvqxv72] {
    margin-top: 10px;
    margin-bottom: 10px;
    z-index: 2;
    position: relative;
    border: 1px solid #6c757d;
}

.search-textbox-form[b-46msvqxv72] {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
    /* border-radius: 32px;*/
    border-radius: 6px;
    max-width: 100%;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    background-color: white;
    height: 53px;
}

.search-inner-textbox[b-46msvqxv72] {
    margin-right: 8px;
    max-width: 100%;
}



.search-geo-icon[b-46msvqxv72] {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
}

.search-textbox-div[b-46msvqxv72] {
    max-width: 100%;
    margin-right: 8px;
    -moz-box-flex: 1;
    flex-grow: 1;
}

.search-textbox[b-46msvqxv72] {
    line-height: 1.5;
    width: 100%;
    border: medium none;
}

.search-button-div[b-46msvqxv72] {
    max-width: 100%;
    margin-right: 0px;
}

.search-button[b-46msvqxv72] {
    background: #eb1700 none repeat scroll 0% 0% !important;
    position: relative;
    max-width: 100%;
    margin: 0px;
    display: inline-flex;
    min-height: 40px;
    border-radius: 40px;
    border: medium none;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    text-align: center;
    background-color: white;
    width: 40px;
    height: 40px;
    padding: 0px;
    padding-left: 2px;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

#btnFindMe[b-46msvqxv72] {
    border: medium none;
    background-color: #eb1700;
    border-radius: 6px;
    border: 1px solid #c51205;
    font-size: 16px;
    padding-right: 70px;
    padding-left: 70px;
    padding-bottom: 7px;
    padding-top: 5px;
    color: white;
    height: 35px;
}

.segmented-control[b-46msvqxv72] {
    display: table;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 190px;
}

    .segmented-control > li[b-46msvqxv72] {
        display: table-cell;
        margin: 0;
        padding: 0;
        list-style-type: none;
        width: 50%;
    }

        .segmented-control > li input[b-46msvqxv72] {
            position: absolute;
            visibility: hidden;
        }

        .segmented-control > li label[b-46msvqxv72] {
            display: block;
            font-size: 11px;
            font-weight: bold;
            padding: 10px 4px;
            text-align: center;
            cursor: pointer;
        }

        .segmented-control > li:nth-child(1) label[b-46msvqxv72] {
            border: 1px solid #bdbdbd;
            border-radius: 6px 0px 0px 6px;
            background-color: white;
            border-right: 1px solid #000a14;
        }

        .segmented-control > li:nth-child(2) label[b-46msvqxv72] {
            border: 1px solid #bdbdbd;
            border-radius: 0px 6px 6px 0px;
            background-color: white;
            border-left: 1px solid #000a14;
            margin-left: -2px;
        }

        .segmented-control > li label:hover[b-46msvqxv72] {
            background: #fafafa;
        }

        .segmented-control > li input:checked + label[b-46msvqxv72] {
            border: 1px solid #000a14;
            background-color: #001f3f;
            color: #fff;
        }

.filter-text[b-46msvqxv72] {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
}

.card-body[b-46msvqxv72] {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 10px;
}

.card-body-filter[b-46msvqxv72] {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
}

.card-button[b-46msvqxv72] {
    background-color: #E9E9E9;
    border-bottom: 1px solid gainsboro;
}

.card[b-46msvqxv72] {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #bdbdbd;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 14px;
}

.card-title[b-46msvqxv72] {
    font-size: 15px;
    font-weight: bold;
}

.card-subtitle[b-46msvqxv72] {
    font-size: 12px;
    margin-top: 0;
}

.card-button a[b-46msvqxv72] {
    color: inherit;
    text-decoration: inherit;
}

.text-muted[b-46msvqxv72] {
    color: #565656 !important;
}


.filtered-message[b-46msvqxv72] {
    background-color: #fff5da;
    padding: 7px;
    font-size: 12px;
    font-weight: bold;
    color: black;
    border-bottom: 1px solid #b9b5b5;
}

.filtered-message-details[b-46msvqxv72] {
    margin: auto; /* max-width: 240px; */
    font-weight: normal;
}




.filtered-card-body[b-46msvqxv72] {
    background: white;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    font-size: 14px;
}

.filtered-card-header[b-46msvqxv72] {
    font-size: 16px;
    font-weight: bold;
    background-color: #6c757d;
    color: white;
    border-bottom: 1px solid #6c757d;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.center-div[b-46msvqxv72] {
    margin: 0 auto;
    width: 300px;
}

.grid-padding[b-46msvqxv72] {
    padding-right: 10px;
}

.scroll[b-46msvqxv72] {
    max-height: 75px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: auto; /* Stops scrolling immediately */
}

.aspNetDisabled[b-46msvqxv72] {
    opacity: 0.6;
    pointer-events: none;
}


.grid td[b-46msvqxv72], .grid th[b-46msvqxv72] {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 8px;
    margin: 0;
    text-shadow: 0px 0px 0px transparent !important;
}

.gridHeader[b-46msvqxv72], .grid th[b-46msvqxv72] {
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    white-space: normal !important;
}


    .gridHeader a[b-46msvqxv72], .grid th a[b-46msvqxv72] {
        text-decoration: none;
        color: #ffffff;
    }

.grid[b-46msvqxv72] {
    border: 0px;
    background-color: #fdfdfd;
    font-size: 12px;
    margin-bottom: 10px;
    width: 100%;
}

.modal-lux[b-46msvqxv72] {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0,0,0);
    font-size: 13px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
}

.modal-lux-content[b-46msvqxv72] {
    background-color: #fefefe;
    padding-bottom: 100px;
    flex-grow: 1;
}

.modal-lux-header[b-46msvqxv72] {
    position: fixed;
    top: 43px;
    left: 0;
    right: 0;
    flex-wrap: nowrap;
    display: flex;
    background-color: #e9e9e9;
    /* border: 1px solid #bdbdbd; */
    z-index: 200011;
    padding: 1px 0;
    border-bottom: 1px solid #b9b5b5;
    height: 50px;
}

}

.modal-lux.is-open[b-46msvqxv72] {
    overflow: scroll;
}

.close[b-46msvqxv72] {
    color: white;
    background-color: red;
    float: right;
    font-size: 14px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
}

    .close:hover[b-46msvqxv72], .close:focus[b-46msvqxv72] {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }



.font-weight-normal[b-46msvqxv72] {
    font-weight: normal;
}

.nopadding[b-46msvqxv72] {
    padding: 0 !important;
    margin: 0 !important;
}

.btn-survey[b-46msvqxv72] {
    border-radius: 0;
    display: inline-block;
    font-size: 14px;
}


.text-mapmarker[b-46msvqxv72] {
    color: #001f3f;
}

.mt-3[b-46msvqxv72] {
    margin-top: 3px !important;
}

.mb-2[b-46msvqxv72] {
    margin-bottom: 2.5px !important;
}

.brands-select-div[b-46msvqxv72] {
    background-color: #001f3f;
    color: white;
    border-radius: 6px;
    border: 1px solid #000a14;
    margin-left: 5px;
    height: 34px;
    max-width: 190px;
    margin: 0 auto;
}

.brands-select[b-46msvqxv72] {
    width: 100%;
    height: 34px;
    border: none;
    background: transparent;
    font-size: 11px;
    font-weight: bold;
    padding: 10px 4px;
    color: transparent;
    position: absolute;
    z-index: 1;
    left: 0;
}

.brands-div[b-46msvqxv72] {
    display: inline-block;
    position: relative;
    margin-top: 10px;
    width: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 5px;
    padding-left: 19px;
}

.filter-select[b-46msvqxv72] {
    border: 1px solid #000a14;
    border-radius: 6px;
    background-color: #001f3f;
    margin-left: -10px;
    padding: 10px 4px;
    text-align: center;
    color: transparent;
    height: 32px;
    margin-top: 8px;
    margin-bottom: 10px;
}

.filter-span[b-46msvqxv72] {
    position: absolute;
    margin-top: 16px;
    color: white;
}

select[b-46msvqxv72] {
    text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
}

.top-button[b-46msvqxv72] {
    min-width: 35px;
    display: block;
    box-shadow: none;
    font-size: 10px;
    margin: 9px;
    letter-spacing: 0;
    border-radius: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .top-button[b-46msvqxv72]  i {
        font-size: 19px;
        line-height: 20px;
        text-align: center;
    }

tr:nth-child(even)[b-46msvqxv72] {
    background-color: #f2f2f2;
}

th[b-46msvqxv72] {
    color: white;
    background-color: #001f3f;
}

    th:last-child[b-46msvqxv72], td:last-child[b-46msvqxv72] {
        padding-right: 10px !important;
    }

    th:first-child[b-46msvqxv72], td:first-child[b-46msvqxv72] {
        padding-left: 10px !important;
    }

.notfound-message[b-46msvqxv72] {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}

/*.select-all {
    -webkit-user-select: all;*/ /* Chrome 49+ */
/*-moz-user-select: all;*/ /* Firefox 43+ */
/*-ms-user-select: all;*/ /* No support yet */
/*user-select: all;*/ /* Likely future */
/*}*/


.selected[b-46msvqxv72] {
    color: #001f3f !important;
    /* background-color: #e9e9e9 !important;*/
}

.hidden[b-46msvqxv72] {
    display: none;
}
/* _content/Pricello/Shared/MainLayout.razor.rz.scp.css */
/* _content/Pricello/Shared/MobileNav.razor.rz.scp.css */
.topnav[b-q6g2faou6v] {
    background-color: #333;
    overflow: hidden;
}

.topnav a[b-q6g2faou6v] {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}
/* _content/Pricello/Shared/NavMenu.razor.rz.scp.css */
.container-no-media[b-tigczdcdh4] {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.header[b-tigczdcdh4] {
    position: relative;
    margin-bottom: 0;
    z-index: 2;
    height: 0;
}

.sidenav[b-tigczdcdh4] {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    overflow-x: hidden;
    padding-top: 40px;
    box-shadow: 0 0 3px 1px grey;
}

.sidenav a[b-tigczdcdh4] {
    padding: 11px 8px 11px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #293255;
    display: block;
    letter-spacing: -1px;
}
    .sidenav .closebtn[b-tigczdcdh4] {
        position: absolute;
        /*top: 0;*/
        top: env(safe-area-inset-top);
        right: 10px;
        margin-left: 50px;
    }

.container[b-tigczdcdh4] {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.fab[b-tigczdcdh4] {
    width: 50px;
    height: 50px;
    background-color: transparent;
    border-radius: 50%;
    font-size: 20px;
    color: white;
    text-align: center;
    line-height: 70px;
    left: 15px;
    top: 13px;
    /* opacity: 0.75; */
}


.circle-header[b-tigczdcdh4] {
    top: 10px;
    position: absolute;
    padding: 1px;
}

.circle[b-tigczdcdh4] {
    min-width: 22px;
    height: 22px;
    background-color: #1fa67a;
    border-radius: 50%;
}

.circle-menu[b-tigczdcdh4] {
    top: -10px;
    left: -6px;
    position: relative;
    padding: 1px;
}

.badge[b-tigczdcdh4] {
    line-height: .9 !important;
    left: 0 !important;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    color: white;
}

.badge-container[b-tigczdcdh4] {
    position: absolute !important;
    top: 5px !important;
    left: 98px !important;
}

.topnav[b-tigczdcdh4] {
    position: absolute;
    max-width: 300px;
    z-index: 5;
    overflow: hidden;
    top: 10px;
    left: 10px;
   
}

    .topnav a[b-tigczdcdh4] {
        background-color: #001f3f;
        width: 65px;
    }

    .topnav a[b-tigczdcdh4], .topnav span[b-tigczdcdh4] {
        float: left;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 13px;
        text-decoration: none;
        font-size: 15px;
        z-index: 5;
    }

        .topnav span.home[b-tigczdcdh4] {
            background-color: #eb1700;
            color: white;
            display: block;
            font-size: 25px;
            font-weight: bold;
            padding: 8px 16px;
            border-radius: 6px;
            position: relative;
            width: 47px;
        }

    .topnav span.home[b-tigczdcdh4]:after {
        content: ' \002B';
    }

    .topnav div[b-tigczdcdh4] {
        display: inline-block;
        position: relative;
        
    }


.show[b-tigczdcdh4] {
    display: block;
}

.hide[b-tigczdcdh4] {
    display: none;
}

.topnav-show[b-tigczdcdh4]{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.nav-row[b-tigczdcdh4] {
    padding: 7px;
   /* background-color: #001f3f;*/
    background-color: white;
    font-size: 12px;
}
.logout-icon[b-tigczdcdh4] {
    color: #8fa6b3;
}
.nav-icon[b-tigczdcdh4] {
    /*  color: white;*/
    color: #001f3f;
    font-size: 20px;
}

.icon-div[b-tigczdcdh4] {
    line-height: 25px;
    width: 35px;
    margin-right: 10px;
    text-align: center !important;
}
.icon-span[b-tigczdcdh4] {
    padding: 13px 16px
}
/* _content/Pricello/Shared/ReportMenu.razor.rz.scp.css */


.navbar-nav[b-imyi2dazp4] {
    -ms-flex-direction: row;
    flex-direction: row;
    float: right;
    padding-left: 5px;
}

.top-height-100[b-imyi2dazp4] {
    height: 100px;
}

.top-height-135[b-imyi2dazp4] {
    height: 135px;
}

@media (min-width: 992px) {
    .top-height-135[b-imyi2dazp4] {
        height: 100px;
    }
}

.navbar-brand[b-imyi2dazp4] {
    padding-top: 0;
    padding-bottom: 0;
}


/* _content/Pricello/Shared/TopMenu.razor.rz.scp.css */


.navbar-nav[b-c82m3qsaxn] {
    -ms-flex-direction: row;
    flex-direction: row;
    float: right;
    padding-left: 5px;
}

.top-height-100[b-c82m3qsaxn] {
    height: 100px;
}

.top-height-135[b-c82m3qsaxn] {
    height: 135px;
}

@media (min-width: 992px) {
    .top-height-135[b-c82m3qsaxn] {
        height: 100px;
    }
}

.navbar-brand[b-c82m3qsaxn] {
    padding-top: 0;
    padding-bottom: 0;
}


