﻿.md-contact-suggestion .md-contact-name {
            margin-right: 8px;
            width: auto !important;
            line-height:30px !important;
        }
        .md-virtual-repeat-container {
            width: 500px;
     
        }
        .md-contact-suggestion {
            height: 30px;
        }
        .md-autocomplete-suggestions li {
            line-height:30px !important;
        }
        
 .material-button-appt
 {
    border-color: rgba(0, 0, 0, 0.2); 
    border-style: solid; 
    border-width: 1px; 
    border-radius: 7px; 
    color: rgb(85, 85, 85); 
    font-size: 12px; 
    font-style: normal; 
    font-weight: normal; 
    text-decoration: none; 
    text-align: center;
 }
table#sa.testing>tbody>tr>td{
 border-color: #222222 !important;
    border-style: solid !important;
    border-width: 0 0 0 1px !important;
    text-align: center;
 }

table#sa.testing>thead>tr>th{
 border-color: #222222 !important;
    border-style: solid !important;
    border-width: 0 0 0 1px !important;
    text-align: center;
 }
.md-checkbox .md-ripple .md-ink-ripple{
    color: rgb(85, 85, 85);
}
.md-checkbox.md-default-theme.md-checked .md-ink-ripple, md-checkbox.md-checked .md-ink-ripple{color:rgba(85, 85, 85,0.87)}
.md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon{background-color:rgba(85, 85, 85,0.87)}