/* imalat-styles.css */
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.table th {
    background-color: #f8f9fa;
}

#projectSearch:focus, #elementSearch:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.card {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.card:hover {
    transform: translateY(-0px) !important;
    box-shadow: 0 !important;
}

.card-header {
    background-color: #007bff;
    color: white;
}

.rota-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.rota-buttons a {
    margin: 2px;
    font-size: 0.9em;
}

#detailModal .modal-content {
    border-radius: 0;
}

#detailModal .modal-header {
    background-color: #007bff;
    color: white;
}

#detailModal .close {
    color: white;
}

#prevButton, #nextButton {
    width: 100px;
}

.modal-dialog {
    z-index: 10 ;
}

.modal-backdrop {
    z-index: 1040 !important; }
        
        
.modal {
    z-index: 1050 !important;
    }
    
    .kalite-font {
        font-family: inherit !important;
}