#test-devices-main {
    background-color: #222;
    width: 100%;
    margin-top: 15px;
    display: grid;
    grid-template-columns: 110px auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

#test-devices-cb-main {
    display: block;
}

#devices-buttons{
    display: flex;
    flex-wrap: wrap;
}

#testCopyMarketBtn{
    display: flex;
    width: 100%;
    grid-column: 2;
}

.test-par {
    text-align: right;
    padding-right: 4px;
}

#insert-devices-locales {
    padding: 0;
}

.devices-id-btn {
    width: 20px;
    border: 0;
    height: 20px;
    margin: 0 2px 2px 0;
    outline: none;
    background-color: #333;
    color: #555;
    border-radius: 2px;
    cursor: pointer;
}

.devices-id-btn:hover{
    background-color: #444;
    color: white;
}

.devices-id-btn-selected {
    background-color: #888;
    color: white;
}

#input-lcls-test {
    background-color: #444;
    border: 0;
    height: 20px;
    width: 90%;
    color: white;
    text-indent: 5px;
}

.lcls-btn-test {
    cursor: pointer;
    color: white;
    background-color: #555;
    border: 0;
    padding: 0 7px;
    height: 20px;
    margin-right: 2px;
    border-radius: 2px;
}

.lcls-btn-test:hover {
    background-color: #444;
}

.lcls-btn-test:active {
    background-color: #999;
}

.deviceType{
    display: flex;
    align-items: center;
}

.type-of-device {
    cursor: pointer;
    padding: 0 10px;
    border: 0;
    height: 20px;
    margin-right: 2px;
    outline: none;
    background-color: #333;
    color: #555;
    border-radius: 2px;
}

.type-of-device-selected {
    background-color: #888;
    color: white;
}