﻿/*!
bootstrap-custom-icons.css
 */

.hyplnkBreadCrumbs, .hyplnkBreadCrumbs a {
    font-size: 0.8rem;
    text-decoration: none;
    color: rgba(100, 100, 100, 1.0);
    margin-bottom: 0.8rem;
    cursor: pointer;
}

.hyplnkBreadCrumbs:hover {
    font-size: 0.8rem;
    text-decoration: underline !important;
    color: rgba(0, 0, 0, 1.0);
    margin-bottom: 0.8rem;
    cursor: pointer;
}

.hyplnk, .hyplnk a {
    color: var(--bs-body-color) !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

.hyplnk:hover {
    text-decoration: underline !important;
    color: var(--bs-body-color) !important;
    cursor: pointer !important;
}

.hyplnkbold {
    font-weight: 600 !important;
}

.hyplnkiconbefore:hover {
    text-decoration: underline !important;
    color: var(--bs-body-color) !important;
    cursor: pointer !important;
}

.hyplnkiconafter:hover {
    text-decoration: underline !important;
    color: var(--bs-body-color) !important;
    cursor: pointer !important;
}

.hyplnkiconbefore::before {
    content: '\F470';
    font-family: "bootstrap-icons";
    vertical-align: middle;
    cursor: pointer !important;
    margin: 0em 0.25em 0em 0.25em;
}
.hyplnkiconafter::after {
    content: '\F470';
    font-family: "bootstrap-icons";
    vertical-align: middle;
    cursor: pointer !important;
    margin: 0em 0.25em 0em 0.25em;
}

.bsi-hyplnknone, .bsi-hyplnknone a {
    color: var(--bs-body-color) !important;
    text-decoration: none !important;
    cursor: pointer !important;
}
.bsi-hyplnknone:hover {
    text-decoration: none !important;
    color: var(--bs-body-color) !important;
    cursor: pointer !important;
}
/*<i class="bi bi-eye" > </i >*/
.bsi-view::after {
    content: '\F341';
    font-family: "bootstrap-icons";
    vertical-align: middle;
    cursor: pointer !important;
    margin: 0em 0.25em 0em 0.25em;
    text-decoration: none !important;
}
/*<i class="bi bi-pencil-square" > </i >*/
.bsi-edit::after {
    content: '\F4CA';
    font-family: "bootstrap-icons";
    vertical-align: middle;
    cursor: pointer !important;
    margin: 0em 0.25em 0em 0.25em;
    text-decoration: none !important;
}
/*<i class="bi bi-trash3" > </i >*/
.bsi-remove::after {
    content: '\F78B';
    font-family: "bootstrap-icons";
    vertical-align: middle;
    cursor: pointer !important;
    margin: 0em 0.25em 0em 0.25em;
    text-decoration: none !important;
}
.bsi-add::after {
    content: '\F37D';
    font-family: "bootstrap-icons";
    vertical-align: middle;
    cursor: pointer !important;
    margin: 0em 0.25em 0em 0.25em;
    text-decoration: none !important;
}
/*<i class="bi bi-info-circle"></i>*/
.bsi-info-circle::after {
    content: '\F431';
    font-family: "bootstrap-icons";
    vertical-align: middle;
    cursor: pointer !important;
    margin: 0em 0.25em 0em 0.25em;
    text-decoration: none !important;
}
/*<i class="bi bi-info-circle-fill"></i>*/
.bsi-info-circle-fill::after {
    content: '\F430';
    font-family: "bootstrap-icons";
    vertical-align: middle;
    cursor: pointer !important;
    margin: 0em 0.25em 0em 0.25em;
    text-decoration: none !important;
}
/*<i class="bi bi-info-square"></i>*/
.bsi-info-square::after {
    content: '\F433';
    font-family: "bootstrap-icons";
    vertical-align: middle;
    cursor: pointer !important;
    margin: 0em 0.25em 0em 0.25em;
    text-decoration: none !important;
}
/*<i class="bi bi-shield-x" > </i >*/
.bsi-shield-x::after {
    content: '\F53E';
    font-family: "bootstrap-icons";
    vertical-align: middle;
    cursor: pointer !important;
    margin: 0em 0.25em 0em 0.25em;
    text-decoration: none !important;
}
/*<i class="bi bi-toggle-on"></i>*/
.bsi-toggle-on::after {
    content: '\F5D6';
    font-family: "bootstrap-icons";
    vertical-align: middle;
    cursor: pointer !important;
    margin: 0em 0.25em 0em 0.25em;
    text-decoration: none !important;
}
.bsi-toggle-off::after {
    content: '\F5D5';
    font-family: "bootstrap-icons";
    vertical-align: middle;
    cursor: pointer !important;
    margin: 0em 0.25em 0em 0.25em;
    text-decoration: none !important;
}
.bsi-circle-fill::after {
    content: '\F287';
    font-family: "bootstrap-icons";
    vertical-align: middle;
    cursor: pointer !important;
    margin: 0em 0.25em 0em 0.25em;
    text-decoration: none !important;
}
.bsi-search::after {
    content: '\F52A';
    font-family: "bootstrap-icons";
    vertical-align: middle;
    cursor: pointer !important;
    margin: 0em 0.25em 0em 0.25em;
    text-decoration: none !important;
}
