/* /Pages/Index.razor.rz.scp.css */

h5[b-v8avpz2845] {
}

[b-v8avpz2845] .dealerSelect {
    margin-top: 0px !important;
}
[b-v8avpz2845] .actionButton {
    background-color: #0142e8 !important;
}
    [b-v8avpz2845] .actionButton:hover {
        background-color: #fdc638 !important;
    }

.solidBtnRed[b-v8avpz2845] {
    background-color: lightsalmon;
}

.solidBtnRed :hover[b-v8avpz2845]{
    background-color: darkred !important;
}

.solidBtnGreen[b-v8avpz2845]{

}
.solidBtnGreen:hover[b-v8avpz2845]{

}

.createBtnContainer[b-v8avpz2845]
{
    margin-left: 0.5%;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
}
/* /Shared/Components/Dialog.razor.rz.scp.css */
.editDialogContainer[b-0340z2vqn5] {
    margin-left: auto;
    margin-right: auto;
}

.editDialogItem[b-0340z2vqn5] {
    display: inline-block;
}

.editDialogItemNumber[b-0340z2vqn5] {
    display: inline-block;
    margin-right: 1%;
}

form[b-0340z2vqn5] {
    width: 100%;
}

.dialogDDL[b-0340z2vqn5] {
    width: 220px;
}

[b-0340z2vqn5] .solidBtnRed {
    background-color: lightcoral !important;
}

[b-0340z2vqn5] .solidBtnRed:hover {
    background-color: darkred !important;
}
/* /Shared/Components/InformationContent.razor.rz.scp.css */
.informationContainer[b-2th50ity13]{
    margin: 1%;
    width:fit-content;
}
.informationIconContainer[b-2th50ity13]
{
    float:left;
}

.contentContainer[b-2th50ity13] {
    margin-top: 0.25%;
    text-align: left;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 0.25%;
    padding-bottom: 0.25%;
}
p[b-2th50ity13]{
    margin: 0px;
    font-family:Arial;
    font-size: 12px;
}

.notes[b-2th50ity13] {
    margin-bottom: 15px;
    padding: 4px 12px;
}

.danger[b-2th50ity13] {
    background-color: #ffdddd;
    border-left: 6px solid #f44336;
}

.success[b-2th50ity13] {
    background-color: #ddffdd;
    border-left: 6px solid #4CAF50;
}

.info[b-2th50ity13] {
    background-color: #e7f3fe;
    border-left: 6px solid #0142e8;
}


.warning[b-2th50ity13] {
    background-color: #ffffcc;
    border-left: 6px solid #ffeb3b;
}

.danger_rounded[b-2th50ity13] {
    background-color: #ffdddd;
    border-left: 6px solid #f44336;
    border-radius: 0px 10px 10px 0px;
}

.success_rounded[b-2th50ity13] {
    background-color: #ddffdd;
    border-left: 6px solid #4CAF50;
    border-radius: 0px 10px 10px 0px;
}

.info_rounded[b-2th50ity13] {
    background-color: #e7f3fe;
    border-left: 6px solid #2196F3;
    border-radius: 0px 10px 10px 0px;
}


.warning_rounded[b-2th50ity13] {
    background-color: #ffffcc;
    border-left: 6px solid #ffeb3b;
    border-radius: 0px 10px 10px 0px;
}
/* /Shared/Components/LoginDisplay.razor.rz.scp.css */

.userDetails[b-3ho42azvlk]
{
    margin-bottom: 0 !important;
}
/* /Shared/Components/MainLayout.razor.rz.scp.css */
.page[b-bc6zc54gym] {
    position: relative;
    display: flex;
    flex-direction: column;
}
.headingSection[b-bc6zc54gym] {
    width: 50%;
    padding-left: 1%;
    float: left;
    margin: auto;
    margin-left: 0px;
    text-align: left;
    padding-bottom: 1%;
    
}
.pageHeading[b-bc6zc54gym] {
    font-family: fantasy;
}

.descriptionText[b-bc6zc54gym] {
    margin: auto;
}

main[b-bc6zc54gym] {
    flex: 1;
}

.sidebar[b-bc6zc54gym] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-bc6zc54gym] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 4rem;
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
}

    .top-row[b-bc6zc54gym]  a, .top-row[b-bc6zc54gym]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-bc6zc54gym]  a:hover, .top-row[b-bc6zc54gym]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-bc6zc54gym]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-bc6zc54gym] {
        display: none;
    }

    .top-row.auth[b-bc6zc54gym] {
        justify-content: space-between;
    }

    .top-row[b-bc6zc54gym]  a, .top-row[b-bc6zc54gym]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bc6zc54gym] {
        flex-direction: row;
    }

    .sidebar[b-bc6zc54gym] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bc6zc54gym] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-bc6zc54gym]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-bc6zc54gym], article[b-bc6zc54gym] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
        margin-bottom: 0 !important;
    }
}
/* /Shared/Components/Registration.razor.rz.scp.css */
.increment[b-5oeac8qrx5] {
    width: 20px;
    padding: 3px;
}

[b-5oeac8qrx5] .solidBtnRed {
    background-color: lightcoral !important;
}

[b-5oeac8qrx5] .solidBtnRed:hover {
    background-color: darkred !important;
}


[b-5oeac8qrx5] .actionButton {
    background-color: #0142e8 !important;
}

    [b-5oeac8qrx5] .actionButton:hover {
        background-color: #fdc638 !important;
    }
/* /Shared/Components/RegistrationForm.razor.rz.scp.css */
.inputLineFormButton[b-khh3ia9xwn] {
    padding-top: 2%;
}

[b-khh3ia9xwn] .solidBtnRed {
    background-color: lightcoral !important;
}

[b-khh3ia9xwn] .solidBtnRed:hover {
    background-color: darkred !important;
}
/* /Shared/Components/RegistrationsTable.razor.rz.scp.css */

[b-busjovtjt1] .clickableTableHeader {
    
}

[b-busjovtjt1] .clickableTableHeader:hover {
    background-color: rgba(255, 255, 0, 0.3);
    text-decoration: underline;
}

[b-busjovtjt1] .table-row
{
    height: 20px;
    max-height: auto;
}
[b-busjovtjt1] .table-row:hover
{
    background-color: dimgray;
}

[b-busjovtjt1] .mud-table-row
{
}

.recordOk[b-busjovtjt1] {

}

[b-busjovtjt1] .recordHasError {
    background-color: rgba(255, 0, 0, 0.3);
}


.unauthorized[b-busjovtjt1] {
    color: red;
}

.tableTopBar[b-busjovtjt1]{
    margin-top: 0.1%;
}

.searchFieldContainer[b-busjovtjt1]{
    width: 20% !important;
    margin-top: -15px;
}
.archiveCheckboxContainer[b-busjovtjt1] {
    float:left;
    width: 110px;
}

.pageSelectorContainer[b-busjovtjt1] {
    
}

[b-busjovtjt1] .selectItem{
    font-size: 8px !important;
    min-width: 0 !important;
}

[b-busjovtjt1] .solidBtnRed {
    background-color: lightcoral !important;
}

[b-busjovtjt1] .solidBtnRed:hover {
    background-color: darkred !important;
}

[b-busjovtjt1] .warningBox {
    max-width: 20% !important;
    max-height: 10% !important;
    max-width: 250px !important;
}
.headerLabel[b-busjovtjt1] {
    display: flex;
    margin-top: 0;
    margin-botom: 0;
    align-content: center;
}
.headerFilter[b-busjovtjt1] {
    
}
