﻿body.wait *, body.wait {
    cursor: progress !important;
}

html.busy, html.busy * {
    cursor: wait !important;
}
.show {
    visibility: visible !important;
}

.hide {
    visibility: hidden !important;
}

.serchtool {
    
   /*padding: 5px;*/
    font-weight: 400;
}

.serchtooledit {
    padding-right: 4px;
    padding-left: 4px;
    font-weight: 300;
}
.link-button {
    background: none;
    border: none;
    padding: 0;
    color: #0d6efd;
    text-decoration: underline;
    cursor: pointer;
    font: inherit;
}


.docbut {
    font-size: 16px
}

.etitle {
    color: black;
    font-weight: 700;
}

.evalue {
    color: #808080;
    font-weight: 300;
}
.sstitle {
    font-size: 18px;
    color: black;
 
}

.stitle {
    font-size: 20px;
    color: black;
}

.ssstitle {
    font-size: 14px;
    color: black;
 
}
footer {
    /* position: fixed;
            height: 100px;
            bottom: 0;
            width: 100%;*/
}
 .title {
    color: red;
    font-size: 24px;
}

.butwidt {
    width: 100px !important;
}

.btn-sinfo {
    color: #000000;
    background-color: #d8ebff;
    border-color: #d8ebff; /*set the color you want here*/
}

    .btn-sinfo:hover, .btn-sinfo:focus, .btn-sinfo:active, .btn-sinfo.active, .open > .dropdown-toggle.btn-sinfo {
        color: #000000;
        background-color: #99a5b1;
        border-color: #e8f0f8; /*set the color you want here*/
    }


.table-info {
    background: red !important;
    color: white !important;
}

tr {
   /*// color: #fff;*/
  /*  background-color: red !important;*/
}

.btn-sp1 {
    color: #fff;
    background-color: #fa4006;
    border-color: #fa4006; /*set the color you want here*/
}

    .btn-sp1:hover, .btn-sp1:focus, .btn-sp1:active, .btn-sp1.active, .open > .dropdown-toggle.btn-sp1 {
        color: #fff;
        background-color: #641a02;
        border-color: #285e8e; /*set the color you want here*/
    }

.bg-coral {
    background-color: coral;
}

.table-bordered tbody {
    background-color: coral !important;
}

.table td {
    border: #dbd2d2 solid 1px !important;
   /* background-color: #164281 !important;*/
}

.navbar-custom {
    background-color: #808080 /*#3498db;  Replace with your desired background color */
}

    .navbar-custom
    .navbar-brand,
    .navbar-custom
    .navbar-nav
    .navbar-toggler
    .navbar-toggler-icon
    .nav-link {
        color: #ffffff; /* Replace with your desired text color */
    }

.nav-link a {
    color: #ffffff; /* Replace with your desired text color */
    text-decoration: none;
}

.nav-link:hover
a:hover {
    color: #99a5b1 !important;
    text-decoration: none;
}


.navbar-toggler {
    border-color: #ffffff; /* Replace with your desired border color for the toggler button */
}

.bgbtn {
    background-color: #164281 !important;
}


    .bgbtn:hover {
        background-color: #777bcb !important;
        text-decoration: none;
    }

.btn-increment {
    color: #000;
    font-size: 14px;
    /*  background-color: #dcd334;*/
    background-color: #e5dcdc;
    border-color: #a8a0a0; /*set the color you want here*/
}

    .btn-increment:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #000;
        font-size: 14px;
        background-color: #e8f0f8;
        border-color: #e5dcdc; /*set the color you want here*/
    }

.btn-prnote {
    color:  #000;
    font-size: 14px;
    background-color: #e5dcdc;
    border-color: #a8a0a0; /*set the color you want here*/
}

    .btn-prnote:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #000;
        font-size: 14px;
        background-color: #e8f0f8;
        border-color: #e5dcdc; /*set the color you want here*/
    }
.money input[type=number]::-webkit-inner-spin-button,
.money input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.numberonly::-webkit-outer-spin-button,
input.numberonly::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number].numberonly {
    -moz-appearance: textfield;
}
.dropdown {
    background-color: transparent !important;
    /* this is for dropdown background */
}

    .dropdown a {
        color: white !important;
        /* this is for dropdown text color */
    }

.dropdown-menu {
    background-color: white !important;
   
    /* this is for dropdown menu background */
}

a.dropdown-item {
    color: black !important;
    line-height :40px;
    /* this is for dropdown menu text color */
}

    a.dropdown-item:hover {
        background-color: blue;
        color: white !important;
        /* this is for dropdown menu hover background and text color */
    }

.dropdown-item {
    padding-top: 0; /* Default is 0.375rem */
    padding-bottom:0;
    margin-top: 0; /* Ensure no added margin */
    margin-bottom: 0;
    
}
.custom-dropdown-item {
    color: #fff;
    background-color: #0d6efd; /* Bootstrap primary color */
    padding: 10px 20px;
    font-weight: bold;
}

.custom-dropdown-item:hover {
    background-color: #0b5ed7;
    color: #fff;
}


.centered-icon-text {
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Optional: center horizontally */
    gap: 8px; /* Space between icon and text */
    height: 50px; /* Example height */
}

.nested {
    display: none;
    margin-left: 20px;
}

.caret::before {
    content: "\25B6"; /* Right arrow */
    display: inline-block;
    margin-right: 6px;
    transition: transform 0.2s ease;
}

.caret.caret-down::before {
    transform: rotate(90deg); /* Down arrow */
}

.caret {
    cursor: pointer;
    user-select: none;
}

.treebuldermenu {
    min-height: 100px;
    padding: 0px;
    margin: 0px;
    /* margin-top: 10px;*/
    color: #000;
    font-size: 16px;
}
.padddingsmenu {
    padding-inline-start: 4px;
}

.submainmenu {
    padding-inline-start: 10px;
    color: #8597dc !important;
    font-size: 16px;
}

.submainmenu2 {
    padding-inline-start: 10px;
    color: #4d71f7 !important;
    font-size: 16px;
}

.submainmenu3 {
    padding-inline-start: 10px;
    color: #4a53ba !important;
    font-size: 16px;
}

.submainmenuicon {
    font-size: 20px;
    /*  color: #3051ef;*/
    color: #164281;
    padding-inline-start: 30px;
}

.mainmenu {
    font-size: 14px;
    color: #8597dc !important;
    font-weight: 500;
    padding-inline-start: 20px;
    background-color: transparent;
    /* border-bottom: 1.75px solid #85aebf;*/
}

.my-highlight {
    background-color: #9d9797;
    /* color: #721c24;*/
    /* font-weight: bold;       */
    border: 1px solid #dcd1d1;
}

@media print {

    body * {
        visibility: hidden;
        width: 900px;
    }

    MenuLst {
        visibility: hidden;
    }

    #section-to-print, #section-to-print * {
        visibility: visible;
        height: auto !important;
        overflow-y: visible
    }

    #section-to-print {
        position: absolute;
        left: 0;
        right: 0;
        float: right;
        top: 0;
        margin: 0px;
        overflow-y: visible;
    }
    
}

