﻿
.divSearchDtls
{
   display:none ;
   border:1px solid #898A8B; 
   width:150px;
   float:right;
   position:absolute;   
    z-index:10000;
    background-color:White;
    max-height:400px;
    overflow:auto;
    	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
        -moz-box-shadow:0 2px 4px #c1c1c1;
    -webkit-box-shadow: 0 2px 4px #c1c1c1;
    box-shadow:0 2px 4px #c1c1c1; 
    padding:5px;
}

.divSearchDtls a
{
    text-decoration:none;
    color:#565555;   
}
.divSearchDtls tr
{
	height:20px;
}

.divSearchDtls tr:hover
{
    /*background-color:#03307B;*/    
     text-decoration:none;     
 }
    
.divSearchDtls a:hover
{
   text-decoration:underline;   
   color:#ED2409;

 }

.divSearchDtls table tr td{
    background-color:#FFFFFF;
    border-right:0px;
    border-bottom: 1px solid #E9EA01;
    line-height: 22px;
    cursor :pointer ;
    height : 30px !important;
    padding : 3px !important;
}
.dgvPopupGridTrActive {
    color: #ED2409 !important;
    background-color: #ffa726 !important;
}

#dgvPopupGrid a:focus {
    color: #ED2409 !important;
    background-color: #ffa726 !important;
}

#dgvPopupGrid tbody tr td a:hover, #dgvPopupGrid tbody tr td:hover {
    color: #ED2409 !important;
    background-color: #ffa726 !important;
}
.Hidden{
    display :none;
}

::-webkit-scrollbar-thumb:vertical {
background-color:#999999;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}

::-webkit-scrollbar-thumb:horizontal {
background-color:#999999;
-moz-border-radius:16px;
-webkit-border-radius:10px;
}

::-webkit-scrollbar {
width:7px;
height:5px;
background-color:#ffffff;
}