﻿

.left-menu li:hover img {
    filter: invert(5%) sepia(51%) saturate(78%) hue-rotate(346deg) brightness(10%) contrast(97%);
    /* padding: 8px; */
    z-index: -99999;
}
/* Common Menu Search - 20251201*/
.left-menu li#cmdSearchIcon:hover img {
    z-index:0 !important
}
 #cmdSearchIcon a {
            
             margin-top : -13px
        }

   /*#cmdSearchIcon:hover {
            background: #1b2c57;
        }*/

#DivSearchPanelBody .right-menu ul li.menu-item a {
    text-decoration: none !important;
    padding: 6px 10px !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 16px !important;
    color: #091332 !important;
    display: block !important;
    margin-bottom: 0px !important;
}

#DivSearchPanelBody .right-menu ul {
    padding-bottom:10px;
}

    #DivSearchPanelBody .right-menu ul li.title a {
        padding : 4px 0px !important;
        font-weight: 500 !important;
        font-size: 11px !important;
        color: #4a6cd5 !important;
        text-transform: uppercase !important;
        margin-top: 6px !important;
        margin-bottom: 6px !important;
        display: block !important;
        text-decoration: none !important;
        /*margin-left: -10px;*/
    }



.ComMenuSearchIcon {
    cursor: pointer;
    text-align: center;
    padding: 15px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}


    .ComMenuSearchIcon a {
        margin-top: -9px;
    }



    .ComMenuSearchIcon:hover {
        background: #1b2c57;
    }

/* SEARCH PANEL (Attached to icon) */
#DivComSearchPanel {
    position: absolute;
    top: 68px;
    left: 50px;
    /* appears right next to icon */
    width: 0px;
    /* collapsed default */
    background: #ffffff;
    border-radius: 0px 8px 8px 0px;
    overflow: hidden;
    transition: width 0.3s ease;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    z-index: 9999999;
}

    #DivComSearchPanel div.search-wrap {
        padding-left : 0;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    #DivComSearchPanel.open {
        width: 750px;
        /* expands from icon */
    }

#txtComMenuSearch.search-input {
    padding-left:12px;
}

#tblsearchPanelBody {
    max-height: calc(100vh - 240px);
    overflow-y: auto;
    padding: 10px;
    /*padding-left: 27px;*/
}

 /* Common Menu Search - 20251201*/
