﻿.indexBody {
    position: relative;
    width: 100%;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
}

.body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.indexBodyWrapper {
    overflow: auto;
}

.indexFooter {
    float: left;
    width: 100%;
    display: block;
    margin-left: 2%;
    padding-top: 5%;
}

.statisticsFooter {
    float: left;
    width: 100%;
    display: block;
    margin-left: 2%;
    padding-top: 2%;
}

.indexBannerWrapper {
    float:left;
    width: 100%;
    display:block;
}

.jumbotronheader {
    font-size: 55px;
    font-weight: 500;
    text-size-adjust: auto;
    width: 45%;
    min-width: contain;
    word-break: normal;
}

.indexJumbotronContentWrapper {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 1% 1% 1% 1%;
    display: inline-block;
    flex-wrap: wrap;
    flex-direction: inherit;
}

.jumbotrontext {
    float: left;
    align-content: center;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

.indexbannerInfo {
    float: left;
    align-content: center;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.indexContentAndAdWrapper {
    float: left;
    display: block;
    min-width:min-content;
}

.indexContentWrapper {
    float: left;
    display: inline;
    width: min-content;
    min-width: 45%;
    margin-left: 2%;
    margin-right: 2%;
    flex-wrap: nowrap;
    flex-direction: inherit;
    overflow: auto;
}

@media only screen and (max-width:1024px) {
    .indexContentWrapper {
        float: left;
        max-width: 58%;
        display: none;
        margin-left: 1%;
        margin-right: 1%;
        overflow: auto;
        flex-wrap: wrap;
        flex-direction: row;
    }
}

@media only screen and (max-width:536px) {
    .indexContentWrapper {
        float: left;
        width: 100%;
        display: none;
        margin-left: 1%;
        margin-right: 1%;
        overflow: auto;
        flex-wrap: wrap;
        flex-direction: row;
    }
}

.indexContentWrapperSmallerThanFullScreen {
    float: left;
    display: none;
    width: min-content;
    min-width: 45%;
    margin-left: 2%;
    margin-right: 2%;
    flex-wrap: wrap;
    flex-direction: inherit;
    overflow: auto;
}

@media only screen and (max-width:1024px) {
    .indexContentWrapperSmallerThanFullScreen {
        float: left;
        max-width: 58%;
        display: inline-block;
        margin-left: 1%;
        margin-right: 1%;
        overflow: auto;
        flex-wrap: wrap;
        flex-direction: row;
    }
}

@media only screen and (max-width:536px) {
    .indexContentWrapperSmallerThanFullScreen {
        float: left;
        width: 100%;
        display: inline-block;
        margin-left: 1%;
        margin-right: 1%;
        overflow: auto;
        flex-wrap: wrap;
        flex-direction: row;
    }
}


.productCategoryContentWrapper {
    float: left;
    max-width: 25%;
    width: 25%;
    min-width: min-content;
    display: inline-block;
    margin-left: 2%;
    margin-right: 2%;
    flex-wrap: wrap;
    flex-direction: inherit;
    overflow: auto;
}

@media only screen and (max-width:1024px) {
    .productCategoryContentWrapper {
        float: left;
        min-width: fit-content;
        max-width: 100%;
        display: block;
        margin-left: 1%;
        margin-right: 1%;
        overflow: auto;
        flex-wrap: wrap;
        flex-direction: row;
    }
}

@media only screen and (max-width:536px) {
    .productCategoryContentWrapper {
        float: left;
        min-width: fit-content;
        width: 100%;
        display: block;
        margin-left: 1%;
        margin-right: 1%;
        overflow: auto;
        flex-wrap: wrap;
        flex-direction: row;
    }
}




.pricesContentWrapper {
    float: left;
    max-width: 100%;
    min-width: 100%;
    display: inline-block;
    margin-left: 2%;
    margin-top: 2%;
    padding-right: 2%;
    flex-wrap: wrap;
    flex-direction: inherit;
}

@media only screen and (max-width:1024px) {
    .pricesContentWrapper {
        float: left;
        max-width: 100%;
        display: inline-block;
        margin-left: 1%;
        margin-top: 1%;
        overflow: auto;
        flex-wrap: wrap;
        flex-direction: row;
    }
}

@media only screen and (max-width:536px) {
    .pricesContentWrapper {
        float: left;
        max-width: 100%;
        display: inline-block;
        margin-left: 1%;
        margin-top: 1%;
        overflow: auto;
        flex-wrap: wrap;
        flex-direction: row;
    }
}


.indexAdWrapper {
    float: right;
    display: inline;
    width: 38%;
    max-width: 38%;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 2%;
    flex-wrap: nowrap;
    flex-direction: inherit;
    overflow: auto;
}

@media only screen and (max-width:1024px) {
    .indexAdWrapper {
        float: left;
        width: 40%;
        max-height: fit-content;
        display: block;
        padding-top: 2%;
        padding-left: 1%;
        padding-right: 1%;
        flex-wrap: nowrap;
        flex-direction: inherit;
        overflow: auto;
    }
}

@media only screen and (max-width:536px) {
    .indexAdWrapper {
        float: left;
        width: 100%;
        min-width: fit-content;
        max-width: fit-content;
        display: block;
        padding-top: 2%;
        padding-left: 1%;
        padding-right: 1%;
        flex-wrap: wrap;
        flex-direction: inherit;
        overflow: auto;
    }
}

.indexAdWrapperInner {
    float: left;
    width: 48%;
    display: inline-block;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;
    flex-wrap: wrap;
    flex-direction: inherit;
}

@media only screen and (max-width:1024px) {
    .indexAdWrapperInner {
        float: left;
        width: 48%;
        display: block;
        padding-top: 2%;
        padding-left: 1%;
        padding-right: 1%;
        flex-wrap: nowrap;
        flex-direction: inherit;
        overflow: auto;
    }
}

@media only screen and (max-width:536px) {
    .indexAdWrapperInner {
        float: left;
        width: 100%;
        min-width: fit-content;
        max-width: fit-content;
        display: block;
        padding-top: 2%;
        padding-left: 1%;
        padding-right: 1%;
        flex-wrap: wrap;
        flex-direction: inherit;
        overflow: auto;
    }
}



.indexAdWrapperCustom {
    float: left;
    width: 100%;
    display: block;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;
    flex-wrap: wrap;
    flex-direction: inherit;
}

@media only screen and (max-width:1024px) {
    .indexAdWrapperCustom {
        float: left;
        width: 48%;
        display: block;
        padding-top: 2%;
        padding-left: 1%;
        padding-right: 1%;
        flex-wrap: nowrap;
        flex-direction: inherit;
        overflow: auto;
    }
}

@media only screen and (max-width:536px) {
    .indexAdWrapperCustom {
        float: left;
        width: 100%;
        min-width: fit-content;
        max-width: fit-content;
        display: block;
        padding-top: 2%;
        padding-left: 1%;
        padding-right: 1%;
        flex-wrap: wrap;
        flex-direction: inherit;
        overflow: auto;
    }
}












.pricesAdWrapper {
    width: 100%;
    min-width: fit-content;
    max-width: max-content;
    margin-left: 1%;
    padding-right: 2%;
    padding-top: 2%;
    display: inline-block;
    flex-wrap: wrap;
    flex-direction: inherit;
}

@media only screen and (max-width:1024px) {
    .pricesAdWrapper {
        float: left;
        width: 100%;
        min-width: fit-content;
        margin-left: 1%;
        padding-right: 2%;
        padding-top: 2%;
        display: inline-block;
        flex-wrap: wrap;
        flex-direction: inherit;
    }
}

@media only screen and (max-width:536px) {
    .pricesAdWrapper {
        float: left;
        width: 100%;
        min-width: fit-content;
        margin-left: 1%;
        padding-right: 2%;
        padding-top: 2%;
        display: inline-block;
        flex-wrap: wrap;
        flex-direction: inherit;
    }
}

.indexAd {
    float: left;
    display: inline-block;
    width: 100%;
    max-width: fit-content;
    border: solid;
    border-radius: 20px;
    padding:1% 1% 1% 1%;
    flex-wrap:wrap;
    flex-direction: inherit;
    overflow: auto;
}

@media only screen and (max-width:1024px) {
    .indexAd {
        float: left;
        display: inline-block;
        width: 100%;
        border: solid;
        border-radius: 20px;
        flex-wrap: nowrap;
        flex-direction: inherit;
    }
}

@media only screen and (max-width:536px) {
    .indexAd {
        float: left;
        display: inline-block;
        width: fit-content;
        min-width: fit-content;
        border: solid;
        border-collapse: collapse;
        border-radius: 20px;
        flex-wrap: wrap;
        flex-direction: inherit;
        overflow: auto;
    }
}

/*---------------------------------------------------------------------------------------------------------------------------*/
/*For popups*/

.OpenModal {
    float:left;
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    border: solid;
    border-width: 1px;
    border-radius: 20px;
    margin-left: 4px;
    word-wrap: break-word;
    background-color: rgb(195, 226, 194, 0.4);
    flex-wrap:wrap;
    overflow:auto;
}

@media only screen and (max-width:1024px) {
    .OpenModal {
        float:left;
        display: block;
        font-size:10px;
        color: #0d6efd;
        text-decoration: none;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
        border: solid;
        border-width: 1px;
        border-radius: 10px;
        margin-left: 4px;
        word-wrap: break-word;
        background-color: rgb(195, 226, 194, 0.4);
        flex-wrap:wrap;
        overflow: auto;
    }
}

@media only screen and (max-width:536px) {
    .OpenModal {
        float:left;
        display: block;
        font-size:10px;
        color: #0d6efd;
        text-decoration: none;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
        border: solid;
        border-width: 1px;
        border-radius: 10px;
        margin-left: 4px;
        word-wrap: break-word;
        background-color: rgb(195, 226, 194, 0.4);
        flex-wrap:wrap;
        overflow: auto;
    }
}

    .OpenModal:hover, .OpenModal:focus {
        background-color: rgb(195, 226, 194, 0.8);
    }

    .OpenModal.disabled {
        color: #6c757d;
        pointer-events: none;
        cursor: default;
    }

.indexModal {
    float:left;
    display: none; /* Hidden by default */
    z-index: 1; /* Sit on top */
    padding-top: 10px; /* Location of the box */
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    left: 0;
    top: 0;
    border: 1px solid #888;
    border-radius: 20px;
    width: max-content; /* Full width */
    height: contain; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgb(195, 226, 194, 0.4);
}

.indexModalContent {
    margin: auto;
    padding: 0px;
    width: 100%;
    height: 100%;
    display: auto;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover {
        color:black;
        background-color: rgb(195, 226, 194, 0.8);
    }
.close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }




/*----------------------------------------------------------------------------------------------------------------------------*/

.statisticsBodyWrapper {
    width: 100%;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
}

.statisticsContentWrapper {
    float: left;
    max-width: 60%;
    min-width: 40%;
    display: inline-block;
    margin-left: 2%;
    margin-right: 2%;
    overflow: auto;
    flex-wrap: wrap;
    flex-direction: inherit;
}


.statisticsAdWrapper {
    float: left;
    width: 30%;
    max-width: 35%;
    padding-right: 2%;
    padding-top: 2%;
    display: inline-block;
    margin-left: 2%;
    flex-wrap: wrap;
    flex-direction: inherit;
}
/*----------------------------------------------------------------------------------------------------------------------------*/
.productDetailContentWrapperTop {
    float: left;
    max-width: fit-content;
    min-width: fit-content;
    display: inline-block;
    flex-wrap: wrap;
    flex-direction: inherit;
    overflow: auto;
}

.productDetailContentWrapperBottom {
    float: left;
    max-width: 100%;
    min-width: fit-content;
    display: block;
    overflow: auto;
}

.productDetailAdWrapper {
    min-width: fit-content;
    max-width: max-content;
    display: inline-block;
    padding-left: 10%;
    flex-wrap: wrap;
    flex-direction: inherit;
    overflow: auto;
}

/*---------------------------------------------------------------------------------------------------------------------------*/

.newsAdWrapper {
    width: 95%;
}

.newsContentWrapper {
    float: left;
    max-width: 95%;
    width: 95%;
    min-width: fit-content;
    margin-left: 2%;
    margin-right: 2%;
    overflow: auto;
    flex-wrap: wrap;
    flex-direction: inherit;
}
/*----------------------------------------------------------------------------------------------------------------------------*/

.nav-linkStartPage {
    display: inline-block;
    min-height: 100px;
    width: 140px;
    min-width: 100px;
    padding: 0.5rem .75rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    border: solid;
    border-radius: 20px;
    margin-left: 4px;
    word-wrap: break-word;
    background-color: #F0F8FF;
}

@media (prefers-reduced-motion: reduce) {
    .nav-linkStartPage {
        transition: none;
    }
}

.nav-linkStartPage:hover, .nav-link:focus {
    background-color: #cce6ff;
}

.nav-linkStartPage.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

/*----------------------------------------------------------------------------------------------------------------------------*/
body {
}

.headerClass {
    position: fixed;
}

tbody.IndexTableBody > tr > td {
    border: solid;
    border-radius: 20px;
}

    tbody.IndexTableBody > tr > td > a {
        background-color: #F0F8FF;
        color: #000000;
        text-decoration: none;
        word-wrap: normal;
        border-radius: 20px;
    }

td.IndexTableTD {
    border: solid;
    border-radius: 20px;
    color: #0d6efd;
    text-decoration: none;
    margin-left: 4px;
    background-color: #F0F8FF;
}

a.IndexTableTD {
    border: solid;
    border-radius: 20px;
}

a:hover {
    color: #0a58ca;
}


.blockClassA {
    display: inline-block;
    width: fit-content;
    max-width: min-content;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 2em;
    padding-right: 2em;
    border: 2px solid #337ab7;
    border-radius: 20px;
    border-width: 1px;
    border-color: black;
    background-color: rgb(195, 226, 194, 0.4);
    text-decoration: none;
    overflow: auto;
}

    .blockClassA > h5 {
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        border-bottom: solid;
        border-color: black;
        border-width: 1px;
        overflow: hidden;
    }

    .blockClassA > ul {
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
        list-style-type: none;
        white-space: nowrap;
        overflow: auto;
    }

.blockClassB {
    display: inline-block;
    width: fit-content;
    max-width: 60%;
    margin-left: 1%;
    margin-top: 1%;
    word-wrap: break-word;
    overflow: auto;
}

@media only screen and (max-width:1024px) {
    .blockClassB {
        display: inline-block;
        width: 90%;
        min-width: fit-content;
        margin-top: 2%;
        word-wrap: break-word;
        flex-direction: inherit;
    }
}

@media only screen and (max-width:536px) {
    .blockClassB {
        display: inline-block;
        width: 90%;
        min-width: fit-content;
        margin-top: 2%;
        word-wrap: break-word;
        flex-direction: inherit;
    }
}




hr.blockClassC {
    clear: both;
    overflow: hidden;
}

.navbar {
    background-color: #222;
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}






/*---------------------------------------------------------------------------------------------------------------------------*/
/*For Statistics Layout*/

.nav-linkStatistics {
    display: inline-block;
    min-height: 100px;
    min-width: 120px;
    max-height: 160px;
    max-width: 120px;
    padding: .5rem 1.0rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    border: solid;
    border-radius: 20px;
    margin-left: 4px;
    word-wrap: break-word;
    background-color: #F0F8FF;
}

    .nav-linkStatistics:hover, .nav-linkStatistics:focus {
        background-color: #cce6ff;
    }

@media (prefers-reduced-motion: reduce) {
    .nav-linkStatistics {
        transition: none;
    }
}

.nav-linkStatistics.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.thStatistics {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    word-wrap: break-word;
    text-align: inherit;
    text-align: -webkit-match-parent;
}

/*----------------------------------------------------------------------------------------------------------------------------*/

thead.td-notecell {
    min-width: 50%;
    overflow: auto;
    background-color: aqua;
}

tbody.notecell {
    min-width: 50%;
    overflow: auto;
    background-color: aqua;
}

tr.td-notecell {
    min-width: 50%;
    overflow: auto;
    background-color: aqua;
}

td.td-notecell {
    min-width: 50%;
    overflow: auto;
    background-color: aqua;
}
