@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
/*@import url('blazing berry/bootstrap.min.css');
*/
/*html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

app {
    display: flex;
    flex-flow: column nowrap;
    height: 100vh;
}

.navbar.header-navbar {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: inherit;
    border-radius: 0;
    height: 3.5rem;
    min-height: 3.5rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
}

.header-navbar .navbar-toggler {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    align-self: stretch;
}

.header-navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-color: transparent !important;
    height: 2rem;
    width: 2rem;
}

.main {
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 1;
    overflow: auto;
}

.sidebar {
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    max-height: calc(100vh - 3.5rem);
    overflow: auto;
}

.content {
    max-width: 1100px;
    padding: 1.1rem 2rem 0 2rem;
    flex: 1 1 auto;
}

.sidebar.collapse {
    display: none;
}

.sidebar.expand {
    display: block;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.title {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.app-sidebar > .nav-pills > .nav-item:first-of-type {
    padding-top: 1rem;
}

.app-sidebar > .nav-pills > .nav-item:last-of-type {
    padding-bottom: 1rem;
}

.app-sidebar .nav-pills > .nav-item a {
    border-radius: 0px;
    display: flex;
    align-items: center;
}

.app-sidebar > .nav-pills > .nav-item > a {
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding: .25rem 1rem .25rem .125rem;
}

.fit-width {
    max-width: 100%;
}

@media (max-width: 1199.98px) {
    .main {
        min-width: 100vw;
        display: flex;
        flex-flow: column nowrap;
    }

    .sidebar {
        display: none;
    }

    .sidebar.expand {
        position: fixed;
        top: 3.5rem;
        left: 0;
        min-width: 100vw; 
        background-color: #fff;
        z-index: 1050;
    }

    .app-sidebar > .nav-pills > .nav-item:last-of-type {
        padding-bottom: 0;
    }
}

@media (max-width: 350px) {
    .title {
        font-size: inherit;
    }
}
*/
#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.undo {
    width: 16px;
    height: 16px;
    background-image: url("../images/undo.svg");
    margin: 0 8px 0 0;
}

.redo {
    width: 16px;
    height: 16px;
    background-image: url("../images/redo.svg");
    margin: 0 0 0 8px;
}

.like {
    height: 16px;
    width: 16px;
    background-image: url("../images/like.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-right: 8px;
}

.add {
    width: 24px;
    height: 24px;
    background-image: url("../images/add.svg");
    margin: 0 8px 0 0;
}

.edit {
    width: 24px;
    height: 24px;
    background-image: url("../images/pencil.svg");
    margin: 0 8px 0 0;
}

.back {
    width: 24px;
    height: 24px;
    background-image: url("../images/go_back.svg");
    margin: 0 8px 0 0;
}

.next {
    width: 24px;
    height: 24px;
    background-image: url("../images/go_next.svg");
    margin: 0 0 0 8px;
}

.check {
    width: 24px;
    height: 24px;
    background-image: url("../images/check.svg");
    margin: 0 8px 0 0;
}

.cancel {
    width: 24px;
    height: 24px;
    background-image: url("../images/cancel.svg");
    margin: 0 8px 0 0;
}

.delete {
    width: 24px;
    height: 24px;
    background-image: url("../images/remove.svg");
    margin: 0 8px 0 0;
}

.view {
    width: 24px;
    height: 24px;
    background-image: url("../images/preview_pane.svg");
    margin: 0 8px 0 0;
}

.approve {
    width: 24px;
    height: 24px;
    background-image: url("../images/approve.svg");
    margin: 0 8px 0 0;
}

.pause {
    width: 24px;
    height: 24px;
    background-image: url("../images/pause_button.svg");
    margin: 0 8px 0 0;
}

.decision {
    width: 24px;
    height: 24px;
    background-image: url("../images/decision.svg");
    margin: 0 8px 0 0;
}

.print {
    width: 24px;
    height: 24px;
    background-image: url("../images/send_to_printer.svg");
    margin: 0 8px 0 0;
}

.sign {
    width: 24px;
    height: 24px;
    background-image: url("../images/signature.svg");
    margin: 0 8px 0 0;
}

.editFile {
    width: 24px;
    height: 24px;
    background-image: url("../images/edit_file.svg");
    margin: 0 8px 0 0;
}

.send {
    width: 24px;
    height: 24px;
    background-image: url("../images/send.svg");
    margin: 0 8px 0 0;
}

.sendmail {
    width: 24px;
    height: 24px;
    background-image: url("../images/send_email.svg");
    margin: 0 8px 0 0;
}

.payment {
    width: 24px;
    height: 24px;
    background-image: url("../images/cash_in_hand.svg");
    margin: 0 8px 0 0;
}

.message {
    width: 24px;
    height: 24px;
    background-image: url("../images/messaging.svg");
    margin: 0 8px 0 0;
}

.editRow {
    width: 24px;
    height: 24px;
    background-image: url("../images/edit_row.svg");
    margin: 0 8px 0 0;
}

.newCopy {
    width: 24px;
    height: 24px;
    background-image: url("../images/new_window.svg");
    margin: 0 8px 0 0;
}

.sum {
    width: 24px;
    height: 24px;
    background-image: url("../images/sum.svg");
    margin: 0 8px 0 0;
}

.buy {
    width: 24px;
    height: 24px;
    background-image: url("../images/buy.svg");
    margin: 0 8px 0 0;
}

.inbox {
    width: 24px;
    height: 24px;
    background-image: url("../images/postal.svg");
    margin: 0 8px 0 0;
}

.message_send {
    width: 24px;
    height: 24px;
    background-image: url("../images/message_send.svg");
    margin: 0 8px 0 0;
}

.reply {
    width: 24px;
    height: 24px;
    background-image: url("../images/response2.svg");
    margin: 0 8px 0 0;
}

.double_up {
    width: 24px;
    height: 24px;
    background-image: url("../images/double_up.svg");
    margin: 0 8px 0 0;
}

.double_down {
    width: 24px;
    height: 24px;
    background-image: url("../images/double_down.svg");
    margin: 0 8px 0 0;
}

.search {
    width: 24px;
    height: 24px;
    background-image: url("../images/search.svg");
    margin: 0 8px 0 0;
}

.filter {
    width: 24px;
    height: 24px;
    background-image: url("../images/filter.svg");
    margin: 0 8px 0 0;
}

.add_users {
    width: 24px;
    height: 24px;
    background-image: url("../images/add_user_group_woman_man.svg");
    margin: 0 8px 0 0;
}

.add_folder {
    width: 24px;
    height: 24px;
    background-image: url("../images/add_folder.svg");
    margin: 0 8px 0 0;
}
.add_file {
    width: 24px;
    height: 24px;
    background-image: url("../images/add_file.svg");
    margin: 0 8px 0 0;
}
.tasklist {
    width: 24px;
    height: 24px;
    background-image: url("../images/tasklist.svg");
    margin: 0 8px 0 0;
}
.link {
    width: 24px;
    height: 24px;
    background-image: url("../images/link.svg");
    margin: 0 8px 0 0;
}
.unlink {
    width: 24px;
    height: 24px;
    background-image: url("../images/broken_link.svg");
    margin: 0 8px 0 0;
}
.livraison {
    width: 24px;
    height: 24px;
    background-image: url("../images/Truck.svg");
    margin: 0 8px 0 0;
}
.save {
    width: 24px;
    height: 24px;
    background-image: url("../images/save.svg");
    margin: 0 8px 0 0;
}
.save_as {
    width: 24px;
    height: 24px;
    background-image: url("../images/save_as.svg");
    margin: 0 8px 0 0;
}

.mobile-view, .mobile-view-horizontal,
.grid-toolbar-new, .grid-toolbar-edit,
.grid-toolbar-delete, .grid-toolbar-refresh,
.grid-toolbar-filter-row, .grid-toolbar-document {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
}

.mobile-view, .mobile-view-horizontal {
    height: 32px;
    width: 32px;
}

.grid-toolbar-new, .grid-toolbar-edit,
.grid-toolbar-delete, .grid-toolbar-refresh,
.grid-toolbar-filter-row, .grid-toolbar-document {
    height: 16px;
    width: 16px;
}

.mobile-view {
    -webkit-mask-image: url("../images/mobile_view.svg");
    mask-image: url("../images/mobile_view.svg");
}

.mobile-view-horizontal {
    -webkit-mask-image: url("../images/mobile_view_horizontal.svg");
    mask-image: url("../images/mobile_view_horizontal.svg");
}

.grid-toolbar-new {
    -webkit-mask-image: url("../images/GridToolbarNew.svg");
    mask-image: url("../images/GridToolbarNew.svg");
}

.grid-toolbar-edit {
    -webkit-mask-image: url("../images/GridToolbarEdit.svg");
    mask-image: url("../images/GridToolbarEdit.svg");
}

.grid-toolbar-delete {
    -webkit-mask-image: url("../images/GridToolbarDelete.svg");
    mask-image: url("../images/GridToolbarDelete.svg");
}

.grid-toolbar-refresh {
    -webkit-mask-image: url("../images/GridToolbarRefresh.svg");
    mask-image: url("../images/GridToolbarRefresh.svg");
}

.grid-toolbar-filter-row {
    -webkit-mask-image: url("../images/GridToolbarFilterRow.svg");
    mask-image: url("../images/GridToolbarFilterRow.svg");
}

.grid-toolbar-document {
    -webkit-mask-image: url("../images/GridToolbarDocument.svg");
    mask-image: url("../images/GridToolbarDocument.svg");
}

/*CSS connection lost*/
.my-reconnect-modal > div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    background-color: #fff;
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
}

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: block;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: block;
}

.components-reconnect-refused > div {
    display: none;
}

.components-reconnect-refused > .refused {
    display: block;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }