﻿.nav-link {
    color: #b0b0b0 !important;
}

    .nav-link.active {
        background-color: #fafbfc !important;
        color: black !important;
        border: 1px solid #eeeeee;
        border-bottom: none;
    }

.active-tab-btn {
    background-color: azure !important;
    color: black !important
}

.row-highlight td {
    background-color: silver;
    color: black;
}

.ovs_btn-custom {
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    color: inherit;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    /* Quando cliccato */
    .ovs_btn-custom:active {
        background-color: rgba(0, 0, 0, 0.1);
        border: none;
        box-shadow: none;
    }

    /* Quando in focus (es: da tastiera) */
    .ovs_btn-custom:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }

    /* Quando disabilitato */
    .ovs_btn-custom:disabled {
        opacity: 0.5;
        cursor: not-allowed;
        border: none;
        box-shadow: none;
    }

.ovs_fixed-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 25%;
    min-width: 25%;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #e4e4e4;
    /*z-index: 1000;*/
}

.ovs_scrollable-content {
    margin-left: 25%;
    margin-right: 0;
    padding-right: 0;
    height: 100vh;
    overflow-y: auto;
    background-color: #e4e4e4;
}

/* Buttons Month */

.ovs_btnMonth {
    background-color: #3498db;
    border-radius: 5px;
}

    .ovs_btnMonth:hover {
        background-color: #b3ddfa;
        border-radius: 5px;
        color: black !important;
    }

.full-height-vh-nobar-custom-ovs {
    height: 100vh;
}

@media (max-width: 800px) {
    .full-height-vh-nobar-custom-ovs {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        height: 88vh !important;
        overflow: hidden !important;
    }
}