input.form-control {
    height: 25px !important;
}

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    margin-left: -10px;
}

.form-group {
    margin-bottom: 15px !important;
}

.navbar {
    display: block;
}

.nav-inline {
    margin-top: -4px !important;
    width: 100%;
    background-color: rgba(21, 112, 166, 1);
}

.header.navbar .navbar-nav {
    margin-right: 20px;
    display: block;
}

    .header.navbar .navbar-nav > li {
        margin: 0px;
        padding: 0px;
    }

.header.navbar .navbar-brand {
    display: inline-block;
    margin-top: -1px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 225px;
    height: 42px;
}

.header.navbar .hor-menu .dropdown-menu {
    /*margin-top: 8px;*/
    margin-top: 0px;
    border: none;
    box-shadow: none;
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.header.navbar .navbar-toggle {
    margin: 8px 6px 4px 6px;
    padding: 0;
    padding-top: 2px;
    padding-bottom: 6px;
    background-image: none;
    filter: none;
    box-shadow: none;
    color: #fff;
    border: 0;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none;
    text-shadow: none;
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-family: "Segoe UI",Helvetica, Arial, sans-serif;
    border: 1px solid #ddd;
}
/*------------------------- Custom Class added ---------------  */
.navbar-toggle {
    position: fixed !important;
    top: 0 !important;
    right: 9px !important;
}

.navbar-collapse.collapse.in {
    z-index: 9999;
    margin-top: 0px;
}
/* ---------------------------- ########Custom Class added ------------------------ */
.header.navbar .hor-menu {
    margin: 0;
    float: left;
}

.pull-right {
    float: right !important;
}




.header.navbar .navbar-toggle {
    margin: 8px 6px 4px 6px;
    padding: 0;
    padding-top: 2px;
    padding-bottom: 6px;
    background-image: none;
    filter: none;
    box-shadow: none;
    color: #fff;
    border: 0;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }

    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav {
        margin: 7.5px 0px;
    }

    .nav {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .navbar-nav > li {
        float: left;
    }

    .nav > li {
        position: relative;
        display: block;
    }
    .col-md-2-5 {
        width: 20.833333335%;
    }

    .col-md-4-5 {
        width: 37.500000005%;
    }

    .col-md-1-3 {
        width: 6.944444445%;
    }
}


@media (max-width: 991px) {
    .header.navbar .navbar-toggle {
        display: inline-block;
    }

    .page-full-width .page-sidebar-menu {
        display: block;
    }

    .page-sidebar ul {
        margin-top: 0px;
        width: 100%;
    }

    .page-sidebar-menu {
        list-style: none;
        margin: 0;
        padding: 0;
        margin: 0;
        padding: 0;
    }

    .header-inner {
        width: 100%
    }

    .hidden-sm.hidden-xs {
        display: none
    }

    .hor-menu.hidden-sm.hidden-xs {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }

    .hidden-sm {
        display: none !important;
    }

        .hidden-sm.hidden-xs {
            display: none
        }

    .col-md-2-5 {
        width: 20.833333335%;
    }

    .col-md-4-5 {
        width: 37.500000005%;
    }

    .col-md-1-3 {
        width: 6.944444445%;
    }
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-default {
    color: #333;
    border-color: #ccc !important;
}

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.42857143;
    user-select: none;
}

.modal-header {
    display: inline;
    padding: 15px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    height: 13px;
    width: 13px;
    background-color: transparent;
    border: none;
    opacity: 2;
}

.button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -moz-appearance: none;
    appearance: none;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    display: block;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

.input-group-addon {
    padding: 11px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    border: 1px solid #ccc;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group {
    width: 80%;
}

.vendor-name {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    color: White;
    margin-top: 10px;
}

.page-header-fixed .page-container {
    margin-top: 0px !important;
}

fieldset, legend {
    all: revert;
}

@media (min-width: 1200px) {
    .h4, h4 {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .page-content {
        padding-top: 0px !important;
    }
}

.dashboard-stat .details {
    position: inherit;
}

.w-20 {
    width: 20%;
}

.h-20 {
    height: 20%;
}

.accordion-button {
    padding: 0.25rem 1rem;
}

.w-12 {
    width: 12%;
}

.w-32 {
    width: 32%;
}

.w-72 {
    width: 72% !important;
}

.w-100 {
    width: 100% !important;
}

.md {
    max-width: 600px;
}

.InsertPanel {
    margin-right: auto !important;
    margin-left: auto !important;
    background: #CEEA93 !important;
}

.nav-color {
    color: #0d638f !important;
}

.mg-top-datepicker {
    margin-top: -1px !important;
}

.chkbox-panel {
    padding: 3px 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    border: 1px solid #ccc;
}

a:link {
    text-decoration: none;
}


/*-------Custom Class jquery datatable----------------*/
table.dataTable tbody tr.odd {
    background-color: #CEEA93;
}

.dataTables_wrapper .dataTables_filter input {
    padding: 0px;
}

table thead tr th {
    padding-left: 0%
}

table thead tr td {
    padding-left: 0%
}

table.dataTable tbody tr:hover {
    background-color: #ffa;
}

    table.dataTable tbody tr:hover > .sorting_1 {
        background-color: #ffa;
    }

table.dataTable tbody tr.custom-selected { /*this will change row backgroud color on selection use in wfsupport page */
    color: black;
    background-color: #bfd7ed;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%) translateX(0);
    }

    100% {
        transform: translateY(0) translateX(0);
    }
}

.overlay-class {
    z-index: 1050 !important;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: slideDown 1s;
    overflow-y: auto;
    padding: 10px;
    scrollbar-width: none;
}

.slideDown {
    animation: slideDown 1s;
}

.overlay-class {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .overlay-class::-webkit-scrollbar {
        display: none;
    }

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

.popupMD {
    width: 600px;
}

.popupLG {
    width: 800px;
}

.popupXL {
    width: 1140px;
}

.mt-n1 {
    margin-top: -1rem !important;
}

.dropdown-mobile-item:hover {
    background-color: #0e4b70;
}

.dropdown-mobile-item {
    background-color: #0e4b70;
}

.dropdown-menu li > a:hover {
    color: white;
    background-color: red;
}

.dropdown-sub > li:hover {
    color: white;
    /* background-color:red;*/
}


.dropdown-menu li > a {
    color: white;
}

.dropdown-sub {
    display: none;
}

.dropdown-menu > li:hover > .dropdown-sub {
    display: block;
}

.dropdown-sub li {
    list-style: none;
    text-decoration: none;
}

.dropdown-sub-menu {
    display: none;
    background-color: #0e4b70;
}

.dropdown-sub > li:hover > .dropdown-sub-menu {
    display: block;
}

.dropdown-sub-menu li {
    list-style: none;
    text-decoration: none;
}

/* auto complete textbox scroll panel */
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px; /* Adjust as needed to avoid clipping scrollbar */
}
.border_curve {
    border-radius: 8px !important;
}
.box_curve {
    border-radius: 5px !important;
}

.cursor {
    cursor: pointer;
}

.input-container {
    position: relative;
}

    .input-container .form-control {
        padding-right: 30px; /* Adjust padding to prevent text from overlapping with the icon */
    }

    .input-container .fa-calendar {
        position: absolute;
        right: 10px; /* Adjust this value to move the icon */
        top: 43%;
        transform: translateY(-50%);
        pointer-events: none; /* Prevent clicking on the icon */
    }

.ANIbuttonload {
    
    border: none; /* Remove borders */
    color: white; /* White text */
}

/* Add a right margin to each icon */
.ANIfa {
    margin-left: -12px;
    margin-right: 8px;
}

#DivAutoTaxInvoice .radio-list {
    display: flex;
    gap: 20%; /* Adjust spacing between buttons */
}