﻿  #dvLoading {
            float: right !important;
            width: 89% !important;
            position: absolute;
        }

        .ajxLoader {
            float: right !important;
        }

        .slider {
            min-height: 500px !important;
        }

        #contentLogin_contentMain_divInnerLeftsideTree {
            /* margin-top: 8px;*/
            /*overflow: auto;*/
            height: 460px;
        }

            #contentLogin_contentMain_divInnerLeftsideTree li {
                /*padding: 0px !important;*/
            }

        .sizeAdjustImage img {
            height: 16px !important;
            width: 16px !important;
        }

        #divLibraryTreeView {
            height: 318px !important;
        }

        
        #btnAddMaterial {cursor:pointer;
        }
        .disp-none-imp {display:none !important;
        }
        .disp-flex{ display:flex !important;
        }


          .modalBodyMandatory {
            background: white;
            width: 50%;
            min-height: 20%;
            margin: 0 auto;
            position: absolute;
            top: 20%;
            left: 30%;
        }

        .modalMask {
            position: fixed;
            background: #80808075;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            z-index: 999;
        }

          .tblHeight300 {
            max-height: 300px;
        }