/*
.suite-and-test-list-items {
    margin: 0;
}

    .suite-and-test-list-items .col-10 {
        padding: 0;
    }

    .suite-and-test-list-items .col-2 {
        padding: 0;
    }

.suite-and-test-list-command-col {
    height: 75px;
}

    .suite-and-test-list-command-col .col-12 {
        padding: 0;
    }*/
.suite-grid {
    font-size: .875rem;
    min-width:1000px;
}
    .suite-grid tbody > tr:hover>td {
        background-color: #efdefc !important;
    }
    

.suite-grid-play-icon {
    font-size: 1em;
    color: darkgreen;
}

.suite-grid-span {
    text-align: center;
}
.suite-grid-action {
    margin: auto;
    display: flex;
    background: inherit;
}
.suite-grid-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.checkbox-center {
    display: block;
    text-align: center;
}

.suite-card {
    border: 1px solid #8080807d !important;
    width: 250px;
}
    .suite-card:hover {
        box-shadow: 0 0 11px #7342aa;
    }
.suite-config-checkbox {
    height:25px;
}
