.slds-cell-fixed {
    background-color: #E9E9E9;
}
.dataTable .slds-hyphenate {
    word-break: break-word;
}
.slds-table_header-fixed_container, .slds-table--header-fixed_container {
      background-color: #E9E9E9;

  height: 58px;
border-top:1px solid #E9E9E9;


}

.slds-table th, .slds-table td {
    border-right: 1px solid #E9E9E9;
border-left:1px solid #E9E9E9;
}
.slds-nav-vertical_shade .slds-is-active .slds-nav-vertical__action {
    border: none;
}
.slds-nav-vertical__item {
    border-top: 1px solid #e9e9e9 ;
padding: 10px 0;
}
.slds-nav-vertical__item.slds-is-active{
border:none;
}

.slds-table_header-fixed thead th, .slds-table--header-fixed thead th{
background-color: #f7f7f7;
padding:19px 0;
}
.slds-table_header-fixed thead th .slds-cell-fixed, .slds-table--header-fixed thead th .slds-cell-fixed{
padding:19px 0;
}

.slds-table_header-fixed thead th .slds-cell-fixed .slds-truncate, .slds-table--header-fixed thead th .slds-cell-fixed .slds-truncate{
margin:auto;
}

.slds-table th, .slds-table td {
padding:16px;
}

.dataTable .slds-scrollable_x, .dataTable .slds-scrollable--x{
overflow-x:visible;
}

.slds-select_container:after{
bottom:12px;
}

.borderColor button{
border:none;
}

body{
font-size:0.8rem;
}

    .button-secondary, lightning-button .slds-button_neutral{
        border-color: transparent ;
    }



.downloadIcon .slds-icon{
    width: 15px;
    margin-right: 5px;
}
.downloadIcon svg path{
    fill: #0068B5;
}

.hideDropdownIcon .slds-has-button-menu .slds-th__action-button{
display:none;
}


.slds-form-element .slds-input[type=search]{
padding:0 1.5rem 0 2.2rem;
}


.ssrSearch .slds-input-has-icon .slds-input__icon:not(button){

display:none;
}

.dropDownCSS .slds-dropdown-trigger {    
width: 100px;
}


ul.slds-tabs_default__nav {
    border-color: #e9e9e9;
}
.slds-tabs_default__item.slds-active:after, 
.slds-tabs_default__item.slds-is-active:after, 
.slds-tabs--default__item.slds-active:after, 
.slds-tabs--default__item.slds-is-active:after{
    background-color: #00a3f6;
}

li.slds-tabs_default__item.slds-is-active a.slds-tabs_default__link, 
li.slds-tabs_default__item a.slds-tabs_default__link {
    font-size: 16px;
    color: #262626 !important;
   /* outline: none !important; */
}
ul.slds-tabs_default__nav li a{
    outline: none !important;
}
li.slds-tabs_default__item a.slds-tabs_default__link:focus {
   /* outline: none !important; */
}
.slds-tabs_default__item:hover:after, .slds-tabs--default__item:hover:after,
.slds-tabs_default__item:focus:after, .slds-tabs--default__item:focus:after{
    background-color: #00a3f6;
    height: 3px;
}.slds-tabs_default__link:focus, .slds-tabs--default__link:focus {
    outline: auto !important;
}
.myTable .slds-th__action .slds-text-link_reset .slds-is-sorted .slds-is-sorted_desc{
border : none;
}
.myTable .slds-has-focus{
box-shadow : none;
}

.myTable .slds-has-focus .slds-th_action{
box-shadow : none;
}

.myTable  table>thead .slds-table th:focus, .slds-table th.slds-has-focus, .slds-table [role=gridcell]:focus, .slds-table [role=gridcell].slds-has-focus {
box-shadow : none;
}

.c-combobox .fix-slds-input_faux.slds-combobox__input {
    line-height: max(2.5rem, calc(1.2em - 2px));
}
