.breadcrumbs-area {
    padding: 20px 0;
}

.search-form {
    margin-bottom: 22px;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 8px) !important;
}

.closed-org-flag,
.delete-org {
    color: red;
}

.more-data-btn {
    outline: none !important;
    background: none;
    border: none;
    color: #007bff;
}

.more-data-btn:hover {
    color: #0056b3;
}

.marker-btn {
    cursor: pointer;
    color: red;
}

.org-actions {
    padding-bottom: 15px;
}

.user-cant-deleted {
    color: red;
    padding-top: 15px;
}

.orgs-table thead th {
    white-space: nowrap;
}

.scrollfix-bottom {
    margin-bottom: 5px;
}

input, select {
    padding: 3px;
    border: 1px solid rgba(170, 170, 170, .3);
    border-radius: 0;
}

.custom-form-group {
    margin-top: 7px;
}

.custom-form-group:first-child {
    margin-top: 0;
}

.w-185 {
    width: 185px;
}

.fs-11 {
    font-size: 11px;
}

@media (min-width: 992px) {
    .modal-st {
        max-width: 1200px;
    }
}

.facts {
    display: flex;
    justify-content: space-between;
}

.facts__negative {
    color: red;
}

.facts__warning {
    color: orange;
}

.facts__positive {
    color: green;
}

.popover-text {
    color: #007bff;
    border-bottom: 1px dashed;
    cursor: help;
}

.reliability-high {
    color: #09c400;
}

.reliability-low {
    color: #c40000;
}
