/*!
 * @module ui-router-breadcrumbs
 * @description A Simple directive that creates breadcrumbs on the fly for AngularJs pages using angular-ui-router
 * @version v2.0.1
 * @link https://github.com/sibiraj-s/ui-router-breadcrumbs#readme
 * @licence MIT License, https://opensource.org/licenses/MIT
 */.disabled{cursor:not-allowed}.breadcrumb{display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb .breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb .breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb .breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline;text-decoration:none}.breadcrumb .breadcrumb-item.active{color:#6c757d}
/*# sourceMappingURL=ui-router-breadcrumbs.min.css.map */