@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Components/ConfirmationModal.razor.rz.scp.css */
.modal-overlay[b-6a2i4qh1fo] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.c-modal[b-6a2i4qh1fo] {
    background: white;
    padding: 0 0 20px 0;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    min-width: 300px;
    overflow: hidden;
}

    .c-modal p[b-6a2i4qh1fo] {
        font-size: 18px;
        margin-bottom: 15px;
        background-color: #447EE2;
        font-weight: bold;
        padding: 10px 0;
        color: white;
    }

    .c-modal button[b-6a2i4qh1fo] {
        padding: 10px 20px;
        margin: 5px;
        border: none;
        border-radius: 5px;
        font-size: 16px;
        cursor: pointer;
        transition: 0.2s;
    }

        .c-modal button:first-child[b-6a2i4qh1fo] {
            background: #28a745;
            color: white;
        }

        .c-modal button:last-child[b-6a2i4qh1fo] {
            background: #447EE2;
            color: white;
        }

        .c-modal button:hover[b-6a2i4qh1fo] {
            opacity: 0.8;
        }
/* /Components/Loader.razor.rz.scp.css */
.fullscreen-loader[b-rrgjsmvtjl] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner[b-rrgjsmvtjl] {
    width: 50px;
    height: 50px;
    border: 5px solid #fff;
    border-top: 5px solid transparent;
    border-radius: 50%;
    animation: spin-b-rrgjsmvtjl 1s linear infinite;
}

@keyframes spin-b-rrgjsmvtjl {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
/* /Pages/Client/Clients.razor.rz.scp.css */
.header[b-5r140492f9] {
    display: flex;
}

.add-icon[b-5r140492f9] {
    margin-left: 10px;
}

.edit-rate[b-5r140492f9] {
    margin-left: 10px;
}

.rate-table[b-5r140492f9] {
    font-size: 14px;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

    .rate-table th[b-5r140492f9],
    .rate-table td[b-5r140492f9] {
        padding: 0 4px;
        width: 25%;
    }

.rate[b-5r140492f9] {
    width: 120px;
    text-align: end;
}
 
/* /Pages/Employee/Employee.razor.rz.scp.css */


.edit-rate[b-r7bdjc6er2] {
    margin-left: 10px;
}
/* /Pages/Index.razor.rz.scp.css */
.centered[b-ul3n7wzlap] {
    display: flex;
    height: 350px;
    margin: 20px;
    background-color: #d3d3d326;
    padding: 20px;
    text-align: center;
    flex-direction: column;
}

.under-construction[b-ul3n7wzlap] {
    margin-top: 15px;
}

.aero-mech-logo[b-ul3n7wzlap] {
    width: 100%;
    margin-top: -38px;
    z-index: -1;
}

.widget[b-ul3n7wzlap] {
    min-width: 330px;
}

.widget-header[b-ul3n7wzlap] {
    font-weight: bold;
}
/* /Pages/Part/Part.razor.rz.scp.css */
.header[b-fygvaby54d] {
    display: flex;
}

.add-icon[b-fygvaby54d] {
    margin-left: 10px;
}

.edit-rate[b-fygvaby54d] {
    margin-left: 10px;
}

.part-description[b-fygvaby54d] {
    text-overflow: ellipsis;
    max-width: 400px;
    text-wrap: nowrap;
    overflow: hidden;
}
/* /Pages/Quote/Quotes.razor.rz.scp.css */
.header[b-jm2o2w912p] {
    display: flex;
}

.add-icon[b-jm2o2w912p] {
    margin-left: 10px;
}

.edit-rate[b-jm2o2w912p] {
    margin-left: 10px;
}
/* /Pages/Reports/DisplayQuote.razor.rz.scp.css */

/* /Pages/Reports/DisplayReport.razor.rz.scp.css */

/* /Pages/ServiceReport/AddServiceReport.razor.rz.scp.css */
.page-footer[b-gh4fdh5qtn] {
    padding: 40px 0 20px 0;
}


/* /Pages/ServiceReport/ServiceReports.razor.rz.scp.css */
.header[b-xfqqgos9qk] {
    display: flex;
}

.add-icon[b-xfqqgos9qk] {
    margin-left: 10px;
}

.edit-rate[b-xfqqgos9qk] {
    margin-left: 10px;
}

.page-numbers[b-xfqqgos9qk] {
    vertical-align: text-bottom;
    line-height: 20px;
}
/* /Pages/StockTake/StockTake.razor.rz.scp.css */
.header[b-2jltexy42u] {
    display: flex;
}

.add-icon[b-2jltexy42u] {
    margin-left: 10px;
}

.edit-rate[b-2jltexy42u] {
    margin-left: 10px;
}

.part-description[b-2jltexy42u] {
    text-overflow: ellipsis;
    max-width: 400px;
    text-wrap: nowrap;
    overflow: hidden;
}
/* /Pages/Vehicle/Vehicle.razor.rz.scp.css */
.header[b-eg712t62e4] {
    display: flex;
}

.add-icon[b-eg712t62e4] {
    margin-left: 10px;
}

.edit-rate[b-eg712t62e4] {
    margin-left: 10px;
}

.vehicle-description[b-eg712t62e4] {
    text-overflow: ellipsis;
    max-width: 400px;
    text-wrap: nowrap;
    overflow: hidden;
}
/* /Pages/Widgets/BirthdayList/BirthdayListWidget.razor.rz.scp.css */

.widger-container[b-3b2o67qn8y] {
    overflow: auto;

}

.widget-data-table[b-3b2o67qn8y] {
    width: 100%;
}

.widget-data-header[b-3b2o67qn8y] {
    border-bottom: 1px solid black;
    font-weight: 600;
}

.widget-data-body[b-3b2o67qn8y]:before {
    content: "@";
    display: block;
    line-height: 10px;
    text-indent: -99999px;
}

.widget-data-row[b-3b2o67qn8y] {
    color: black;
    margin: 5px;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

    .widget-data-row:hover[b-3b2o67qn8y] {
        background-color: lightgray;
    }

.widget-data-col[b-3b2o67qn8y] {
    text-align: left;
    padding: 0px 10px 0px 0;
    font-size: 14px;
}

.report-number[b-3b2o67qn8y] {
    
}

.report-date[b-3b2o67qn8y] {
    text-align: right;
    min-width: 93px;
}

.action-buttons[b-3b2o67qn8y] {
    display: flex;
    flex-direction: row;
}

.email[b-3b2o67qn8y] {
    max-width: 100px;
    overflow: hidden; 
    text-overflow: ellipsis;
}
/* /Pages/Widgets/ContactList/ContactListWidget.razor.rz.scp.css */

.widger-container[b-g99mhl2tnb] {
    overflow: auto;

}

.widget-data-table[b-g99mhl2tnb] {
    width: 100%;
}

.widget-data-header[b-g99mhl2tnb] {
    border-bottom: 1px solid black;
    font-weight: 600;
}

.widget-data-body[b-g99mhl2tnb]:before {
    content: "@";
    display: block;
    line-height: 10px;
    text-indent: -99999px;
}

.widget-data-row[b-g99mhl2tnb] {
    color: black;
    margin: 5px;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

    .widget-data-row:hover[b-g99mhl2tnb] {
        background-color: lightgray;
    }

.widget-data-col[b-g99mhl2tnb] {
    text-align: left;
    padding: 0px 10px 0px 0;
    font-size: 14px;
}

.report-number[b-g99mhl2tnb] {
    
}

.report-date[b-g99mhl2tnb] {
    text-align: right;
    min-width: 93px;
}

.action-buttons[b-g99mhl2tnb] {
    display: flex;
    flex-direction: row;
}

.email[b-g99mhl2tnb] {
    max-width: 100px;
    overflow: hidden; 
    text-overflow: ellipsis;
}
/* /Pages/Widgets/Quotes/QuoteWidget.razor.rz.scp.css */

.widger-container[b-27kh9btj8h] {
    overflow: auto;

}

.widget-data-table[b-27kh9btj8h] {
    width: 100%;
}

.widget-data-header[b-27kh9btj8h] {
    border-bottom: 1px solid black;
    font-weight: 600;
}

.widget-data-body[b-27kh9btj8h]:before {
    content: "@";
    display: block;
    line-height: 10px;
    text-indent: -99999px;
}

.widget-data-row[b-27kh9btj8h] {
    color: black;
    margin: 5px;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

    .widget-data-row:hover[b-27kh9btj8h] {
        background-color: lightgray;
    }

.widget-data-col[b-27kh9btj8h] {
    text-align: left;
    padding: 0px 10px 0px 0;
    font-size: 14px;
}

.report-number[b-27kh9btj8h] {
    
}

.report-date[b-27kh9btj8h] {
    text-align: right;
    min-width: 93px;
}

.action-buttons[b-27kh9btj8h] {
    display: flex;
    flex-direction: row;
}
/* /Pages/Widgets/ServiceReport/ServiceReportWidget.razor.rz.scp.css */

.widger-container[b-15h8g4xxqf] {
    overflow: auto;
}

.widget-data-table[b-15h8g4xxqf] {
    width: 100%;
}

.widget-data-header[b-15h8g4xxqf] {
    border-bottom: 1px solid black;
    font-weight: 600;
}

.widget-data-body[b-15h8g4xxqf]:before {
    content: "@";
    display: block;
    line-height: 10px;
    text-indent: -99999px;
}

.widget-data-row[b-15h8g4xxqf] {
    color: black;
    margin: 5px;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

    .widget-data-row:hover[b-15h8g4xxqf] {
        background-color: lightgray;
    }

.widget-data-col[b-15h8g4xxqf] {
    text-align: left;
    padding: 0px 10px 0px 0;
    font-size: 14px;
}

.report-number[b-15h8g4xxqf] {
    
}

.report-date[b-15h8g4xxqf] {
    text-align: right;
    min-width: 93px;
}

.action-buttons[b-15h8g4xxqf] {
    display: flex;
    flex-direction: row;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-3ml5ctds01] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3ml5ctds01] {
    flex: 1;
}

.main-view-port[b-3ml5ctds01] {
    /*max-height: 100vh;*/
}

.sidebar[b-3ml5ctds01] {
    background-image: linear-gradient(0deg, rgb(5, 39, 103) 40%, #447EE2 90%);
}

.top-row[b-3ml5ctds01] {
    font-weight: bold;
    background-color: #447EE2;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    background-color: #447EE2;
    font-weight: bold;
    color: white;
}

    .top-row[b-3ml5ctds01]  a, .top-row .btn-link[b-3ml5ctds01] {
        white-space: nowrap;
        margin-left: 1.5rem;
        color: white;
    }

    .top-row a:first-child[b-3ml5ctds01] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-3ml5ctds01] {
        display: none;
    }

    .top-row.auth[b-3ml5ctds01] {
        justify-content: space-between;
    }

    .top-row a[b-3ml5ctds01], .top-row .btn-link[b-3ml5ctds01] {
        margin-left: 0;
        color: white;
    }
}

@media (min-width: 641px) {
    .page[b-3ml5ctds01] {
        flex-direction: row;
    }

    .sidebar[b-3ml5ctds01] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3ml5ctds01] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-3ml5ctds01], article[b-3ml5ctds01] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-enpmegs4yp] {
    background-color: #447EE2; 
    /*rgba(255, 255, 255, 0.1);*/
}

.top-row[b-enpmegs4yp] {
    height: 3.5rem;
    background-color: #447EE2;
    font-weight:bold;
    color: white;
    /*rgba(0,0,0,0.4);*/
}

.navbar-brand[b-enpmegs4yp] {
    font-size: 1.5rem;
    color:white;
}

.oi[b-enpmegs4yp] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-enpmegs4yp] {
    font-size: 1rem;
    padding-bottom: 0.5rem;
    font-weight: bold;
}

    .nav-item:first-of-type[b-enpmegs4yp] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-enpmegs4yp] {
        padding-bottom: 1rem;
    }

    .nav-item[b-enpmegs4yp]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-enpmegs4yp]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-enpmegs4yp]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-enpmegs4yp] {
        display: none;
    }

    .collapse[b-enpmegs4yp] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-enpmegs4yp] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
