﻿body {
    scrollbar-width: 10px;
}

.pageContainer {
    width: 100%;
    height: 100%;
}

.CssPageContatiner {
    width: 100%;
    height: 100%;
    padding: 2% 10%;
    background-color: lightgray;
    position: absolute;
}

.ContentSplit {
    display: inline-grid;
    grid-template-columns: 33% 33% 33%;
    grid-column-gap: 1%;
    width: 100%; 
}

.notification{
    /*position: absolute;*/
    font-size: 10px;
    line-height: 15px;
    /*background-color: #000;
    color:white;*/
    padding: 0 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.finalize_btn {
   width: 90%;
}

.icon-item-title {
    display: block;
    max-width: 112px;
    padding: 0 7px;
    font-size: 12px;
    color: rgba(0,0,0,.6);
    white-space: nowrap;
    margin-top: -45px;
}

.overflow_header {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.overflow_table {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.CssPage {
    background-color: white;
    width: 100%;
    height: 100%;
}

.scrollable-element {
    scrollbar-width: thick;
}

.sideBorder {
    background-color: white;
    color: black;
}

.twfont {
    font-family: 'Tw Cen MT';
}

.cardContainer {
    border-radius: 0%;
    margin: 2%;
    /*max-height:360px;*/
    border: none;
    box-shadow: 0 .2em 1em black;
    -webkit-transition: margin 0.5s;
    transition: margin 0.5s;
    width: 100%;
}

    .cardContainer:hover {
        margin: 0%;
    }

.cardTable td {
    text-align: left;
}

.cardTop {
    position: relative;
    float: right;
    padding-right: 1px;
    width: 100%;
    padding-top: 1px;
    background-color: whitesmoke;
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 90% 10%;
    grid-template-columns: 90% 10%;
    grid-auto-flow: dense;
    transition-delay: 1s;
}

.cart_container {
    background-color: whitesmoke;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
}

.gridContainer {
    display: grid;
    /*grid-template-columns: repeat(auto-fill, minmax(200px,313px));*/
    grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
    grid-gap: 8px;
    grid-auto-flow: dense;
    transition-delay: 1s;
}

.lineContainer {
    display: -ms-inline-grid;
    display: inline-block;
    -ms-grid-row: 130px;
    grid-template-rows: 130px;    
    grid-auto-flow: dense;
    transition-delay: 1s;
}

.grid {
    display: -ms-flexbox ;
    display: flex;
    flex-direction: row;
}

.list {
    display: flex;
    flex-direction: row;
    height: 130px;
}

.info_text {
    font-size: medium;
    margin-top: 10px;
}

.grid_header {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.header_container {
    margin-left: 1px;
}

.headerComponent {
    display: flex;
    flex-direction: row;
}

.icon_add_to_cart {
    border: solid 0.02em;
    border-radius: 2px;
}

    .icon_add_to_cart:hover {
        opacity: 0.8;
        border: solid 0.02em;
    }

.icon_image {
    background-repeat: no-repeat;
    background-image: url(../images/lithotech-favicon.png);
    background-size: contain;
    overflow: hidden;
    width: 100%;
    height: 50%;
    margin-top: 30px;
    margin-left: 10%;
    float: left;
    background-repeat: no-repeat;
}

.icon_search {
    background-size: contain;
    width: 30px;
}

.image_border {
    width: 100%;
    filter: contrast(200%);
    display: inline-block;
    border: 300px solid whitesmoke;
    border-width: 50px;
    border-color: rgba(0,0,0,0);
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

    .image_border:hover {
        filter: contrast(100%);
        border-top: 2px solid lightgray;
        background-color: white;
        border-bottom: 2px solid lightgray;
        border-left: 1px solid lightgray;
        border-right: 1px solid lightgray;
    }

.table_image_border {
    background-color: 'white';
    height: 50px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    image-rendering: auto; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

    /*.table_image_border:hover {
        height: 200px;
    }*/

.item_image:hover {
}

.main_content_container {
    background-color: rgba(245,245,245,0.8 );
    /*width: 70%;*/
    overflow: auto;
    float: left;
    /*position: relative;*/
    transition: 0.5s;
    box-shadow: 10px 10px 8px #888888;
    box-sizing: border-box;
    float: left;
    padding: 10px;
    height: 100%;
    min-height: 1000px;
    -ms-grid-row: 1 ;
    -ms-grid-column: 2;
}
.shopping_cart_btn {
    font-family: 'Tw Cen MT'; 
    width: 100%; 
    margin: '0px 2%';
}

.order_form_header_grid {
    width: 100%; 
    display: inline-grid;
    display: -ms-grid;
    grid-template-columns: 50% 50%; 
    -ms-grid-columns: 50% 50%; 
    height: 39px;
}

.greeting {
    display: inline-grid;
    display: -ms-grid;
    grid-template-columns: 60% 40%;
    -ms-grid-columns: 60% 40%;
}

.search_grid{
    width: 100%; 
    display: inline-grid; 
    display: -ms-grid; 
    -ms-grid-columns: 50% 25% 25%; 
    grid-template-columns: 50% 25% 25%; 
    height: 39px;
}

.shopping_cart_button_grid {
    width: 100%;
    display: inline-grid;
    display: -ms-grid;
    grid-template-columns: 49% 2% 49%;
    -ms-grid-columns: 49% 2% 49%;
}





.BrandList {
    height: 100%;
    /*position: relative;*/
    padding: 3px;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.logo_image {
    background-repeat: no-repeat;
    background-image: url(../images/web-ordering-system-transparent.gif);
    background-size: contain;
    height: 100%;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    opacity: 0.9;
}

.main_screen {
    background: url(../images/LithotechEye_Wide.jpg);
    opacity: 0.9;
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    background: #ccc;
}

.horizontal_overflow {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.strip_image {
    background-image: url(../images/herostrip2.jpg);
    background-size: contain;
    margin: -20px;
    background-color: red;
    height: 40px;
    width: 450px;
    opacity: 0.8;
}

.table_font {
    font-weight: bold;
    font-size: large;
    float: right;
    margin-right: 10px;
}

.text_bold {
    width: 100%;
    height: 90px;
    margin: 0px;
    padding: 0px;
    font-family: 'Tw Cen MT';
}

.text_small {
    height: 90px;
    margin: 0px;
    padding: 0px;
    font-family: 'Tw Cen MT';
}

/*Border Styles*/



.underline-from-center {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

    .underline-from-center :before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        right: 50%;
        bottom: 0;
        background: #2980b9;
        height: 4px;
        -webkit-transition-property: left right;
        transition-property: left right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .underline-from-center:hover {
        left: 0;
        right: 0;
    }

/*Sidebar*/



@keyframes swing {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(10deg);
    }

    30% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(5deg);
    }

    70% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

body {
    font-size: 0.9rem;
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

.page-wrapper {
    height: 100vh;
}

    .page-wrapper .theme {
        width: 40px;
        height: 40px;
        display: inline-block;
        border-radius: 4px;
        margin: 2px;
    }

        .page-wrapper .theme.chiller-theme {
            background: #1e2229;
        }

    /*----------------toggeled sidebar----------------*/

    .page-wrapper.toggled .sidebar-wrapper {
        left: 0px;
    }

@media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
        padding-left: 300px;
    }
}
/*----------------show sidebar button----------------*/
#show-sidebar {
    position: fixed;
    left: 0;
    top: 10px;
    border-radius: 0 4px 4px 0px;
    width: 35px;
    transition-delay: 0.3s;
}

.page-wrapper.toggled #show-sidebar {
    left: -40px;
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
    width: 260px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 999;
}

    .sidebar-wrapper ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .sidebar-wrapper a {
        text-decoration: none;
    }

/*----------------sidebar-content----------------*/

.sidebar-content {
    max-height: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow-y: auto;
    position: relative;
}

    .sidebar-content.desktop {
        overflow-y: hidden;
    }

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

    .sidebar-wrapper .sidebar-brand > a {
        text-transform: uppercase;
        font-weight: bold;
        flex-grow: 1;
    }

    .sidebar-wrapper .sidebar-brand #close-sidebar {
        cursor: pointer;
        font-size: 20px;
    }
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
    padding: 20px;
    overflow: hidden;
}

    .sidebar-wrapper .sidebar-header .user-pic {
        float: left;
        width: 60px;
        padding: 2px;
        border-radius: 12px;
        margin-right: 15px;
        overflow: hidden;
    }

        .sidebar-wrapper .sidebar-header .user-pic img {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

    .sidebar-wrapper .sidebar-header .user-info {
        float: left;
    }

        .sidebar-wrapper .sidebar-header .user-info > span {
            display: block;
        }

        .sidebar-wrapper .sidebar-header .user-info .user-role {
            font-size: 12px;
        }

        .sidebar-wrapper .sidebar-header .user-info .user-status {
            font-size: 11px;
            margin-top: 4px;
        }

            .sidebar-wrapper .sidebar-header .user-info .user-status i {
                font-size: 8px;
                margin-right: 4px;
                color: #5cb85c;
            }

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
    padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
}

    .sidebar-wrapper .sidebar-menu .header-menu span {
        font-weight: bold;
        font-size: 14px;
        padding: 15px 20px 5px 20px;
        display: inline-block;
    }

    .sidebar-wrapper .sidebar-menu ul li a {
        display: inline-block;
        width: 100%;
        text-decoration: none;
        position: relative;
        padding: 8px 30px 8px 20px;
    }

        .sidebar-wrapper .sidebar-menu ul li a i {
            margin-right: 10px;
            font-size: 12px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            border-radius: 4px;
        }

        .sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
            display: inline-block;
            animation: swing ease-in-out 0.5s 1 alternate;
        }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f105";
        font-style: normal;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-align: center;
        background: 0 0;
        position: absolute;
        right: 15px;
        top: 14px;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
        padding: 5px 0;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
        padding-left: 25px;
        font-size: 13px;
    }

        .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
            content: "\f111";
            font-family: "Font Awesome 5 Free";
            font-weight: 400;
            font-style: normal;
            display: inline-block;
            text-align: center;
            text-decoration: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-right: 10px;
            font-size: 8px;
        }

    .sidebar-wrapper .sidebar-menu ul li a span.label,
    .sidebar-wrapper .sidebar-menu ul li a span.badge {
        float: right;
        margin-top: 8px;
        margin-left: 5px;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
        float: right;
        margin-top: 0px;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-submenu {
        display: none;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
        transform: rotate(90deg);
        right: 17px;
    }

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
}

    .sidebar-footer > a {
        flex-grow: 1;
        text-align: center;
        height: 30px;
        line-height: 30px;
        position: relative;
    }

        .sidebar-footer > a .notification {
            position: absolute;
            top: 0;
        }

.badge-sonar {
    display: inline-block;
    background: #980303;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0;
}

    .badge-sonar:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border: 2px solid #980303;
        opacity: 0;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        animation: sonar 1.5s infinite;
    }

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
}

    .page-wrapper .page-content > div {
        padding: 20px 40px;
    }

.page-wrapper .page-content {
    overflow-x: hidden;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 0px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #525965;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #525965;
    }

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: transparent;
    }

    ::-webkit-scrollbar-track:active {
        background: transparent;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}


/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
    background: #31353D;
}

    .chiller-theme .sidebar-wrapper .sidebar-header,
    .chiller-theme .sidebar-wrapper .sidebar-search,
    .chiller-theme .sidebar-wrapper .sidebar-menu {
        border-top: 1px solid #3a3f48;
    }

        .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
        .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
            border-color: transparent;
            box-shadow: none;
        }

        .chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
        .chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
        .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
        .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
        .chiller-theme .sidebar-wrapper .sidebar-brand > a,
        .chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
        .chiller-theme .sidebar-footer > a {
            color: #818896;
        }

            .chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a,
            .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a,
            .chiller-theme .sidebar-wrapper .sidebar-header .user-info,
            .chiller-theme .sidebar-wrapper .sidebar-brand > a:hover,
            .chiller-theme .sidebar-footer > a:hover i {
                color: #b8bfce;
            }

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #bdbdbd;
}

    .page-wrapper.chiller-theme.toggled #close-sidebar:hover {
        color: #ffffff;
    }

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus + span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #16c7ff;
    text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #6c7b88;
}

.chiller-theme .sidebar-footer {
    background: #3a3f48;
    box-shadow: 0px -1px 5px #282c33;
    border-top: 1px solid #464a52;
}

    .chiller-theme .sidebar-footer > a:first-child {
        border-left: none;
    }

    .chiller-theme .sidebar-footer > a:last-child {
        border-right: none;
    }
