

@font-face {
    font-family: NettoWebPro;
    src: url("../fonts/NettoWebPro.woff") format("woff");
}

.sampletext {
    font-family: NettoWebPro, sans-serif;
}

html {
    font-size: 14px;
    font-family: NettoWebPro;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
    margin-bottom: 60px;
    font-family: NettoWebPro
}

.bi {
    display: inline-block;
    width: 1rem;
    height: 1rem;
}

h2 {
    color: #008acf;
}

h3 {
    color: #008acf;
}

h4 {
    color: #008acf;
}


/*
 * Sidebar
 */

@media (min-width: 768px) {
    .sidebar .offcanvas-lg {
        position: -webkit-sticky;
        position: sticky;
        top: 48px;
    }

    .navbar-search {
        display: block;
    }
}

.sidebar .nav-link {
    font-size: .875rem;
    font-weight: 500;
}

    .sidebar .nav-link.active {
        color: #2470dc;
    }

.sidebar-heading {
    font-size: .75rem;
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
    padding: .75rem 1rem;
}

.policy-list {
    position: relative;
    list-style: none;
    margin-left: 0;
    padding-left: 0em;
}

    .policy-list li:before {
        content: "\E037";
        font-family: 'Glyphicons Regular';
        font-style: normal;
        font-weight: normal
    }

.asset-list {
    position: relative;
    list-style: none;
    margin-left: 0;
    padding-left: 0em;
}

    .asset-list li:before {
        content: "\E510";
        font-family: 'Glyphicons Regular';
        font-style: normal;
        font-weight: normal
    }

.risk-list {
    position: relative;
    list-style: none;
    margin-left: 0;
    padding-left: 0em;
}

    .risk-list li:before {
        content: "\E023";
        font-family: 'Glyphicons Regular';
        font-style: normal;
        font-weight: normal
    }

.card.draggable {
    margin-bottom: 1rem;
    cursor: grab;
}

.droppable {
    background-color: var(--success);
    min-height: 120px;
    margin-bottom: 1rem;
}

.content {

}

.content table {
    border: 1px solid black;
}

    .content td {
        border: 1px solid var(--bs-border-color);
        padding: 3px;
    }

    .content th {
        border: 1px solid var(--bs-border-color);
        padding: 3px;
    }

.measure-header {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.measure-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}