﻿/*@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}*/

.e-control {
    display: inline-block;
}

.e-control .e-btn.e-icon-btn, .e-css.e-btn.e-icon-btn {
    padding: 4px 3px;
    color: #fe7827;
}

.loader {
    margin: 0 auto;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #e0e5ec;
    border-bottom: 16px solid #e0e5ec;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#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;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}

.activeCheckBoxArea {
    display: inline-block;
}

.scrollable-modal-body .modal-body {
    /* overflow-y: auto;*/
    height: 70vh;
}

#btn-edit {
    color: #24447f !important;
    /*color: #0d6efd;*/
    /* #0061f2*/
}

#btn-delete, #btn-delDetail, #btn-editDetail {
    color: #24447f !important;
    /*color: #0d6efd;*/
    /*color: #dc3545;*/
    /*color: #e81500;*/
}

.required:after {
    content: "*";
    position: relative;
    font-size: inherit;
    color: red;
    padding-left: 0.25rem;
    font-weight: 600;
}

/*.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}*/

.chargesTypeFont {
    font-weight: bold !important;
    text-align: center;
}

.small a {
    color: #fff !important;
    text-decoration: none !important;
}

/*--------Input Form---------*/
.e-checkbox-wrapper {
    padding-left: 5px !important;
}

.form-check.form-check-solid .form-check-input:checked {
    background-color: #24447f !important;
    /*border-color: #506381 !important;*/
}

.form-check-input:checked {
    background-color: #24447f !important;
    border-color: #24447f !important;
}

.form-control, .datatable-input {
    padding: 0.375rem 1.125rem !important;
    /*font-size: 0.875rem;
        font-weight: 400;*/
}

.form-select, .datatable-selector {
    /*padding: 0.375rem 3.375rem 0.875rem 1.125rem !important;*/
    padding: 0.375rem 1.125rem !important;
}

.form-switch {
    /*font-size: 0.9rem !important;*/
    font-size: 13px !important;
}

.card-body input[type="file"] {
    background-color: #24447f !important;
    color: #fff !important;
    border-color: #24447f !important;
}

.modal-body input[type="file"] {
    background-color: #24447f !important;
    color: white !important;
    border-color: #24447f !important;
}

.card-body input[type="file"]:hover {
    background-color: #f8f9fa !important;
    color: #24447f !important;
    border-color: #24447f !important;
}

.valid.modified:not([type=checkbox]) {
    outline: none !important;
}

/*--------Side Menu Nav---------*/
.sidenav .sidenav-menu .nav .nav-link .nav-link-icon {
    padding-right: 0 !important;
}
.sidenav-menu:hover .nav-link-icon {
    color: #24447f !important;
}

.sidenav .sidenav-menu .nav .nav-link {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
}

.sidenav .sidenav-menu .nav .sidenav-menu-nested {
    margin-left: 0.3rem !important;
}

.sidenav-light .sidenav-menu .nav-link:hover {
    background-color: #fff !important;
    color: #24447f !important;
}

.sidenav-light .sidenav-menu:hover {
    color: white !important;
}

.nav-borders .nav-link.active {
    color: #24447f !important;
    border-bottom-color: #24447f !important;
}

.sidenav-light .sidenav-menu .nav-link.active {
    color: #24447f !important;
    background-color: #fff !important;
}

/*.sidenav-light .sidenav-menu .nav-link.active:hover {
    color: white !important;
}*/

.sidenav-light .sidenav-menu .nav-link.active .nav-link-icon {
    color: #24447f !important;
}

.sidenav-light .sidenav-menu .nav-link.active .nav-link-icon:hover {
    color: #24447f !important;
}

.sidenav-light .sidenav-menu .nav-link:hover .sidenav-collapse-arrow {
    color: #24447f !important;
}
/*--------Grid View Css---------*/
.e-grid#scmAgingSummaryList .e-headercelldiv {
    font-size: 11px !important;
}

.e-grid#scmAgingSummaryList .e-rowcell {
    font-size: 11px !important;
}

.e-grid#scmAgingDetailList .e-headercelldiv {
    font-size: 11px !important;
}

.e-grid#scmAgingDetailList .e-rowcell {
    font-size: 11px !important;
}

.e-grid#scmAgingDetailList .e-summarycell {
    font-size: 11px !important;
}

.e-grid#scmAgingDetailList .e-summaryrow {
    font-size: 11px !important;
}

.e-attr-font-bold {
    font-weight: bold !important;
}

.e-attr-font-normal {
    font-weight: normal !important;
}

.e-toolbar .e-tbar-btn:hover {
    background: #24447f !important;
    border-color: #6c757d !important;
    border-style: solid !important;
    border-width: 0 !important;
    border-radius: 0 !important;
    color: white !important;
}

.e-grid .e-groupdroparea {
    background-color: #24447f !important;
    border-top-color: #dee2e6 !important;
    color: white !important;
}

#sfGridDetail_header_table th {
    background-color: #24447f !important;
    border-top-color: #dee2e6 !important;
    color: white !important;
}

.e-pager {
    background-color: #24447f !important;
    border-color: #dee2e6 !important;
    color: white !important;
    opacity: 1 !important;
    font-size: 12px !important;
    padding: 5px 8px 5px 8px !important;
}

.e-toolbar .e-toolbar-items {
    background: #e6eaed !important;
    min-height: 35px !important;
}

/*--------Input Modal Css---------*/
.btn-active-icon-primary {
    color: white !important;
}

.modal-header {
    background-color: #24447f !important;
}

.modal-header h1, h2, h3, h4, h5 {
    color: white !important;
}

.modal-header .btn-close {
    color: white !important;
    background: none !important;
    opacity: 1 !important;
}

.modal-footer {
    background-color: #24447f !important;
}

.modal-footer .btn {
    background-color: #f8f9fa !important;
    box-shadow: none !important;
    color: #24447f !important;
    /*border: none !important;*/
    padding: 9px 17.6px !important;
}

.modal-footer .text-primary {
    color: #24447f !important;
}

.modal-footer .btn:hover {
    background-color: #24447f !important;
    border-color: #fff !important;
    border-style: solid !important;
    /* border-width: 0 !important;
border-radius: 0 !important;*/
    color: white !important;
}

/*--------Input Card Css---------*/
.card-header {
    background-color: #24447f !important;
}

.card-header .nav-link, h3 {
    color: white !important;
}

.card .card-header .card-header-tabs .nav-link.active {
    background-color: #f8f9fa !important;
    border-bottom-color: #f8f9fa !important;
    color: #24447f !important;
}

.card-body .btn-danger-soft {
    background-color: #24447f !important;
    color: white !important;
    /*border: none !important;*/
}

    .card-body .btn-danger-soft:hover {
        background-color: #f8f9fa !important;
        color: #24447f !important;
        border-color: #24447f !important;
    }

.card-body .btn-primary-soft {
    background-color: #24447f !important;
    color: white !important;
    /*border: none !important;*/
}

    .card-body .btn-primary-soft:hover {
        background-color: #f8f9fa !important;
        color: #24447f !important;
        border-color: #24447f !important;
    }

/*.dropdown-item {
    background-color: #24447f !important;
    color: white !important;
}
*/
.dropdown-item .btn-primary-soft {
    background-color: #24447f !important;
    color: white !important;
    /*border: none !important;*/
}

    .dropdown-item .btn-primary-soft:hover {
        background-color: #f8f9fa !important;
        color: #24447f !important;
        border-color: #24447f !important;
    }

.card-body .btn-light {
    background-color: #24447f !important;
    color: white !important;
    /*border: none !important;*/
}

.card-body .btn-light:hover {
    background-color: #f8f9fa !important;
    color: #24447f !important;
    border-color: #24447f !important;
}

.modal-body .btn-light {
    background-color: #24447f !important;
    color: white !important;
    /*border: none !important;*/
}

.modal-body .btn-light:hover {
    background-color: #f8f9fa !important;
    color: #24447f !important;
    border-color: #24447f !important;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: #24447f !important;
    color: white !important;
    text-decoration: none;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f8f9fa !important;
    color: #24447f !important;
    text-decoration: none;
}

/*--------Dashboard Card Css---------*/
.card:not([class*=bg-]) .card-header {
    color: white !important;
}

.bg-gradient-primary-to-secondary {
    background-color: #24447f !important;
    background-image: linear-gradient(135deg, #24447f 0%, rgba(105, 0, 199, 0.8) 100%) !important;
}

/*--------Footer Css---------*/
.footer-admin {
    height: 3rem !important;
}

.sidenav .sidenav-footer {
    height: 3rem !important;
}

/*--------Header Css---------*/
.dropdown-notifications .dropdown-menu .dropdown-notifications-header {
    background-color: #24447e !important;
    color: white !important;
}

/*
.e-chip-list.e-multi-selection .e-chip::before {
    content: "\e774";
}*/

.e-chip-list.e-multi-selection .e-chip::before {
    content: "" !important;
}

.e-chip-list.e-multi-selection .e-chip.e-active:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap)::before {
    width: 0 !important;
}

/*--------SFGrid Columns Css---------*/
.e-grid .e-rowcell {
    padding: 0.01rem 0.25rem !important;
    font-size: 12px !important;
}

.e-grid .e-summarycell {
    padding: 0.01rem 0.25rem !important;
    font-size: 12px !important;
}

/*--------Notification Css---------*/
.notification-item {
    background-color: #24447f !important;
    border: 1px solid #fff;
}

.notification-badge-count {
    background-color: #24447f !important;
}

/*--------------SYNCFUSION GRID small SIZES SMALL----------------*/
.e-toolbar {
    min-height: 35px !important; 
}
.e-grid .e-headercelldiv {
    padding: 0.01rem 0.25rem !important;
    font-size: 12px !important;
}
.e-toolbar .e-toolbar-items .e-toolbar-item {
    min-height: 33px !important;
}
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
    min-height: 20px !important;
    line-height: 16px !important;
}
.e-toolbar .e-tbar-btn .e-icons.e-btn-icon {
    font-size: 12px !important;
}
.e-grid .e-headercell, .e-grid .e-detailheadercell {
    height: 26px !important;
}
.e-toolbar .e-tbar-btn .e-tbar-btn-text {
    font-size: 12px !important;
}
.e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
    font-size: 12px !important;
}
.e-grid.e-wrap .e-columnmenu {
    margin: -14px -20px -20px -20px !important;
}
input.e-input, textarea.e-input, .e-input-group, .e-input-group.e-control-wrapper {
    font-size: 12px !important;
}
.input.e-input, .e-input-group input, .e-input-group.e-control-wrapper input, .e-input-group input.e-input, .e-input-group.e-control-wrapper input.e-input {
    height: 23px !important;
}
.e-grid .e-row .e-input-group {
    height: 24px !important;
}
.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
    font-size: 12px !important;
}
.e-input-group .e-input-group-icon, .e-input-group.e-control-wrapper .e-input-group-icon {
    min-height: 23px !important;
}
.e-grid .e-groupdroparea {
    font-size: 12px !important;
    padding: 6px 0 !important;
    min-height: 30px !important;
}
.e-grid .e-groupheadercell, .e-grid .e-groupheadercell:hover {
    font-size: 12px !important;
    height: 20px !important;
    margin: 0px 0 0 5px !important;
}
.e-grid .e-groupsort, .e-grid .e-ungroupbutton, .e-grid .e-toggleungroup {
    font-size: 12px !important;
}
.e-grid .e-groupheadercell span {
    line-height: 10px !important;
}
.e-grid .e-sortnumber {
    font-size: 11px !important;
}
.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
    padding: 0 3px !important;
}
.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
    line-height: 30px !important;
}
.e-grid .e-groupcaption {
    font-size: 12px !important;
    line-height: 10px !important;
}
.e-grid .e-recordplusexpand {
    padding-top: 0 !important;
}
.e-grid .e-icon-gdownarrow {
    font-size: 12px !important;
    padding: 4px 7px 4px 8px !important;
}
.e-pager.sf-pager .e-numericcontainer a {
    font-size: 12px !important;
}
.e-pager .e-pagercontainer .e-firstpage, .e-pager .e-pagercontainer .e-prevpage, .e-pager .e-pagercontainer .e-firstpagedisabled, .e-pager .e-pagercontainer .e-prevpagedisabled, .e-pager .e-pagercontainer .e-nextpage, .e-pager .e-pagercontainer .e-lastpage, .e-pager .e-pagercontainer .e-nextpagedisabled, .e-pager .e-pagercontainer .e-lastpagedisabled {
    padding: 8px 12.2px 8px 11.5px !important;
}
.e-pager .e-numericitem.e-currentitem {
    padding: 5px 10.5px 5px 9.5px !important;
}
.e-pager .e-spacing, .e-pager .e-numericitem:hover, .e-pager .e-currentitem {
    padding: 5px 10.5px 5px 9.5px !important;
}
.e-pager .e-pagerdropdown {   
    height: 28px !important;    
    margin-top: -12px !important;    
}
.e-pager .e-pagerconstant {    
    margin: 0 0 3px 8px !important;    
}
.e-pager div.e-parentmsgbar {
    padding-top: 5px !important;
}
.e-contextmenu-wrapper ul, .e-contextmenu-container ul {
    font-size: 12px !important;    
}
.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon, .e-contextmenu-container ul .e-menu-item .e-menu-icon {
    font-size: 12px !important;
}
.e-contextmenu-wrapper ul .e-menu-item, .e-contextmenu-container ul .e-menu-item {
    height: 27px !important;
}
.e-checkbox-wrapper .e-label, .e-css.e-checkbox-wrapper .e-label {
    font-size: 12px !important;
}
.e-contextmenu-wrapper ul .e-menu-item .e-caret, .e-contextmenu-container ul .e-menu-item .e-caret {
    font-size: 12px !important;
}
.e-dialog .e-footer-content {
    padding: 4px 12px !important;
}
.e-btn, .e-css.e-btn {
    font-size: 12px !important;
    /*line-height: 1.2em !important;
    padding: 0px !important;*/
}
.e-datetime-wrapper .e-input-group-icon.e-date-icon, 
.e-datetime-wrapper .e-input-group-icon.e-time-icon {
    font-size: 12px !important;
}
.e-datetime-wrapper .e-time-icon.e-icons::before {
    font-size: 12px !important;
}
.e-grid .e-flmenu-valuediv {
    padding: 8px 0 0 !important;
}
.e-calendar .e-header span,
.e-bigger.e-small .e-calendar .e-header span {   
    font-size: 12px !important;    
    line-height: 1;    
}
.e-calendar th,
.e-bigger.e-small .e-calendar th {
    font-size: 12px !important;
    height: 5px !important;
}
.e-calendar .e-content span.e-day,
.e-bigger.e-small .e-calendar .e-content span.e-day {    
    font-size: 12px !important;    
}
.e-calendar .e-content td.e-week-number,
.e-bigger.e-small .e-calendar .e-content td.e-week-number {
    font-size: 12px !important;    
}
.e-calendar .e-content td.e-week-number,
.e-bigger.e-small .e-calendar .e-content td.e-week-number {
    font-size: 12px !important;
}
.e-calendar .e-content span.e-day,
.e-bigger.e-small .e-calendar .e-content span.e-day {
    font-size: 12px !important;
}
.e-small.e-bigger.e-calendar .e-content.e-year span.e-day,
.e-small.e-bigger .e-calendar .e-content.e-year span.e-day {
    font-size: 12px !important;
}
.e-bigger.e-calendar .e-header .e-title,
*.e-bigger .e-calendar .e-header .e-title {
    font-size: 12px !important;
}
.e-bigger.e-calendar .e-header button span,
*.e-bigger .e-calendar .e-header button span {
    font-size: 12px !important;
}
.e-bigger.e-calendar th,
*.e-bigger .e-calendar th {
    font-size: 12px !important;
}
.e-bigger.e-calendar .e-content.e-year span.e-day,
*.e-bigger .e-calendar .e-content.e-year span.e-day {
    font-size: 12px !important;
}
.e-bigger.e-calendar .e-content span.e-day,
*.e-bigger .e-calendar .e-content span.e-day {
    font-size: 12px !important;
}
.e-small.e-calendar .e-header span,
.e-small .e-calendar .e-header span {
    font-size: 12px !important;
}
.e-small.e-calendar .e-header .e-title,
.e-small .e-calendar .e-header .e-title {
    font-size: 12px !important;
}
.e-calendar .e-header .e-title, .e-bigger.e-small .e-calendar .e-header .e-title {
    font-size: 12px !important;
}
.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
*.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
    font-size: 12px !important;
}
.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
*.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
    font-size: 12px !important;
}
.e-small .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
*.e-small.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
    font-size: 12px !important;
}
.e-small.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
*.e-small.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
    font-size: 12px !important;
}
.e-small.e-datetime-wrapper .e-time-icon.e-icons::before,
*.e-small .e-datetime-wrapper .e-time-icon.e-icons::before {
    font-size: 12px !important;
}
.e-small.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
*.e-small.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
    font-size: 12px !important;
}
.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
    font-size: 12px !important;
}
.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
    font-size: 12px !important;
}
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
.e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
    font-size: 12px !important;    
}
.e-bigger .e-ddl.e-popup .e-list-item {
    font-size: 12px !important;
}
.e-bigger .e-ddl.e-popup .e-list-group-item {
    font-size: 12px !important;
}
.e-bigger.e-ddl.e-popup .e-list-item {
    font-size: 12px !important;
}
.e-bigger.e-ddl.e-popup .e-list-group-item {
    font-size: 12px !important;
}
.e-dropdownbase .e-list-item {
    font-size: 12px !important;
    line-height: 22px !important;
    min-height: 22px !important;
}
.e-datepicker .e-model-header .e-model-year {
    font-size: 12px !important;
    line-height: 28px !important;
}

.e-datepicker .e-model-month,
.e-datepicker .e-model-day {
    font-size: 12px !important;
    line-height: 28px !important;
}
.e-bigger .e-schedule .e-more-popup-wrapper .e-header-day,
.e-bigger.e-schedule .e-more-popup-wrapper .e-header-day {
    font-size: 12px !important;
}
.e-checkbox-wrapper .e-check, .e-css.e-checkbox-wrapper .e-check {
    font-size: 6px !important;
}
.e-checkbox-wrapper .e-frame, .e-css.e-checkbox-wrapper .e-frame {
    height: 14px !important;
    line-height: 12px !important;
}
.e-grid .e-headercell, .e-grid .e-detailheadercell {    
    font-size: 12px !important;    
    padding: 3px 8px !important;    
}
.e-grid .e-toolbar {
    border-top: 0px solid #dee2e6 !important;
}
/*.e-grid.e-wrap .e-rowcell, .e-grid.e-wrap .e-columnheader .e-stackedheadercelldiv, .e-grid.e-wrap .e-columnheader .e-headercelldiv {
    line-height: 21px !important;
}*/
.e-pager .e-spacing.e-numericitem:not(.e-active):not(.e-np):not(.e-pp):hover {
    background-color: #24447f !important;
    color: #fff !important;
}
.e-pager .e-currentitem, .e-pager .e-currentitem:hover {
    background: #24447f !important;
    color: #fff !important;
}
.e-pager .e-currentitem {
    border: 0px !important;
}
.e-pager div.e-icons.e-pager-default {
    color: #24447f !important;
}
.custom-dropdownitem {
    padding: 10px !important;
}
    .custom-dropdownitem form {
        padding: 9px 0 !important;
    }
    .custom-dropdownitem .form-select {
        margin-bottom: 6px !important;
    }
    .custom-dropdownitem .btn-primary-soft {
        padding: 6px !important;
        background: #24447e !important;
        color: #fff !important;
    }
.e-checkbox-wrapper .e-frame.e-check, .e-css.e-checkbox-wrapper .e-frame.e-check {
    background-color: #24447f !important;
    border-color: #24447f !important;
    color: #fff !important;
}
.e-checkbox-wrapper .e-checkbox:active + .e-frame.e-check, .e-css.e-checkbox-wrapper .e-checkbox:active + .e-frame.e-check {
    box-shadow: 0 0 0 0.16rem rgb(36 68 126 / 34%) !important;
}
/*.e-input:focus:not(.e-success):not(.e-warning):not(.e-error), .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus, .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus, .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus, .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus, .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input, .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input {
    box-shadow: 0 0 0 0.16rem rgb(36 68 126 / 34%) !important;
}
*/

.e-checkbox-wrapper .e-frame.e-stop, .e-css.e-checkbox-wrapper .e-frame.e-stop {
    background-color: #24447f !important;
    border-color: #24447f !important;
    color: #fff !important;
}
.logscreen-link a {
    color: #24447f !important;
}
.card-body .text-lg {
    font-size: 1.06rem !important;
}
.top-cards .card-body {
    padding:18px 12px !important;
}

.fixedTopBar {
    background-color: #dae7fb;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    padding: 2px 4px 0px;
}

.fixedTopBar .form-control-solid {

    display: block;
    width: 100%;
    padding: 0.875rem 3.375rem 0.875rem 1.125rem;
    -moz-padding-start: calc(1.125rem - 3px);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #69707a;
    background-color: #fff;
    background-position: right 1.125rem center;
    background-size: 16px 12px;
    border: 1px solid #c5ccd6;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.fixedTopBar label {
    color: black;
}

.fixedTopBar .btn-primary-soft {
    --bs-btn-color: #000;
    --bs-btn-bg: #bddafd;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e0ebfc;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-focus-shadow-rgb: 185, 196, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e1ecfc;
    --bs-btn-active-border-color: #dee9fb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #dae7fb;
    --bs-btn-disabled-border-color: #dae7fb;
}

.field-width {
    width: 81% !important;
}

/*.tab-content svg {
    width: 100% !important;
    height: 100% !important;
}
.tab-content rect {
    width: 100% !important;
    height: 100% !important;
}*/

.e-chart {
    height: inherit !important;
}

.e-accumulationchart {
    height: inherit !important;
}

.e-chart-focused {
    height: inherit !important;
    
}

.top-selling-view {
    background: #fff !important;
}

.top-selling-product {
    padding: 5px !important;
}

.top-selling-product .btn {
    background-color: #24447f !important;
    box-shadow: none !important;
    color: #fff !important;
    padding: 7px 10px !important;
}

.top-selling-product .text-primary {
    color: #fff !important;
}

.top-selling-product .btn:hover {
    background-color: #f8f9fa !important;
    border-color: #24447f !important;
    border-style: solid !important;
    color: #24447f !important;
}

#btn_new {
    background-color: #24447f !important;
    box-shadow: none !important;
    color: #fff !important;
    padding: 7px 10px !important;
}

/*--------Blazor Error Alert At Bottom ---------*/
#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 240px;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 85%;
    z-index: 9999;
}