.sidenav-container {
    /* border: 3px solid black;  */
    min-height:100%;
}

.sidenav-menu {
    min-height: 100%;
}

.breadcrumb {
    line-height: 1em;
    font-size: 14px;
    padding: .75rem 1rem 1.75rem 1rem;
    list-style: none;
    border-radius: .125rem;
    white-space: nowrap;
    z-index: 1000;
    width: 100%;
    position: fixed;
}

.breadcrumb li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.breadcrumb a {
    text-decoration: none;
}

.breadcrumb a:after {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: rgba(0,0,0,.26);
    content: "/";
}

.spacer {
  flex: 1 1 auto;
}

.mat-select-disabled .mat-select-value {
    color:rgba(0,0,0,.87)
}

.helper-card{
    margin: 10px;
    width: 75%;
}

.helper-card-avatar {
    position: absolute;
    height: 48px;
    width: 48px;
    font-size: 48px;
    color: rgb(43, 87, 154);
}

.helper-card-title {
    padding-left: 48px;
}

.wj-inputmask{
    font-family:Roboto,"Helvetica Neue",sans-serif;
    font-size: 14px;
    color: rgba(0,0,0, .87);
    background: transparent;
    height: 39px;
}

.ui-menu {
    margin-left: 5px;
    margin-right: 5px;
}

.ui-menuitem-icon {
    color: rgb( 8, 65, 141);
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
}


/*# sourceMappingURL=5.08d38f4e78ac4206e202.css.map*/