.RadGrid_MetroTouch {
    background-color: #efefef;
    border: none;
}

.RadGrid_MetroTouch .rgWrap {
    line-height: 30px;
}

div[id^="ste_container_ci"][id$="ProjectProfiles_ResultsGrid_GridPanel1"] {
    width: 100%
}

.rgMasterTable table {
    background: #eee;
}

.rgMasterTable thead {
    display: none;
}

div[id^="ste_container_ci"][id$="ProjectProfiles"] tbody {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: #f3f3f3;
    justify-content: center;
}

div[id^="ste_container_ci"][id$="ProjectProfiles"] tfoot tbody,
div[id^="ste_container_ci"][id$="ProjectProfiles"] thead tbody {
    background: #fff
}

div[id^="ste_container_ci"][id$="ProjectProfiles"] tr.rgRow,
div[id^="ste_container_ci"][id$="ProjectProfiles"] tr.rgAltRow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 24.25%;
    margin: 1% 1% 1% 0px;
    background: #fff;
    border: 0;
    justify-content: center;
    box-shadow: 1px 1px 4px #b2b1b1;
    min-width: 250px;
}

@media (min-width: 1079px) {
    div[id^="ste_container_ci"][id$="ProjectProfiles"] tr:nth-of-type(4n+4) {
        margin: 1% 0px;
    }
}

div[id^="ste_container_ci"][id$="ProjectProfiles"] tr.rgRow a,
div[id^="ste_container_ci"][id$="ProjectProfiles"] tr.rgAltRow a {
    text-decoration: none;
    display: inherit;
    line-height: 18px;
    margin-bottom: 12px;
}

div[id^="ste_container_ci"][id$="ProjectProfiles"] td {
    border: none;
    display: flex;
}

div[id^="ste_container_ci"][id$="ProjectProfiles"] td:first-of-type {
    padding: 0px !important;
    max-width: 100%;
}

div[id^="ste_container_ci"][id$="ProjectProfiles"] td:first-of-type,
div[id^="ste_container_ci"][id$="ProjectProfiles"] td:nth-of-type(2) {
    text-align: center;
    flex-basis: 100%;
    display: inline-block;
}

div[id^="ste_container_ci"][id$="ProjectProfiles"] td:nth-of-type(2) {
    margin-bottom: -20px;
}

div[id^="ste_container_ci"][id$="ProjectProfiles"] td:nth-of-type(3) {
    padding-right: 0;
    padding-left: 0;
    font-size: 12px;
}

div[id^="ste_container_ci"][id$="ProjectProfiles"] td img {
    max-height: 300px;
}

div[id^="ste_container_ci"][id$="ProjectProfiles"] tfoot tr td {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

div[id^="ste_container_ci"][id$="ProjectProfiles"] tfoot .rgPagerCell.NumericPages {
    box-shadow: 1px 1px 4px #b2b1b1;
    padding-top: 5px;
    padding-bottom: 5px
}

div[id^="ste_container_ci"][id$="ProjectProfiles"] tfoot tr td tbody tr {
    width: 100%
}