@import '_content/Abic.Nexus/Abic.Nexus.bundle.scp.css';

/* /Components/HumanizedRow.razor.rz.scp.css */

td.cell-left[b-l8im4fzneh] {
    text-align: right;
    width: 35%;
    font-weight: 600;
    text-transform: uppercase;
    color: black;
}

td.human-time[b-l8im4fzneh] {
    text-align: center;
    padding-right: 10px;
    color: black;
}

td.real-date[b-l8im4fzneh] {
    text-align: left;
    width: 40%;
    color: black;
}

@media only screen and (max-width: 600px) {
    td.cell-left[b-l8im4fzneh] {
        padding-right: 1rem;
        width: unset;
    }
    td.human-time[b-l8im4fzneh] {
        display: none;
    }
    td.real-date[b-l8im4fzneh] {
        width: unset;
    }
}
/* /Components/LoadingPage.razor.rz.scp.css */
@media only screen and (max-width: 600px) {
    img.caivan-loading[b-hncnyiuwkv] {
        height: 12rem !important;
    }

}
/* /Components/PanelContent/CustomerInfoPanel.razor.rz.scp.css */
table[b-ahq2hpbu20] {
    width: 50%;
    margin: 0 1rem;
}

h5.title[b-ahq2hpbu20] {
    text-align: center;
}

td.cell-header[b-ahq2hpbu20] {
    font-weight: bold;
}
/* /Components/PanelContent/CustomerTrackingPanel.razor.rz.scp.css */
#customer-tracking-panel[b-jmzub8n3t3] {
    padding: 1rem;
}

table.data[b-jmzub8n3t3] {
    width: 100%;
}

td.left-column[b-jmzub8n3t3] {
    width: 10rem;
    padding: 7px 7px 7px 3rem;
}

h5.title[b-jmzub8n3t3] {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: black;
    font-weight: 700;
    margin: 0;
    width: 10rem;
}
i.yes[b-jmzub8n3t3] {
    background-color: #8ceb7b;
    margin-bottom: 5px;
    border: 1px solid #535353;
    border-radius: 1rem;
    height: 30px;
    color: #000000;
    width: 30px;
    text-align: center;
    font-size: 22px;
    display: inline-block;
    vertical-align: initial;
}

i.no[b-jmzub8n3t3] {
    border: 1px solid #535353;
    border-radius: 1rem;
    height: 30px;
    color: #000000;
    width: 30px;
    text-align: center;
    font-size: 22px;
    display: inline-block;
    vertical-align: initial;
    background-color: #ff9c9c;
}
/* /Components/PanelContent/FinancialSummaryPanel.razor.rz.scp.css */
#finance-panel[b-fuli68569o] {
    background-color: whitesmoke;
}

table.model[b-fuli68569o] {
    width: auto;
    margin: 1rem;
}

h5.title[b-fuli68569o] {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    color: black;
    font-weight: 700;
    margin: 0 1rem;
}

h5.tax-title[b-fuli68569o] {
    text-align: right;
}

td.amount[b-fuli68569o] {
    text-align: end;
}

td.label[b-fuli68569o] {
    text-align: right;
    font-weight: 500;
}

table.model td.label[b-fuli68569o] {
    padding: 0 15px;
    text-align: center;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    color: black;
    font-weight: 600;
}

table.model td.amount[b-fuli68569o] {
    padding: 0 15px;
    text-align: center;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    color: black;
}

table.model tr[b-fuli68569o] {
    border-bottom: 1px solid lightgray;
}



@media only screen and (max-width: 600px) {
    #finance-panel[b-fuli68569o] {
        overflow-x: scroll;
    }
    table.model[b-fuli68569o] {
        margin: 1rem 0;
        display: inline-block;
        
    }
}
/* /Components/PanelContent/GeneralInfoPanel.razor.rz.scp.css */
h5.title[b-bc16v2rti4] {
    text-align: center;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    color: black;
    font-weight: 700;
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
}

#general-panel[b-bc16v2rti4] {
    background-color: whitesmoke;
}

table.model-info h5[b-bc16v2rti4] {
    text-transform: uppercase;
    color: black;
    font-weight: 700;
}

div.model-not-found[b-bc16v2rti4],
div.customer-not-found[b-bc16v2rti4] {
    margin: 2rem;
    border-radius: 1rem;
    text-align: center;
    padding: 1rem;
}

div.model-not-found h5[b-bc16v2rti4],
div.customer-not-found h5[b-bc16v2rti4] {
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: black;
    font-weight: 200;
}

div.model-not-found i[b-bc16v2rti4],
div.customer-not-found i[b-bc16v2rti4] {
    font-size: 3rem;
    color: #ffd200;
    text-shadow: 0 0 4px #ffd200;
}

table.model-info[b-bc16v2rti4] {
    width: 30%;
    margin-right: 0.5rem;
    height: fit-content;
}

div.model-not-found[b-bc16v2rti4] {
    width: 60%;
    margin: 1rem;
}

td.customer-header[b-bc16v2rti4] {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: black;
    width: 20%;
}


td.customer-content[b-bc16v2rti4] {
    color: black;
}


td.customer-content.secondary[b-bc16v2rti4] {
    padding-left: 10px;
    border-left: 1px solid #dfdfdf;
}

.border-row[b-bc16v2rti4] {
    border-bottom: 1px solid #e7e7e7;
}

td.center[b-bc16v2rti4],
h5.center[b-bc16v2rti4] {
    text-align: center;
}

table.model-info td.label[b-bc16v2rti4] {
    text-align: right;
    padding-right: 1rem;
    width: 50%;
    font-weight: 600;
    text-transform: uppercase;
    color: black;
}

table.model-info td.value[b-bc16v2rti4] {
    text-align: left;
    padding-left: 1rem;
    color: black;
}


span.emphasis[b-bc16v2rti4] {
    color: #0000002e;
    text-transform: uppercase;
    font-weight: 500;
}

.mobile[b-bc16v2rti4] {
    display: none;
}



@media only screen and (max-width: 600px) {
    table.model-info[b-bc16v2rti4],
    table.customers[b-bc16v2rti4] {
        width: 100%;
        margin: 0.25rem;
    }
    
    #general-panel[b-bc16v2rti4] {
        flex-direction: column !important;
    }

    .desktop[b-bc16v2rti4] {
        display: none;
    }
    
    .mobile[b-bc16v2rti4] {
        display: table;
    }
    
    td.customer-header[b-bc16v2rti4] {
        text-align: end;
    }
    
    td.customer-content[b-bc16v2rti4] {
        text-align: left;
        padding-left: 1rem;
        width: unset;
    }
    .secondary-mobile[b-bc16v2rti4] {
        padding-top: 1rem;
        border: 0;
    }
}

.customer-content div[b-bc16v2rti4] {
    display: inline-block;
}

button.copy-btn[b-bc16v2rti4] {
    border: 0;
    display: inline-block;
    background-color: transparent;
    font-size: 1rem;
    padding-right: 5px;
    color: black;
    height: 21px;
}

td.customer-content a[b-bc16v2rti4] {
    color: black;
    text-decoration-color: #ffd200;
}

td.customer-content a:hover[b-bc16v2rti4] {
    color: #ffd200;
}

button.copy-btn:hover[b-bc16v2rti4] {
    color: #ffd200;
}

.close-customers[b-bc16v2rti4] {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 2rem;
    height: 2rem;
}

.more-customers:hover[b-bc16v2rti4],
.close-customers:hover[b-bc16v2rti4] {
    color: #ffd200;
}


td.customer-content.secondary.popup[b-bc16v2rti4] {
    padding-bottom: 0.5rem;
    text-align: center;
    font-size: 12px;
}

.popup-title[b-bc16v2rti4] {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #dddddd;
}

.icon-cell[b-bc16v2rti4] {
    width: 15%;
    float: right;
    font-size: 1rem;
}

span.button-cell[b-bc16v2rti4] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
/* /Components/PanelContent/OptionsExtrasPanel.razor.rz.scp.css */
td.overflow-text[b-i8xtwopr7a] {
    overflow: hidden;
    white-space: initial;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    width: 100%;
    max-width: unset;
    padding: 0px 5px;
    margin: 5px 0;
}

div.panel[b-i8xtwopr7a] {
    height: 70vh;
}

button.export[b-i8xtwopr7a] {
    background-color: #f2dd00;
    border-radius: 5px;
    border: 1px solid #80808030;
    padding: 0.25rem 0.5rem;
    font-weight: 500;
    font-size: 16px;
}

button.export:hover[b-i8xtwopr7a] {
    background-color: #c5a100;
}

#OptionsGrid td.abic-table-cell[b-i8xtwopr7a] {
    padding: 0;
    margin: 3px 0;
    line-height: normal;
}

@media only screen and (max-width: 600px) {
    div.panel[b-i8xtwopr7a] {
        overflow-x: scroll !important;
    }

}
/* /Components/PanelContent/SalesDepositsPanel.razor.rz.scp.css */
table.model[b-box0e3c8n7] {
    width: auto;
    margin: 1rem;
    display: inline-block;
}

#base-home[b-box0e3c8n7] {
    width: 95% !important;
}

#sales-deposits-panel[b-box0e3c8n7] {
    background-color: whitesmoke;
}

h4.header[b-box0e3c8n7] {
    text-align: center !important;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
}

h5.title[b-box0e3c8n7] {
    text-align: left !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

td.short[b-box0e3c8n7] {
    width: 8%;
}

td.long[b-box0e3c8n7] {
    width: 18%;
}

td.amount[b-box0e3c8n7] {
    text-align: left !important;
    line-height: normal;
    font-size: 14px;
}

table.model td[b-box0e3c8n7] {
    padding: 0 15px;
}

table.model tr[b-box0e3c8n7] {
    border-bottom: 1px solid lightgray;
}

td.overflow-text[b-box0e3c8n7] {
    overflow: hidden;
    display: inline-flex;
    white-space: initial;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
    max-width: unset;
    padding: 0px 5px;
    margin: 5px 0;
}

@media only screen and (max-width: 600px) {
    #sales-deposits-panel[b-box0e3c8n7] {
        overflow-x: scroll;
    }
    table.model[b-box0e3c8n7] {
        margin: 1rem 0;
        display: inline-block;
    }
}
/* /Components/PanelContent/UnitDatesPanel.razor.rz.scp.css */
table.dates[b-x4394p8jzt] {
    width: 33%;
    height: 100%;
    margin: 1rem;
}

#dates-panel[b-x4394p8jzt] {
    background-color: whitesmoke;
}

h5.title[b-x4394p8jzt] {
    text-align: center;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    color: black;
    font-weight: 700;
}

div.double-table[b-x4394p8jzt] {
    width: 33%;
    margin: 1rem;
}

div.double-table > table.dates[b-x4394p8jzt] {
    width: unset;
    height: unset;
    margin: 0 15px 0 15px;
}

.border-row[b-x4394p8jzt] {
    border-bottom: 1px solid #e7e7e7;
}

table.dates-construction[b-x4394p8jzt] {
    margin-top: 1rem;
}

td.delta-date[b-x4394p8jzt] {
    text-align: right;
}


td.cell-left[b-x4394p8jzt] {
    text-align: right;
    width: 35%;
    font-weight: 600;
    text-transform: uppercase;
    color: black;
}

td.human-time[b-x4394p8jzt] {
    text-align: center;
    padding-right: 10px;
    color: black;
}

td.real-date[b-x4394p8jzt] {
    text-align: left;
    width: 40%;
    color: black;
}


@media only screen and (max-width: 600px) {
    div.double-table[b-x4394p8jzt],
    table.dates[b-x4394p8jzt],
    div.double-table > table.dates[b-x4394p8jzt] {
        width: 100%;
        margin: 0.5rem 0 1rem 0;
    }

    #dates-panel[b-x4394p8jzt] {
        flex-direction: column !important;
    }

    td.cell-left[b-x4394p8jzt] {
        padding-right: 1rem;
        width: unset;
    }
    td.human-time[b-x4394p8jzt] {
        display: none;
    }
    td.real-date[b-x4394p8jzt] {
        width: unset;
    }
}
/* /Components/SearchNotFound.razor.rz.scp.css */
div.splash[b-ce2402to6j] {
    height: 100%;
    min-height: calc(100vh - 111px - 13.1rem) !important;
    max-height: calc(100vh - 111px) !important;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    background-color: #f7f7f7;

}

i.splash[b-ce2402to6j] {
    font-size: 8rem;
    color: #cbcbcb85;
}

div.splash h3.title[b-ce2402to6j] {
    color: #d7d7d7;
    margin-bottom: 3rem;
    font-size: 2rem;
}

span.emphasis[b-ce2402to6j] {
    color: #0000002e;
    text-transform: uppercase;
    font-weight: 500;
}
/* /Components/SplashPage.razor.rz.scp.css */
div.splash[b-p7v0k26kkk] {
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    background-color: #f7f7f7;
    
}

i.splash[b-p7v0k26kkk] {
    font-size: 5rem;
    color: #cbcbcb85;
}

div.splash h3.title[b-p7v0k26kkk] {
    color: #d7d7d7;
    margin-bottom: 3rem;
    font-size: 2rem;
}

span.divider[b-p7v0k26kkk] {
    width: 2px;
    display: inline-block;
    margin: 0 2.5rem;
    background-color: #ededed;
    height: 7rem;
}

span.emphasis[b-p7v0k26kkk] {
    color: #0000002e;
    text-transform: uppercase;
    font-weight: 500;
}

@media only screen and (max-width: 600px) {
    div.splash h3.title[b-p7v0k26kkk] {
        font-size: 1rem;
    }
    i.splash[b-p7v0k26kkk] {
        font-size: 3rem;
    }
    span.divider[b-p7v0k26kkk] {
        height: 4rem;
    }
}

/* /Components/SubPanel.razor.rz.scp.css */
article.sub-panel-content[b-fno48rcxrh] {
    margin-left: 2rem;
}

span.title[b-fno48rcxrh] {
    color: rgb(255 255 255 / 85%);
    font-family: 'Inter var', sans-serif;
    font-size: 1rem;
    min-width: 12rem;
    display: inline-block;
    cursor: pointer;
}

span.subtitle[b-fno48rcxrh] {
    color: rgb(255 255 255 / 55%);
    font-family: 'Inter var', sans-serif;
    font-size: 1rem;
    cursor: pointer;
}

/* /Components/UnitPanel.razor.rz.scp.css */
div.unit-title[b-ja36er3ssw] {
    padding-left: 0.25rem;
    width: 25%;
}

div.unit-title > label[b-ja36er3ssw] {
    color: rgb(0 0 0 / 65%);
    font-weight: 700;
    font-family: 'Inter var', sans-serif;
    font-size: 1.5rem;
    cursor: pointer;
    width: 100%;
}

article.panel[b-ja36er3ssw] {
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 0;
    padding: 0 1.5rem;
    top: 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f3f3f3;
}

button.customer-button[b-ja36er3ssw] {
    float: right;
    padding: 2px 10px;
    border-radius: 5px;
    border-color: white;
    background-color: rgb(0 0 0 / 75%);
    color: white;
    bottom: 2px;
    position: relative;
}

button.customer-button:hover[b-ja36er3ssw] {
    background-color: #ffd200;
    color: black;
}

table.assigned[b-ja36er3ssw] {
    width: 100%;
    margin-left: 1rem;
    table-layout: fixed;
    height: 100%;
}

table.assigned th.title[b-ja36er3ssw] {
    color: #7c7c7c;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Inter var alt', arial, serif;
    font-weight: 500;
}

.unit-code[b-ja36er3ssw] {
    padding-left: 1rem;
}

table.assigned td.name[b-ja36er3ssw] {
    font-size: 16px;
    color: rgb(0 0 0 / 80%);
    font-weight: 500;
    line-height: 0.8;
    vertical-align: top;
}

h5.designation[b-ja36er3ssw] {
    color: black;
    margin-right: 1rem;
    margin-bottom: 0;
    font-size: 16px;
}

h5.designation span.divider[b-ja36er3ssw] {
    color: #e3e3e3;
    font-size: 20px;
    display: inline-block;
    padding: 0 5px;
}

.panel > .loading-spinner[b-ja36er3ssw] {
    margin-left: 1rem;
}

/* Firefox header fix*/
.panel-header[b-ja36er3ssw] {
    height: 18px;
}

h5.not-found[b-ja36er3ssw] {
    color: #5c5c5c;
    font-size: 1rem;
    margin: 5px 0 0 1rem;
}

h5.not-found > i[b-ja36er3ssw] {
    font-size: 22px;
    margin-right: 0.5rem;
    color: #ff8100f2;
}

.address > span[b-ja36er3ssw] {
    width: 100%;
    display: block;
    font-size: 10px;
}

.desktop-exclude[b-ja36er3ssw] {
    display: none;
}



@media only screen and (max-width: 600px) {
    .mobile-exclude[b-ja36er3ssw] {
        display: none;
    }
    table.assigned[b-ja36er3ssw] {
        margin-left: 0;
    }
    .desktop-exclude[b-ja36er3ssw] {
        display: unset;
    }
    article.panel[b-ja36er3ssw] {
        padding: 0 0 0 1.5rem;
    }
    table.assigned[b-ja36er3ssw] {
        table-layout: unset;
    }
    th.project[b-ja36er3ssw] {
        width: 50vw;
    }
    table.assigned td.name[b-ja36er3ssw] {
        font-size: 14px;
    }

}

.pinned-panel[b-ja36er3ssw] {
    border-bottom: 1px solid #bdbdbd !important;
    background-color: #dfdfdf;
}

button.pinned-btn[b-ja36er3ssw] {
    background-color: transparent;
    border: none;
    color: black;
    font-size: 1.5rem;
    position: absolute;
    right: 1rem;
    top: 2px;
}

button.pinned-btn:hover[b-ja36er3ssw] {
    color: #ffd200;
}


.geo-pin[b-ja36er3ssw] {
    position: absolute;
    right: 3.5rem;
    top: 4px;
    font-size: 1.3rem;
}

.geo-pin:hover[b-ja36er3ssw] {
    color: #ffd200;
}
/* /Pages/Index.razor.rz.scp.css */
.search[b-daos813us7] {
    width: 25%;
    border-radius: 5px;
    border: 1px solid grey;
    padding: 3px;
    margin: 5px 0 5px 1rem;
}

.tools[b-daos813us7] {
    border-bottom: 1px solid darkgray;
    background-color: rgb(0 0 0 / 75%);
    padding: 5px 0;
}

button.customer-open[b-daos813us7] {
    position: absolute;
    right: 3rem;
}

label.my-units[b-daos813us7] {
    color: rgb(255 255 255 / 90%);
    padding: 10px 10px 10px 10px;
    white-space: nowrap;
}

span.toggle-container[b-daos813us7] {
    width: 10rem;
}

div.fields[b-daos813us7] {
    width: 100%;
}


button.load-more[b-daos813us7] {
    width: 100%;
    height: 50px;
    border: 1px solid grey;
    background-color: rgb(0 0 0 / 70%);
    border-radius: 10px;
}


button.load-more > span.label[b-daos813us7] {
    color: rgb(255 255 255 / 90%);
    font-size: 1rem;
    font-weight: 600;
}

button.load-more:hover > span.label[b-daos813us7] {
    color: #ffd200;
}

i.search-icon[b-daos813us7] {
    position: relative;
    right: 2rem;
    color: #00000080;
}

.scroll-buffer[b-daos813us7] {
    width: 100%;
    height: 30vh;
    display: flex;
    background-color: whitesmoke;
    justify-content: center;
    align-items: center;
}


.main[b-daos813us7] {
    padding-bottom: 2rem;
    width: auto;
}

.secondary[b-daos813us7] {
    width: 50%;
}

.icons[b-daos813us7] {
    width: 20vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


@media only screen and (max-width: 600px) {
    input.search[b-daos813us7] {
        padding-right: 2.25rem;
    }
    span.toggle-container[b-daos813us7] {
        padding-right: 1rem;
    }

    div.icons[b-daos813us7],
    img.main[b-daos813us7] {
        width: 75vw;
    }
}


.pinned-units[b-daos813us7] {
    max-height: 13.1rem;
    background-color: #c9c9c9;
}


#migration-pane[b-daos813us7] {
    position: absolute;
    z-index: 11;
    background-color: #1a1a1a;
    color: whitesmoke;
    /*height: 30vh;*/
    width: 55vw;
    left: calc(48vw - 25vw);
    top: 20vh;
    border-radius: 10px;
    padding: 2rem 5rem;
    font-size: 1rem;
    box-shadow: 0 0 100vw 100vw #000000ad;
}


.migration-pane-dismiss[b-daos813us7] {
    border: 1px solid white;
    border-radius: 5px;
    padding: 5px;
    margin-left: 1rem;
}
button.migration-pane:disabled[b-daos813us7] {
    opacity: 0.7;
    cursor: not-allowed;
}

button.migration-pane-dismiss:enabled:hover[b-daos813us7] {
    border: unset !important;
    color: black;
    background-color: #ffd200;
}

.support-email[b-daos813us7] {
    color: #ffd200;
}
/* /Shared/MainLayout.razor.rz.scp.css */
