@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(/static/material-icons-3.0.0/MaterialIcons-Regular.woff2) format('woff2'),
        url(/static/material-icons-3.0.0/MaterialIcons-Regular.woff) format('woff'),
        url(/static/material-icons-3.0.0/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

    .row:last-child {
        margin-bottom: 0;
    }

    @media only screen and (min-width: 992px) {
        .css__tbl_list tbody td,
        .css__tbl_list tbody th {
            padding-top: 5px;
            padding-bottom: 5px;
        }
    }

        textarea.invalid,
    input.invalid {
        float: left;
    }
    textarea.invalid ~ .helper-text,
    input.invalid ~ .helper-text {
        float: left;
        padding-bottom: 8px;
    }


    select {
        display: inline-block;
        border: none;
        border-bottom: 1px solid rgb(158, 158, 158);
        font-size: 15px;
        margin-bottom: 8px;         -moz-appearance: none;         -webkit-appearance: none;     }
    select:hover {
        cursor: pointer;
    }
    select:focus {
        outline: none;
    }
    .css__select {
        display: block;
        position: relative;
    }
    .css__select:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-left: 0.3rem solid transparent;
        border-right: 0.3rem solid transparent;
        border-top: 0.3rem solid #000;
        position: absolute;
        top: 1.5rem;
        right: 0.75rem;
    }

    nav {
        background-color: #039be5;
    }
    .btn {
        background-color: #039be5;
    }
    .btn:hover {
        background-color: #03a9f4;
    }
    .btn:focus {
        background-color: #0277bd;
    }
    input[type=text]:not(.browser-default):focus:not([readonly]),
    textarea.materialize-textarea:focus:not([readonly]) {
        border-bottom-color: #0277bd;
        box-shadow: 0 1px 0 0 #0277bd;
    }
    [type="checkbox"].filled-in:checked+span:not(.lever):after {
        border-color: #039be5;
        background-color: #039be5;
    }

nav .brand-logo svg {
    width: 1em;         height: 1em;        top: .125em;
    position: relative;
    fill: #fff;
}
.css__top_menu {
    float: right;
}
.css__top_menu .css__menu_delimiter {
    border-right: 1px solid #fff;
    height: 32px;
    margin: 16px 0;
}
.sidenav .css__menu_delimiter {
    border-bottom: 1px solid rgba(0,0,0,0.14);
    margin: 0 32px;
}

label.css__invalid {
    color: #F44336;
}
;
