         


.drop_menu_s_s_o {
           
                padding:0;
                margin:0px;
                list-style-type:none;
            }
            .drop_menu_s_s_o li { float:right; }
            .drop_menu_s_s_o li a {
                padding:9px 20px;
                display:block;
                color:black;
                text-decoration:none;
                font:12px arial, verdana, sans-serif;
            }

            .container_s_s_o {
                float:right;
            }

            .launcher_s_s_o {
                position: relative;
                text-align: center;
            }

            .app-launcher_s_s_o {
                position: absolute;
                right: -2px;
                  top:10px;
                     z-index: 99 !important;
                box-sizing: content-box !important;
            }            


            .app-launcher_s_s_o::before {
                content: '';
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid white;              
                position: absolute;
                top: -9px;
                margin-left: -99px;                 
                z-index: 99 !important;
                left: 395px;
            }

            .apps_s_s_o {
                position: relative;
/*                border: 1px solid #ccc;*/
                border-color: rgba(0,0,0,.2);
                box-shadow: 0 2px 10px rgba(0,0,0,.2);
                -webkit-transition: height .2s ease-in-out;
                transition: height .2s ease-in-out;
                min-height: 196px;
                overflow-y: auto;
                overflow-x: hidden;
                width: 320px;
                height: 455px;
                margin-bottom: 30px;
                background: grey;
               
              
/*                display: none;*/
            }

            .grid_ico_sso {
               	background-color: white;
    		cursor: pointer;
    		margin-bottom: -9px;
    	/*	margin-left: -41px; */
    		padding: 2px;
          /*      cursor: pointer;
                padding:10px;
                background-color: white;*/
/*                margin-left: 82px;*/
/*                margin-bottom: -29px;*/
/*                width: 32px;
                margin: 10px 10px;*/
            }

            .apps_s_s_o ul {
                background: #fff;
                margin: 0;
                padding: 28px;
                width: 264px;
                overflow: hidden;
                list-style: none; 
                box-sizing: content-box !important;
                
            }

            .apps_s_s_o ul li {
                float: left;
                height: 64px;
                width: 88px;
       
                padding: 18px 0;
                text-align: center;
                 box-sizing: content-box !important;
            }

            .apps_s_s_o ul li i{
             
            }
            
            .apps_s_s_o ul li:hover{
                background-color: #F2F2FF;                
            }
            
            .grid_ico_sso:hover {
                cursor: pointer;
            }
   
            .apps_s_s_o ul a .tooltiptext {
                visibility: hidden;
                width: 120px;
                background-color: seashell;
                color: black;
                text-align: center;
                border-radius: 6px;
                padding: 5px 0;

                /* Position the tooltip */
                position: absolute;
                margin-top: -2px;
                margin-left: -67px;
                z-index: 1;
            }

            .apps_s_s_o ul a:hover .tooltiptext{
                visibility: visible;           
            }
            
           
