@import '_content/Codebit.Components/Codebit.Components.k6949q13f4.bundle.scp.css';

/* /Components/CnaeSelector.razor.rz.scp.css */
div:has(.cnae-code)[b-93lt493xky] {
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}
.control-section[b-93lt493xky], .control-section div.e-tooltip[b-93lt493xky] {
    font-family: inherit;
    font-size: 1em;
    background-color: #33d6c6;
    border-radius: 5px;
    border-width: 1px;
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.e-tooltip span[b-93lt493xky] {
    color: #323232;
    font-size: 1em;
    font-weight: bold;
}

div.e-tooltip .btn[b-93lt493xky] {
    vertical-align: baseline;
}

div.e-tooltip .btn:focus[b-93lt493xky] {
    box-shadow:none;
}

a[b-93lt493xky], .btn-link[b-93lt493xky] {
    color: #101214;
}
/* /Components/Contracts/ContractDocumentList.razor.rz.scp.css */
.file-list[b-vemdbq0hwp] {
    list-style-type: none;
}

.file-item[b-vemdbq0hwp] {
    float: left;
    font-size: 0.8rem;
    display: inline-block;
    padding: 16px;
}

.file-item > .fa-trash-alt[b-vemdbq0hwp] {
    display: none;
}

.file-item:hover > .fa-trash-alt[b-vemdbq0hwp] {
    display: inline-block;
}

.line-list-button[b-vemdbq0hwp] {
    font-size: 0.95rem;
}

.dialog-container[b-vemdbq0hwp] {
    top: unset !important;
    background-color: unset !important;
}
/* /Components/CustomerDocumentList.razor.rz.scp.css */
.file-list[b-44jfyo2mkw] {
    list-style-type: none;
}

.file-item[b-44jfyo2mkw] {
    float: left;
    font-size: 0.8rem;
    display: inline-block;
    padding: 16px;
}

.file-item > .fa-trash-alt[b-44jfyo2mkw] {
    display: none;
}

.file-item:hover > .fa-trash-alt[b-44jfyo2mkw] {
    display: inline-block;
}

.line-list-button[b-44jfyo2mkw] {
    font-size: 0.95rem;
}

.dialog-container[b-44jfyo2mkw] {
    top: unset !important;
    background-color: unset !important;
}
/* /Components/Filters/CustomersFilter.razor.rz.scp.css */
/* /Components/Filters/EnergiesFilter.razor.rz.scp.css */
/* /Components/Filters/SuppliesFilter.razor.rz.scp.css */
/* /Components/SuppliesTableColumn.razor.rz.scp.css */
.supplies-list[b-nhz7inbd10] {
    display: flex;
    box-sizing: border-box;
    margin-bottom: 0;
}

.supplies-list-item[b-nhz7inbd10] {
    flex: 1;
    display: flex;
    flex-direction: column;
}
/* /Components/SupplyStatesListTableColumn.razor.rz.scp.css */
.bg-success[b-udmg09v950] { 
    width: auto; 
}

ul.no-bullets[b-udmg09v950] {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-hrcc2efhkn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-hrcc2efhkn] {
    flex: 1;
}

.sidebar[b-hrcc2efhkn] {
    background: var(--bg-color-menu);
    border-right: 1px solid #e0e0e0;
}

.top-row[b-hrcc2efhkn] {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    justify-content: flex-end;
    height: 4rem;
    display: flex;
    align-items: center;
}

.top-row[b-hrcc2efhkn]  a, .top-row[b-hrcc2efhkn]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-hrcc2efhkn]  a:hover, .top-row[b-hrcc2efhkn]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-hrcc2efhkn]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}
.menu[b-hrcc2efhkn] {
    border-radius: 5px;
}

.menu hr[b-hrcc2efhkn] {
    border-style: solid;
}
        
@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-hrcc2efhkn] {
        display: none;
    }

    .top-row.auth[b-hrcc2efhkn] {
        justify-content: space-between;
    }

    .top-row[b-hrcc2efhkn]  a, .top-row[b-hrcc2efhkn]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-hrcc2efhkn] {
        flex-direction: row;
    }

    .sidebar[b-hrcc2efhkn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hrcc2efhkn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-hrcc2efhkn]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-hrcc2efhkn], article[b-hrcc2efhkn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

a[b-hrcc2efhkn] {
    color: #ffffff;
    text-decoration: none !important;
}

    a:active[b-hrcc2efhkn] {
        color: #f0f0f0;
    }

    a:focus[b-hrcc2efhkn] {
        color: #c0c0c0;
    }

    a:hover[b-hrcc2efhkn] {
        color: #e0e0e0;
    }



.general a[b-hrcc2efhkn] {
    color: #368bdf;
    text-decoration: none;
}

    .general a:hover[b-hrcc2efhkn] {
        color: #e0e0e0;
    }

p[b-hrcc2efhkn] {
    color: #323232;
    font-size: 12px;
    margin-left: 20px;
    margin-top: 15px;
    line-height: 14px;
    text-align: right;
}

    p span[b-hrcc2efhkn] {
        color: #969696;
        font-size: 10px;
    }
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-west4fca86] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-west4fca86] {
    height: 4rem;
    /*background-color: rgba(0,0,0,0.7);*/
    /*border-bottom: 1px solid #e0e0e0;*/
}
.fas[b-west4fca86], .far[b-west4fca86], .fab[b-west4fca86] {
    padding-right: 10px;
    width: 28px;
}
.navbar-brand[b-west4fca86] {
    font-size: 1.1rem;
}

.navbar-brand svg[b-west4fca86] {
    height: 55px;
}

.oi[b-west4fca86] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-west4fca86] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-west4fca86] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-west4fca86] {
        padding-bottom: 1rem;
    }

    .nav-item[b-west4fca86]  a {
        color: #909090;
        border-radius: 4px;
        height: 2rem;
        display: flex;
        align-items: center;
        line-height: 2rem;
        font-size: 14px;
        width: 200px;
    }

        .nav-item[b-west4fca86]  a.active {
            background-color: rgba(76,76,76,0.05);
            color: #33d6c6;
            font-weight: bold;
            border-radius: 0;
            border-left: 2px solid #33d6c6;
        }

        .nav-item[b-west4fca86]  a:hover {
            background-color: rgba(30,93,255,0.05);
            color: #33d6c6;
            font-weight: bold;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-west4fca86] {
        display: none;
    }

    .collapse[b-west4fca86] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Pages/Dashboard.razor.rz.scp.css */
body[b-2g7o1ut8m6] {
    background-color: #f3f6ff;
    font-family: 'Roboto', sans-serif;
    color: #646464;
}

#dot-circle[b-2g7o1ut8m6] {
    width: 14px;
    height: 14px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: grey;
}
/* /Pages/Login.razor.rz.scp.css */
body[b-fwd2l95i9l] {
    background-color: #ffffff !important;
}

h3[b-fwd2l95i9l] {
    color: #646464;
}

p[b-fwd2l95i9l] {
    color: #646464;
}

.signup[b-fwd2l95i9l] {
    padding: 30px;
    background-color: #ffffff;
    margin-top: 50px;
}

    .signup .form-group[b-fwd2l95i9l] {
        padding: 10px 0;
    }

    .signup .btn[b-fwd2l95i9l] {
        margin-top: 20px;
    }

    .signup .label[b-fwd2l95i9l] {
        color: #646464;
    }

.input-group-text[b-fwd2l95i9l] {
    color: #262626;
}
