﻿.builder-col {
    display: flex;
    flex-direction: column;
    margin-right: 7px;
}

.builder-row {
    display: flex;
    flex-direction: row;
    padding-left: 20px;
    padding-bottom: 3px;
}

    .builder-row label {
        width: 175px;
    }

.label-properties {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 5px;
    background-color: white;
}

.layer-list-item {
    margin: 5px;
    cursor: pointer;
    width: 150px;
}

.layer-list-item-selected {
    margin: 5px;
    cursor: pointer;
    width: 150px;
    background-color: #1784ea;
    color: #fff;
}

.layers {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 5px;
    margin-top: 10px;
    background-color: white;
}

.render-conditions {
    margin-top: 10px;
    margin-left: -15px;
}

.item-properties {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 5px;
    background-color: white;
}

.builder-toolbar {
    height: 33px;
    position: relative;
}

.builder-toolbar button {
    margin-right: 2px;
}

.builder-toolbar span {
    margin-right: 2px;
}

.builder-toolbar input {
    margin-right: 2px;
}

.builder-toolbar div {
    margin-right: 2px;
}