.total-record{display:block;color:#000;background:transparent;height:50px;display:flex;align-items:center;}
.pagination_link{ 
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
    supported by Chrome, Edge, Opera and Firefox */
    display: table-cell; 
    vertical-align: middle;
    }
.withOutLink{	    
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
    supported by Chrome, Edge, Opera and Firefox */
    border:1px solid #ccc;    
    text-decoration: none;  
    display: table-cell; 
    vertical-align: middle;    
    text-align: center; 
    width: 100px; 
    height:40px;        
    color: #000;
 
    }
.withLink{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
    supported by Chrome, Edge, Opera and Firefox */ 
    
    border:1px solid #ccc;
    text-decoration: none;  
    
    display: table-cell; 
    vertical-align: middle;   
    text-align: center;  
    color: #fff;             
    width: 100px;  
    height:40px;       
    color: #6e5695;     
    cursor: pointer;
    }     
.shadow{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
    supported by Chrome, Edge, Opera and Firefox */ 
    border:1px solid red;
    text-decoration: none;    
    text-align: center; 
    display: table-cell; 
    vertical-align: middle;  
    background:#fff;
    color: #fff;             
    width: 40px;
    height:40px;
     
    
    }
.boxNumber{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
    supported by Chrome, Edge, Opera and Firefox */ 
    border:1px solid #ccc;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center; 
    cursor:pointer;
    color: black;
    width: 40px;
    height: 40px;
    /* border-radius: 50%;  */
    } 

