﻿/* 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. */
/*--------------------Listing page styles---------------------*/
.pl10 {
    padding-left: 10px !important;
}

.m0 {
    margin: 0 !important
}

.dark_theme select option {
    color: #fff;
}

.mb5 {
    margin-bottom: 5px !important
}

.mt25 {
    margin-top: 25px !important
}

.mt30 {
    margin-top: 30px !important
}

.pl25 {
    padding-left: 25px;
}

.pr25 {
    padding-right: 25px
}

.searchbar {
    position: absolute !important;
    right: 100px !important;
    top: -112px !important;
}

td.highlight {
    background-color: #f8fdfe !important;
}

/* Important part */
.modal-dialog {
    overflow-y: initial !important
}

.popUpBody {
    overflow-y: auto;
}

.addImg {
    background: url(../img/AddDisable.png) no-repeat;
}

.nav-item:hover .addImg,
.active .addImg {
    background-image: url(../img/Add.png);
}

.editImg {
    background: url(../img/EditDisabled.png) no-repeat;
}

.nav-item:hover .editImg,
.active .editImg {
    background-image: url(../img/Edit.png);
}

.delImg {
    background: url(../img/DeleteDisable.png) no-repeat;
}

.nav-item:hover .delImg,
.active .delImg {
    background-image: url(../img/Delete.png);
}



.disableImg {
    background: url(../img/DisableDisabled.png) no-repeat;
}

.nav-item:hover .disableImg,
.active .disableImg {
    background-image: url(../img/Disable.png);
}

.duplicateImg {
    background: url(../img/DuplicateDisable.png) no-repeat;
}

.nav-item:hover .duplicateImg,
.active .duplicateImg {
    background-image: url(../img/Duplicate.png);
}


.exportImg {
    background: url(../img/ExportDisable.png) no-repeat;
}

.nav-item:hover .exportImg,
.active .exportImg {
    background-image: url(../img/Export.png);
}

.layoutImg {
    background: url(../img/LayOutDisable.png) no-repeat;
}

.nav-item:hover .layoutImg,
.active .layoutImg {
    background-image: url(../img/LayOut.png);
}


.liMargin {
    padding-right: 2.6em;
}

.topbar {
    height: 30px;
    border-radius: 0;
    margin-bottom: 0;
    padding: 5px;
    padding-left: 45px;
}

/*--------------------End of Listing page styles---------------------*/

*:hover {
    cursor: auto;
}

li:hover {
    cursor: pointer;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #F9F9F9;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}
/***********************/
body {
    font-family: 'Mukta', sans-serif;
    font-size: 14PX;
    background: #F9F9F9;
    /*color: #666;*/
    color: White;
    padding-bottom: 60px
}



a, a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #047ff9;
}

.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: transparent;
}

.navbar-dark .navbar-brand {
    font-size: 20px;
    font-weight: 500;
    margin-left: 25px;
    margin-right: 50px
}

.bg-dark {
    /*background-color: #875A7B !important;*/
    background-color: #1c1b2b !important;
}

.dropdown-menu {
    left: initial;
    right: 0;
}

.btn-transparent {
    background: transparent;
    color: #fff
}

.navbar {
    height: 50px;
    border-radius: 0;
    margin-bottom: 0
}

.pos {
    position: absolute;
    top: 11px;
    right: 15px;
    float: left
}

    .pos span {
        line-height: 1.25;
        float: right;
        margin-left: 10px;
    }

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 5px 10px #888888;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.22) 0px 0px 25.6px 0px, rgba(0, 0, 0, 0.18) 0px 0px 14.4px 0px;
}

    .sidenav > div {
        width: 295px;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 7px;
        right: 25px;
        font-size: 24px;
        margin-left: 50px;
        color: #333;
    }

    .sidenav h4 {
        color: #666;
        margin: 10px 0 25px;
    }

.menuBlock {
    transition: 0.3s;
    margin: 0;
    padding: 0 5px
}

    .menuBlock > div {
        padding: 10px
    }

        .menuBlock > div:hover {
            box-shadow: rgba(0, 0, 0, 0.22) 0px 0px 25.6px 0px;
        }

    .menuBlock img {
        float: left;
    }

    .menuBlock a {
        color: #666;
        font-weight: 300;
        line-height: 1.7;
        float: left;
        padding-left: 10px;
        font-size: 14px;
    }

ul.navbar-nav {
    height: 45px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    height: 45px;
    line-height: 2em;
    font-family: 'Mukta', sans-serif;
    font-size: 14px
}

    .navbar-dark .navbar-nav .nav-link:hover {
        color: #fff;
    }

.pt10 {
    padding-top: 10px;
}

.mr10 {
    margin-right: 10px;
}

a {
    color: #00A09D;
}





.btn-xs {
    padding: 5px 7px;
}

#cookieConsent {
    width: 100%;
}

.top-panel {
    border: 0 none;
    border-bottom: 1px solid #dee2e6;
    padding: 10px 1px 15px;
    background-color: white;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    background: transparent
}

    .top-panel .panel-body {
        padding: 0 15px;
    }

    .top-panel .breadcrumb {
        background: #fff;
        padding: 0;
        margin: 0
    }

        .top-panel .breadcrumb li {
            margin: 0;
            color: #8f8f8f;
            font-size: 17px;
            padding: 0 3px;
            font-weight: 300
        }

    .btn-primary,
    .top-panel a {
        font-weight: 500;
    }

.btn-primary {
    font-size: 13px;
}

.table {
    color: #666
}

    .table tr td:first-child,
    .table tr th:first-child {
        padding-left: 15px;
    }

    .table tr td:last-child {
        padding-right: 15px;
    }

.btn-transparent {
    color: #666
}

.btn {
    border-radius: 0;
}

.btn-transparent.active {
    background-color: #ebebeb;
    border-color: #ebebeb;
    box-shadow: none;
}

.searchbar {
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: text;
    width: 300px;
    float: right
}

    .searchbar input {
        border: 0 none;
        padding-left: 30px;
        height: 36px;
        width: 100%;
    }

    .searchbar label {
        width: 100%;
        margin-bottom: 0
    }

    .searchbar .fa {
        position: absolute;
        left: 10px;
        top: 10px;
    }

@media (min-width: 768px) {
    .table-filters {
        position: absolute;
        right: 15px;
        top: -85px;
        width: 50%;
    }

        .table-filters > div {
            width: 100%;
        }
}

.dropdown-list {
    position: relative
}

    .dropdown-list:hover > .dropdown-menu {
        display: block;
    }

.navbar-expand-sm .navbar-nav .dropdown-menu {
    border-radius: 0;
    margin-top: 0;
    border-top: 0 none !important;
    left: 0
}

.dropdown-item {
    padding: 0.15rem 1rem;
    color: #666;
    font-size: 14px;
}

.filterBlock {
    padding-top: 10px;
}

.table th, .table td {
    padding: 0.75rem .25rem
}

.top-panel .btn-transparent {
    padding: 0 10px;
    font-weight: normal;
    font-size: 14px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-radius: 0
}

.border-block {
    border: 1px solid #dee2e6
}

.box-shadow {
    box-shadow: 0px 2px 3px #dee2e6
}

.dropdown-menu {
    border-radius: 0;
    box-shadow: 0 6px 12px -4px rgba(0, 0, 0, 0.25);
    border: 1px solid #dee2e6
}

    .dropdown-menu .dropdown-item {
        font-weight: 300
    }

.btn:focus, .btn.focus {
    box-shadow: none
}

.productName {
    font-weight: normal;
}

.pl30 {
    padding-left: 30px;
}

label {
    font-weight: bold
}

.tab-content > .tab-pane {
    min-height: 200px
}

.field.prepend-icon {
    width: 100%;
    background: #fff;
    position: relative;
    padding: 10px 30px 10px 15px;
}

    .field.prepend-icon i {
        position: absolute;
        right: 13px;
        top: 15px
    }

    .field.prepend-icon input {
        border: 0 none
    }

.login-panel {
    max-width: 350px;
    margin: 0 auto
}

.pr30 {
    padding-right: 30px !important
}

.editBlock .form-control:focus {
    box-shadow: none;
}

.editBlock input.form-control {
    /*height: 1.5em;*/
    cursor: auto;
}

.editBlock textarea.form-control {
    border-top: 1px solid #ced4da;
    border-bottom: none;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    cursor: pointer;
}

.hig {
    height: 2.2em !important;
}

.labelmargin-top {
    margin-top: 1.2em;
}
/******NEW DESIGN STYLES*******/
.login-intro {
    background: url(../img/loginImg.png) no-repeat;
    background-size: 100%;
    height: 100vh;
}


html.login {
    height: 100%;
}

.login body {
    min-height: 100%;
    padding: 0;
    background: #fff;
    font-family: 'Mukta', sans-serif
}

.login .container-fluid {
    height: 100%;
}

.overlay {
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.8);
    position: absolute;
    left: 0;
    top: 0
}

.login-intro div div {
    margin-top: 50%;
    color: #fff;
    padding: 0 10%;
}

.login-intro h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    color: #FFFFFF;
}

.align-content-end {
    justify-content: flex-end
}

.btn-primary {
    background: linear-gradient(90deg, #427BF1 0%, #00BEE4 100%);
    border-radius: 4px;
    padding: 5px 15px;
    color: #fff !important;
    height: 36px;
    line-height: 25px;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus {
        background: #060632;
    }

.btn-secondary {
    background: #FBFDFD;
    border: 1px solid #EBF6F9;
    box-sizing: border-box;
    border-radius: 4px;
    color: #000;
    padding: 5px 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    color: #121221;
}

.primary_heading {
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    color: #121221;
}

.lbl_txt {
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #828282;
    /*opacity: 0.6;*/
}

.login-form {
    width: 460px;
    margin: 18% auto 0;
    max-width: 100%
}

.SignUp-form {
    width: 560px;
    margin: 5% auto 0;
    max-width: 100%
}

.form-control {
    background: #FFFFFF;
    border: 1px solid #EBF6F9;
    box-sizing: border-box;
    border-radius: 4px;
    height: 46px
}

.link {
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #FFFFFF;
}

.w100 {
    width: 100%;
}

.icon {
    width: 30px;
    float: left;
    height: 30px
}

.dashboard {
    background: url(../img/menuIcon/dashboard.png) no-repeat;
    background-position: 0 3px;
}

.nav-item:hover .dashboard,
.active .dashboard {
    background-image: url(../img/menuIcon/dashboardActive.png)
}

.items {
    background: url(../img/menuIcon/items.png) no-repeat;
    background-position: 0 5px;
}

.nav-item:hover .items,
.active .items {
    background-image: url(../img/menuIcon/itemsActive.png)
}

.settings {
    background: url(../img/menuIcon/settings.png) no-repeat;
    background-position: 0 3px;
}

.nav-item:hover .settings,
.active .settings {
    background-image: url(../img/menuIcon/settingsActive.png)
}

.report {
    background: url(../img/menuIcon/report.png) no-repeat;
    background-position: 0 4px;
}

.nav-item:hover .report,
.active .report {
    background-image: url(../img/menuIcon/reportActive.png)
}

.tableIcon {
    background: url(../img/menuIcon/table.png) no-repeat;
    background-position: 0 3px;
}

    .nav-item:hover .tableIcon,
    .tableIcon.active {
        background-image: url(../img/menuIcon/tableActive.png);
    }

.users {
    background: url(../img/menuIcon/users.png) no-repeat;
    background-position: 0 3px;
}

.nav-item:hover .users,
.active .users {
    background-image: url(../img/menuIcon/usersActive.png);
}

.loyalty {
    background: url(../img/menuIcon/loyalty.png) no-repeat;
    background-position: 0 3px;
}

.nav-item:hover .loyalty,
.active .loyalty {
    background-image: url(../img/menuIcon/loyaltyActive.png);
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
}

.big_heading {
    font-weight: 600;
    font-size: 28px;
    line-height: 47px;
    color: #121221;
    margin-top: 40px
}

.table {
    border: 1px solid #EBF6F9;
}

    .table tbody tr:hover {
        background: #F8FDFE;
        box-shadow: 0px 1px 0px #EBF6F9, 0px -1px 0px #EBF6F9;
    }

    .table tr th {
        border: 0 none
    }

table.dataTable thead .sorting_asc::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #229AEA;
    bottom: 1.5em
}

table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting::after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #C4C4C4;
    right: 1em;
    content: "";
}

table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #C4C4C4;
    bottom: 1.5em
}

table.dataTable thead .sorting_desc::after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #229AEA;
    right: 1em;
    content: "";
}

.dataTables_info {
    padding-left: 15px
}

.dataTables_info,
.dataTables_length {
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    color: #828282;
    opacity: 0.6;
}

.dataTables_length {
    float: right;
    margin-right: 35px;
}

.dataTables_paginate {
    float: right;
}

.dataTables_length select {
    height: 30px;
    padding: 0 5px
}

.fa-chevron-left::before,
.fa-chevron-right::before {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #229AEA;
    content: "" !important
}

.fa-chevron-left {
    transform: rotate(270deg);
    margin-left: -17px;
    margin-top: 3px
}

.fa-chevron-right {
    transform: rotate(90deg);
    margin-right: -17px;
    margin-top: 3px
}

div.dataTables_wrapper div.dataTables_paginate {
    border: 1px solid #EBF6F9;
    border-radius: 4px;
    margin-right: 15px
}

select {
    border: 1px solid #EBF6F9;
    /*margin-left:10px*/
}

div.dataTables_wrapper div.dataTables_paginate > a,
div.dataTables_wrapper div.dataTables_paginate > span > a {
    border-right: 1px solid #EBF6F9;
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
    padding: 3px 0
}

div.dataTables_wrapper div.dataTables_paginate .next {
    border: 0 none;
}

div.dataTables_wrapper div.dataTables_paginate > a.previous {
    border-right: 0 none;
    border-bottom: 1px solid #EBF6F9;
}

.paginate_button.current {
    color: #121221;
}

.paginate_button {
    color: #828282;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    padding: 3px 10px !important;
    margin: 0 !important
}

    .paginate_button:hover {
        color: #229AEA
    }

    .paginate_button.disabled::before {
        border-bottom-color: #C4C4C4;
    }

    .paginate_button.next::before {
        margin: 10px 0px;
        float: left;
    }

.fa-chevron-left::before {
    margin-top: 9px;
    float: left
}

.rightSidePopup {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: 5px 10px #888888;
    overflow: hidden;
    max-width: 100%;
    box-shadow: rgba(0, 0, 0, 0.22) 0px 0px 25.6px 0px, rgba(0, 0, 0, 0.18) 0px 0px 14.4px 0px;
}

    .rightSidePopup .modal-header {
        background: #FBFDFD;
        border-bottom: 1px solid #EBF6F9;
        height: 53px;
    }

    .rightSidePopup .modal-title {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 30px;
        color: #229AEA;
    }

    .rightSidePopup .close {
        color: #E4E4E4;
        background: #FFFFFF;
        border-right: 1px solid #EBF6F9;
    }

.primary_heading a {
    color: #000
}

.form-control {
    background: #FFFFFF;
    border: 1px solid #EBF6F9;
    box-sizing: border-box;
    border-radius: 4px;
}
/* Hide default input */
.toggle input {
    display: none;
}

/* The container and background */
.toggle {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 22px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FDFFFF;
    border: 1px solid #EBF6F9;
    border-radius: 4px;
    transition: all 0.4s;
}

    /* The sliding button */
    .slider:before {
        position: absolute;
        content: "";
        width: 16px;
        height: 16px;
        left: 2px;
        top: 2px;
        background-color: #828282;
        border-radius: 5px;
        transition: .4s;
    }

/* On checked */
input:checked + .slider::before {
    background-color: #07B6E5;
    transform: translateX(11px);
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; /* remove default arrow */
    background-image: url(../img/downArrow.png) !important; /* add custom arrow */
    background-repeat: no-repeat !important;
    background-position: 95% center !important;
}

.rightSidePopup .modal-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #FBFDFD;
    border: 1px solid #EBF6F9;
    height: 60px;
    padding: 0
}

.user .dropdown-menu {
    margin-top: 5px
}

.btn-action {
    font-size: 14px;
    line-height: 23px;
    color: #828282;
    opacity: 0.6;
}

    .btn-action .fa {
        margin-right: 10px
    }

    .btn-action.active .fa {
        color: #229AEA
    }

    .btn-action.active {
        color: #121221;
        background: transparent;
        border: 0 none
    }

.actionBar {
    border-top: 1px solid #EBF6F9;
    padding: 10px
}

table.dataTable {
    margin-top: 0 !important
}

.nav-tabs {
    background: #FBFDFD;
    border-bottom: 1px solid #EBF6F9;
}

    .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link:hover {
        border-color: #EBF6F9;
        color: #121221
    }

    .nav-tabs .nav-link {
        border-radius: 0;
        border-top: 1px solid #EBF6F9;
        border-right: 1px solid #EBF6F9;
        font-family: Mukta;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 23px;
        color: #C4C4C4
    }

.thumb_header {
    height: 25px;
    color: #C4C4C4;
    font-family: Mukta;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
}

.thumb_footer {
    background: #FBFDFD;
    border: 1px solid #EBF6F9;
    box-sizing: border-box;
    border-radius: 0px 0px 4px 4px;
    font-family: Mukta;
    font-style: normal;
    font-size: 14px;
    line-height: 23px;
    color: #229AEA;
    text-align: center;
    height: 39px;
    width: 100%;
    float: left;
    line-height: 36px
}

.thumbnail {
    max-width: 279px;
}

    .thumbnail input {
        width: 100%;
        float: left;
    }

.control-label.small {
    font-size: 13px
}

textarea {
    width: 100%
}

.pr25 {
    padding-right: 25px
}

.pl25 {
    padding-left: 25px
}

.btn-group .btn-secondary {
    line-height: 36px
}

#user-icon {
    border-radius: 50px
}

.dropdown.user button::after {
    color: #5D5C66
}

.mt46 {
    margin-top: 46px
}

#barcode {
    overflow-y: hidden;
    background: #fff
}

@media only screen and (max-width: 767px) {
    .navbar-toggler {
        position: absolute;
        left: 0;
        top: 14px;
    }

    .navbar-dark .navbar-brand {
        margin-left: 40px;
        padding-top: 0
    }

        .navbar-dark .navbar-brand img {
            max-height: 40px
        }

    #dropdownMenuButton {
        padding-top: 0
    }
    /*.mt46 {
        margin-top: 23px;
        margin-bottom: 20px;
    }
    .searchbar{
        top:-110px !important;
        left:-30px !important
    }
    .topbar.navbar-expand-sm ul{
        flex-direction:row
    }
    .topbar.navbar-expand-sm ul li{
        color:transparent
    }*/
    header ul.navbar-nav {
        height: auto;
        background: #1C1B2B
    }

    #navbarNav {
        z-index: 9999
    }

    .dropdown.user {
        position: absolute;
        right: 0;
        top: 5px;
    }

    .popUpBody {
        height: 100% !important
    }
}
