::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(200,200,200,1);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color:#fff;
    -webkit-box-shadow: inset 0 0 6px rgba(90,90,90,0.7);
}

input:focus.text-light,
textarea:focus.text-light{
    background-color: #262626;
}

.rules-list select,
.rules-list input,
.rules-list input:focus,
.rules-list select:focus{
    background-color: #262626;
    color: #f8f9fa!important;
}

.database-picker-box,
.additional-filters,
.result-expression,
.attributes-picker-box,
.seekers-table{
    border: 1px solid #6c757d;
    border-radius: 5px;
}

.bgblack {
    background-color: #262626;
}

.span3 {
    height: 700px !important;
    overflow: scroll;
}

.delete-button {
    width: 25px;
}

.long-row {
    width: 650px;
}