<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> .treeview ul
    {
        /*CSS for Simple Tree Menu*/
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    
    .treeview li
    {
        /*Style for LI elements in general (excludes an LI that contains sub lists)*/
        list-style-type: none;
        padding-left: 22px;
        margin-bottom: 3px;
    }
    
    .treeview li.submenu
    {
        /* Style for LI that contains sub lists (other ULs). */ /*background: url("_layouts/images/NCS.UI.Admin/Tree/plus.gif") no-repeat left 3px white;*/
        cursor: hand !important;
        cursor: pointer !important;
    }
    
    
    .treeview li.submenu ul
    {
        /*Style for ULs that are children of LIs (submenu) */
        display: none; /*Hide them by default. Don't delete. */
    }
    
    .treeview .submenu ul li
    {
        /*Style for LIs of ULs that are children of LIs (submenu) */
        cursor: default;
    }
    #pageStatusBar
    {
        display: none;
    }
    .column_right
    {
        border: solid 1px #DBDDDE;
    }
    .column_left
    {
        border: solid 1px #DBDDDE;
        width: 70%;
    }

 .ms-dtinput img
    {
        padding-left: 5px;
        padding-top: 5px;
    }


 /********************************************************************/
    .div_DsVanBan
    {
        margin: 0px 0px 0px 3px;
        padding: 0px;
        text-align: center;
        background: #e5eecc;
        border: solid 1px #c3c3c3;
        display: none;
        position: absolute;
    }
    .div_DsVanBan ul
    {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }
    .div_DsVanBan ul li
    {
        margin: 1px;
        text-align: left;
        cursor: pointer;
        padding: 4px 0px 4px 4px;
    }
    .div_DsVanBan ul li.item:hover, .div_DsVanBan ul li.alteritem:hover
    {
        background-color: blue;
        color: White;
    }
    .div_DsVanBan ul li.item
    {
        background-color: Gray;
        color: White;
    }
    .div_DsVanBan ul li.alteritem
    {
        background-color: Silver;
        color: Black;
    }
    
    .ul_DsVanBanDaChon
    {
        margin: 0;
        padding: 0;
    }
    
    .ul_DsVanBanDaChon ul
    {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .ul_DsVanBanDaChon li
    {
        /*display:inline;*/
        display:block;
        list-style-type: none;
        /*float: left;*/
      
        margin: 2px;
        padding: 2px;
    }
    .ul_DsVanBanDaChon li:last-child
    {
        clear: left;
    }
    .ul_DsVanBanDaChon li img
    {
        cursor: pointer;
        margin-left: 5px;
    }
    
    
    
    #dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}</pre></body></html>