﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */



@font-face {
    font-family: 'Kohinoor Bangla';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/KohinoorBangla-Regular.eot);
    src: local("Kohinoor Bangla"),local("Kohinoor Bangla-Regular"),url(/fonts/KohinoorBangla-Regular.woff) format("woff"),url(/fonts/KohinoorBangla-Regular.ttf) format("truetype"),url(/fonts/KohinoorBangla-Regular.svg) format("svg")
}

@font-face {
    font-family: 'Kohinoor Bangla';
    font-style: normal;
    font-weight: 300;
    src: url(/fonts/KohinoorBangla-Light.eot);
    src: local("Kohinoor Bangla"),local("Kohinoor Bangla-Light"),url(/fonts/KohinoorBangla-Light.woff) format("woff"),url(/fonts/KohinoorBangla-Light.ttf) format("truetype"),url(/fonts/KohinoorBangla-Light.svg) format("svg")
}

@font-face {
    font-family: 'Kohinoor Bangla';
    font-style: normal;
    font-weight: 500;
    src: url(/fonts/KohinoorBangla-Medium.eot);
    src: local("Kohinoor Bangla"),local("Kohinoor Bangla-Medium"),url(/fonts/KohinoorBangla-Medium.woff) format("woff"),url(/fonts/KohinoorBangla-Medium.ttf) format("truetype"),url(/fonts/KohinoorBangla-Medium.svg) format("svg")
}

@font-face {
    font-family: 'Kohinoor Bangla';
    font-style: normal;
    font-weight: 600;
    src: url(/fonts/KohinoorBangla-Semibold.eot);
    src: local("Kohinoor Bangla"),local("Kohinoor Bangla-Semibold"),url(/fonts/KohinoorBangla-Semibold.woff) format("woff"),url(/fonts/KohinoorBangla-Semibold.ttf) format("truetype"),url(/fonts/KohinoorBangla-Semibold.svg) format("svg")
}

@font-face {
    font-family: 'Kohinoor Bangla';
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/KohinoorBangla-Bold.eot);
    src: local("Kohinoor Bangla"),local("Kohinoor Bangla-Bold"),url(/fonts/KohinoorBangla-Bold.woff) format("woff"),url(/fonts/KohinoorBangla-Bold.ttf) format("truetype"),url(/fonts/KohinoorBangla-Bold.svg) format("svg")
}







a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
    font-family: 'Kohinoor Bangla',sans-serif;
}

.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 */
}

/* Global styles
-------------------------------------------------- */
.display-5 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}

.font-weight-medium {
    font-weight: 500 !important;
}

/* Order details styles
-------------------------------------------------- */
#order__items_ordered table > thead > tr > th,
#order__items_ordered table > tbody > tr > td {
    font-size: 14px;
    vertical-align:middle;
}

#order__items_ordered table > thead > tr > th {
    border-top: none;
}

table#M2Orders > tbody > tr > td.order-actions {
    width: 110px;
}

#order__items_ordered table > tbody > tr > td > input {
    max-width: 80px;
    text-align: center;
}

#order__items_ordered table > tbody > tr.item_row_error > td {
    border-top: none;
    padding-bottom: 0;
    padding-top: 0;
}

button.item-row-update,
button.item-row-delete {
    width: 95px;
}

#order__items_ordered .table-head {
    justify-content: space-between;
    display: flex;
    padding: 10px 0;
}

#M2Orders .btn-action {
    min-width: 32px;
}

#M2Orders_processing {
    min-height: 80px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#M2Products .product-qty {
    height: 30px;
    padding: 3px 8px;
    text-align: center;
}

#M2Products .product-select {
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#add-products-to-order {
    width: 340px;
}


/* Header styles
-------------------------------------------------- */
header nav.navbar {
    padding-top: 50px;
    padding-bottom: 30px;
}

.header_logo {
    max-height:68px;
    height:100%;
    width:auto;
}

.header_separator {
    background-color: #007ac1;
    padding-top: 0px;
    margin-bottom: 0px;
}

.header_separator_title {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    text-transform: uppercase;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}


/* Login Form styles
-------------------------------------------------- */
.login_container > .col-auto {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .login_container > .col-auto > form {
        position: relative;
        z-index: 1;
        /*padding-left: 100px;
        padding-right: 200px;*/
        padding-left: 10vw;
        padding-right: 20vw;
    }




.login_container > .col-auto > .conty {
    position: relative;
    z-index: 1;
    /*padding-left: 100px;
        padding-right: 200px;*/
    padding-left: 10vw;
    padding-right: 20vw;
}




    .login_container > .col-auto h1 {
        font-size: 62px;
        font-weight: 900;
        font-style: italic;
        margin: 0;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: -3px;
        color:#ffffff;
    }



    .login_container > .col-auto h4 {
        font-size: 19px;
        font-weight: 300;
        letter-spacing: -.4px;
        line-height: 1.2;
        color: #ffffff;
    }
    
    .login_container > .col-auto::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,24,38,.7);
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: skew(-15deg);
        -ms-transform: skew(-15deg);
        transform: skew(-15deg);
        z-index: 0;
    }



.login_container {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('/images/home-hero-1.jpg');
    background-position:top left;
    background-repeat:no-repeat;
    background-size:cover;
}

.form-control {
    width: 100%;
    height: 100%;
    min-width: 300px;
    padding: 15px 20px 15px 30px;
    border: none;
    outline: 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: skew(15deg);
    -ms-transform: skew(15deg);
    transform: skew(15deg);
    background-color: transparent !important;
}

    .form-control:focus, .form-control:active {
        outline: none;
        box-shadow: none;

    }

.form-group {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
    -webkit-box-shadow: inset 2px 2px 8px 0 rgb(0 0 0 / 16%);
    box-shadow: inset 2px 2px 8px 0 rgb(0 0 0 / 16%);
    background-color: #ffffff;
}



    .form-group:last-child {
        display: block;
        width: 100%;
        height: 100%;
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.form-group label {
    display:none;
}

.text-danger {
    color: #dc3545 !important;
    font-size: 9px;
    line-height: 1;
    padding-right: 15px;
    padding-top: 0.5rem;
}



.btn-primary {
    margin-right: 16px;
    min-width: auto;
    padding-left: 26px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    outline: 0;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    color: #fff;
    font-size: 14px;
}


    .btn-primary:hover {
        background-color: transparent;
    }

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff5400;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
    z-index: -1;
}



    .btn-primary:hover::before {
        background-color: #007ac1;
    }


.btn-secondary {
    margin-right: 16px;
    min-width: auto;
    padding-left: 26px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    outline: 0;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    color: #fff;
    font-size: 14px;
}


    .btn-secondary:hover {
        background-color: transparent;
    }

    .btn-secondary::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #015485;
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: skew(-10deg);
        -ms-transform: skew(-10deg);
        transform: skew(-10deg);
        z-index: -1;
    }



    .btn-secondary:hover::before {
        background-color: #ff5400;
    }





/* Page body styles
-------------------------------------------------- */
.main_table_cont {
    margin-top:100px;

}




/* Footer styles
-------------------------------------------------- */
footer {
    background-color: #007ac1;
}

    footer .container-fluid {
        padding-left:30px;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        font-style: italic;
        text-transform: uppercase;
    }




/* Orders Table styles
-------------------------------------------------- */

#M2Orders {
    padding-top:50px;
}



.dataTables_filter input {
   /* width: 100%;
    height: 100%;
    min-width: 300px;*/
    padding: 15px 20px 15px 30px;
    border: 0 !important;
    outline: 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: skew(15deg);
    -ms-transform: skew(15deg);
    transform: skew(15deg);
    background-color: transparent !important;
}

    .dataTables_filter input:focus, .dataTables_filter input:active {
        outline: none;
        box-shadow: none;
    }

.dataTables_filter {
    display: -ms-flexbox;
    display: flex;
    /*width: 100%;
    height: 100%;*/
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
    -webkit-box-shadow: inset 2px 2px 8px 0 rgb(0 0 0 / 16%);
    box-shadow: inset 2px 2px 8px 0 rgb(0 0 0 / 16%);
    background-color: #ffffff;
}

    .dataTables_filter label {
        display: inline-block;
        margin-top: 0.7rem;
        margin-bottom: 0.5rem;
        padding-left: 20px;
        padding-right: 20px;
    }







.dataTables_length select {
    /* width: 100%;
    height: 100%;
    min-width: 300px;*/
    padding: 15px 10px 15px 20px !important;
    margin-right:15px;
    border: 0 !important;
    outline: 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: skew(15deg);
    -ms-transform: skew(15deg);
    transform: skew(15deg);
    background-color: transparent !important;
}

    .dataTables_length select:focus, .dataTables_length select:active {
        outline: none;
        /*box-shadow: none;*/
    }

.dataTables_length select {
    display: inline-block;
    /*width: 100%;
    height: 100%;*/
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
    -webkit-box-shadow: inset 2px 2px 8px 0 rgb(0 0 0 / 16%);
    box-shadow: inset 2px 2px 8px 0 rgb(0 0 0 / 16%);
    background-color: #ffffff;
}

    .dataTables_length label {
        display: inline-block;
        margin-top: 0.7rem;
        margin-bottom: 0.5rem;
        padding-left: 20px;
        padding-right: 20px;
    }

.sorting, .sorting_disabled {
    text-transform: uppercase;
    font-size: 14px;
    background-color: #007ac1;
    color: #fff;
}

.order-actions.sorting_disabled {
    text-transform: uppercase;
    font-size: 14px;
    background-color: #015485;
    color: #fff;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #f2faff;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #f2faff;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #e6f5fe;
}






/* Order Details styles
-------------------------------------------------- */

.order_detail_cont {
    padding-top:50px;
}

.logout_section {
    
    position: absolute;
    right: 0;
    top: 133px;
}


.order_detail_cont .btn-primary {
    margin-right: 4px;
}

.btn-success, .btn-danger, .btn-outline-dark {
    margin-right: 4px;
    min-width: auto;
    padding-left: 26px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    outline: 0;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    color: #fff !important;
    font-size: 14px;
}


    .btn-success:hover, .btn-danger:hover {
        background-color: transparent;
    }

    .btn-success::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #00790b;
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: skew(-10deg);
        -ms-transform: skew(-10deg);
        transform: skew(-10deg);
        z-index: -1;
    }



    .btn-success:hover::before {
        background-color: #007ac1;
    }



    .btn-danger::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #d90000;
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: skew(-10deg);
        -ms-transform: skew(-10deg);
        transform: skew(-10deg);
        z-index: -1;
    }



    .btn-danger:hover::before {
        background-color: #007ac1;
    }

.logout_section .btn-danger:hover::before {
    background-color: #015485;
}

.btn-outline-dark::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #007ac1;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
    z-index: -1;
}



    .btn-outline-dark:hover::before {
        background-color: #015485;
    }



    .btn-outline-dark:hover {
        background-color: transparent!important;
    }


.order_detail_cont section.pt-4 {
    padding-top: 50px !important;
}

.details_table_title {
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    background-color: #007ac1;
}

    .details_table_title.table-head {
        text-transform: uppercase;
        padding: 15px !important;
        color: #fff;
        background-color: #007ac1;
    }

.btn-secondary.add-new-item {
    background-color:transparent !important;
    border:0 !important;
}


.action_btns {
    width:150px;
}

.action_btns .btn {
    width: 35px !important;
}

#M2Products_filter {
    margin-right: 15px;
}


#M2Products .form-check .form-control, #order__items_ordered .form-control {
    width: auto;
    height: auto;
    min-width: unset;
    padding: 10px;
    border: 1px solid;
    outline: 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #ffffff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background:none !important;
}

.dataTables_paginate, .dataTables_info {
    padding-top: 50px !important;
}


/* new dash baord*/

.login_container_dashboard {
    padding: 50px;
    background-color: #eef3f6
}

    .login_container_dashboard h1 {
        font-size: 62px;
        font-weight: 900;
        font-style: italic;
        margin: 0;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: -3px;
        color: #015485;
    }
    .login_container_dashboard h4 {
        font-size: 19px;
        font-weight: 300;
        font-style: italic;
        margin-top: -35px;
        letter-spacing: -.4px;
        line-height: 1.2;
        color: #015485;
    }
    .login_container_dashboard .btn-primary {
        margin-right: 0px !important
    }

.dasharea{
    padding: 50px;
}

    .dasharea h5 {
        font-size: 22px;
        font-weight: 500;
        font-style: italic;
        letter-spacing: -.4px;
        line-height: 1.2;
        color: #015485;
        text-transform:uppercase;
    }
    .dasharea h4 {
        font-size: 50px;
        font-weight: 500;
        letter-spacing: -.4px;
        line-height: 1.2;
        color: #015485;
        text-transform: uppercase;
    }
@media (min-width: 1600px) {
    .dasharea h4 {
        font-size: 62px;
    }
}

   
    .dasharea .btn-primary {
        margin-right: 0px !important;
}

    .dasharea .card {
        background-color: #eef3f6; border:0 !important
    }

    .dasharea .green {
        color: #00d800;
        font-size: 20px
    }
    .dasharea .greensmall {
        color: #00d800;
        font-size: 16px
    }
    .dasharea .red {
        color: #d90000;
    }

.bg-credit {
    background-color: #00964a !important;
}

.topfiveproducts h3{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.4px;
    line-height: 1.2;
    color: #015485;
    text-transform:uppercase;
}

.topfiveproducts h4{
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.4px;
    line-height: 1.2;
    color: #015485;
    text-transform:uppercase;
}

.topfiveproducts p{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #015485;
    text-transform:uppercase;
}

.rebate h2 {
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: -.4px;
    line-height: 1.2;
    color: #015485;
    text-transform: uppercase;
}

.rebate table {
    width: 100%;
    border-color: #007ac1;
}

    .rebate table > tbody > tr:first-child {
        font-weight: 700;
        background-color: #007ac1;
        color:white
    }
    .rebate table td, .rebate table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }