@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');


/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/* N74 */
/*@font-face {
    font-family: "Avera-Sans-Bold";
    src: url("/fonts/Avera-Sans-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}*/

.navbar-nav {
    text-transform: uppercase;
    font: 15px "Avera-Sans-Bold", sans-serif;
}

/* Custom modal : waiting for blazorstrap */
/* The Modal (background) */
.my-modal {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.my-modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 90%; /* Could be more or less, depending on screen size */
}


app {
    position: relative;
    display: flex;
    flex-direction: column;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}


.mud-dialog .mud-dialog-title {
    background: #0e72dd;
    color: #fff;
}

.mud-nav-group.OrdermenuHeading button .mud-nav-link-text {
    font-weight: 700;
}

.OrderMainHeading .mud-nav-link-text {
    font-weight: 800;
    font-size: 15px;
    color: #fff;
}

.mud-nav-item.mud-ripple.OrderMainHeading {
    /*background-color: #1e88e5;*/
    background-color: #000000;
}

.mud-nav-item.mud-ripple.OrderNavlink.active {
    background-color: #dfdfdf;
}

a.nav-link.text-dark.navtext:hover {
    /*background-color: #1e88e5;*/
    background-color: #000000;
    color: #fff !important;
}

@media (max-width:767px) {
    .deliveryAddressSection {
        margin-top: 24px;
        width: 100%;
        padding: 0 0 0 0;
    }
}

.e-ddl.e-input-group.e-control-wrapper .e-input {
    font-size: 14px;
    background: #32a5ab;
    text-overflow: clip;
}

.e-ddl.e-input-group.e-control-wrapper.e-input-focus::before, .e-ddl.e-input-group.e-control-wrapper.e-input-focus::after {
    background: #c000ff;
}

.e-dropdownbase .e-list-item.e-item-focus, .e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover, .e-dropdownbase .e-list-item.e-hover {
    /* background-color: #1e88e5;*/
    background-color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
}
.e-pager .e-currentitem, .e-pager .e-currentitem:hover {
    background: #000000 !important;
    
}

.mud-dialog .mud-dialog-title {
    background: #000000 !important;
    color: #fff;
}
.bg-primary {
    background-color: #000000 !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000000!important;
    border-color: #000000!important;
}

.btn-primary {
    color: #fff;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.nav-top {
    position: fixed;
    top: 0px;
    z-index: 1101;
    width: 100%;
}

.top {top:125px;}


.nave-toplink {
    height: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.nave-toplink-inner {
    width: 180px;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #000 !important;
    border-bottom: 1px solid #fff !important;
    padding: 5px !important;
    font-size: 12px;
    margin: 0 auto;
    z-index: 1;
    background: #fff !important;
    position: absolute;
    bottom: 51px;
    text-align: center;
}

.nav-div {
    border-radius: 4px;
    border-color:#000 !important;
}

.nav-div a.nav-link {
    font-size: 12px !important;
    color:#000 !important;
}

.ml-1 { margin-left:1px !important;}
.mr-1 {
    margin-right: 1px !important;
}

.input-height{ height:30px !important;}

.title {
    background: #fff;
    color: #000 !important;
    font-size: 18px;
    padding: 7px 0px;
}

a:hover {
    color: #c1c5ca !important;
    text-decoration: underline;
}

.mud-paper {
    background-color: #e9ecef !important
}

/*Now the pager style will be applied only for 1st grid*/
.e-pager-default {
    color: black !important;
}

.mud-dialog .mud-dialog-title .mud-button-root {
    top: 8px;
    right: 8px;
    position: absolute;
    color: white;
}