:root {
    font-size: 0.9rem;
    --dark-background: #112D4E;
    --blue-background: #3F72AF;
    --light-background: #ffffff;
    /*--bs-body-font-family: Tahoma, Verdana, Segoe, sans-serif;*/
    --bs-body-font-family: Avenir, "Helvetica Neue", Arial, sans-serif;
}

@media (max-width: 700px) {
    .img-logo {
        width: 20%;
    }

    .mobilenone {
        display: none;
    }

    .offcanvas-header.mobileonly {
        display: inherit;
    }

    button.mobileonly {
        display: inline-block;
    }

    .tblinput-inline {
        width: 100%;
    }

    .erpmodule,
    .erpmodule-c {
        min-width: 35%;
    }
}

input[type="checkbox"] {
    border: 1px solid black;
}

.modal-header,
.modal-footer {
    background-color: var(--dark-background);
    color: #fff;
}

.mobileonly {
    display: none;
}


.nav-link {
    font-weight: 500;
}

.nav-link.active {
    border-bottom: 2px solid var(--blue-background);
}

.navbar {
    background: var(--light-background) !important;
    /*linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898;*/
    background-blend-mode: multiply, multiply;

    border-bottom: 1px solid black;
}

.erpmodule {
    max-width: 50px;
    height: auto;
    background-color: burlywood;
    filter: invert(100%);
    padding: 5px;

}

.erpmodule-c {
    max-width: 80px;
    height: auto;
    padding: 5px;

}

.erpmodule:hover {
    box-shadow: 5px 5px 5px white;
    cursor: pointer;
}

.erpmodule-c:hover {
    box-shadow: 5px 5px 5px black;
    cursor: pointer;
}

.form-control,
.form-select,
.form-check {
    border-bottom: 2px solid #4a8fe2;
}

.img-logo {
    width: 85px;
    height: auto;
}

.img-header {
    width: 50px;
    height: auto;
}

.header-info {
    font-size: 0.7rem;
    color: var(--bs-info-text-emphasis);
}

.header-row {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: var(--light-background);
    /*linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);*/
    background-size: cover;
    background-attachment: fixed;
}

.dropdown-item:hover {
    background-color: var(--dark-background);
    color: var(--light-background);
}




.btntable {
    background: transparent;
    border: none;
    color: inherit;
}

.btntable:hover {
    cursor: pointer;
}

.tblinput {
    background: transparent;
    border: none;
    height: inherit;
    width: 100%;
    min-width: 100px;
    color: inherit;
}

.tblinput-inline {
    background: transparent;
    border: none;
    height: inherit;

    color: inherit;
}

.table-childrow {
    display: block;
}

.tab-header.active {
    border-bottom: 3px solid var(--blue-background);
    font-weight: bold;
}

.tab-header:hover {
    cursor: pointer;
    background-color: var(--bs-secondary-color);
    color: white;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.filter-list {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.25);
    padding: 2px 4px 2px 4px;
    margin: 4px;
}

.filter-list,
.filter-list-item {
    list-style-type: none;
}

.filter-list-node {
    width: 100%;
    height: 100%;
    padding: 4px 4px 4px 2px;
}

.filter-list-node:hover {
    background-color: var(--dark-background);
    color: var(--light-background);
}




.avatar-sm {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ccc;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}