@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Pages/ActionPanel.razor.rz.scp.css */
.irondial-stats[b-67pucz4d7s] {
    border: 1px solid rgb(200,200,200);
}

.irondial-stats tbody > tr[b-67pucz4d7s] {
    border: none;
}

.irondial-stats tbody > tr > td[b-67pucz4d7s] {
    font-family: 'luxi_monoregular';
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    border: none;
    padding-top: 1px;
    padding-bottom: 2px;
}

.irondial-stats tr td:nth-child(2n)[b-67pucz4d7s] {
    text-align: right;
}

.irondial-stats tr td:nth-child(2n+1)[b-67pucz4d7s] {
    max-width: 140px;
}

.irondial-stats tr td:nth-child(2n+1)[b-67pucz4d7s]:after {
    color: rgb(51,51,51);
    content: "......................................................................";
}
/* /Pages/DialSession.razor.rz.scp.css */
[b-6gqcaua5vp] .rz-fieldset-content {
    padding:4px 4px 4px 4px !important;
}

[b-6gqcaua5vp] .rz-tabview-panel {
    padding: 4px 4px 4px 4px !important;
}

[b-6gqcaua5vp] .rz-textbox .form-control {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

[b-6gqcaua5vp] .rz-label {
    font-weight: 600 !important;
}
/* /Pages/Irondialmain.razor.rz.scp.css */
.irondial-stats[b-7ggovsjb67] {
    border: 1px solid rgb(200,200,200);
}

.irondial-stats tbody > tr[b-7ggovsjb67] {
    border: none;
}

.irondial-stats tbody > tr > td[b-7ggovsjb67] {
    font-family: 'luxi_monoregular';
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    border: none;
    padding-top: 1px;
    padding-bottom: 2px;
}

.irondial-stats tr td:nth-child(2n)[b-7ggovsjb67] {
    text-align: right;
}

.irondial-stats tr td:nth-child(2n+1)[b-7ggovsjb67] {
    max-width: 140px;
}

.irondial-stats tr td:nth-child(2n+1)[b-7ggovsjb67]:after {
    color: rgb(51,51,51);
    content: "......................................................................";
}
/* /Pages/LeadDispoWiz.razor.rz.scp.css */
.checkboxx[b-qcjmqti0f4] {
    padding-left: 20px;
}

.checkboxx label[b-qcjmqti0f4] {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

.checkboxx label[b-qcjmqti0f4]::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkboxx label[b-qcjmqti0f4]::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkboxx input[type="checkbox"][b-qcjmqti0f4],
.checkboxx input[type="radio"][b-qcjmqti0f4] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.checkboxx input[type="checkbox"]:focus + label[b-qcjmqti0f4]::before,
.checkboxx input[type="radio"]:focus + label[b-qcjmqti0f4]::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkboxx input[type="checkbox"]:checked + label[b-qcjmqti0f4]::after,
.checkboxx input[type="radio"]:checked + label[b-qcjmqti0f4]::after {
    font-family: "FontAwesome";
    content: "\f00c";
}

.checkboxx input[type="checkbox"]:indeterminate + label[b-qcjmqti0f4]::after,
.checkboxx input[type="radio"]:indeterminate + label[b-qcjmqti0f4]::after {
    display: block;
    content: "";
    width: 10px;
    height: 3px;
    background-color: #555555;
    border-radius: 2px;
    margin-left: -16.5px;
    margin-top: 7px;
}

.checkboxx input[type="checkbox"]:disabled[b-qcjmqti0f4],
.checkboxx input[type="radio"]:disabled[b-qcjmqti0f4] {
    cursor: not-allowed;
}

.checkboxx input[type="checkbox"]:disabled + label[b-qcjmqti0f4],
.checkboxx input[type="radio"]:disabled + label[b-qcjmqti0f4] {
    opacity: 0.65;
}

.checkboxx input[type="checkbox"]:disabled + label[b-qcjmqti0f4]::before,
.checkboxx input[type="radio"]:disabled + label[b-qcjmqti0f4]::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkboxx.checkboxx-circle label[b-qcjmqti0f4]::before {
    border-radius: 50%;
}

.checkboxx.checkboxx-inline[b-qcjmqti0f4] {
    margin-top: 0;
}

.checkboxx-primary input[type="checkbox"]:checked + label[b-qcjmqti0f4]::before,
.checkboxx-primary input[type="radio"]:checked + label[b-qcjmqti0f4]::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkboxx-primary input[type="checkbox"]:checked + label[b-qcjmqti0f4]::after,
.checkboxx-primary input[type="radio"]:checked + label[b-qcjmqti0f4]::after {
    color: #fff;
}

.checkboxx-danger input[type="checkbox"]:checked + label[b-qcjmqti0f4]::before,
.checkboxx-danger input[type="radio"]:checked + label[b-qcjmqti0f4]::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkboxx-danger input[type="checkbox"]:checked + label[b-qcjmqti0f4]::after,
.checkboxx-danger input[type="radio"]:checked + label[b-qcjmqti0f4]::after {
    color: #fff;
}

.checkboxx-info input[type="checkbox"]:checked + label[b-qcjmqti0f4]::before,
.checkboxx-info input[type="radio"]:checked + label[b-qcjmqti0f4]::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkboxx-info input[type="checkbox"]:checked + label[b-qcjmqti0f4]::after,
.checkboxx-info input[type="radio"]:checked + label[b-qcjmqti0f4]::after {
    color: #fff;
}

.checkboxx-warning input[type="checkbox"]:checked + label[b-qcjmqti0f4]::before,
.checkboxx-warning input[type="radio"]:checked + label[b-qcjmqti0f4]::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkboxx-warning input[type="checkbox"]:checked + label[b-qcjmqti0f4]::after,
.checkboxx-warning input[type="radio"]:checked + label[b-qcjmqti0f4]::after {
    color: #fff;
}

.checkboxx-success input[type="checkbox"]:checked + label[b-qcjmqti0f4]::before,
.checkboxx-success input[type="radio"]:checked + label[b-qcjmqti0f4]::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkboxx-success input[type="checkbox"]:checked + label[b-qcjmqti0f4]::after,
.checkboxx-success input[type="radio"]:checked + label[b-qcjmqti0f4]::after {
    color: #fff;
}

.checkboxx-primary input[type="checkbox"]:indeterminate + label[b-qcjmqti0f4]::before,
.checkboxx-primary input[type="radio"]:indeterminate + label[b-qcjmqti0f4]::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkboxx-primary input[type="checkbox"]:indeterminate + label[b-qcjmqti0f4]::after,
.checkboxx-primary input[type="radio"]:indeterminate + label[b-qcjmqti0f4]::after {
    background-color: #fff;
}

.checkboxx-danger input[type="checkbox"]:indeterminate + label[b-qcjmqti0f4]::before,
.checkboxx-danger input[type="radio"]:indeterminate + label[b-qcjmqti0f4]::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkboxx-danger input[type="checkbox"]:indeterminate + label[b-qcjmqti0f4]::after,
.checkboxx-danger input[type="radio"]:indeterminate + label[b-qcjmqti0f4]::after {
    background-color: #fff;
}

.checkboxx-info input[type="checkbox"]:indeterminate + label[b-qcjmqti0f4]::before,
.checkboxx-info input[type="radio"]:indeterminate + label[b-qcjmqti0f4]::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkboxx-info input[type="checkbox"]:indeterminate + label[b-qcjmqti0f4]::after,
.checkboxx-info input[type="radio"]:indeterminate + label[b-qcjmqti0f4]::after {
    background-color: #fff;
}

.checkboxx-warning input[type="checkbox"]:indeterminate + label[b-qcjmqti0f4]::before,
.checkboxx-warning input[type="radio"]:indeterminate + label[b-qcjmqti0f4]::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkboxx-warning input[type="checkbox"]:indeterminate + label[b-qcjmqti0f4]::after,
.checkboxx-warning input[type="radio"]:indeterminate + label[b-qcjmqti0f4]::after {
    background-color: #fff;
}

.checkboxx-success input[type="checkbox"]:indeterminate + label[b-qcjmqti0f4]::before,
.checkboxx-success input[type="radio"]:indeterminate + label[b-qcjmqti0f4]::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkboxx-success input[type="checkbox"]:indeterminate + label[b-qcjmqti0f4]::after,
.checkboxx-success input[type="radio"]:indeterminate + label[b-qcjmqti0f4]::after {
    background-color: #fff;
}


input[type="checkbox"].styled:checked + label[b-qcjmqti0f4]:after,
input[type="radio"].styled:checked + label[b-qcjmqti0f4]:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

input[type="checkbox"] .styled:checked + label[b-qcjmqti0f4]::before,
input[type="radio"] .styled:checked + label[b-qcjmqti0f4]::before {
    color: #fff;
}

input[type="checkbox"] .styled:checked + label[b-qcjmqti0f4]::after,
input[type="radio"] .styled:checked + label[b-qcjmqti0f4]::after {
    color: #fff;
}

[b-qcjmqti0f4] .rz-radio-btn {
    margin-top:2px !important;
    margin-bottom:2px !important;
}

[b-qcjmqti0f4] .rz-label {
    font-weight: 600 !important;
}

[b-qcjmqti0f4] .rz-fieldset-content {
    padding: 3px !important;
}
/* /Pages/LeadInfoMini.razor.rz.scp.css */


[b-ewdlzqvdug] .rz-label {
    font-weight: 600 !important;
}

/*
::deep .rz-textbox {
    padding-top: 1px!important;
    padding-bottom:1px!important;
    padding-left:1px!important;
    padding-right:1px!important;
    height:1.75rem!important;
}
*/
/*
::deep .rz-calendar .rz-textbox {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    height: 1.75rem !important;
}
*/

/*
::deep .miniform .rz-inputtext {
    padding-top: 1px!important;
    padding-bottom:1px!important;
    height: 1.70rem!important;
}
*/
/*
::deep .rz-spinner {
    height:1.75rem!important;
}
    */
/* /Pages/LinedText.razor.rz.scp.css */
/* /Pages/PersonalInfo.razor.rz.scp.css */
[b-ugz8benwtp] .rz-textbox {
    padding-left:1px !important;
    padding-right:1px !important;
}


/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-303iwplbj2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-303iwplbj2] {
    flex: 1;
}

.sidebar[b-303iwplbj2] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-303iwplbj2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-303iwplbj2]  a, .top-row[b-303iwplbj2]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-303iwplbj2]  a:hover, .top-row[b-303iwplbj2]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-303iwplbj2]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-303iwplbj2] {
        display: none;
    }

    .top-row.auth[b-303iwplbj2] {
        justify-content: space-between;
    }

    .top-row[b-303iwplbj2]  a, .top-row[b-303iwplbj2]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-303iwplbj2] {
        flex-direction: row;
    }

    .sidebar[b-303iwplbj2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-303iwplbj2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-303iwplbj2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-303iwplbj2], article[b-303iwplbj2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-zwn9up82y7] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-zwn9up82y7] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-zwn9up82y7] {
    font-size: 1.1rem;
}

.bi[b-zwn9up82y7] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-zwn9up82y7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-zwn9up82y7] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-zwn9up82y7] {
        padding-bottom: 1rem;
    }

    .nav-item[b-zwn9up82y7]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-zwn9up82y7]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-zwn9up82y7]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-zwn9up82y7] {
        display: none;
    }

    .collapse[b-zwn9up82y7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
