.swal-footer {
    text-align: center;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ibox-tools > select.form-control:not([size]):not([multiple]) {
    height: 1.7rem;
    font-size: 0.8rem;
    padding: 0px 12px;
    display: inline-block;
    width: inherit;
}

.icon-danger {
    color: #f44336;
}

.icon-success {
    color: #4CAF50;
}

label.required::after {
    content: " *";
    color: #ff3232;
}

label.empty-label {
    display: block;
    color: transparent;
}

    label.empty-label::after {
        content: "-";
    }

label.checkbox-label {
    margin-top: 7px;
}


.input-validation-error {
    border-color: #ED5565;
}

    .input-validation-error:focus {
        border-color: #ED5565;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(256, 54, 149, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(256, 54, 149, 0.25);
    }

    .input-validation-error ~ .select2 .select2-selection {
        border-color: #ED5565;
    }

        .input-validation-error ~ .select2 .select2-selection:focus {
            border-color: #ED5565;
            -webkit-box-shadow: 0 0 0 0.2rem rgba(256, 54, 149, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(256, 54, 149, 0.25);
        }

.field-validation-error {
    color: #ED5565;
}

div.icheckbox_square-green {
    margin-right: 5px;
    margin-top: -2px;
}

.breadcrumb-item.active {
    font-weight: bold;
}

.table-cursor tbody tr {
    cursor: pointer;
}

.ibox-tools a.btn-success {
    color: #fff !important;
}

.toolbar-search {
    flex: 1;
}

    .toolbar-search .search-field {
        width: 18rem;
    }

        .toolbar-search .search-field .grid-search {
            width: 18rem;
        }

.mvc-grid {
    line-height: inherit;
    font-size: inherit;
}

.mvc-grid-popup .mvc-grid-value, .mvc-grid-popup .mvc-grid-method, .mvc-grid-popup .mvc-grid-operator {
    font-size: 14px;
}

.mvc-grid-pager .active, .mvc-grid-pager .active:focus, .mvc-grid-pager .active:hover {
    color: #fff;
    background-color: #1ab394;
    border-color: #1ab394;
}

.hide {
    display: none;
}

.empty-table {
    font-style: italic;
    text-align: center;
}
.empty-table::before {
    content: "Nenhum registro encontrado"
}

.widget-height {
    height:237px;
    overflow:hidden;
}

.label-secondary, .badge-secondary {
    color: #fff;
    background-color: #868e96
}

.label-dark, .badge-dark {
    color: #fff;
    background-color: #505050;
}

.btn-secondary {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}

.btn-dark {
    color: #fff;
    background-color: #505050;
    border-color: #505050;
}

.ibox-tools .dropdown-toggle.show-caret::after {
    display: inline-block;
}

.dashboard-table {
    max-height: 300px;
    overflow-y: auto;
}

#map {
    width: 100%;
    height: 600px;
}

.line-through {
    text-decoration: line-through
}

.environment-banner {
    background-color: #FFD700;
    color: #000;
    text-align: center;
    padding: 8px 0;
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.truncate-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px; /* Ajuste o valor conforme necessário */
}