.search-item {
    background-color: #28699c;
}

.selected-result {
    background-color: #215075;
}

.search-result:hover {
    background-color: #095383;
    cursor: pointer;
}

#scene-edit-details .edit-buttons-container {
    background-color: #3777a5;
}


#tasks-panel .tasks-panel-queue {
    background-color: #498cc1;
    border-radius: 3px;
    box-shadow: 0 0 0 1px #10161a66, 0 0 #10161a00, 0 0 #10161a00;
    position: static;
    margin-top: 0rem;
}

#tasks-panel h1 {
    padding-left: 5px;
}


body {
   background-color: #3777a5;
}

.bg-dark {
    background-color: #33B8FF!important;
}

.card {
    background-color: #498cc1;
}



.pagination .btn {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.btn-secondary:disabled {
    color: #fff;
    background-color: #3b719a;
    border-color: #ffffff;
}

.popover {
    background-color: #3b729c;
}

.btn-secondary {
    color: #fff;
    background-color: #5297cc;
    border-color: #ffffff;
}

.input-control, .input-control:disabled, .input-control:focus {
    background-color: #28699c;
}

.bg-secondary {
    background-color: #194f77!important;
}

.image-thumbnail {
    height: 300px;
}

.btn.active.minimal:not(.disabled), .btn.active:not(.disabled) {
    background-color: rgb(57 115 158);
}

.filtered-list-toolbar {
    background-color: #3777A5;
}
