/* _content/PartFinder.Core/DealershipMaintenance/Modals/LocationModal.razor.rz.scp.css */
.location-body > *[b-yh21fr15ps] {
    margin-bottom: 10px;
}

    location-body > *:last-child[b-yh21fr15ps] {
        margin-bottom: 0px;
    }
/* _content/PartFinder.Core/DealershipMaintenance/Modals/UserModal.razor.rz.scp.css */
.user-body > *[b-amdbqvbmtb] {
    margin-bottom: 10px;
}

    user-body > *:last-child[b-amdbqvbmtb] {
        margin-bottom: 0px;
    }
/* _content/PartFinder.Core/DealershipMaintenance/UI/CardComponent.razor.rz.scp.css */
.card-container[b-2hmk13uboo] {
    background-color: white;
    border: solid 1px var(--grey-colour);
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.title-row[b-2hmk13uboo] {
    cursor: pointer !important;
    width:100%;
}
/* _content/PartFinder.Core/DealershipMaintenance/UI/DealerMaintenancePage.razor.rz.scp.css */

.locator-container[b-j770ap1tte] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y:auto;

    padding: 10px;
}

.partfinder-header[b-j770ap1tte] {
    font-size: 2.5em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

    .partfinder-header > .header-icon[b-j770ap1tte] {
        margin-right: 5px;
        color: var(--primary-colour);
    }


.search-container[b-j770ap1tte]{
    width:100%;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
}

.search-box[b-j770ap1tte] {
    position:relative;
    height: 42px;
    width: 100%;
    max-width: 600px;
    border-radius:0px;
}

    .search-box > .search-icon[b-j770ap1tte] {
        position: absolute;
        z-index: 2;
        height: 40px;
        width: 40px;
        right: 1px;
        top: 1px;
        background-color: white;
        color: #bfbfbf;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        pointer-events: none;
    }

.dealer-body[b-j770ap1tte] {
    margin-top:10px;

    width:100%;
    height:auto;    
}

    .dealer-body > *[b-j770ap1tte]{
        margin-bottom:10px;
    }

    .dealer-body > *:last-child[b-j770ap1tte]{
        margin-bottom:0px;
    }



.table-row:hover[b-j770ap1tte]{
    background-color:var(--grey-colour);
    cursor:pointer;
}
/* _content/PartFinder.Core/UI/Authentication/DeviceAuthenticationModal.razor.rz.scp.css */
.device-auth-container[b-uz6n64csx5]{
    display:flex;
    flex-direction:column;
    align-items:center;
}

@keyframes spinner-b-uz6n64csx5 {
    to {
        transform: rotate(360deg);
    }
}
/* This is the class name given by the Font Awesome component when icon contains 'spinner' */
.spin[b-uz6n64csx5] {
    /* Apply 'spinner' keyframes looping once every second (1s)  */
    animation: spinner-b-uz6n64csx5 2s linear infinite;
}
/* _content/PartFinder.Core/UI/Authentication/LoginComponent.razor.rz.scp.css */
.login-container[b-5mrqfvaryd] {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary-colour);
}


.login-body[b-5mrqfvaryd]{
    height:100%;
    width:100%;
    max-height:400px;
    max-width:500px;
    margin:20px;
    display:flex;
    flex-direction:column;
    padding:10px;
    background-color:var(--inverse-colour);
    justify-content:center;
}

    .login-body > *:first-child[b-5mrqfvaryd] {
        margin-top: 30px;
    }

    .login-body > *[b-5mrqfvaryd]{
        margin-top:10px;
    }

    .login-logo[b-5mrqfvaryd] {
        width: 100%;
        height: 400px; /*need to make this aspec ratio driven*/
        background-color: yellow;
    }

.login-email[b-5mrqfvaryd]{

}

.login-password[b-5mrqfvaryd]{

}

.login-button-row[b-5mrqfvaryd]{
    display:flex;
    flex-direction:row-reverse;
    align-items:center;
}

.login-button[b-5mrqfvaryd]{
    border-radius:0px;
    color:var(--inverse-colour);
    background-color: var(--primary-colour);
    width:100px;
}

.form-control[b-5mrqfvaryd] {
    border-radius: 0px;
}

.success-container[b-5mrqfvaryd]{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
    .success-container > *:first-child[b-5mrqfvaryd] {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .fa-circle-check[b-5mrqfvaryd] {
        font-size: 50px;
        color: var(--success-colour);
    }
/* _content/PartFinder.Core/UI/Authentication/ResetPasswordComponent.razor.rz.scp.css */
.reset-password-container[b-15vahljnu0] {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary-colour);
}

.reset-password-body[b-15vahljnu0] {
    height: auto;
    width: 100%;
    max-height: 400px;
    max-width: 500px;
    margin: 20px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: var(--inverse-colour);
    justify-content: center;
}
.reset-password-body > *[b-15vahljnu0]{
    margin-top:10px;
}

.reset-button-row[b-15vahljnu0] {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.reset-button[b-15vahljnu0] {
    border-radius: 0px;
    color: var(--inverse-colour);
    background-color: var(--primary-colour);
    width: 100px;
}

.form-control[b-15vahljnu0] {
    border-radius: 0px;
}
/* _content/PartFinder.Core/UI/Base/Layout/HeaderComponent.razor.rz.scp.css */
.header-row[b-zzpz9z8avb] {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: var(--secondary-colour);
    color:var(--inverse-colour);
    position: fixed;
    overflow: hidden;
    height: 3.5rem;
    width: 100%;
    z-index: 20;
}

.menu-button[b-zzpz9z8avb] {
    font-size: 30px;
    text-align: center;
    left: 10px;
    margin-bottom: 4px;
    color:var(--inverse-colour);
}

.logo-box[b-zzpz9z8avb]{
    position:absolute;
    left:50px;
    width:170px;
    height:3rem;
}

.user-icon[b-zzpz9z8avb] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--inverse-colour);
    cursor: pointer;
    margin-right: 10px;
}

.user-icon:hover[b-zzpz9z8avb]{
    font-size:35px;
}

.user-detail[b-zzpz9z8avb]{
    height:100%;
    width:auto;
    overflow:hidden;
    display:flex;
    flex-direction: column;
    justify-content:center;
    margin-right:20px;
    font-size:14px;
}
/* _content/PartFinder.Core/UI/Base/Layout/LeftColumnComponent.razor.rz.scp.css */
.left-column[b-vudivhdoyw] {
    color: var(--inverse-colour);
    background-color:var(--primary-colour);
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    width: 0px;
    display: flex;
    flex-direction: column;
}

.left-column.visible[b-vudivhdoyw]{
    width: 250px;
    min-width:250px;
}

    .left-column > *[b-vudivhdoyw] {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }

    .left-column > *:last-child[b-vudivhdoyw]{
        margin-bottom:10px;
    }


.page-item[b-vudivhdoyw] {
    display:flex;
    flex-direction:row;
    align-items:center;
    flex-wrap:nowrap;
    overflow:hidden;
    text-wrap:none;
    white-space:nowrap;

    padding: 5px;
    height: 30px;
    color: var(--inverse-colour);
}

.page-item-icon[b-vudivhdoyw]{
    margin-right:15px;
}

.page-item:hover > .page-item-icon[b-vudivhdoyw] {
    font-size: 24px;
}
/* _content/PartFinder.Core/UI/Base/Layout/MainLayout.razor.rz.scp.css */
.app-container[b-2mg9g26q9p]{
    position:fixed;
    height:100%;
    width:100%;
    overflow-x:hidden;
    overflow-y:auto;
    background-color: var(--primary-colour);
}

.body-container[b-2mg9g26q9p]{
    display:flex;
    flex-direction:row;
    position:fixed;
    top:3.5rem;
    width:100%;
    height:calc(100% - 3.5rem);
    overflow:hidden;
    background-color:var(--inverse-colour);
}
/* _content/PartFinder.Core/UI/Base/Loading/LoadingComponent.razor.rz.scp.css */
@keyframes spinner-b-xov3fbj42u {
    to {
        transform: rotate(360deg);
    }
}
/* This is the class name given by the Font Awesome component when icon contains 'spinner' */
.spin[b-xov3fbj42u] {
    /* Apply 'spinner' keyframes looping once every second (1s)  */
    animation: spinner-b-xov3fbj42u 2s linear infinite;
}
/* _content/PartFinder.Core/UI/Base/PartFinderLogoComponent.razor.rz.scp.css */
.logo[b-e5ur45apw0] {
    width: 100%;
    padding-top: 25%;
    border: solid 2px var(--primary-colour);
    position: relative;
}

.logo-icon[b-e5ur45apw0] {
    top: 0px;
    position: absolute;
    height: 100%;
    width: 30%;
    background-color: transparent;
    color: var(--primary-colour);
    font-size: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: 'Josefin Sans', sans-serif;
    padding-top: 5%;
}

.logo-text[b-e5ur45apw0] {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 70%;
    height: calc(100% + 2px);
    background-color: var(--primary-colour);
    color: var(--inverse-colour);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    font-family: 'Josefin Sans', sans-serif;
}
/* _content/PartFinder.Core/UI/Importer/ImporterPage.razor.rz.scp.css */


.partfinder-header[b-5hpl57gq8e] {
    font-size: 2.5em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

    .header > .header-icon[b-5hpl57gq8e] {
        margin-right: 5px;
        color: var(--primary-colour);
    }


.importer-container[b-5hpl57gq8e] {
    position: absolute;
    left: 0;
    top: 100;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}



.importer-body[b-5hpl57gq8e] {
    border:solid 1px #c7c7c7;
    min-width:400px;
    min-height:600px;
    padding:10px;
    display:flex;
    flex-direction:column;
    align-items:start;

}


    .upload-body[b-5hpl57gq8e]{
        padding:10px;
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        position:relative;
    }

    .upload-icon[b-5hpl57gq8e]{
        color:var(--primary-colour);
        font-size:50px;
    }

.file-selector[b-5hpl57gq8e] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.form-group[b-5hpl57gq8e] {
    width: 100%;
}

.form-control[b-5hpl57gq8e] {
    border-radius: 0px;
}

.upload-body[b-5hpl57gq8e]{
    padding-left:0px;
}

.btn[b-5hpl57gq8e]{
    margin-top:15px;
    width:100%;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    font-size:20px;
}

.btn > i[b-5hpl57gq8e]{
    margin-left:10px;
}

.upload-success-box[b-5hpl57gq8e] {
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: var(--success-colour);
    border-radius:25px;
    height:50px;
    opacity:0;
}

    .upload-success-box.appear[b-5hpl57gq8e]{
        opacity:1;
    }

    .fa-circle-check[b-5hpl57gq8e] {
        font-size: 40px;
        margin-left: 10px;
    }
/* _content/PartFinder.Core/UI/Locator/LocationDetailComponent.razor.rz.scp.css */
.location-container[b-wcmxt4z8kn] {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 0 3px 3px #c7c7c7;
    color: black;
    font-family: Roboto;
    font-size: 12px;
    background-color:white;
}

.location-container > div[b-wcmxt4z8kn]{
    margin-bottom:5px;
    cursor:copy;
}
.location-container > div:last-child[b-wcmxt4z8kn]{
    margin-bottom:0px;
}
/* _content/PartFinder.Core/UI/Locator/LocatorPage.razor.rz.scp.css */

.locator-container[b-fuy6mrho01] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y:auto;

    padding: 10px;
}

.partfinder-header[b-fuy6mrho01] {
    font-size: 2.5em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

    .header > .header-icon[b-fuy6mrho01] {
        margin-right: 5px;
        color: var(--primary-colour);
    }


.search-container[b-fuy6mrho01]{
    width:100%;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
}

.search-box[b-fuy6mrho01] {
    position:relative;
    height: 42px;
    width: 100%;
    max-width: 600px;
    border-radius:0px;
}

    .search-box > .search-icon[b-fuy6mrho01] {
        position: absolute;
        z-index: 2;
        height: 40px;
        width: 40px;
        right: 1px;
        top: 1px;
        background-color: white;
        color: #bfbfbf;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        pointer-events: none;
    }

.group-section[b-fuy6mrho01] {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #bfbfbf;
    padding: 10px;
    display: flex;
    flex-direction: column;        
}



.zero-quantity[b-fuy6mrho01] {
    color: #bfbfbf;
}

.last-updated[b-fuy6mrho01]{
    cursor:pointer;
}

.fa-circle-info[b-fuy6mrho01]{
    color:var(--primary-colour);
    margin-left:5px;
    border-radius:100%;
    cursor:pointer;
    position:relative;
}

    .fa-circle-info:hover[b-fuy6mrho01] {
        color: white;
        background-color: var(--primary-colour);
        box-shadow: 0 0 3px 3px var(--primary-colour);
    }

    .fa-circle-info:hover > .location-container[b-fuy6mrho01]{
        visibility:visible !important;
    }

    .location-container[b-fuy6mrho01]{        
        position:absolute;
        top:-50%;
        left:15px;
        z-index:2;
        visibility:hidden;
        cursor:default;
    }

.location-cell[b-fuy6mrho01]{
    display:flex;
    flex-direction:row;
    align-items:center;
    text-overflow:ellipsis;
    white-space:nowrap;
}
