﻿.gridsWrapper {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    height: 98%;
}
    .gridsWrapper .searchContainer .mud-input {
        width: 175px;
        font-size: 13px;
        font-weight: normal;
    }

    .gridsWrapper .mud-table-container {
        height: calc(100% - 117px) !important;
        margin-top: 25px;
    }

    .gridsWrapper .mud-table-cell {
        padding: 15px;
    }

    /* fix table highlight bug */
    .gridsWrapper .mud-table-head tr .mud-table-cell {
        background-color: #fefbfa !important;
    }

      
        .gridsWrapper .mud-table-row:first-child .mud-table-cell {
            color: #757392 !important;
            border-bottom: 0 none;
        }

    .gridsWrapper .mud-input-label {
        font-size: 13px !important;
    }

.tabsContainer .gridsWrapper .mud-table-container {
    height: calc(100% - 89px) !important;
}

.mud-typography {
    font-size: 12px !important;
}

.contentHeaderContainer {
    height: 55px;
    position: relative;
    /*margin-top: -20px;*/
}
    .contentHeaderContainer b {
        color: black;
    }
    /*.contentHeaderContainer button {*/
    /*    position: absolute;*/
    /*    right: 0px;*/
    /*    top: 0px;*/
    /*    border: 0 none;*/
    /*    border-radius: 3px;*/
    /*}*/

.mud-link{
    color: #0a53be !important;
}