:root {
    --light-background: white;
    --dark-background: rgb(68, 87, 96);

    font-size: 0.9rem;
    --bs-body-font-family: Avenir, "Helvetica Neue", Arial, sans-serif;/*'Libre Franklin', 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 {
        min-width: 35%;
    }
}

body {
    /*background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);*/
    background-image: var(--light-background);/*linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);*/
    background-size: cover;
    background-attachment: fixed;
}

.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 #4a8fe2;
}

.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: 100px;
    height: auto;
    background-color: burlywood;
    filter: invert(100%);
    padding: 5px;

}

.erpmodule:hover {
    box-shadow: 5px 5px 5px white;
    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 #4a8fe2;
    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);
}




