﻿.GrdEditBtn
{
    cursor: pointer;
}

.GrdDelBtn
{
    cursor: pointer;

}

.GrdVisitBtn
{
    cursor: pointer;
}



.ComboFont
{
    font-family:Arial !important;
    font-size:small !important;  
       
    
}

/*
.Combosmall
{
    font-family:Arial !important;
    font-size:small !important;  
       
    height: 25px !important;
    width: 55px !important;

    
}

.Combomedium
{
    font-family:Arial !important;
    font-size:small !important;  
     
    height: 25px !important;
    width: 150px !important;

}

.Combolarge
{
    font-family:Arial !important;
    font-size:small !important;  
     
    height: 25px !important;
    width: 300px !important;

}
    */
/* Any change to the Dropdown area of radcombobox
 can be made here in this CSS, It is called automatically
 to all combo without specifing its css name */
/*.RadComboBoxDropDown 
{     
    
    font-family:Arial !important;
    font-size:12px !important; 
    font-weight:bold !important; 
}
*/

/* radtextbox */
.rtbsmall, .rtbmedium, .rtblarge, .rtbtiny, .rtbExtralarge
{
    
    text-transform: uppercase!important;
    font-family:Arial !important;
    font-size:small !important;   

       
}

.rtbFontOnly
{
    text-transform: uppercase!important;
    font-family:Arial !important;
    font-size:small !important; 

}

.rtbhidden
{
    /*display: none;*/
    width: 40px !important;
    height: 20px !important;
}
      
.rtbtiny
{
  
    width: 60px !important;
    height: 25px !important;
}   

.rtbsmallest
{
  
    width: 100px !important;
    height: 25px !important;
}   
         
.rtbsmall
{
  
    width: 155px !important;
    height: 25px !important;
}

.rtbnormal
{
  
    width: 200px !important;
    height: 25px !important;
}

.rtbmedium {
    width: 250px !important;
    height: 25px !important;
}

.rtblarge {
    width: 350px !important;
    height: 25px !important;
}

.rtbExtralarge {
    width: 500px !important;
    height: 25px !important;
}

/* Label */

.lblsmall
{
    display: inline-block;
    width: 80px;
    height: 25px;    
    font-family:Arial;
    font-size:small;     
    font-weight:bold; 
    

}

.lblsmallest
{
    display: inline-block;
    width: 110px;
    height: 25px;    
    font-family:Arial;
    font-size:small;     
    font-weight:bold; 
    

}

.lblmedium
{
    display: inline-block;
    font-family:Arial !important;
    font-size:small !important;     
    font-weight:bold!important; 
    width: 150px !important;
    height: 25px !important;
}

PatientListComboDropDown
{       
    border: 1px solid #dddddd;text-align: left;padding: 3px;
}


.divLogin 
{            
    width:560px;
    height:99%;
    border-top: 1px solid black;
    border-left: 1px solid #b2beb5;
    border-right: 1px solid #b2beb5;
    border-bottom: 1px solid black;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;            
}  


.divDashContainer 
{            
    width:350px;
    height:99%;
    /*border-top: 1px solid black;
    border-left: 1px solid #b2beb5;
    border-right: 1px solid #b2beb5;
    border-bottom: 1px solid black;*/
   
} 

.divDashIconCaption 
{            
    width:100px;
    height:"99%";
    cursor: pointer;
    border-top: 1px solid black;
    border-left: 1px solid #b2beb5;
    border-right: 1px solid #b2beb5;
    border-bottom: 1px solid black;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;            
}  

.divDashIcon 
{       


    
    width:100px;
    height:100px;
    cursor: pointer;
    border-top: 1px solid black;
    border-left: 1px solid #b2beb5;
    border-right: 1px solid #b2beb5;
    border-bottom: 1px solid black;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;            
}

.divHomeIcon {
    width: 40px;
    height: 30px;
    cursor: pointer;
    border-top: 1px solid black;
    border-left: 1px solid #b2beb5;
    border-right: 1px solid #b2beb5;
    border-bottom: 1px solid black;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}  

div.click-to-top span {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  color: #fff;
}

div.click-to-top:hover span {
  display: block;
}