*, body {
    margin: 0px;
    padding: 0px;
}
a:focus, a:hover, a {
    text-decoration: none !important;
    outline:0px !important;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-thumb {
    /*background: #d9d9d9;*/
    background: #999;
    cursor: pointer;
    border-radius: 6px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb:hover {
    background: #787878;
    border-radius: 6px;
}
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #474a59 inset !important;
}
/*Change text in autofill textbox*/
input:-webkit-autofill {
    -webkit-text-fill-color: white !important;
}
body {
    /*font-family: 'Segoe UI', Sans-Serif !important;*/
    /*font-family: 'Proxima Nova Regular', Sans-Serif !important;*/
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #f2f4f7;
    margin: 0px;
    padding: 0px;
    /*font-family: 'Arimo', sans-serif !important;
    font-family: 'Lato', sans-serif !important;
    font-family: 'Open Sans' !important;
    font-family: 'Montserrat', sans-serif !important;
    font-family: 'Roboto', sans-serif !important;
    font-family: 'Raleway', sans-serif !important;
    font-family: 'Ubuntu', sans-serif !important;*/
}
.full_width {
    width: 100%;
    float: left;
}
.half_width {
    width: 50%;
}
.quarter_width {
    width: 23.5%;
}
.onethird_width {
    width: 33%;
}
.onesixth_width {
    width: 16.66%;
}
.w-20 {
    width: 20%;
}
.w-10 {
    width: 10%;
}
.left {
    float: left;
}
.right {
    float: right;
}
.text-center {
    text-align: center;
}
.paddingleft0 {
    padding-left: 0px !important;
}
.padding-lft0 {
    padding-left: 0px;
}
.padding-rht0 {
    padding-right: 0px;
}
.padding-lft2 {
    padding-left: 2px;
}
.padding-rht2 {
    padding-right: 2px;
}
.padding-lft {
    padding-left: 3px;
}
.padding-rht {
    padding-right: 3px;
}
.margn-top20 {
    margin-top:20px !important;
}
.margn-top10 {
    margin-top: 10px;
}
.margn-botm8 {
    margin-bottom: 8px;
}
.margn-botm9 {
    margin-bottom:9px;
}
.margn-botm10 {
    margin-bottom: 10px;
}
.margn-botm15 {
    margin-bottom: 15px;
}
.margn-botm20 {
    margin-bottom: 20px;
}
.margin-botm21 {
    margin-bottom:21px;
}
.margn-botm30 {
    margin-bottom: 30px;
}
.margn-top17 {
    margin-top:17px;
}
.margn-botm17 {
    margin-bottom: 17px;
}
.margn-botm26 {
    margin-bottom: 26px;
}
.margn-botm16 {
    margin-bottom: 16px;
}
.margn-top18 {
    margin-top:18px;
}
.margn-x0 {
    margin-left:0px;
    margin-right:0px;
}
.margn-y0 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.margn-lft0 {
    margin-left:0px;
}
.margn-rht0 {
    margin-right: 0px;
}
.margn-lft2 {
    margin-left: 2px;
}
.margn-lft5 {
    margin-left:5px;
}
.no-padding {
    padding: 0;
}
.margn-rht8rem {
    margin-right: 8rem !important;
}
.no-margin {
    margin: 0px !important;
}
.padding0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.padding-lftrht0 {
    padding-left: 0px;
    padding-right: 0px;
}
.body-bg {
    display: none;
}
.zindex {
    z-index: 99999;
}
.no-radius {
    border-radius: 0px;
}
.dis_none {
    display:none;
}
/* common styles close */

.bodysection {
    /*min-height: 610px !important;
    padding-bottom: 40px;*/
    float: left;
    background: #f2f4f7;
    width: 100%;
}
.portal-viewlist {
    float: left;
    width: 100%;
    /*margin-top: 30px;*/
}
.absolute-right {
    position: absolute;
    top: 15px;
    right: 15px;
}
/* breadcrumb styles */
.breadcrumb-design {
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
    padding: 5px 0px;
    background: #fff;
    box-shadow: 0 3px 5px #ddd;
}
.breadcrumbs {
    margin: 7px 0;
    float: left;
    height: 30px;
    line-height: 30px;
}
    .breadcrumbs a {
        /*color: #02747b;
        color: #0d642f;*/
        color: #22904f;
        font-size: 16px;
        font-weight: 600;
        margin: 0px 0px;
        line-height:30px;
    }
    .breadcrumbs .breadcrumb_heading {
        /*color: #939598;
        line-height: 18px;
    */
        color: #646777;
        font-size: 14px;
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 200px;
        margin: 0px 0;
        float: none !important;
        line-height:30px;
    }
    .breadcrumbs i, .breadcrumbs svg {
        /*color: #28b5e8;
        color: #b7cd10;
            line-height: 30px;*/
        color: #a8c45d;
        font-size: 14px;
        font-weight: 400;
        margin: 0px 5px;
        line-height:30px;
    }

.icon-right-arrow:before {
    content: "\e91e";
}
.search-dashboard-div {
    /*border-bottom: 1px solid #dad5d5 !important;
    margin-left: 792px;*/
    padding: 0px !important;
}
.search-dashboard-div input {
    height:30px;
}
.search-dashboard-items {
    /*border: 0px !important;*/
    border-radius: 0px !important;
    border: 1px solid #dad5d5 !important;
    padding:4px !important;
}
.dashboard-ul {
    float: right;
    padding-top: 0px;
    margin-bottom: 0px;
}
.dashboard-search-icon {
    border-radius: 5px;
    float: left;
    background: #fff;
    margin-right: 5px;
    padding: 5px 6px 3px;
    color: #2fa0da;
}
ul.dashboard-ul li i {
    /*color: #c69f05;*/
    /*color: #6db07d;*/
    color: #89b694;
}

.inrpage-forms-section {
    width: 100%;
    padding: 0px 15px;
    /*background: #fff;
        float: left;
    margin-top: 1px;
    min-height: 610px;
    border: 1px solid #ddd;
    border-radius: 10px;*/
}
.inrpage-back-to-report-section {
    /* border-bottom: 1px solid #ccc;
    float: left;*/
    width: 100%;
    padding: 0px 0px;
    background: #eaf3d2;
    box-shadow: 0 3px 5px #ddd;
    margin-bottom: 15px;
}
    .inrpage-back-to-report-section h3 {
        /*color: #0d642f;
        padding-top: 8px;
    padding-bottom: 8px;*/
        color: #22904f;
        font-size: 16px;
        font-weight: 600;
        margin: 6px 0px;
    }
.report-dashboard-link {
    padding-top: 5px;
    padding-bottom: 5px;
}
.report-dashboard-link a {
    /*color: #2fa0da;*/
    color:#c69f05;
    font-size: 13px;
    font-weight: 600;
}
.report-dashboard-link a i {
    color: #c69f05;
    font-size: 12px !important;
    font-weight: 400;
}
.report-dashboard-link a:hover, .report-dashboard-link a:focus {
    /*color: #f4c00b;*/
    color: #cea812;
}
.bodysection {
    padding-top: 60px;
}
.report-grid {
    display: none;
}
.hide_block {
    display: none !important;
}
.show_block {
    display: block !important;
}
.show_inline {
    display: inline !important;
}
.field-hide {
    display: none;
}

.field-show {
    display: block;
}
.tabHeight {
    height: 450px;
}
.buttons_container a i.fa-edit {
    font-size: 18px;
    /*color: #02747b;*/
    color: #a8c45d;
}
.col-md-3 {
   /* padding-left: 3px !important;
    padding-right: 3px !important;*/
}


/**
 * angular-ui-notification - Angular.js service providing simple notifications using Bootstrap 3 styles with css transitions for animating
 * @author Alex_Crack
 * @version v0.2.0
 * @link https://github.com/alexcrack/angular-ui-notification
 * @license MIT
 */
/*.ui-notification{width: 100%!important;top:0px!important;left: 0px!important;}*/
.ui-notification {
    position: fixed;
    z-index: 9999;
    width: 200px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    color: #fff;
    border-radius: 0;
    background: #337ab7;
}

    .ui-notification.clickable {
        cursor: pointer;
    }

        .ui-notification.clickable:hover {
            opacity: .7;
        }

    .ui-notification.killed {
        -webkit-transition: opacity ease 1s;
        -o-transition: opacity ease 1s;
        transition: opacity ease 1s;
        opacity: 0;
    }

    .ui-notification > h3 {
        font-size: 14px;
        font-weight: 700;
        display: block;
        margin: 10px 10px 0;
        padding: 0 0 5px;
        text-align: left;
        border-bottom: 1px solid rgba(255,255,255,.3);
    }

.ui-notification a {
    color: #fff;
}

.ui-notification a:hover {
    text-decoration: underline;
}

    .ui-notification > .message {
        margin: 10px;
    }

    .ui-notification.warning {
        color: #fff;
        background: #f0ad4e;
    }

    .ui-notification.error {
        color: #fff;
        background: #d9534f;
    }

    .ui-notification.success {
        color: #fff;
        background: #5cb85c;
        font-size: 15px;
    }

    .ui-notification.info {
        color: #fff;
        background: #5bc0de;
    }
/* --- top right notification end --- */
.submitButtonDisabled {
    /*padding-top: 12px;*/
    padding-top: 0px;
}
.submitButtonDisabled button {
    background-color: #ada9a9 !important;
    color: #666 !important;
}

ul, li, a, a:hover, a:focus {
    outline: 0px !important;
}
@media screen and (max-width:576px) {
    .bodysection {
        padding-top: 52px;
    }
    .page-top {
        height: auto !important;
    }
    .margn-top0-xs {
        margin-top:0px;
    }
}
@media screen and (min-width:768px) and (max-width:992px) {
    .margn-botm20-md {
        margin-bottom: 20px;
    }
    .margn-botm10-md {
        margin-bottom:10px;
    }
    .margn-botm9-md {
        margin-bottom: 9px;
    }
}
@media screen and (min-width:577px) and (max-width:767px) {
    .margn-botm20-sm {
        margin-bottom: 20px;
    }
    .margn-botm9-sm {
        margin-bottom: 9px;
    }
}
.warning {
    color: red;
    font-size: 11px;
}

.success {
    color: green;
    font-size: 12px;
}
.bold-cell {
    font-weight: 600;
    color:#000;
    border-top: thick #185f35;
    background-color: #bfd1c6;
}
.containerchange {
    max-width: 991px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-left: 0;
    margin-top: 20px;
}
.toolbarmenu {
    padding: 10px;
    background: #eee;
    border: 1px solid #ccc;
}

.toolbarmenu .head {
        display: flex;
        grid-gap: 10px;
        margin-bottom: 16px;
        flex-wrap: wrap;
 }
 .toolbarmenu .head > input {
        max-width: 100px;
        padding: 6px 10px;
        border-radius: 6px;
        border: 2px solid #ddd;
        outline: none;
 }
 .toolbarmenu .head select {
        background: #fff;
        border: 2px solid #ddd;
        border-radius: 6px;
        outline: none;
        cursor: pointer;
  }
 .toolbarmenu .head .color {
        background: #fff;
        border: 2px solid #ddd;
        border-radius: 6px;
        outline: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        grid-gap: 6px;
        padding: 0 10px;
  }
 .toolbarmenu .head .color span {
        font-size: 14px;
 }
 .toolbarmenu .head .color input {
        border: none;
        padding: 0;
        width: 26px;
        height: 26px;
        background: #fff;
        cursor: pointer;
    }
 .toolbarmenu .btn-toolbar {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        grid-gap: 10px;
  }
 .toolbarmenu .btn-toolbar button {
        background: #fff;
        border: 2px solid #ddd;
        border-radius: 6px;
        cursor: pointer;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
    }
    .toolbarmenu .btn-toolbar button:hover {
        background: #f3f3f3;
    }

 #show-code[data-active="true"] {
    background: #eee;
}
#content {
    border: 1px solid #ccc; /* Add a 1px solid border with a light gray color */
    padding: 100px;
    outline: none;
    max-height: 50vh;
    overflow: auto; /* Add some padding to create space between the content and the border */
}
/* Styling for the editable images */
.editable-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 10px;
    border: 1px solid #ccc;
    cursor: move; /* Show a move cursor when hovering the image */
}

/* Styling for the resizable handles */
.ui-resizable-handle {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid #000;
}

/* Styling for the draggable element while dragging */
.ui-draggable-dragging {
    opacity: 0.7;
}
.blue-link {
    color: blue !important;
}
.field-heading {
    font-size: 10px; /* Adjust the font size as needed */
    font-weight: normal; /* Adjust the font weight as needed */
    /* Add any other custom styles you want for the heading */
}
#content .placeholder {
    color: #aaa;
    font-style: normal;
}


.center-cell{
    justify-content:center;
}
.zc-abs {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card_half_width {
    width: 48.3%;
}

.card_quarter_width {
    width: 23.3%;
}
.pointer{
    cursor:pointer;
}
.zc-menu{
    z-index: 50000000 !important;
}
#net-sales-license-text {
    display: none;
}

#rejection-rate-license-text {
    display: none;
}

#margins-license-text {
    display: none;
}

#buyer-netsales-license-text {
    display: none;
}

#supplier-netsales-license-text {
    display: none;
}

#product-netsales-license-text {
    display: none;
}

#delivery-state-netsales-license-text {
    display: none;
}

#dso-chart-license-text {
    display: none;
}

#comparison-chart-license-text {
    display: none;
}
.md-datepicker-input-container {
    width: 100% !important;
}
.md-datepicker-input {
    width: 100% !important;
    max-width: 100% !important;
}

.md-datepicker-triangle-button {
    display: none !important;
}

.md-datepicker-button {
    position: absolute !important;
    right: 2px;
    top: 15px !important;
    z-index: 1;
}
.md-datepicker-input-container {
    right: 0 !important;
    margin-left: 0 !important;
}
.md-datepicker-calendar-pane {
    z-index: 10000000 !important;
}
.md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator {
    background: #22904f !important;
}
.md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator {
    border: 1px solid #22904f !important;
}
.md-datepicker-open .md-datepicker-calendar-icon {
    color: #22904f !important;
}
md-input-container:not(.md-input-invalid).md-input-focused md-icon {
    color: #22904f !important;
}
.bold-cell-grid {
    font-weight: 600;
    color: #000;
    border-top: thick #185f35;
    background-color: #F4D03F;
}


.textbox-value {
    border: 1px solid #edf0f5;
}

.custom-actionStyle {
    color: #e31f14 !important;
}

.mrgnbtm-22 {
    margin-bottom: 22px;
}

.ag-floating-bottom-container .ag-row .ag-cell {
    background-color: #bfd1c6;
    font-weight: bold;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.custom-swal .swal-title {
    font-size: 17px;
    white-space: pre-line
}
.ag-cell-wrapper{
    display:block !important;
}
.password-field {
    position: relative;
    display: inline-block;
    width: 100%;
}

#password {
    padding-right: 30px; /* To make space for the eye icon */
}
.eye-icon {
    position: absolute;
    right: 10px;
    top: 30%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 30000000;
    color: #f6f6f6
}

.margn-botm25 {
    margin-bottom: 25px;
}

.margn-botm20x {
    margin-bottom: 20px !important;
}

.bold-field {
    background-color: #F4D03F;
    max-width: 25%;
    border-radius: 6px;
}

.mrgnbtm-26 {
    margin-bottom: 26px;
}

.selected-year {
    padding: 8px;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.year-dropdown-container {
    position: relative;
}

.year-grid-wrapper {
    width: 250px; 
    padding: 8px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    position: absolute;
    z-index: 10;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    z-index: 1000;
}

.year-grid-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.year-grid-header button {
    background: #f1f1f1;
    border: none;
    font-size: 16px;
    padding: 4px 8px;
    cursor: pointer;
    border-radius: 4px;
}

.year-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px; 
}

.year-cell {
    padding: 6px;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
    background: #eee;
    cursor: pointer;
    transition: background 0.2s;
}

.year-cell:hover {
    background: #ddd;
}

.year-cell.selected {
   background-color: #4285f4;
   color: white;
   font-weight: bold;
}