@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';
@import 'Tripatourium.Client.bundle.scp.css';

/* _content/Tripatourium/Components/Layout/Footer.razor.rz.scp.css */
footer[b-liiusil3s8],
.footer[b-liiusil3s8] {
    padding: 10px;
    background-color: #fff !important;
    position: absolute;
    bottom: 0;
    white-space: wrap;
    width: 100%;
    line-height: 20px;
    /* Vertically center the text there */
}
/* _content/Tripatourium/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-i5kkx4jx5s] {
    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[b-i5kkx4jx5s] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/Tripatourium/Components/Layout/NavMenu.razor.rz.scp.css */
main[b-6adx81n676] {
    padding: 20px 0;
}

.nav-scroller[b-6adx81n676] {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav[b-6adx81n676] {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
/* _content/Tripatourium/Components/Pages/BlotterArt.razor.rz.scp.css */
/** The Magic **/
btn-breadcrumb > .btn.disabled[b-k0ge560y20] {
    opacity: 1 !important;
    color: #999;
}

.btn-breadcrumb .btn:not(:last-child)[b-k0ge560y20]:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child)[b-k0ge560y20]:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn[b-k0ge560y20] {
    padding: 6px 12px 6px 24px;
}

    .btn-breadcrumb .btn:first-child[b-k0ge560y20] {
        padding: 6px 6px 6px 10px;
    }

    .btn-breadcrumb .btn:last-child[b-k0ge560y20] {
        padding: 6px 18px 6px 24px;
    }

    /** Default button **/
    .btn-breadcrumb .btn.btn-default:not(:last-child)[b-k0ge560y20]:after {
        border-left: 10px solid #fff;
    }

    .btn-breadcrumb .btn.btn-default:not(:last-child)[b-k0ge560y20]:before {
        border-left: 10px solid #ccc;
    }

    .btn-breadcrumb .btn.btn-default:hover:not(:last-child)[b-k0ge560y20]:after {
        border-left: 10px solid #ebebeb;
    }

    .btn-breadcrumb .btn.btn-default:hover:not(:last-child)[b-k0ge560y20]:before {
        border-left: 10px solid #adadad;
    }

    /** Primary button **/
    .btn-breadcrumb .btn.btn-primary:not(:last-child)[b-k0ge560y20]:after {
        border-left: 10px solid #428bca;
    }

    .btn-breadcrumb .btn.btn-primary:not(:last-child)[b-k0ge560y20]:before {
        border-left: 10px solid #357ebd;
    }

    .btn-breadcrumb .btn.btn-primary:hover:not(:last-child)[b-k0ge560y20]:after {
        border-left: 10px solid #3276b1;
    }

    .btn-breadcrumb .btn.btn-primary:hover:not(:last-child)[b-k0ge560y20]:before {
        border-left: 10px solid #285e8e;
    }

    /** Success button **/
    .btn-breadcrumb .btn.btn-success:not(:last-child)[b-k0ge560y20]:after {
        border-left: 10px solid #5cb85c;
    }

    .btn-breadcrumb .btn.btn-success:not(:last-child)[b-k0ge560y20]:before {
        border-left: 10px solid #4cae4c;
    }

    .btn-breadcrumb .btn.btn-success:hover:not(:last-child)[b-k0ge560y20]:after {
        border-left: 10px solid #47a447;
    }

    .btn-breadcrumb .btn.btn-success:hover:not(:last-child)[b-k0ge560y20]:before {
        border-left: 10px solid #398439;
    }

    /** Danger button **/
    .btn-breadcrumb .btn.btn-danger:not(:last-child)[b-k0ge560y20]:after {
        border-left: 10px solid #d9534f;
    }

    .btn-breadcrumb .btn.btn-danger:not(:last-child)[b-k0ge560y20]:before {
        border-left: 10px solid #d43f3a;
    }

    .btn-breadcrumb .btn.btn-danger:hover:not(:last-child)[b-k0ge560y20]:after {
        border-left: 10px solid #d2322d;
    }

    .btn-breadcrumb .btn.btn-danger:hover:not(:last-child)[b-k0ge560y20]:before {
        border-left: 10px solid #ac2925;
    }

    /** Warning button **/
    .btn-breadcrumb .btn.btn-warning:not(:last-child)[b-k0ge560y20]:after {
        border-left: 10px solid #f0ad4e;
    }

    .btn-breadcrumb .btn.btn-warning:not(:last-child)[b-k0ge560y20]:before {
        border-left: 10px solid #eea236;
    }

    .btn-breadcrumb .btn.btn-warning:hover:not(:last-child)[b-k0ge560y20]:after {
        border-left: 10px solid #ed9c28;
    }

    .btn-breadcrumb .btn.btn-warning:hover:not(:last-child)[b-k0ge560y20]:before {
        border-left: 10px solid #d58512;
    }

    /** Info button **/
    .btn-breadcrumb .btn.btn-info:not(:last-child)[b-k0ge560y20]:after {
        border-left: 10px solid #5bc0de;
    }

    .btn-breadcrumb .btn.btn-info:not(:last-child)[b-k0ge560y20]:before {
        border-left: 10px solid #46b8da;
    }

    .btn-breadcrumb .btn.btn-info:hover:not(:last-child)[b-k0ge560y20]:after {
        border-left: 10px solid #39b3d7;
    }

    .btn-breadcrumb .btn.btn-info:hover:not(:last-child)[b-k0ge560y20]:before {
        border-left: 10px solid #269abc;
    }
