﻿/* 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. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #2A2B64 !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

a.nav-link.active.selected {
    background-color: burlywood !important;
}

ul .nav.nav-treeview.child {
    background-color: #564780;
    border-color: #1861ac;
}
/* 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;
    /*space between signup screen and footer*/
    bottom: -1rem;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/*
Theme Name: Applay child
Template: applay
*/


/* Theme customization starts here
-------------------------------------------------------------- */
body {
    font-size: 18px !important;
}

#main-nav.light-nav .navbar-nav > li > a {
    color: #2A2B64 !important;
}

.navbar-inverse .navbar-nav > li > a:after, .navbar-inverse .navbar-nav > li > a:focus:after {
    background-color: #ea733b !important;
}

.btn-primary, input[type=submit] {
    background-color: #ea733b !important;
}

.ia-icon, .light .ia-icon {
    border: solid 1px #ea733b !important;
}

.ia-icon, .light .ia-icon {
    color: #ea733b !important;
}

.pull-left .ia-icon, .light .ia-icon {
    color: #ea733b !important;
}

    .pull-left .ia-icon:hover, .light .ia-icon {
        color: #ea733b !important;
    }

.features-control-item:after {
    background: #ea733b !important;
}

.features-control-item.active .ia-icon, .ia-icon:hover, .ia-icon-box:hover .ia-icon {
    background: #fff !important;
}


.wpcf7-form p input[type="email"], .wpcf7-form p input[type="text"] {
    width: inherit !important;
}

.widget {
    padding-bottom: 0px !important;
}

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-accordion-header-active, .wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:hover {
    color: #ea733b !important;
}

#main-nav.affix .logo img {
    width: 100px !important;
    height: auto !important;
    max-height: inherit;
}

#main-nav .navbar .container {
    height: 113px !important;
}

#main-nav.affix .navbar-inverse .navbar-nav > li > a:after, .navbar-inverse .navbar-nav > li > a:focus:after {
    bottom: -44px !important;
}

#main-nav.affix .navbar-nav > li > a {
    padding: 35px 2px !important;
}

.logo {
    height: inherit !important;
}

.navbar-inverse .navbar-nav > li > a:after, .navbar-inverse .navbar-nav > li > a:focus:after {
    bottom: -24px !important;
}

#main-nav .navbar-nav > li > a {
    padding: 45px 2px !important;
}

#main-nav .navbar-nav > li > a {
    margin: 0 15px !important;
}

#main-nav .navbar, #main-nav.light-nav .navbar {
    background: rgba(237,237,237,0.6) !important;
}

.main-menu-link {
    color: #2A2B64 !important;
}

.color-darkblue {
    color: #2A2B64 !important;
}

.field-validation-error {
    color: red;
    font-size: smaller;
}

.labelSignup {
    /*Comment by shivangi*/
    /*color: darkslateblue;*/
    font-size: 15px;
    font-weight: 700;
}

/*Displaying the bottom alerts*/

.btmDivAlert {
    z-index: 9999;
    position: fixed;
    text-align: center;
    line-height: 35px;
    width: 100%;
    bottom: 0px;
    margin-bottom: 0px;
    color: White !important;
    overflow: hidden;
    right: 0px;
    background-color: Red;
    font-size: 16px;
}

.btmDivAlertForLicense {
    z-index: 9999;
    position: fixed;
    text-align: center;
    line-height: 35px;
    width: 100%;
    bottom: 0px;
    margin-bottom: 0px;
    color: White !important;
    overflow: hidden;
    right: 0px;
    background-color: Red;
    font-size: 16px;
}

.btmDivMsg {
    z-index: 9999;
    position: fixed;
    text-align: center;
    line-height: 35px;
    width: 100%;
    bottom: 0px;
    margin-bottom: 0px;
    color: #333;
    overflow: hidden;
    right: 0px;
    background-color: #f4ad07;
    font-size: 16px;
}

.btmDiv {
    z-index: 9999;
    position: fixed;
    text-align: center;
    line-height: 35px;
    width: 100%;
    bottom: 0px;
    margin-bottom: 0px;
    color: #333;
    overflow: hidden;
    right: 0px;
    background-color: #77AE53;
    font-size: 16px;
}

.form-required {
    margin-left: 5px;
    color: red;
}

.ag-theme-alpine .ag-root-wrapper {
    border: solid 0px;
}

.fas fa-percentage {
    margin-left: 1px;
    -webkit-text-stroke: 1px lightcyan;
}

.btn-style {
    /*background-color: #ea733b;
         color: black;
    */
    border-color: #1861ac;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid transparent;
    height: 34px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*change by shivangi*/
    background-color: #ff6600;
    color: #ffffff;
}

.tableStyle td {
    border: 1px solid #ddd;
    padding: 8px;
    border-color: burlywood;
}

.tableStyle {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

.trstyleClass {
    background-color: antiquewhite;
}

.headerRowStyle {
    /*background-color: #B7AEB8;*/
    /*change by shivangi*/
    background-color: #191545;
    color: #fff;
}

.TableRowDataStyle tr:nth-child(even) {
    background-color: var(--ag-background-color, #fff);
}

.TableRowDataStyle tr:nth-child(odd) {
    background-color: antiquewhite !important;
}

.TableRowDataStyle tr:hover {
    /*background-color: #ddd;*/
}

.editbtn {
    font-size: 18px;
}

.TableRowDataStyle {
    border-collapse: collapse;
    width: 100%;
}

    .TableRowDataStyle td {
        border: 1px solid var(--ag-border-color, #babfc7);
        padding: 4px 8px;
        border-color: var(--ag-border-color, #babfc7);
    }

    .TableRowDataStyle th {
        border: 1px solid var(--ag-border-color, #babfc7);
        padding: 10px 8px;
        border-color: var(--ag-border-color, #babfc7);
        position: sticky !important;
        background: var(--ag-header-background-color, #f8f8f8) !important;
        top: 0;
        color: #000 !important;
    }

.colWidth {
    color: white;
    font-size: 15px;
    font-weight: 700;
    width: 9%;
}

#statusVendorId {
    min-width: 70%;
}

.ag-theme-alpine {
    height: 656px;
    width: 100%;
}

#PriceGroupModal {
    /*margin-top: 24%;
    margin-left: -2%;*/
    padding-top: 22%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.iconCenter {
    text-align: center;
}

.NumberRightAlign {
    text-align: right;
}

.HeadericonCenter {
    color: white;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

i {
    height: 24px;
    width: 24px;
}

td {
    word-wrap: break-word;
}
/**Added by Shivangi*/
.main-sidebar .brand-text, .main-sidebar .logo-xl, .main-sidebar .logo-xs, .sidebar .nav-link p, .sidebar .user-panel .info {
    color: #fff !important;
}

.main-sidebar {
    background-color: #B7AEB8;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #191545 !important;
}

input:not([type]), input[type="color"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], input[type="search"], select {
    max-width: 70% !important;
    padding: 0px !important;
    border: 1px solid #191545;
}

.nav-sidebar > .nav-item .nav-icon.fa, .nav-sidebar > .nav-item .nav-icon.fab, .nav-sidebar > .nav-item .nav-icon.fad, .nav-sidebar > .nav-item .nav-icon.fal, .nav-sidebar > .nav-item .nav-icon.far, .nav-sidebar > .nav-item .nav-icon.fas, .nav-sidebar > .nav-item .nav-icon.ion, .nav-sidebar > .nav-item .nav-icon.svg-inline--fa {
    color: #fff;
}

div#myGrid {
    padding: 20px 0px;
    height: 600px !important;
}

div#grdOfDayClose {
    padding: 20px 0px;
    height: 600px !important;
}

.info {
    padding: 9px 0px 0px 0px;
}

@media only screen and (max-width: 768px) {
    .info {
        font-size: 12px;
    }

    .navbar-expand .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    #hide {
        display: none;
    }
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    background: #ff6600;
    color: #fff;
    border: none;
}

i.fa.fa-check {
    color: green;
}

i.fa.fa-times {
    color: red;
}

h3, .h3 {
    color: #191545 !important;
    font-weight: 700 !important;
}


#btnEdit {
    background: none !important;
    color: #fff;
    border: none;
}

i.fas.fa-edit, i.fas.fa-plus, i.fas.fa-eye, i.fas.fa-bars {
    color: #ff6600;
}


.details {
    background: none !important;
    color: #fff;
    border: none;
}

i.fas.fa-file-alt {
    color: #ff6600 !important;
}


/*Added by Nisarg for numeric text box.
    Reference: https://www.w3schools.com/howto/howto_css_hide_arrow_number.asp

*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*changes made by shivangi 3 june 2022*/

i#PicegrpPopUp {
    background: none;
    color: #191545;
}

/*TODO: This needs to be checked and finalize whether to keep it or remove it. Change made for: Scan Code Page Add Item Lookup Price and Items*/
.modal-header {
    display: block;
    text-align: center;
    color: cadetblue;
    background-color: #B7AEB8;
}

#lookUpItemtable td {
    border: 1px solid #ddd;
    padding: 8px;
    border-color: burlywood;
}

#lookUpItemtable tr {
    background-color: #B7AEB8;
}

#textModalTitleLookItemName {
    text-align: center;
    color: cadetblue;
}

.ag-theme-alpine .ag-row-odd {
    background-color: antiquewhite !important;
}

div#dvReOrderGrid {
    overflow: auto;
    height: 550px;
}

.collapse:not(.show) {
    display: none !important;
}

.collapse {
    display: block !important;
}

.panel-heading {
    padding: 0;
    border: 0;
}

.panel-title > a, .panel-title > a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fas.fa-eye, .fas.fa-save, .fa.fa-trash, .fa.fa-map-marker, .fas.fa-pencil-alt {
    color: #f60;
}

.RebateColor {
    background-color: aquamarine !important;
}


.loadingImg {
    text-align: center;
    z-index: 99999;
}

.loadingImg-header {
    padding: 20px 15px;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 5px;
}

    .loadingImg-header .close {
        margin-top: 2px;
    }

.hide {
    display: none;
}

.loadingImg-header h3 {
    margin: 0;
    text-indent: -99999px;
    background: url("../Images/loading.gif") top center no-repeat;
    text-align: center;
}

.modalLoading {
    /*  position: absolute; */
    z-index: 99999999;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    width: 200px;
    height: 200px;
}

.loader-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9050;
    background-color: transparent;
}

    .loader-backdrop.fade {
        opacity: 0;
    }

        .loader-backdrop,
        .loader-backdrop.fade.in {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }
/* added by kiran for DeleteDialogueBox.ascx */
#cboxLoadingGraphic {
    background: url("../Images/loading.gif") top center no-repeat;
}

#alertBoxLoadingGraphic {
    background: url("../Images/loading.gif") top center no-repeat;
}

aside.main-sidebar.sidebar-primary.elevation-4 {
    box-shadow: none !important;
}

#dvListOfInvoiceDetails {
    overflow: auto;
}

.havetitle {
    color: #191545;
    font-size: 27px;
}

i.fa.fa-undo, i.fa.fa-bars, i.fa.fa-window-close, i.fa.fa-calculator, i.fa.fa-bullhorn, i.fa.fa-qrcode {
    color: #fff;
}

.myicon {
    float: left;
    margin: 5px 10px 5px 0px;
    font-size: 24px;
    color: #191545 !important;
}

body::-webkit-scrollbar {
    width: 10px;
    background: #cecece;
}

body::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb:hover {
    background: #ff6600;
}

.ag-force-vertical-scroll::-webkit-scrollbar {
    width: 10px;
    background: #cecece;
}

.ag-body-horizontal-scroll-viewport::-webkit-scrollbar {
    width: 0px !important;
    background: #cecece;
    height: 10px;
}

.ag-force-vertical-scroll::-webkit-scrollbar-thumb, .ag-body-horizontal-scroll-viewport::-webkit-scrollbar-thumb {
    background: #ff6600;
}

.strikeDetail {
    text-decoration: line-through;
}

.bootstrap-autocomplete.dropdown-menu.show {
    overflow-y: auto;
    height: 100px;
}

.increaseWidth input[type=search] {
    max-width: 100% !important;
    width: 100% !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #cecece !important;
}

.form-control:focus {
    border: 1px solid #333333 !important;
}

.signText {
    width: 8%;
    text-align: center;
}

.layout-fixed .main-sidebar {
    z-index: 1;
}

.humbergmenu {
    position: absolute;
    left: -20px;
    top: 12px;
    z-index: -1;
    -moz-transition: all 2s linear;
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
    font-size: 26px;
}

.sidebar {
    padding-top: 30px !important;
}

.brand-image {
    padding-top: 10px;
    padding-left: 10px;
}

.humbergmenu.toggle {
    position: absolute;
    left: -19px;
    top: 12px;
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 26px;
}

input[type=text], input[type=email], input[type=password], input[type=number] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #191545;
    border-radius: 4px;
    box-sizing: border-box;
}

select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #191545;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: white;
}

textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 1px solid #191545;
    border-radius: 4px;
    font-size: 16px;
    resize: none;
}

.TableRowDataStyle tr.highlightRecord {
    background-color: blue !important;
}

.lotteryHeaderTop {
    margin-TOP: 33px;
}

.TableRowDataStyle tr.green {
    background-color: #62c246 !important;
}

.slotInformation {
    margin-bottom: 0 !important;
    margin-left: 25px !important;
}

.btn-dashboard {
    border-color: #1861ac;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid transparent;
    height: 180px;
    width: 300px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*change by shivangi*/
    background-color: #ff6600;
    color: #ffffff;
    margin: 20px;
}

.dvDashboard {
    height: calc(100vh - 200px) !important;
}

.compactTextBox {
    margin: 0 !important;
    width: unset !important;
}
