@font-face {
    font-family: Nunito;
    src: url('../fonts/Nunito.ttf');
}
*:focus {
    outline: none;
}

html, body {
    font-size: 1rem !important;
    background-color: #eeeeee;
}

html, body, h1, h2, h3, h4, h5, h6 {
    font-family: "Nunito", "Ubuntu", Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;

    font-weight: normal;
    font-style: normal;
    color: black;

}


h1, h2, h3, h4, h5, h6 {
    line-height: 1.1 !important;

}

h2 {
}

h3 {
}

h4 {
}

.logo-text {
    font-size: 23px !important;
}

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

.w3-pale-yellow {
  background-color: #ffffee !important;
}

.w3-pointer {
    cursor: pointer;
}

.helptext {
    color: #5a5a5a;
    font-size: 0.85rem;
    font-weight: 300;
}

.w3-content {
    max-width: 1520px !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: #f4f2ee !important;
    color: black !important;
}


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

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

.w3-font-weight-b, .w3-text-bold {
    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 {
    padding: 4px 12px;
    font-weight: 500 !important;
    margin: 0;
    color: #d11124;



}

.errorlist  {
    list-style-type: none;
}


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

.w3-table input, .w3-table textarea, .w3-table select {
    border: none;
    background-color: #f5f5f5;
    width: 100%;
    height: 40px;
    padding: 3px 10px;;
}

.w3-table textarea {

    height: 105px;
}

.detail-view th {
    height: 40px;
    max-width: 20%;
    padding: 8px 3px !important;
}

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

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


.item-card {
    border: 1px solid #b7b5b5;
}

.w3-table td input:required, .w3-table td select:required, .w3-table td textarea:required {
    background-color: #f7f7dc !important;
}

.w3-table th {
    font-weight: 400;
    color: #323232;
}

.w3-table td {
    font-weight: bold;
}

.max-width-600 {
    max-width: 600px;

}
.w3-dropdown-content {
    min-width: 250px;
    padding: 8px;
    border-radius: 5px !important;
}

@media (max-width: 601px) {
    html, body {
        font-size: 0.97rem !important;
    }

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

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

    h1 {
    }

    h2 {
    }

    h3 {
    }

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

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


.page-header {
    font-size: 25px !important;
    font-weight: bold;
    color: #323232;
    padding: 10px 0;
    vertical-align: middle;
}

.child-page-header {
    font-size: 19px !important;
    font-weight: bold;
    color: #323232;
}


.w3-light-gray {
    background-color: #e6e6e6 !important;
}

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


.w3-text-theme-action {
    color: #c63b4e !important;
}

.w3-theme-success {
    color: black !important;
    background-color: #bae1ac !important
}

.w3-theme-danger {
    color: #ffffff !important;
    background-color: orangered !important
}

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