body {
    color: rgb(0, 0, 0) !important;
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 1.42857;
}

.submit{
    float: right;
}

.k-grid-content {
    max-height: 600px;
}

.pages-menu .btn {
    width: 215px;
}

/****OWN STYLES*****/
.dib {
    padding: 0 3px;
    display: inline-block;
}
.margin-tb5 {
    margin: 5px 0;
}
.width5{  width: 5%;  }
.width10{  width: 10%;  }
.width15{  width: 15%;  }
.width20{  width: 20%;  }
.width30{  width: 30%;  }
.width35{  width: 35%;  }
.width40{  width: 40%;  }
.width50{  width: 50%;  }
.width60{  width: 60%;  }
.width70{  width: 70%;  }
.width80{  width: 80%;  }
.width90{  width: 90%;  }
.width100{  width: 10%;  }


/* .k-panelbar .k-link{
    background: linear-gradient(180deg, #a8dfe0 0%, #3bbbbc 100%) !important;
} */
 /* .k-panelbar li:not(.k-selected) .k-link {
    background: linear-gradient(180deg, #a8dfe0 0%, #3bbbbc 100%) !important;
    
}
.k-panelbar .k-panelbar-group {
    background: unset !important;
} */
.k-panelbar li:not(.k-selected) > .k-link:hover {
    background: #e6ab2d !important;
}
/*Disabled fields*/
input:disabled, input:disabled:hover {
    background: #ececec;
    cursor: not-allowed;
}


/* fixing layouts */
header.pageheader {
    position:fixed;
    top:0;
    left:0;
    height:75px;
    width:100%;
    z-index: 9999;
    background-color: #fff;
    border-bottom:1px solid #ddd;
}
section.main-content {
    top:75px;
    position:relative;
}
a#menuToggle {
    margin-bottom: 5px;
}


.k-dropdown {
    margin-left: 0 !important;
}

.kendo-dropdown{
    width: 100%;
}
.kendo-dropdown > .k-dropdown-wrap{
    height: 100%;
}
.kendo-dropdown > .k-dropdown-wrap > span{
    padding-top: 6px;
    padding-left: 5px;
}
.alert{
    margin-bottom: 0 !important;
}
.font15{
    font-size: 15px !important;
}
.center{
    text-align: center;
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.foreground{
    color: #55c2a8;
}
.background{
    background-color: #55c2a8;
}
div#sidebar {
    position: fixed;
    top: 75px;
    bottom: 0;
    left: 0;
    background-color: #ddd;
    padding-top: 15px;
    overflow-y: scroll;
    overflow-x: hidden;
}
div#content {
    padding-top:20px;
}
footer.pagefooter {
    padding-top:50px;
}


/*Tooltip styles*/
.k-tooltip{
    background: rgb(67, 69, 70) !important;
    color: white !important;
    font-size: 12px !important;
}


/****FOR MENU********/
ul#menubar {
    border:none;
}

.panel-default {
    border-color: #6ac9ca;
}

.panel-default>.panel-heading {
    background-color: #6ac9caad;
}

.k-panelbar > li.k-state-default  > .k-link, .k-panelbar > li.k-panelbar-item  > .k-link  {
    color: #262d40 !important;
    background-color:#3bbbbc;
    padding: 5px 5px;
    font-size:14px;



      
    /* color: #333 !important; */
}



.k-panelbar > li.k-state-default > .k-link:hover,.k-panelbar > li.k-panelbar-item > .k-link:hover {
    background-color:#e6ab2d;
}

.k-panelbar > li.k-state-active > .k-link {
    color: white;
    background-color:#e6ab2d !important;
    padding: 8px 5px;
    font-size:14px;
    font-weight: 700;
}

li.k-state-selected {
    background-color:#8AC226 !important;
}
/*****END*******/


/*******Validation*********/
.k-icon.k-i-warning{
    color: red;
}
.k-widget.k-tooltip-validation{
    border-color: red !important;
	display: block;
}

.bold {
    font-weight: bold !important;
}


/****BOOTSTRAP Modal Styles******/
.fade.in{
    background: #a9a9a9ab;
}
.modal-dialog{
    top: 5%;
}
.modal-header{
    padding:0;
    border-bottom: #b80e30 solid !important;
}
.modal-title{
    margin: 1% 4% 0 3%;
}
.close{
    position: absolute;
    right: 5px;
    top: 5px;
}
/*******END**********/


.toast {
    width: 30% !important;
}

@media only screen and (max-width: 600px) {
    .mobileLineBreak {
        display: block;
    }
    .toast {
        width: 80% !important;
    }
}


/* 13-03-2026 */
/* login page */
.card {
    /* border-color: #b80d2f; */
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #b80d2f;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}


.card-header {
    background-color: #b80e30;
    color: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-color: #b80d2f;
}

.card-body{
    padding: 15px;
}
.mb-3{
    margin-bottom: 1rem;
}


/* dispute_debt page css */
.panel {
    border-color: #ccc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.panel>.panel-heading {
    color: #00415d;
    background-color: #fff;
    border-color: #fff;
    text-align:center;
}
/* BS5 me panel-body default padding nahi hai, BS3 jaisa rakho */
.panel-body {
    padding: 15px;
}

/* Kendo 2025 Menu Fix */
.k-panelbar > li.k-item > .k-link {
    color: #262d40 !important;
    background-color: #3bbbbc;
    padding: 5px 5px;
    font-size: 14px;
}
.k-panelbar > li.k-item > .k-link:hover {
    background-color: #e6ab2d;
}
.k-panelbar > li.k-expanded > .k-link {
    color: white;
    background-color: #e6ab2d !important;
    padding: 8px 5px;
    font-size: 14px;
    font-weight: 700;
}
/* li.k-selected, */
.k-panel-menu-selected.k-panelbar-item {
    background-color: #8AC226 !important;
}
.k-panelbar > li.k-state-default  > .k-link, .k-panelbar > li.k-panelbar-item  > .k-link  {
    color: #262d40 !important;
    background-color:#3bbbbc;
    padding: 5px 5px;
    font-size:14px !important;
}

.k-panelbar > li.k-state-default > .k-link:hover,.k-panelbar > li.k-panelbar-item > .k-link:hover {
    background-color:#e6ab2d;
}


.k-toolbar {
    display: flex !important;
    width: 100% !important;
}

.k-toolbar .k-toolbar-item {
    width: 100% !important;
}

.k-grid-toolbar .k-toolbar-item {
    display: flex !important;
    flex: 1 1 100% !important;
}


.card-header h3 {
    color: #fff;
    margin: 10px 0px;
}
form a{
    color: #b80e30 !important;
}

#top-bar-links {
    float: none !important;
        padding: 16px 0 !important;

}
#top-bar-links ul{
    margin-top: -10px !important;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}
.col-12 {
    padding-left: 15px;
    padding-right: 15px;
}

.btn:not(.btn-outline),.submit a{
        color: #fff !important;
}
.bg{
        background-color: #f5f5f5 ;
    border: 1px solid #e3e3e3;
}
/* 
select.both,
select.both2,
select.both1,
select.form-control.both,select {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
} */

button.btn.btn-secondary.payment span.k-i-forward {
    color: #fff;
}

.modal-title{
    text-align: center;
}
.modal-header{
    padding-left: 12px;
    padding-right: 12px;
}

input:-webkit-autofill,.panel-login input[type="text"],.panel-login input[type="password"],.panel-login input[type="email"] {
    -webkit-box-shadow: 0 0 0px 1000px #e8f0fe inset !important;
    /* -webkit-text-fill-color: #fff !important; */
    
    
    outline: none !important;
}
.panel-login {
  
    box-shadow: 0px 2px 6px 0px #999 !important;
}
label {
    display: inline-block;
    max-width: 100% !important;
    margin-bottom: 5px !important;
    font-weight: 700 !important;
    font-size: 12px !important;
}
body {
    color: rgb(0, 0, 0) !important;
    font-family: 'Lato', sans-serif;
    font-size: 16px !important;
    line-height: 1.42857 !important;
}



/* .k-panelbar > li.k-selected > .k-link, li.k-selected {
    color: white !important;
    background-color:#e6ab2d !important;
    padding: 8px 5px !important; 
    font-size:14px !important;
    font-weight: 700 !important;
   padding: 0.8rem 4px !important;

  
} */

.k-panelbar>.k-panelbar-header>.k-link.k-selected {
    color: white;
    background-color: #e6ab2d !important;
    padding: 8px 5px;
    font-size: 14px;
    /* font-weight: 700; */
}


/* li.k-selected.k-panelbar-item.k-panelbar-header a.k-link {
    
   
    background-color: #e6ab2d !important;
}

li.k-selected.k-panelbar-item.k-panelbar-header .k-panelbar-group a.k-link{
    background-color: #FFF !important;
}

.k-panelbar-group .k-link.k-panel-menu-selected.k-panelbar-item {
    background-color: #8AC226 !important;
} */




.k-panelbar > li > .k-link{
  padding: 0.8rem 4px !important;  
  background: #3bbbbc;
}

.k-textbox:hover, .k-tiles li.k-state-hover {
    border-color: #8bc4dd;
}input.k-textbox {
    height: 2.13em;
    text-indent: .33em;
    line-height: 1.6em;
}
input.k-textbox {
    height: 2.13em;
    text-indent: .33em;
    line-height: 1.6em;
}
.k-autocomplete, .k-block, .k-button, .k-calendar .k-link, .k-calendar td, .k-calendar-container, .k-colorpicker, .k-combobox, .k-datepicker, .k-datetimepicker, .k-drag-clue, .k-dropdown, .k-dropdown-wrap, .k-editor-inline, .k-gantt-views>.k-current-view, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator, .k-inline-block, .k-list-container, .k-multiselect, .k-notification, .k-numeric-wrap, .k-numerictextbox, .k-picker-wrap, .k-slider-selection, .k-slider-track, .k-split-button .k-gantt-views, .k-textbox, .k-tile, .k-timepicker, .k-tooltip, .k-touch-scrollbar, .k-treeview .k-in, .k-upload, .k-window, .k-window-action, .k-window-titleless .k-window-content {
    border-radius: 4px;
}

html {
  font-size: 16px !important; /* BS5 mein kabhi kabhi yeh change ho jaata hai */
}

.k-panelbar > li.k-state-default > .k-link, .k-panelbar > li.k-panelbar-item > .k-link{
     padding: 0.8rem 4px !important;
}


#top-bar{
    height: 32px !important;
}
.navbar-expand-md .navbar-collapse{
    justify-content: end;
}


ul.navbar-nav>li>a {
    position: relative;
    text-transform: uppercase;
    color: #000;
    font-weight:800;
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
}

div#page-header a,a {
    text-decoration: none;
}

.navbar-brand {
    margin-top: -86px !important;
}
.form-control{
    height: 34px;
}



form .form-label{
    font-size: 16px !important;
}

.navbar{
    margin-top: 2px !important;
    margin-bottom:5px !important;
}

/* Parent header - selected (yellow) */
li.k-selected.k-panelbar-item.k-panelbar-header > a.k-link {
    background-color: #e6ab2d !important;
}

/* Child links - parent ka color cancel karo */
li.k-selected.k-panelbar-item.k-panelbar-header .k-panelbar-group a.k-link {
    /* background-color: unset !important; */
}
ul.k-panelbar-group li.k-panelbar-item:hover,.k-panelbar .k-panelbar-group>.k-panelbar-item>.k-link:hover, .k-panelbar .k-panelbar-group>.k-panelbar-item>.k-link.k-hover {
    color: #003f59 !important;
    border-color: #a3d0e4 !important;
        background-color: var(--kendo-color-base-subtle-hover, #a3d0e4) !important;
}

ul.k-panelbar-group li.k-panelbar-item:hover,.k-panelbar .k-panelbar-group>.k-panelbar-item>.k-link:hover, .k-panelbar .k-panelbar-group>.k-panelbar-item>.k-link.k-hover {
    color: #003f59 !important;
    border-color: #a3d0e4 !important;
        /* background-color: var(--kendo-color-base-subtle-hover, #a3d0e4) !important; */
}














/* ── Level 0 links - gradient ── */
.k-panelbar > li.k-panelbar-item > .k-link {
    background: linear-gradient(180deg, #a8dfe0 0%, #3bbbbc 100%) !important;
    color: #262d40 !important;
    padding: 5px 5px;
    font-size: 14px;
    transition: none !important;
    font-size: medium !important;
}

/* ── Level 0 hover ── */
.k-panelbar > li.k-panelbar-item > .k-link:hover,
.k-panelbar > li.k-panelbar-item > .k-link:focus,
.k-panelbar > li.k-panelbar-item > .k-link:active,
.k-panelbar > li.k-panelbar-item > .k-link.k-hover {
    background: #e6ab2d !important;
    color: #262d40 !important;
    transition: none !important;
}

/* ── Selected parent header (Lookup Tables) - yellow ── */
.k-panelbar > li.k-panelbar-item.k-expanded > .k-link.k-selected {
    background: #e6ab2d !important;
    color: #fff !important;
}

/* ── Group ul background ── */
.k-panelbar .k-panelbar-group {
    background: #fff !important;
}

/* ── Child links (level 1) - white background ── */
.k-panelbar .k-panelbar-group > li.k-panelbar-item > .k-link {
    background: #fff !important;
    color: #262d40 !important;
    font-size: 13px;
    padding: 5px 10px 5px 20px;
    display: block;
    transition: none !important;
}

/* ── Child link hover - green ── */
.k-panelbar .k-panelbar-group > li.k-panelbar-item > .k-link:hover,
.k-panelbar .k-panelbar-group > li.k-panelbar-item > .k-link.k-hover {
    background: #7bd2f6 !important;
    color: #fff !important;
    transition: none !important;
}

/* ── Active child link - green ── */
.k-panelbar .k-panelbar-group > li.k-selected > .k-link {
    background: #8dc63f !important;
    color: #fff !important;
    font-weight: 600;
}


/* ── Selected item without children (e.g. Invoices) ── */
.k-panelbar > li.k-selected.k-panelbar-item > .k-link {
    background: #e6ab2d !important;
    color: #fff !important;
}
.k-panelbar>.k-panelbar-header+.k-panelbar-header{
    border-color: #a3d0e4;
}
@media (min-width: 768px) {
  nav.navbar.navbar-expand-md .container-fluid {
    width: auto;
  }
  .modal-dialog {
        width: 750px !important;
        max-width: 750px !important;
    }
      ul.navbar-nav>li>a {
        position: relative;
        text-transform: uppercase;
        color: #000;
                padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (min-width: 1200px) {
/* .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px !important;
} */
 .container {
    width: 1170px;
}
}