
.browser-item-config {
    width: 125px !important;
}

.browser-resolution {
    width: 260px !important;
}

.project-grid {
    margin-bottom: 20px;
    border-color: gray;
}

    .project-grid tbody > tr:hover {
        background-color:#efdefc;
    }

.project-list {
    border-radius: 0px;
    border: 1px solid;
    height: 100px;
    width: 200px;
    border-color: lightgray;
    background-color: #f7f7f7;
    display: flex;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-top: 20px;
    justify-content: center;
    float: left;
}

    .project-list:hover {
        box-shadow: 0 0 5px grey;
    }

    .project-list > label {
        width: 100%;
        text-align: center;
        overflow: hidden;
    }

.add-project {
    border-radius: 0px;
    border: 1px solid;
    height: 100px;
    width: 100px;
    border-color: lightgray;
    display: flex;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-top: 20px;
    justify-content: center;
    float: left;
}

    .add-project span {
        margin: auto;
        text-align: center;
    }

    .add-project:hover {
        box-shadow: 0 0 5px grey;
    }


.card {
    padding: 0;
    margin: 0;
}

.add-suite-button {
    margin-top: 5px;
    width: 100%;
}


.tests-list-container {
    padding: 0;
    float: right;
    width: 250px;
}

    .tests-list-container > label {
        width: 100%;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 0;
    }


.test-container {
    border-left: 1px solid;
    border-color: lightgray;
    margin-left: 0.6%;
    width: 72%;
    padding-right: 0;
    padding-left: 15px;
}

    .test-container > label {
        width: 100%;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 0;
    }

.test-container-tests-list-hide {
    width: 100%;
    padding-right: 0;
    padding-left: 15px;
}

    .test-container-tests-list-hide > label {
        width: 90%;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 0;
    }

.list-container {
    max-height: 700px;
    overflow-x: hidden;
}

.test-list {
    background-color: #f7f7f7;
}

    .test-list li {
        height: 75px;
        border: 1px solid;
        border-color: lightgray;
        padding: 0;
        box-shadow: 0 0 2px grey;
    }

        .test-list li:hover {
            border: 1px solid;
            border-color: lightgray;
            box-shadow: 0 0 5px grey;
        }

    .test-list a {
        height: 100%;
        text-align: center;
        overflow: hidden;
    }

.list-header {
    height: 40px;
}

    .list-header .col-12 {
        padding: 0;
    }

    .list-header .col-10 {
        padding: 0;
    }

    .list-header .col-2 {
        padding: 0;
    }

    .list-header label {
        padding-top: 5%;
        margin: auto;
    }

.project-setting-menu {
    width: 200px;
    float: left;
    border: 1px solid;
    border-color: lightgray;
}

.project-setting-area {
    min-width: 1000px;
    border-left: 1px solid;
    border-color: lightgray;
    margin-left: 15px;
}

.toolbar-text {
    vertical-align: text-top;
    margin: 0;
    margin-right: 3px;
}
