﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('font-awesome/css/font-awesome.min.css');
@import url('font-family.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica LT Std';
    text-transform: uppercase;
}

p{
    font-size: 16px;
}

footer {
    text-align: center;
    margin-top: -50px;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: #ecdcdd;
    color: #dfa8a8;
    bottom: 0;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui a {
        color: #d735e2
    }

    #blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

ul.footer-icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
}

    ul.footer-icons li {
        display: inline-block;
        padding: 0 1rem 0 0;
    }

        ul.footer-icons li:last-child {
            padding-right: 0;
        }

        ul.footer-icons li .icon:before {
            font-size: 2rem;
        }

.header {
    background-image: url(../images/banneroil.png);
    background-repeat: no-repeat;
}

@media only screen and (max-width: 600px) {
    footer {
        padding-top: 50px;
    }
}

.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1;
}

.sidebar {
    border-right: 1px solid #d6d5d5;
}

/* Loading screen */

.text {
    color: var(--turquoise);
    display: inline-block;
    margin-left: 5px;
}

.bounceball {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
}

    .bounceball:before {
        position: absolute;
        content: "";
        display: block;
        top: 0;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: var(--turquoise);
        transform-origin: 50%;
        -webkit-animation: bounce 500ms alternate infinite ease;
        animation: bounce 500ms alternate infinite ease;
    }

@keyframes bounce {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        transform: scaleX(2);
    }

    35% {
        height: 15px;
        border-radius: 50%;
        transform: scaleX(1);
    }

    100% {
        top: 0;
    }
}

/* /Loading Screen */


.space-top {
    margin-top: 15px;
}
.space-left {
    margin-left: 15px;
}
.space-right {
    margin-right: 15px;
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main {
    }
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.75);
}

.navbar-brand {
    font-size: 1.1rem;
}

.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.payment-frame {
    width: 100%;
    height: 1000px;
    border: 0;
}

@media (max-width: 641px) {

    .payment-frame {
        width: 92%;
        height: 700px;
        border: 1px solid #ededed;
    }
}

    .pointer {
        cursor: pointer;
    }

    .component-datalist-table-tr-selected {
        background-color: #808080;
    }

    /* OrderViewer */
    .e-content .e-item {
        font-size: 12px;
        padding: 10px;
        text-align: justify;
    }

    @media screen and (max-width: 425px) {
        .tab-adaptive {
            overflow: hidden;
        }

            .tab-adaptive .e-content {
                height: inherit !important;
            }

            .tab-adaptive .e-item.e-active {
                overflow: scroll;
            }
    }
    /* /OrderViewer */

    .clear {
        clear: both;
    }

    .component-datalist-highlight-page {
        color: red;
    }

    .user-dropdown {
        border-color: transparent !important;
        background-color: transparent !important;
        color: #222 !important;
        box-shadow: none !important;
    }

    .e-dropdown-menu {
        background-color: #fff;
    }

    .cart {
        color: #fff;
        margin-right: 10px;
    }

        .cart a {
            color: #fff;
            text-decoration: none;
        }

    .order-paid {
        color: limegreen;
        text-align: center;
    }

    .order-not-paid {
        color: orangered;
        text-align: center;
    }

    .breadcrumb {
    }

        .breadcrumb span {
            padding-right: 5px;
        }

        .breadcrumb a {
            padding-right: 5px;
        }

    .preview {
        width: 300px;
        border: 1px solid #ced4da;
        border-radius: .25rem;
    }

    .preview-image {
        margin-top: 15px;
    }

    .product-properties-info {
        width: 100%;
    }

    .e-card .e-card-image {
        min-height: 180px !important;
    }

    @media(max-width: 768px) {
        .breadcrumb {
            margin-right: 0;
        }

        .product-properties-info {
            margin-right: 0;
        }

        .stock-image-sample {
            max-width: 400px !important;
        }
    }

    .address-search {
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 650px;
    }

    .address-search-list {
        border: 1px solid rgba(0,0,0,.2);
        border-radius: .3rem;
        padding: 4px;
    }

    .address-search-list-item {
        cursor: pointer;
    }

        .address-search-list-item:hover {
            background-color: #cecece;
        }

    .address-search-list {
        border: 1px solid #ced4da;
    }

    .stock-image-sample {
        max-width: 800px;
    }

    @font-face {
        font-family: 'Arial';
        src: url('https://merchantportal.azurewebsites.net/api/font/arial/false/false');
    }

    @font-face {
        font-family: 'Arialb';
        src: url('https://merchantportal.azurewebsites.net/api/font/arial/true/false');
    }

    @font-face {
        font-family: 'Ariali';
        src: url('https://merchantportal.azurewebsites.net/api/font/arial/false/true');
    }

    @font-face {
        font-family: 'Arialbi';
        src: url('https://merchantportal.azurewebsites.net/api/font/arial/true/true');
    }


    @font-face {
        font-family: 'Times';
        src: url('https://merchantportal.azurewebsites.net/api/font/times/false/false');
    }

    @font-face {
        font-family: 'Timesb';
        src: url('https://merchantportal.azurewebsites.net/api/font/times/true/false');
    }

    @font-face {
        font-family: 'Timesi';
        src: url('https://merchantportal.azurewebsites.net/api/font/times/false/true');
    }

    @font-face {
        font-family: 'Timesbi';
        src: url('https://merchantportal.azurewebsites.net/api/font/times/true/true');
    }

    @font-face {
        font-family: 'Avant Garde';
        src: url('https://merchantportal.azurewebsites.net/api/font/avantgarde/false/false');
    }

    @font-face {
        font-family: 'Avant Gardeb';
        src: url('https://merchantportal.azurewebsites.net/api/font/avantgarde/true/false');
    }

    @font-face {
        font-family: 'Avant Gardei';
        src: url('https://merchantportal.azurewebsites.net/api/font/avantgarde/false/true');
    }

    @font-face {
        font-family: 'Avant Gardebi';
        src: url('https://merchantportal.azurewebsites.net/api/font/avantgarde/true/true');
    }

    @font-face {
        font-family: 'Juncur';
        src: url('https://merchantportal.azurewebsites.net/api/font/juncur/false/false');
    }

    @font-face {
        font-family: 'Juncurb';
        src: url('https://merchantportal.azurewebsites.net/api/font/juncur/false/false');
    }

    @font-face {
        font-family: 'Juncuri';
        src: url('https://merchantportal.azurewebsites.net/api/font/juncur/false/false');
    }

    @font-face {
        font-family: 'Juncurbi';
        src: url('https://merchantportal.azurewebsites.net/api/font/juncur/false/false');
    }

    @font-face {
        font-family: 'Curro';
        src: url('https://merchantportal.azurewebsites.net/api/font/curro/false/false');
    }

    @font-face {
        font-family: 'Currob';
        src: url('https://merchantportal.azurewebsites.net/api/font/curro/false/false');
    }

    @font-face {
        font-family: 'Curroi';
        src: url('https://merchantportal.azurewebsites.net/api/font/curro/false/false');
    }

    @font-face {
        font-family: 'Currobi';
        src: url('https://merchantportal.azurewebsites.net/api/font/curro/false/false');
    }

    @font-face {
        font-family: 'Verdana';
        src: url('https://merchantportal.azurewebsites.net/api/font/verdana/false/false');
    }

    @font-face {
        font-family: 'Verdanab';
        src: url('https://merchantportal.azurewebsites.net/api/font/verdana/true/false');
    }

    @font-face {
        font-family: 'Verdanai';
        src: url('https://merchantportal.azurewebsites.net/api/font/verdana/false/true');
    }

    @font-face {
        font-family: 'Verdanabi';
        src: url('https://merchantportal.azurewebsites.net/api/font/verdana/true/true');
    }

    @font-face {
        font-family: 'ABC';
        src: url('https://merchantportal.azurewebsites.net/api/font/ABC/false/false');
    }

    @font-face {
        font-family: 'ABCb';
        src: url('https://merchantportal.azurewebsites.net/api/font/ABC/true/false');
    }

    @font-face {
        font-family: 'ABCi';
        src: url('https://merchantportal.azurewebsites.net/api/font/ABC/false/true');
    }

    @font-face {
        font-family: 'ABCbi';
        src: url('https://merchantportal.azurewebsites.net/api/font/ABC/true/true');
    }

    @font-face {
        font-family: 'Chroma SSK2';
        src: url('https://merchantportal.azurewebsites.net/api/font/Chromassk2/false/false');
    }

    @font-face {
        font-family: 'Chroma SSK2b';
        src: url('https://merchantportal.azurewebsites.net/api/font/Chromassk2/true/false');
    }

    @font-face {
        font-family: 'Chroma SSK2i';
        src: url('https://merchantportal.azurewebsites.net/api/font/Chromassk2/false/true');
    }

    @font-face {
        font-family: 'Chroma SSK2bi';
        src: url('https://merchantportal.azurewebsites.net/api/font/Chromassk2/true/true');
    }

    @font-face {
        font-family: 'Comic';
        src: url('https://merchantportal.azurewebsites.net/api/font/Comic/false/false');
    }

    @font-face {
        font-family: 'Comicb';
        src: url('https://merchantportal.azurewebsites.net/api/font/Comic/true/false');
    }

    @font-face {
        font-family: 'Comici';
        src: url('https://merchantportal.azurewebsites.net/api/font/Comic/false/true');
    }

    @font-face {
        font-family: 'Comicbi';
        src: url('https://merchantportal.azurewebsites.net/api/font/Comic/true/true');
    }
