﻿        .button-success,
        .button-error,
        .button-warning,
        .button-secondary {
            color: white;
            cursor: hand;                    
            border-radius: 10px;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);   
            /* border: 2px solid #008CBA;  */                 
        }

        .button-success 
        {
            border: 2px solid rgb(28, 184, 65); 
            /* border-color:rgb(28, 184, 65); */
            background: rgb(28, 184, 65); 
        }

        .button-error 
        {
            border: 2px solid rgb(202, 60, 60); 
            /* border-color:rgb(202, 60, 60); */ 
            background: rgb(202, 60, 60); 
        }

        .button-warning 
        {
            border: 2px solid rgb(223, 117, 20); 
            /* border-color:rgb(223, 117, 20); */
            background: rgb(223, 117, 20); 
        }

        .button-secondary 
        {
            border: 2px solid rgb(66, 184, 221); 
            /* border-color:rgb(66, 184, 221); */
            background: rgb(66, 184, 221); 
        }         
        .button-success:hover,
        .button-error:hover,
        .button-warning:hover,
        .button-secondary:hover        
        {            
            background: white; 
            color: black; 
            cursor: hand;
            border-bottom-style: solid;            
            font-weight:bold;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); 
            /* border-radius: 10px; */                      
        }
        
        
     /*   ----------------------------------------------------------- */
     .button-Enable 
       {            
            color: white; 
            cursor: pointer;                            
            border-radius: 10px;
            border: 2px solid white;             
            font-weight:bold;
            background: rgba(82, 76, 167, 1);  
            text-shadow: 0 1px 1px rgba(36, 67, 98, 1); 
            /* border-color:rgb(66, 184, 221); */        
        }
        
        .button-EnableGreen 
       {            
            color: white; 
            cursor: pointer;                            
            border-radius: 10px;
            border: 2px solid white;             
            font-weight:bold;
            background: rgba(17, 120, 122, 1);  
            text-shadow: 0 1px 1px rgba(36, 67, 98, 1); 
            /* border-color:rgb(66, 184, 221); */        
        }
        .button-EnableGreen:hover 
        {            
            background: white; 
            color: black; 
            cursor: pointer;
            border-bottom-style: solid;
            border: 2px solid rgba(36, 67, 98, 1);             
            font-weight:bold;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); 
            /* border-radius: 10px; */                     
        }
        
       .button-Enable:hover 
        {            
            background: white; 
            color: black; 
            cursor: pointer;
            border-bottom-style: solid;
            border: 2px solid rgba(36, 67, 98, 1);             
            font-weight:bold;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); 
            /* border-radius: 10px; */                     
        }
        .button-Disable 
        {               
            color: white; 
            cursor: default;                            
            border-radius: 10px;
            border: 2px solid white;             
            font-weight:normal;
            background: rgba(171,166,153, 1);  
            text-shadow: 0 1px 1px rgba(36, 67, 98, 1); 
            /* border-color:rgb(66, 184, 221); */        
        }    
         
     /*   ----------------------------------------------------------- */  
          
     .button-Small 
       {            
            color: white; 
            cursor: pointer;                            
            border-radius: 10px;
            border: 2px solid white;             
            font-weight:normal;
            background: rgba(127,151,100, 1);  
            text-shadow: 0 1px 1px rgba(36, 67, 98, 1); 
            /* border-color:rgb(66, 184, 221); */        
        }
       .button-Small:hover 
        {            
            background: white; 
            color: black; 
            cursor: pointer;
            border-bottom-style: solid;
            border: 2px solid rgba(127,151,100, 1);             
            font-weight:normal;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); 
            /* border-radius: 10px; */                     
        }       
     /*   ----------------------------------------------------------- */     
    .textbox-Enable{
    /* border: 1; 
    outline: 0; */
    height: 24px;
    width:100%;
    padding-left: 5px;
    padding-right: 5px;
    /* background-color: rgb(204, 204, 204); 
    color: #666; */
   -moz-box-sizing: border-box; /* Added rule */
   -webkit-box-sizing: border-box;  /* Added rule */
    box-sizing:border-box;  /* Added rule */
}
 /*   ----------------------------------------------------------- */     
    .textbox-Readonly{
    /* border: 1; 
    outline: 0; */
    height: 24px;
    width:100%;
    padding-left: 5px;
    padding-right: 5px;
    background-color:#F2EFE6;
    border:1px solid #ABADB3;
   -moz-box-sizing: border-box; /* Added rule */
   -webkit-box-sizing: border-box;  /* Added rule */
    box-sizing:border-box;  /* Added rule */
}
 /*   ----------------------------------------------------------- */     
    .textbox-Hide{
    /* border: 1; 
    outline: 0; */
    display: none;
    height: 24px;
    width:100%;    
    /* background-color: rgb(204, 204, 204); 
    color: #666; */
   -moz-box-sizing: border-box; /* Added rule */
   -webkit-box-sizing: border-box;  /* Added rule */
    box-sizing:border-box;  /* Added rule */
}
  /*   ----------------------------------------------------------- */     
    .dropdown-Enable{
    /* border: 1; 
    outline: 0; */
    height: 24px;
    width:100%;    
    /* background-color: rgb(204, 204, 204); 
    color: #666; */
   -moz-box-sizing: border-box; /* Added rule */
   -webkit-box-sizing: border-box;  /* Added rule */
    box-sizing:border-box;  /* Added rule */
}
 /*   ----------------------------------------------------------- */     
    .dropdown-Disable{
    /* border: 1; 
    outline: 0; */
    height: 24px;
    width:100%;    
    background-color:#F2EFE6;
    border:1px solid #ABADB3;
   -moz-box-sizing: border-box; /* Added rule */
   -webkit-box-sizing: border-box;  /* Added rule */
    box-sizing:border-box;  /* Added rule */
}
 /*   ----------------------------------------------------------- */     
    .dropdown-Readonly{
    /* border: 1; 
    outline: 0; */
    height: 24px;
    width:100%;    
    background-color:#F2EFE6;
    border:1px solid #ABADB3;
   -moz-box-sizing: border-box; /* Added rule */
   -webkit-box-sizing: border-box;  /* Added rule */
    box-sizing:border-box;  /* Added rule */
}
 /*   ----------------------------------------------------------- */     
    .dropdown-Hide{
    /* border: 1; 
    outline: 0; */
    display: none;
    height: 24px;
    width:100%;    
    /* background-color: rgb(204, 204, 204); 
    color: #666; */
   -moz-box-sizing: border-box; /* Added rule */
   -webkit-box-sizing: border-box;  /* Added rule */
    box-sizing:border-box;  /* Added rule */
}
.numericwithdecimal {
    /*direction: rtl;*/
    text-align: right;
    unicode-bidi: bidi-override;
}
.numericwithoutdecimal {
    /*direction: rtl;*/
    text-align: right;
    unicode-bidi: bidi-override;
}
.joborder, .vno {
    /*border-color:#2E86C1; */
    background-color:#FFFFC0;
}
.joborderPostBack, .vnoPostBack {
    /*border-color:#2E86C1; */
    background-color:#FFFFC0;
}
select:disabled {
    /* border: 1; 
    outline: 0; */
    height: 24px;
    width:100%;    
    background-color:#F2EFE6;
    border:1px solid #ABADB3;
   -moz-box-sizing: border-box; /* Added rule */
   -webkit-box-sizing: border-box;  /* Added rule */
    box-sizing:border-box;  /* Added rule */
}
