/* /Components/TableHeader.razor.rz.scp.css */
/*Style for sort buttons */
.sort-button-content .dropdown-toggle[b-thtn6oxera]::after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid;
}

.sort-table-col-btn[b-thtn6oxera] {
    background-color: transparent;
    border: none;
    font-weight: inherit;
    outline: none !important;
    padding-left: 14px;
}

.sort-table-col-parent .dropup .dropdown-toggle[b-thtn6oxera]::after {
    border-right: 5px solid transparent;
    border-bottom: 8px solid;
    border-left: 5px solid transparent;
    margin-bottom: -1px;
}

.sort-table-col-parent .dropdown .dropdown-toggle[b-thtn6oxera]::after {
    border-top: 8px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-bottom: -1px;
}

.sort-arrow-empty[b-thtn6oxera] {
    margin-right: 0px;
}

.btn-arrow-center-vertical[b-thtn6oxera] {
    display: inline-flex;
    align-items: center;
}
/* /Components/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[b-o8f71b9v20] {
    position: relative;
    display: inline-block;
    cursor: help;
}

span[b-o8f71b9v20] {
    visibility: hidden;
    position: absolute;
    width: 200px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    background-color: #f8f9fa;
    color: #343a40;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    border-color: #343a40;
    border-width: 1px;
    border-style: solid;
}

    span[b-o8f71b9v20]::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #343a40 transparent transparent transparent;
    }

.tooltip-wrapper:hover span[b-o8f71b9v20] {
    visibility: visible;
}
/* /Pages/Applications/AddEditApplication.razor.rz.scp.css */
.column-desctiption[b-b6w3tcrbxq] {
    min-width: 400px;
}

[b-b6w3tcrbxq] .invalid-field {
    border-color: red;
}
/* /Pages/Licences/Licences.razor.rz.scp.css */
.filter-row[b-otvt5onc61] {
    color: #6C757D;
    background: #9EE7FF;
}

.application-button[b-otvt5onc61] {
    border-style: none;
    background: none;
    text-decoration: underline;
}

.license-content[b-otvt5onc61] {
    background: #F7F7F9;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-qu1epc082j] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.topbar[b-qu1epc082j] {
    background-color: #CC3366;
}

@media (min-width: 641px) {

    .topbar[b-qu1epc082j] {
        width: 100%;
        height: 57px;
        position: sticky;
        top: 0;
    }
}

.footer[b-qu1epc082j] {
    white-space: nowrap;
    line-height: 60px;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-78h4vuhw60] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-78h4vuhw60] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-78h4vuhw60] {
    font-size: 1.1rem;
}

.oi[b-78h4vuhw60] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-78h4vuhw60]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

    .nav-item[b-78h4vuhw60]  a.active {
        color: white;
    }

    .nav-item[b-78h4vuhw60]  a:hover {
        color: white;
    }

@media (min-width: 641px) {
    .navbar-toggler[b-78h4vuhw60] {
        display: none;
    }

    .collapse[b-78h4vuhw60] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
