@font-face {
    font-family: Nunito;
    src: url('../font/Nunito.ttf');
}

html, body {
    font-family: "Nunito", sans-serif;
    font-size: 1em;
    font-optical-sizing: auto;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    transition: color 0.5s
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Nunito", sans-serif;
    line-height: 1.1 !important;
    font-weight: 700 !important;
}

h2 {
    font-size: 30px !important;
}

h3 {
    font-size: 23px !important;
}

h4 {
    font-size: 19px !important;
}

.w3-monospace {
    font-family: "Nunito", "JetBrains Mono", monospace !important;
}

.w3-pointer {
    cursor: pointer;
}

.helptext {
    color: #464646;
    font-family: "JetBrains Mono", monospace !important;
    font-weight: 400;
    font-size: 0.8rem;
}

.w3-content {
    max-width: 1366px !important;
}

.no-text-decoration {
    text-decoration: none;
}

.w3-small-margin-top {
    margin-top: 8px !important
}

.w3-padding-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important
}

.w3-xlight-gray {
    background-color: #f6f6f6 !important;
    color: black !important;
}


.w3-font-weight-l {
    font-weight: 300 !important;
}

.w3-font-weight-m {
    font-weight: 500 !important;
}

.w3-font-weight-b {
    font-weight: 700 !important;
}

.w3-text-align-right {
    text-align: right;
}

.w3-text-align-left {
    text-align: left;
}

.w3-small-margin-left {
    margin-left: 6px !important
}

.errorlist {
    color: red;
    padding: 4px 16px;
    font-weight: 400 !important;
    margin: 0;

}

.search-form input, .search-form button {
    height: 45px;
}

.w3-table input, .w3-table textarea, .w3-table select {
    border: none;
    width: 100%;
    height: 40px;
    padding: 3px 10px;
    border-bottom: 1px solid lightgrey;
}

.w3-table textarea {

    height: 105px;
}

.main-view-page {
    background-color: #f6f6f6 !important;
    color: #000032 !important;
    padding: 8px 16px;
    border-radius: 8px;
    min-height: calc(100vh - 90px);
}

.filter-container input, .filter-container select {
    background-color: #f1f1f1;
    border: none;
    width: 100%;
    height: 40px;
    padding: 3px 10px;
}

.filter-container {

}

.item-card {
    border: solid 1px #9db5cf;
    background-color: #fafdff;
    margin-bottom: 8px;
    border-radius: 8px;
    color: #000032;
}

.card-title {
    line-height: 1.2;
}

.card-content {
    font-size: 0.85em;
}

.step-link {
    padding: 6px 10px !important;
}

.w3-table td input:required, .w3-table td select:required, .w3-table td textarea:required {
    background-color: rgba(255, 249, 210, 0.36) !important;
}

.detail-view {
    background-color: #fafdff;
    border: 1px solid #9db5cf;
    border-radius: 8px;
    padding: 16px 8px;

}

.detail-view tr {
    border-bottom: lightgrey solid 1px;
}

.detail-view .w3-table th {
    font-weight: 400;
    color: #323232;
    width: 120px;
    max-width: 120px !important;
}

.detail-view .w3-table td {
    font-weight: bold;
    padding: 4px 8px;
}

.prescription-view p {
    margin: 0 !important;
}

.login-container input {
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: none;
    padding: 5px 10px;

}

@media (max-width: 601px) {

    .w3-table th {
        font-size: 0.9em;
        line-height: 1.1;
        width: 100px;
    }

    .w3-container {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    h1 {
        font-size: 40px !important;
    }

    h2 {
        font-size: 30px !important;
    }

    h3 {
        font-size: 23px !important;
    }

    h4 {
        font-size: 17px !important;
    }

    .filter-container {
        background-color: #ebebeb;
        min-height: 0;
    }

    .main-view-page {
        padding: 4px 8px;
    }

    .
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/*##############*/

.w3-theme-l5 {
    color: #000 !important;
    background-color: #edfafa !important
}

.w3-theme-l4 {
    color: #000 !important;
    background-color: #c5edef !important
}

.w3-theme-l3 {
    color: #000 !important;
    background-color: #8adbdf !important
}

.w3-theme-l2 {
    color: #000 !important;
    background-color: #50c9cf !important
}

.w3-theme-l1 {
    color: #fff !important;
    background-color: #2ea0a7 !important
}

.w3-theme-d1 {
    color: #fff !important;
    background-color: #1b5e61 !important
}

.w3-theme-d2 {
    color: #fff !important;
    background-color: #185356 !important
}

.w3-theme-d3 {
    color: #fff !important;
    background-color: #15494c !important
}

.w3-theme-d4 {
    color: #fff !important;
    background-color: #123f41 !important
}

.w3-theme-d5 {
    color: #fff !important;
    background-color: #0f3436 !important
}

.w3-theme-light {
    color: #000 !important;
    background-color: #edfafa !important
}

.w3-theme-dark {
    color: #fff !important;
    background-color: #0f3436 !important
}

.w3-theme-action {
    color: #fff !important;
    background-color: #3C91E6 !important
}

.w3-theme {
    color: #fff !important;
    background-color: #1e686c !important
}

.w3-text-theme {
    color: #1e686c !important
}

.w3-border-theme {
    border-color: #1e686c !important
}

.w3-hover-theme:hover {
    color: #fff !important;
    background-color: #1e686c !important
}

.w3-hover-text-theme:hover {
    color: #1e686c !important
}

.w3-hover-border-theme:hover {
    border-color: #1e686c !important
}

