/* _content/ACI.Workbench/Components/ComparableSearch/ComparableCardView.razor.rz.scp.css */
.aci-orderview-addr-text[b-7noi2pyso8] {
    font-size: 1.2rem;
    vertical-align: middle;
}

.comp-details[b-7noi2pyso8] {
    margin: auto;
    width: 50%;
    padding: 10px;
}

.aci-icon-arrow-forward[b-7noi2pyso8] {
    transform: rotate(270deg);
}

.aci-icon-arrow-back[b-7noi2pyso8] {
    transform: rotate(270deg);
}

.arrow-btn[b-7noi2pyso8] {
    background: transparent;
    border: none;
}

.gallery-image[b-7noi2pyso8] {
    width: 100%;
    object-fit: cover /* OR contain */;
    object-position: center;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.gallery-button-container[b-7noi2pyso8] {
    position: absolute;
    bottom: 1%;
    left: 13%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.gallery-btn[b-7noi2pyso8] {
    position: relative;
    opacity: 95%;
    border-radius: 5px;
    background-color: white;
    border: none;
}
/* _content/ACI.Workbench/Components/ComparableSearch/ComparableDetails.razor.rz.scp.css */

.table-header[b-f3x8ydsx54] {
    font-weight: bold;
    font-size: 10px;
    border-bottom-width: 2px !important;
    white-space: nowrap;
}

.table-striped > tbody > tr:nth-of-type(odd) > *[b-f3x8ydsx54] {
    --bs-table-accent-bg: #ffffff; /* Set background to white */
    color: var(--bs-table-striped-color);
    font-size: 12px;
    font-weight: 600;
}

.table-striped > tbody > tr:nth-of-type(even) > *[b-f3x8ydsx54] {
    --bs-table-accent-bg: #ffffff; /* Set background to white */
    color: var(--bs-table-striped-color);
    font-size: 12px;
    font-weight: 600;
}

.table-striped td:nth-child(2)[b-f3x8ydsx54] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
    text-align: left;
}


.aci-rating-2[b-f3x8ydsx54],
.aci-rating-3[b-f3x8ydsx54],
.aci-rating-4[b-f3x8ydsx54] {
    font-size: 12px;
    font-weight: 600;
    border: none;
    display: none;
}
.margin-top[b-f3x8ydsx54] {
    margin-top: 0.1rem !important;
}

table tbody tr td[b-f3x8ydsx54] {
    border-bottom-width: 1px !important;
    font-size: 9px;
    font-weight: bold;
}

.address-column[b-f3x8ydsx54] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.card-body[b-f3x8ydsx54] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0.2rem;
    
}

.flex-grow-1[b-f3x8ydsx54] {
    flex-grow: 1;
}

.d-flex[b-f3x8ydsx54] {
    display: flex;
}

    .d-flex.mb-2[b-f3x8ydsx54] {
        justify-content: flex-end;
    }

.h-100[b-f3x8ydsx54] {
    height: 100%;
}

.map-container-wrapper[b-f3x8ydsx54] {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0.2rem;
}

.map-container[b-f3x8ydsx54] {
    flex: 1; 
    height: 100%; 
    margin: 0.2rem 0; 
}

.table-container-wrapper[b-f3x8ydsx54] {
    display: flex;
    flex-direction: column;
    height: 100%; 
    padding: 0.2rem; 
}

.table-container[b-f3x8ydsx54] {
    flex: 1;
    /*overflow-y: auto;*/ 
    margin: 0.2rem 0;
}

.table-scrollable[b-f3x8ydsx54] {
    max-height: calc(100vh - 10rem);
    overflow-y: auto; 
    
}
.selected-row[b-f3x8ydsx54] {
    background-color: bisque;
}

.compdetail-title[b-f3x8ydsx54] {
    font-weight: bold;
    font-size: 16px;
}

.btn-spacing[b-f3x8ydsx54] {
    margin-right: 0.3rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .btn-spacing [class^="aci-icon-"][b-f3x8ydsx54],
    .btn-spacing [class^="aci-icon-"][b-f3x8ydsx54] {
        width: 16px;
        height: 16px
    }

.aci-center-screen[b-f3x8ydsx54] {
    position: fixed;
    top: 50%;
    left: 60%;
    transform: translate(-60%, -50%);
}
.no-margin[b-f3x8ydsx54] {
    margin: 0;
    padding: 0;
}
.save-btn-default[b-f3x8ydsx54] {
    color: #616161;
    background-color: #f5f5f5;
    border-color: #e0e0e0;
    font-weight: bold;
}
    .save-btn-default:hover[b-f3x8ydsx54] {
        color: #616161;
        background-color: #e0e0e0;
        border-color: #bdbdbd;
    }

.save-btn-active[b-f3x8ydsx54] {
    color: #616161;
    background-color: #F5F5F5; /* Red color */
    border-color: #D3D3D4; /* Darker red */
    font-weight: 600;
}
    .save-btn-active:hover[b-f3x8ydsx54] {
        color: #616161;
        background-color: #e0e0e0;
        border-color: #bdbdbd;
    }
/* Hide default checkbox appearance */
.custom-checkbox[b-f3x8ydsx54] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    background-color: white;
}


    .custom-checkbox[b-f3x8ydsx54]::before {
        content: "+";
        font-size: 16px;
        color: #a9a9a9;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    
    .custom-checkbox:checked[b-f3x8ydsx54]::before {
        content: "✔"; 
        font-size: 16px;
        color: #E77A35;
    }

    .custom-checkbox:checked[b-f3x8ydsx54] {
        background-color: none;
        border-color: green;
    }

.comparable-filter-label[b-f3x8ydsx54] {
    vertical-align:middle;
    margin:auto;
}

.form-select:focus[b-f3x8ydsx54], .form-control:focus[b-f3x8ydsx54] {
    border-color: #868789 !important;
    box-shadow: none !important;
}
.disabled-row[b-f3x8ydsx54] {
    background-color: #f2f2f2;
    color: #999;
}

.marker-gray[b-f3x8ydsx54] {
    filter: grayscale(100%);
}
.radius-popup[b-f3x8ydsx54] {
    display: none;
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    padding: 8px;
    width: 200px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.radius-popup-header[b-f3x8ydsx54] {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

.radius-popup-input-container[b-f3x8ydsx54] {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.radius-input[b-f3x8ydsx54] {
    width: 45%;
    padding: 2px;
    font-size: 14px;
}

.submit-button[b-f3x8ydsx54] {
    padding: 5px 10px;
    font-size: 14px;
    margin-left: 5px;
    width: 40%;
    background-color: #E77A35;
    border: none;
    color: #fff;
    cursor: pointer;
}

.radius-popup-radio-container[b-f3x8ydsx54] {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.radio-label[b-f3x8ydsx54] {
    color: green;
    margin-left: 5px;
}

    .radio-label input[b-f3x8ydsx54] {
        margin-right: 5px;
    }

#feetLabel[b-f3x8ydsx54] {
    margin-left: 5px;
}

.and-label-centered[b-f3x8ydsx54] {
    margin-left: -0.5rem;
}
.modal-xl[b-f3x8ydsx54] {
    --bs-modal-width: 1450px !important;
}
/* _content/ACI.Workbench/Components/Diagnostic/DiagNav.razor.rz.scp.css */
.aci-od-nav-box-top[b-h9f1ge4un1] {
    margin-top: 4em;
    border-top: 1px solid #757575;
    border-right: 1px solid #757575;
    border-left: 1px solid #757575;
}

.aci-od-nav-box-middle[b-h9f1ge4un1] {
    border-right: 1px solid #757575;
    border-left: 1px solid #757575;
}

.aci-od-nav-box-bottom[b-h9f1ge4un1] {
    border-right: 1px solid #757575;
    border-left: 1px solid #757575;
    border-bottom: 1px solid #757575;
}

a.active[b-h9f1ge4un1] {
    font-weight: 700 !important;
    color: #424242;
}

a.active > i[b-h9f1ge4un1] {
    color: #DF6510; 
}
/* _content/ACI.Workbench/Components/Diagnostic/FeedbackList.razor.rz.scp.css */
.card[b-rxzaigqufq] {
    position: static;
}

.quality-score[b-rxzaigqufq] {
    background: transparent;
    border: none;
    background-color: #d3e9bd;
    width: 2rem;
}

.pagination[b-rxzaigqufq] {
    --bs-pagination-active-bg: #6c757d;
    --bs-pagination-active-border-color: #6c757d;
}

.action-icons[b-rxzaigqufq] {
    width: 2rem;
    padding: 5px;
    background-color: #898686;
}

.page-link[b-rxzaigqufq] {
    color: #898686;
}

.hover-orange[b-rxzaigqufq] {
}

    .hover-orange:hover[b-rxzaigqufq] {
        background-color: #F58333;
    }
/* _content/ACI.Workbench/Components/ImagePicker/ImagePicker.razor.rz.scp.css */
.photos-box[b-u55s9quwwc] {
    
    overflow-x: auto;
    margin: auto;
}

.appendix-container[b-u55s9quwwc] {
    padding: 9px;
    position: relative;
}

.selected-image[b-u55s9quwwc] {
    border: solid 3px #E77A35;
}

.camera-button-label[b-u55s9quwwc] {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    cursor: pointer;
}
/* _content/ACI.Workbench/Components/ImageViewer/AppendixView.razor.rz.scp.css */
.gallery-btn[b-rerpe0r4j2] {
    border-radius: 3px;
    background-color: white;
    border: none;
}

.gallery-fullscreen-button-container[b-rerpe0r4j2] {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.gallery-image-viewer-frame[b-rerpe0r4j2] {
    object-fit: contain;
    height: 100%;
}

.gallery-fullscreen[b-rerpe0r4j2] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(66, 63, 63);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.gallery-fullscreen img[b-rerpe0r4j2] {
    max-height: 75vh;
    max-width: 75vw;
    object-fit: cover;
}

.gallery-fullscreen-icons[b-rerpe0r4j2] {
    position: absolute;
    top: 10px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 10px; /* Adds space between icons */
}
.subject-photos-box[b-rerpe0r4j2] {
    height:50vh;
    overflow-x: auto;
    margin:auto;
}
.appendix-actionBtn-container[b-rerpe0r4j2] {
    padding: 9px;
    position: relative;
}
/* _content/ACI.Workbench/Components/ImageViewer/Gallery/Gallery.razor.rz.scp.css */
.gallery-image-container[b-4aafxy3gf5] {
    height: 100%;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.gallery-image[b-4aafxy3gf5] {
    width: 100%;
    height: 16.6vh;
    object-fit: cover /* OR contain */;
    object-position: center;
}

.gallery-image.selected[b-4aafxy3gf5] {
    /*border: 3px solid #DF6510;*/
    filter: brightness(50%);
    opacity: 1;
}

.gallery-delete-btn[b-4aafxy3gf5] {
    border-radius: 3px;
    background-color: white;
    border: none;
    color: #DF6510;
    margin-bottom: 2px;
}

.gallery-btn[b-4aafxy3gf5] {
    border-radius: 3px;
    background-color: white;
    border: none;
}

.gallery-button-wrapper[b-4aafxy3gf5] {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.gallery-button-container[b-4aafxy3gf5] {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.gallery-fullscreen-button-container[b-4aafxy3gf5] {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.gallery-container[b-4aafxy3gf5] {
    height: 100%;
}

.gallery-image-viewer-frame[b-4aafxy3gf5] {
    object-fit: contain;
    height: 100%;
}
.gallery-fullscreen img[b-4aafxy3gf5] {
    max-height: 75vh;
    max-width: 75vw;
    object-fit: cover;
}
/* _content/ACI.Workbench/Components/ImageViewer/ImageViewer.razor.rz.scp.css */
.nav-tabs .nav-link.active[b-0hynmxh7d0] {
    font-weight: 600;
    font-size: 14px !important;
    color: #013A6F !important;
    background-color: var(--bs-nav-tabs-link-active-bg);
    order-top: none; 
    border-left: none;
    border-right: none;
    padding: 10px;
}

.nav-tabs .nav-link[b-0hynmxh7d0] {
    border: none;
    color: grey;
    font-weight: bold;
    vertical-align: middle;
    padding: 10px;
    font-size: 14px !important;
}

.nav-tabs[b-0hynmxh7d0] {
    border: none;
    font-size: 14px !important;
    align-items: center;
    /* padding-right: 10px !important; */
}

.viewer-frame[b-0hynmxh7d0] {
    width: 100%;
    height: 50vh;
    border: 2px #eeeeee solid;
    background-color: #fafafa;
}

.v-pipe[b-0hynmxh7d0] {
    background: #b9babb;
    padding-top: 24px;
    margin: 5px 5px 5px 5px;
    display: block;
    width: 1px;
    height: 25%;
}
/* _content/ACI.Workbench/Components/OrderComponents/FileUpload.razor.rz.scp.css */

.upload-logo[b-yz60rpz4sz] {
    height: 2rem;
    width: 2rem;
}

.dropzone-drag[b-yz60rpz4sz] {
    background-color: palegreen;
}


.ready-to-upload-box #downloadBtn[b-yz60rpz4sz] {
    display: none;
}

.success-message[b-yz60rpz4sz] {
    background-color: green;
    color: white;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.warning-message[b-yz60rpz4sz] {
    background-color: maroon;
    color: white;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* _content/ACI.Workbench/Components/OrderComponents/QuickFills/QuickFill.razor.rz.scp.css */
.quickfill-dropdown[b-sv9uukdccf] {
    min-width: 22.8rem !important;
}


/*.full-width {
    width: 100% !important;
}*/

.quickfill-svg[b-sv9uukdccf] {
    width: 20px;
    height: 30px;
    background-color: #000000;
    -webkit-mask: url(material/QuickFillLogo.svg) no-repeat center;
    mask: url(material/QuickFillLogo.svg) no-repeat center;
}

.scroll-dropdown[b-sv9uukdccf] {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.quick-fill-text[b-sv9uukdccf] {
    border-right: none;
}

.dropdown-btn-trash[b-sv9uukdccf] {
    border-radius: 0px 5px 5px 0px;
    border-left: none;
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
}
/* _content/ACI.Workbench/Components/OrderComponents/QuickFills/RoleModal.razor.rz.scp.css */
.aci-btn-lender[b-5tqh1lyvmc] {
    color: #635952;
    background-color: #ececec;
    border-color: #c7c0bc;
    font-weight: bold;
}

.quick-fill-text[b-5tqh1lyvmc] {
    border-right: none;
}

.dropdown-btn-trash[b-5tqh1lyvmc] {
    border-radius: 0px 5px 5px 0px;
    border-left: none;
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
}

.quickfill-svg[b-5tqh1lyvmc] {
    width: 20px;
    height: 30px;
    background-color: #000000;
    -webkit-mask: url(material/QuickFillLogo.svg) no-repeat center;
    mask: url(material/QuickFillLogo.svg) no-repeat center;
}
/* _content/ACI.Workbench/Components/OrderDetails/Milestones.razor.rz.scp.css */
ul.milestones[b-vr8yr7e902] {
    list-style-type: none;
    position: relative;
}

ul.milestones[b-vr8yr7e902]:before {
    content: ' ';
    background: #eeeeee;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.milestones > li[b-vr8yr7e902] {
    margin: 20px 0;
    padding-left: 20px;
}

ul.milestones > li[b-vr8yr7e902]:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #2AA100;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
/* _content/ACI.Workbench/Components/OrderDetails/Nav.razor.rz.scp.css */
.aci-od-nav-box-top[b-fqbbv3xpse] {
    margin-top: 4em;
    border-top: 1px solid #757575;
    border-right: 1px solid #757575;
    border-left: 1px solid #757575;
}

.aci-od-nav-box-middle[b-fqbbv3xpse] {
    border-right: 1px solid #757575;
    border-left: 1px solid #757575;
}

.aci-od-nav-box-bottom[b-fqbbv3xpse] {
    border-right: 1px solid #757575;
    border-left: 1px solid #757575;
    border-bottom: 1px solid #757575;
}

a.active[b-fqbbv3xpse] {
    font-weight: 700 !important;
    color: #424242;
}

a.active > i[b-fqbbv3xpse] {
    color: #DF6510; 
}
/* _content/ACI.Workbench/Components/OrderDetails/NextStepsCard.razor.rz.scp.css */
.card-header[b-owab6ec26x] {
    background-color: #ffffff;
    border: 0;
    padding-bottom: 0;
    padding-top: 1em;
}

.card-body[b-owab6ec26x]{
   height: 4em;
}

.card-footer[b-owab6ec26x] {
    background-color: #ffffff;
    border: 0;
}
/* _content/ACI.Workbench/Components/Review/Forms.razor.rz.scp.css */
#formLogOutButton[b-e0fwvizmgx] {
    margin: 10px 0 -10px;
}

@font-face {
    font-family: 'ACISansBold';
    src: url('../Fonts/ACISans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'ACISansNarrow';
    src: url('../Fonts/ACISansNarrow-Regular.ttf') format('truetype');
}

html[b-e0fwvizmgx] {
    height: 100%;
}

.line[b-e0fwvizmgx] {
    position: absolute;
    border-width: 0 0 0 0;
    border-style: solid;
    border-color: #000;
    min-height: 1.1px !important;
}

textarea[b-e0fwvizmgx] {
    padding: 0;
    font: 10pt/10pt ACISansNarrow, sans-serif;
}

#map-modals[b-e0fwvizmgx] {
    width: auto !important;
    padding: 0 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    margin-top: -18%;
    margin-left: -400px;
}

    #map-modals .navbar .navbar-static[b-e0fwvizmgx] {
        border-bottom: 2px solid black;
    }

    #map-modals .navbar[b-e0fwvizmgx], #map-modals .nav[b-e0fwvizmgx], #map-modals .navbar-inner[b-e0fwvizmgx], #map-modals .container[b-e0fwvizmgx] {
        background: none;
        background-color: #222;
        margin-bottom: 0;
        padding: 0;
    }

    #map-modals a[b-e0fwvizmgx] {
        color: rgb(154, 154, 154);
    }

.leaflet-control-layers label[b-e0fwvizmgx] {
    display: block;
    position: relative;
}

body[b-e0fwvizmgx] {
}

.afc[b-e0fwvizmgx] {
    margin-left: 5px;
}

canvas[b-e0fwvizmgx] {
    min-width: 800px;
}

.kineticjs-content[b-e0fwvizmgx] {
    margin-top: 30px;
    position: absolute !important;
}

.fancybox-inner[b-e0fwvizmgx] {
    width: 465px !important;
    height: 300px !important;
}

#formDiv textarea[b-e0fwvizmgx] {
    border: 0;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    mso-border-shadow: no;
    border-radius: 0 0 0 0;
}

input.reportField[b-e0fwvizmgx] {
    border: 0;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    mso-border-shadow: no;
    border-radius: 0 0 0 0;
    margin: 0;
    padding: 0;
    background-color: #E0E0E0;
    height: 15px;
    font: ACISansNarrow, sans-serif;
    position: absolute;
}

article[b-e0fwvizmgx] {
    /* This is a temp fix to override the height being set somewhere else */
    height: 100% !important;
}

.formLabel[b-e0fwvizmgx] {
    position: absolute;
    font-size: 10.998px;
    font-weight: bold;
    line-height: normal;
    color: #000;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 0 0 #000000;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
    background-color: transparent;
    font-family: ACISansNarrow, sans-serif;
    z-index: -500;
}

.page[b-e0fwvizmgx] {
    height: 1860px;
    width: 96.5%;
    margin-bottom: 40px;
    min-width: 1000px;
}

.section[b-e0fwvizmgx] {
    position: relative;
}

.subsection[b-e0fwvizmgx] {
    width: 100%;
    height: 100%;
    position: absolute;
}

.field-container[b-e0fwvizmgx] {
    width: 100%;
    height: 100%;
    position: relative;
}

header[b-e0fwvizmgx], nav[b-e0fwvizmgx], section[b-e0fwvizmgx], article[b-e0fwvizmgx], aside[b-e0fwvizmgx], footer[b-e0fwvizmgx], hgroup[b-e0fwvizmgx] {
    display: block;
}

.rmresults[b-e0fwvizmgx] {
    position: absolute;
    bottom: 0;
    left: 138px;
    right: 0;
    cursor: auto;
    z-index: 500;
}

#rmresultsbar[b-e0fwvizmgx] {
    background: #D0D0D0;
    background-repeat: repeat-x;
    border: 3px double #FFFFFF;
    height: 30px;
}

#remresultsbarz[b-e0fwvizmgx] {
    overflow-y: scroll;
    background-color: #E6E6E6;
    border-left: 3px double #FFFFFF;
    border-right: 3px double #FFFFFF;
    border-bottom: 3px double #FFFFFF;
}

#rMasterModal > .modal-header[b-e0fwvizmgx] {
    height: 17px;
}

.errors[b-e0fwvizmgx] {
    color: #B94A48;
}

.accordion-group a[b-e0fwvizmgx] {
    cursor: pointer;
}

.warnings[b-e0fwvizmgx] {
    color: #F89406;
}

.custom[b-e0fwvizmgx] {
    color: #993F3C;
}

#progress p[b-e0fwvizmgx] {
    display: block;
    width: 240px;
    padding: 2px 5px;
    margin: 2px 0;
    border: 1px inset #446;
    border-radius: 5px;
    background: #eee url('../public/vendors/filedrag/progress.png') 100% 0 repeat-y;
}

    #progress p.success[b-e0fwvizmgx] {
        background: #0c0 none 0 0 no-repeat;
    }

    #progress p.failed[b-e0fwvizmgx] {
        background: #c00 none 0 0 no-repeat;
    }

.fixed-window-size[b-e0fwvizmgx] {
    min-height: 100px;
    overflow-y: scroll;
    width: 100%;
}

.fixed-bottom[b-e0fwvizmgx] {
    position: relative;
    bottom: 0;
}

.rmresults .accordion[b-e0fwvizmgx] {
    margin-bottom: 0;
}

.rmresults .accordion-inner[b-e0fwvizmgx] {
    padding: 5px 0;
}

.modal-header[b-e0fwvizmgx] {
    background-color: #F5F5F5;
}

.afc .well[b-e0fwvizmgx] {
    border: none;
    border-radius: 0;
    padding: 30px;
}

#map-selection-modal form[b-e0fwvizmgx] {
    margin: 20px;
    padding-left: 10px;
}

#map-selection-modal h2[b-e0fwvizmgx] {
    background-color: #F5F5F5;
}

#images .thumbnail > img[b-e0fwvizmgx] {
    height: 100px;
}

#images .thumbnails[b-e0fwvizmgx] {
    margin: 0;
    padding: 0;
}

.asset-filter:hover[b-e0fwvizmgx] {
    cursor: pointer;
}

#images .thumbnails > li[b-e0fwvizmgx] {
    height: 300px;
    width: auto;
    /* Make this margin dynamic with jquery */
    margin-left: 4.8%;
    margin-top: 1.5%;
}

.carousel-control[b-e0fwvizmgx] {
    z-index: 1;
    top: 50%;
}

#images[b-e0fwvizmgx] {
    position: fixed;
    margin-bottom: 0;
    background-color: white;
    border-top: 1px solid black;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

    #images .carousel-inner[b-e0fwvizmgx] {
        width: 97%;
    }

    #images .carousel-control.size[b-e0fwvizmgx] {
        width: 3%;
        line-height: 35px;
        border-radius: 0 23px 0 23px;
        font-size: 9px;
    }

        #images .carousel-control.size.small[b-e0fwvizmgx] {
            width: 42px;
            left: 43%;
            height: 20px;
            line-height: 17px;
            top: 95%;
        }

        #images .carousel-control.size.medium[b-e0fwvizmgx] {
            width: 54px;
            left: 46.2%;
            height: 30px;
            line-height: 27px;
            font-size: 13px;
            top: 93%;
        }

        #images .carousel-control.size.large[b-e0fwvizmgx] {
            width: 72px;
            left: 50%;
            font-size: 25px;
            top: 91%;
        }

#sidebar-left li.active span[b-e0fwvizmgx] {
    display: none;
}

#sidebar-left li span[b-e0fwvizmgx] {
    position: relative;
    right: -20%;
    bottom: 10px;
    font-size: 15px;
    color: #F5F5F5;
    width: 48px !important;
}

#sidebar-left li:hover a > span[b-e0fwvizmgx] {
    color: #A72100;
}

.fixedHeader[b-e0fwvizmgx] {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 5px;
    overflow-x: hidden;
    overflow-y: hidden;
}

#content[b-e0fwvizmgx] {
    position: absolute;
    top: 0;
    left: 140px;
    right: 0;
    bottom: 0;
}

#formDiv #sidebar-left[b-e0fwvizmgx] {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 140px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#form-listing[b-e0fwvizmgx] {
    border-width: 0;
}

.navbar[b-e0fwvizmgx] {
    margin-bottom: 20px;
}

.brand img[b-e0fwvizmgx] {
    margin: -5px 0 0;
}

#sidebar li.form-sidebar a p[b-e0fwvizmgx] {
    margin: 0;
}

#sidebar li.form-sidebar a img[b-e0fwvizmgx] {
    margin-top: 4px;
}

#assets .showLeft[b-e0fwvizmgx],
#assets .showRight[b-e0fwvizmgx] {
    background: none repeat scroll 0 0 #222222;
    border: 3px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 100;
    height: 20px;
    left: 15px;
    line-height: 15px;
    margin-top: -10px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    width: 20px;
    top: 46%;
}

#assets .showRight[b-e0fwvizmgx] {
    left: auto;
}

#assets .showLeft[b-e0fwvizmgx] {
    left: 0.5%;
}

    #assets .showLeft[b-e0fwvizmgx]::selection,
    #assets .showRight[b-e0fwvizmgx]::selection {
        background-color: transparent;
    }

    #assets .showLeft[b-e0fwvizmgx]::-moz-selection,
    #assets .showRight[b-e0fwvizmgx]::-moz-selection {
        background-color: transparent;
    }

    #assets .showLeft[b-e0fwvizmgx]::-webkit-selection,
    #assets .showRight[b-e0fwvizmgx]::-webkit-selection {
        background-color: transparent;
    }

#assets > .form-listing > li:hover[b-e0fwvizmgx],
#assets ul > li.asset-filter:hover[b-e0fwvizmgx] {
    color: #A72100;
}

#assets .showRight:hover[b-e0fwvizmgx],
#assets .showLeft:hover[b-e0fwvizmgx] {
    border-color: #DDDDDD;
}

menu#afc-controls.noprint[b-e0fwvizmgx] {
    float: left;
    position: relative;
    top: 0;
    width: 100%;
}

.rmresults.ui-resizable[b-e0fwvizmgx] {
    background: #E6E6E6;
}

.ruleResponse.userAck[b-e0fwvizmgx],
.ruleResponse.errorAck[b-e0fwvizmgx] {
    list-style-type: none;
}

    .ruleResponse.userAck p[b-e0fwvizmgx] {
        color: green;
    }

    .ruleResponse.userAck button[b-e0fwvizmgx] {
        margin-right: 5px;
    }

    .ruleResponse.errorAck p[b-e0fwvizmgx] {
        color: #0000FF;
        margin-left: 20px;
    }

.ruleResponse textarea[b-e0fwvizmgx] {
    border: 1px solid black;
    width: 50%;
    margin-right: 10px;
}

.highlighter[b-e0fwvizmgx] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
    position: absolute;
    background-color: red;
    z-index: 100;
}

.navbar-fixed-top[b-e0fwvizmgx] {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
    top: 0;
}

.navbar-inner[b-e0fwvizmgx] {
    background-color: #1b1b1b;
    background-image: -moz-linear-gradient(top, #222, #111);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#111));
    background-image: -webkit-linear-gradient(top, #222, #111);
    background-image: -o-linear-gradient(top, #222, #111);
    background-image: linear-gradient(to bottom, #222, #111);
    background-repeat: repeat-x;
    border-color: #252525;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

.container[b-e0fwvizmgx]:before, .container[b-e0fwvizmgx]:after {
    display: table;
    line-height: 0;
    content: "";
}

.container[b-e0fwvizmgx]:after {
    clear: both;
}

div[b-e0fwvizmgx] {
    display: block;
}

.container[b-e0fwvizmgx] {
    margin-right: auto;
    margin-left: auto;
}

.navbar .brand[b-e0fwvizmgx] {
    display: block;
    float: left;
    padding: 10px 20px 10px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar .nav.pull-right[b-e0fwvizmgx] {
    float: right;
    margin-right: 0;
}

.navbar .nav[b-e0fwvizmgx] {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    list-style: none;
}

.btn[b-e0fwvizmgx] {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    margin-top: 8px;
}


select[b-e0fwvizmgx] {
    width: 100px;
}

.formActions[b-e0fwvizmgx] {
    width: 40px;
}

/*Begin animate refresh icon*/

.icon-refresh-animate[b-e0fwvizmgx] {
    -webkit-animation: rotate 1s linear infinite;
    -moz-animation: rotate 1s linear infinite;
    -ms-animation: rotate 1s linear infinite;
    -o-animation: rotate 1s linear infinite;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes

"rotate"[b-e0fwvizmgx] {
    from

{
    transform: scale(1) rotate(0deg);
}

to[b-e0fwvizmgx] {
    transform: scale(1) rotate(360deg);
}

}
/*End animate refresh icon*/

/* Spinner */

.spinner[b-e0fwvizmgx] {
    float: right;
    width: 20px;
    height: 20px;
    position: relative;
    border: none;
}

.container1 > div[b-e0fwvizmgx], .container2 > div[b-e0fwvizmgx], .container3 > div[b-e0fwvizmgx] {
    width: 6px;
    height: 6px;
    background-color: #ee5c05;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay-b-e0fwvizmgx 1.2s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    /*animation-fill-mode: both;*/
}

.spinner .spinner-container[b-e0fwvizmgx] {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container2[b-e0fwvizmgx] {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.container3[b-e0fwvizmgx] {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.circle1[b-e0fwvizmgx] {
    top: 0;
    left: 0;
}

.circle2[b-e0fwvizmgx] {
    top: 0;
    right: 0;
}

.circle3[b-e0fwvizmgx] {
    right: 0;
    bottom: 0;
}

.circle4[b-e0fwvizmgx] {
    left: 0;
    bottom: 0;
}

.container2 .circle1[b-e0fwvizmgx] {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.container3 .circle1[b-e0fwvizmgx] {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.container1 .circle2[b-e0fwvizmgx] {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.container2 .circle2[b-e0fwvizmgx] {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.container3 .circle2[b-e0fwvizmgx] {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.container1 .circle3[b-e0fwvizmgx] {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.container2 .circle3[b-e0fwvizmgx] {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.container3 .circle3[b-e0fwvizmgx] {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.container1 .circle4[b-e0fwvizmgx] {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.container2 .circle4[b-e0fwvizmgx] {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.container3 .circle4[b-e0fwvizmgx] {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes bouncedelay-b-e0fwvizmgx {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/* spinner end */

.modal.fade.ui-draggable-dragging[b-e0fwvizmgx] {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

.modal[b-e0fwvizmgx] {
    overflow: hidden;
    bottom: auto;
    right: auto;
    top: 50px;
    left: 50px;
}

.modal-dialog[b-e0fwvizmgx] {
    margin-right: 0;
    margin-left: 0;
}

.fieldRow[b-e0fwvizmgx] {
    padding-bottom: 5px;
}
/* _content/ACI.Workbench/Components/Review/ReviewComponent.razor.rz.scp.css */
.wrapper[b-bh6t5yk01q] {
    display: flex;
}

.box[b-bh6t5yk01q] {
    padding:10px;
    padding-top: 0;
    /* Use box-sizing so that element's outerwidth will match width property */
    box-sizing: border-box;
    /* Allow box to grow and shrink, and ensure they are all equally sized */
    flex: 1 1 auto;
}

.handler[b-bh6t5yk01q] {
    border-right: 7px solid #d9d9d9;
    width: 10px;
    cursor: ew-resize;
    flex: 0 0 auto;
    background: #ffffff;
}

    .handler:hover[b-bh6t5yk01q] {
        border-right: 7px solid #DF6510;
        width: 10px;
        cursor: ew-resize;
        flex: 0 0 auto;
        background: #ffffff;
    }
/* _content/ACI.Workbench/Components/Review/ReviewItems.razor.rz.scp.css */
.sectionOneRuleHeader[b-vyfz0odo0p] {
    width: 100%;
    font-size: 1rem;
    background-color: lightgray;
    padding-left:16px;
}

.message-circle[b-vyfz0odo0p] {
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    padding-top: 11px;
    background: #39b868;
    border: 1px solid #39b868;
    color: #eee7e7;
    text-align: center;
    font: 15px Arial, sans-serif;
}

.comment-label[b-vyfz0odo0p] {
    font-size: 1rem;
}

.message-outer-circle[b-vyfz0odo0p] {
    text-align: center;
    vertical-align: middle;
    align-content: center;
}


.hover-green[b-vyfz0odo0p] {
}
.hover-green:hover[b-vyfz0odo0p] {
    background-color: #2AA100;
}

.hover-red[b-vyfz0odo0p] {
}
.hover-red:hover[b-vyfz0odo0p] {
    background-color: #E81C00
}

.hover-yellow[b-vyfz0odo0p] {
}
.hover-yellow:hover[b-vyfz0odo0p] {
    background-color: #E5B217;
}

.icon-button[b-vyfz0odo0p] {
    border: 0;
    background-color: transparent;
}

.comment-box[b-vyfz0odo0p] {
    border: solid 2px;
    border-radius: 10px;
    font-size: 0.9rem;
    margin-top:1rem;
}

.my-svg[b-vyfz0odo0p] {
    width: 15px;
    height: 20px;
    background-color: #E77A35;
    -webkit-mask: url(material/notes-svg-image.svg) no-repeat center;
    mask: url(material/notes-svg-image.svg) no-repeat center;
}

.rules-box[b-vyfz0odo0p] {
    height: 78vh;
    overflow-x: auto;
}

.action-buttons[b-vyfz0odo0p] {
    color: #E77A35;
    width: 10px;
    height: 10px;
}

.action-label[b-vyfz0odo0p] {
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1.2em;
}

.filter-label[b-vyfz0odo0p] {
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1em;
    border-bottom: 1px solid;
}

.IssuesnumberCircle[b-vyfz0odo0p] {
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.2rem;
    background: #de0f0f;
    border: 1px solid #de0f0f;
    color: #eee7e7;
    text-align: center;
    font: 15px Arial, sans-serif;
    display: inline-block;
    margin-right: 0.3rem;
}
.ApprovednumberCircle[b-vyfz0odo0p] {
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.2rem;
    background: #39b868;
    border: 1px solid #39b868;
    color: #eee7e7;
    text-align: center;
    font: 15px Arial, sans-serif;
    display: inline-block;
    margin-right: 0.3rem;
}
.RevisionnumberCircle[b-vyfz0odo0p] {
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.2rem;
    background: #374eff;
    border: 1px solid #374eff;
    color: #eee7e7;
    text-align: center;
    font: 15px Arial, sans-serif;
    display: inline-block;
    margin-right: 0.3rem;
}
.OpennumberCircle[b-vyfz0odo0p] {
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.2rem;
    background: #8b8b8b;
    border: 1px solid #8b8b8b;
    color: #eee7e7;
    text-align: center;
    font: 15px Arial, sans-serif;
    display: inline-block;
    margin-right: 0.3rem;
}

.numberLabel[b-vyfz0odo0p] {
    font-weight: 600;
    font-size: initial;
    display: inline-block;
    margin-right: 0.3rem;
}

.rule-label[b-vyfz0odo0p] {
    font-weight: 600;
    font-size: 1.3em;
}

.rule-description[b-vyfz0odo0p] {
    font-weight: 500;
    font-size: 1.2em;
}

.header-text[b-vyfz0odo0p] {
    color: #E77A35;
    font-weight: 600;
    font-size: 1.2em;
}

.header-text-values[b-vyfz0odo0p] {
    font-weight: 600;
    font-size: 1.2em;
}

@media screen and (min-width: 1200px) {
    .dropdown-menu[b-vyfz0odo0p] {
        width: 600px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
    .dropdown-menu[b-vyfz0odo0p] {
        width: 600px;
    }
}

@media screen and (max-width: 1000px) {
    .dropdown-menu[b-vyfz0odo0p] {
        width: 250px;
    }
}

.dropdown-item[b-vyfz0odo0p] {
    padding: 2px;
}
/* _content/ACI.Workbench/Components/Review/UadAddressModal.razor.rz.scp.css */
/* _content/ACI.Workbench/Components/User/SignInDisplay.razor.rz.scp.css */
.profile-text[b-5wdcg5d4jl] {
    line-height: 1.9rem !important;
}
.profile-menu[b-5wdcg5d4jl] {
    margin-top: 1rem;
    border-top: 1px #D3D3D4 solid;
    background-color: #F5F5F5;
    text-align: center;
    padding: 0 0.5em 0.5em !important;
}
.profile-menu-text[b-5wdcg5d4jl] {
    text-align: left;
    margin: auto;
    color: #706b6b !important;
}

.profile-link-text[b-5wdcg5d4jl] {
    height: 1rem !important;
    padding: 0 !important;
    text-decoration: none;
}

.profile-btn-circle[b-5wdcg5d4jl] {
    height: 33px;
    width: 33px;
    font-size: 10px;
    font-weight: bold;
}
.profile-btn-outer[b-5wdcg5d4jl] {
    text-align: right;
    vertical-align: middle;
    align-content: center;
}
.sign-out[b-5wdcg5d4jl] {
    line-height: 1rem !important;
    color: black;
    display: block !important;
    padding-left:0rem !important;
}

.dropdown-custom[b-5wdcg5d4jl] {
    width: 15em !important;
    padding: 0 .5em;
    background: #F5F5F5;
    z-index: 9999;
}
/* _content/ACI.Workbench/Components/Workflow/WorkflowView.razor.rz.scp.css */
.wkstages[b-wk2dk67z3w] {
    background: #eeeeee;
    display: inline-block;
    width: 3px;
    /* height: 90%; */
    margin-left: 0.73rem;
}

.wkstages-main[b-wk2dk67z3w] {
    /* min-height: 50px; */
    /* height: 90%; */
    padding-bottom: 5px;
}

.aci-workflow-status-text[b-wk2dk67z3w] {
    font-size: 12px;
    color: #535455;
    font-weight: 700;
    padding: 4px;
    margin-left: 20px;
}

.aci-workflow-stage-width[b-wk2dk67z3w] {
    width: 100%;
    /*border: 1px solid green;*/
}
.aci-workflow-stage-text[b-wk2dk67z3w] {
    font-size: 14px;
    color: #535455;
    font-weight: 600;
    text-align: left;
    margin-left: 6px;
    outline: none;
}

    .aci-workflow-stage-text:hover[b-wk2dk67z3w] {
        font-size: 14px;
        color: #535455;
        font-weight: 800 !important;
        text-align: left;
        margin-left: 6px;
        /*border: 1px solid green;*/
        outline: none;
    }

    .aci-workflow-stage-text:active[b-wk2dk67z3w] {
        font-size: 14px;
        color: #535455 !important;
        font-weight: 800 !important;
        text-align: left;
        margin-left: 6px;
        /*border: 1px solid green;*/
        outline: none;
        border: none;
    }

    .aci-workflow-stage-text:focus:not(:focus-visible)[b-wk2dk67z3w] {
        outline: none;
    }
.aci-workflow-step-text[b-wk2dk67z3w] {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    /* padding-left: 20px; */
    padding-right: 0;
}

.wf-color-notstarted[b-wk2dk67z3w] {
    background-color: #535455;
    margin-left: 10px;
    margin-top: 6px;
}

.wf-color-started[b-wk2dk67z3w] {
    background-color: #f07b27;
}

.wf-color-completed[b-wk2dk67z3w] {
    background-color: #198754;
}

.wf-color-needreview[b-wk2dk67z3w] {
    background-color: #b82b00;
}

.aci-label-color-current[b-wk2dk67z3w] {
    color: #e77a35;
}


.aci-label-color-open-bullet[b-wk2dk67z3w] {
    background-color: #868789;
    margin-top: 6px;
}


.aci-stage-div-1[b-wk2dk67z3w] {
    width: 10px;
    padding-left: 0px;
}

.tracking-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/track_changes_grey.svg) no-repeat center;
    mask: url(icons/common/track_changes_grey.svg) no-repeat center;
}

.home-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/home.svg) no-repeat center;
    mask: url(icons/common/home.svg) no-repeat center;
}

.inspect-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/help_clinic.svg) no-repeat center;
    mask: url(icons/common/help_clinic.svg) no-repeat center;
}

.review-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/certifications_ink_pen.svg) no-repeat center;
    mask: url(icons/common/certifications_ink_pen.svg) no-repeat center;
}

.comps-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/compare_arrows.svg) no-repeat center;
    mask: url(icons/common/compare_arrows.svg) no-repeat center;
}

.analytics-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/analytics.svg) no-repeat center;
    mask: url(icons/common/analytics.svg) no-repeat center;
}


.deliver-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/stylus_note.svg) no-repeat center;
    mask: url(icons/common/stylus_note.svg) no-repeat center;
}

.current-step-svg[b-wk2dk67z3w] {
    width: 11px;
    height: 11px;
    background-color: #E77A35;
    -webkit-mask: url(icons/common/play_arrow.svg) no-repeat center;
    mask: url(icons/common/play_arrow.svg) no-repeat center;
}

.completed-step-svg[b-wk2dk67z3w] {
    width: 17px;
    height: 15px;
    -webkit-mask: url(icons/common/done_all.svg) no-repeat center;
    mask: url(icons/common/done_all.svg) no-repeat center;
}

.open-step-svg[b-wk2dk67z3w] {
    width: 5px;
    height: 5px;
    -webkit-mask: url(icons/common/fiber_manual_record_gray_fill.svg) no-repeat center;
    mask: url(icons/common/fiber_manual_record_gray_fill.svg) no-repeat center;
}

.close-wf-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/login_flip.svg) no-repeat center;
    mask: url(icons/common/login_flip.svg) no-repeat center;
}
/* */
.summary-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/summarize_gray.svg) no-repeat center;
    mask: url(icons/common/summarize_gray.svg) no-repeat center;
}

.assignment-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/assignment.svg) no-repeat center;
    mask: url(icons/common/assignment.svg) no-repeat center;
}

.subject-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/home.svg) no-repeat center;
    mask: url(icons/common/home.svg) no-repeat center;
}

.site-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/site_map_pinned.svg) no-repeat center;
    mask: url(icons/common/site_map_pinned.svg) no-repeat center;
}

.disaster-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/flood.svg) no-repeat center;
    mask: url(icons/common/flood.svg) no-repeat center;
}

.energy-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/eco.svg) no-repeat center;
    mask: url(icons/common/eco.svg) no-repeat center;
}

.sketch-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/sketch_draw.svg) no-repeat center;
    mask: url(icons/common/sketch_draw.svg) no-repeat center;
}

.dwelling-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/dwelling_Exterior.svg) no-repeat center;
    mask: url(icons/common/dwelling_Exterior.svg) no-repeat center;
}

.mfhome-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/manufactured_home_museum.svg) no-repeat center;
    mask: url(icons/common/manufactured_home_museum.svg) no-repeat center;
}

.unit-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/unit_Interior_chair.svg) no-repeat center;
    mask: url(icons/common/unit_Interior_chair.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.functional-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/functional_obsolescence_custom_modified.svg) no-repeat center;
    mask: url(icons/common/functional_obsolescence_custom_modified.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.market-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/market_bar_chart_4_bars.svg) no-repeat center;
    mask: url(icons/common/market_bar_chart_4_bars.svg) no-repeat center;
}
.vehicle-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/vehicle_storage_directions_car.svg) no-repeat center;
    mask: url(icons/common/vehicle_storage_directions_car.svg) no-repeat center;
}
.outbuilding-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/outbuilding_warehouse.svg) no-repeat center;
    mask: url(icons/common/outbuilding_warehouse.svg) no-repeat center;
}

.listing-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/subject_Listing_Info_real_estate_agent.svg) no-repeat center;
    mask: url(icons/common/subject_Listing_Info_real_estate_agent.svg) no-repeat center;
}

.project-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/project_Info_apartment.svg) no-repeat center;
    mask: url(icons/common/project_Info_apartment.svg) no-repeat center;
}

.bestuse-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/highest_&_Best_Use_checklist_rtl.svg) no-repeat center;
    mask: url(icons/common/highest_&_Best_Use_checklist_rtl.svg) no-repeat center;
}

.amenities-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/subject_amenities_chair_umbrella.svg) no-repeat center;
    mask: url(icons/common/subject_amenities_chair_umbrella.svg) no-repeat center;
}

.contract-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/contract.svg) no-repeat center;
    mask: url(icons/common/contract.svg) no-repeat center;
}

.history-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/prior_sale_history_fact_check.svg) no-repeat center;
    mask: url(icons/common/prior_sale_history_fact_check.svg) no-repeat center;
}

.overall-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/overall_Quality_&_Condition_verified.svg) no-repeat center;
    mask: url(icons/common/overall_Quality_&_Condition_verified.svg) no-repeat center;
}
.salescompapproach-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/sales_comparison_approach_holiday_village.svg) no-repeat center;
    mask: url(icons/common/sales_comparison_approach_holiday_village.svg) no-repeat center;
}
.rental-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/paid.svg) no-repeat center;
    mask: url(icons/common/paid.svg) no-repeat center;
}
.cost-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/cost.svg) no-repeat center;
    mask: url(icons/common/cost.svg) no-repeat center;
}

.income-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/income_approach_account_balance.svg) no-repeat center;
    mask: url(icons/common/income_approach_account_balance.svg) no-repeat center;
}

.reconcile-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/reconciliation_request_quote.svg) no-repeat center;
    mask: url(icons/common/reconciliation_request_quote.svg) no-repeat center;
}

.history-edu-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/revision_history_source_notes.svg) no-repeat center;
    mask: url(icons/common/revision_history_source_notes.svg) no-repeat center;
}
.update-svg[b-wk2dk67z3w] {
    width: 24px;
    height: 24px;
    -webkit-mask: url(icons/common/supplemental_Info_add_photo_alternate.svg) no-repeat center;
    mask: url(icons/common/supplemental_Info_add_photo_alternate.svg) no-repeat center;
}

.wk-main-width[b-wk2dk67z3w] {
    max-width: 300px;
}

.wf-show[b-wk2dk67z3w] {
    visibility: visible;
}

.wf-hide[b-wk2dk67z3w] {
    visibility: visible;
}

.sidebar[b-wk2dk67z3w] {
    height: calc(100vh - (48px + 80px));
    position: fixed;
    width: 320px;
    /*    z-index: 1;*/
    overflow-y: scroll;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
    padding-right: 20px;
    margin-top: -10px;
    margin-right: 20px !important;
    scrollbar-width: thin; /* or 'none' to hide */
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05), 0 5px 15px 0 rgba(0, 0, 0, 0.07);
    background-color: #fff;
    z-index: 960;
    color: #fff;
}

    .sidebar.collapsed[b-wk2dk67z3w] {
        width: 90px !important;
    }


.float-container[b-wk2dk67z3w] {
    padding: 0px;
    /*height: 25px;*/
    /*border: 1px solid green;*/
}

.float-child[b-wk2dk67z3w] {
    width: 20px;
    float: left;
    padding-top: 2px;
    height: 100%;
     /*border: 1px solid red;*/ 
    padding-left: 1px;
}

.float-child-2[b-wk2dk67z3w] {
    width: 90%;
    float: left;
    height: 100%;
     /*border: 1px solid red;*/ 
/**/}

.float-child-3[b-wk2dk67z3w] {
    width: 20px;
    float: left;
    padding-top: 4px;
    height: 100%;
    /* border: 1px solid red; */
    padding-left: 1px;
}
.aci-wf-link[b-wk2dk67z3w] {
    color: #535455;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    padding: 4px;
    /*border: 1px solid green;*/
}

    .aci-wf-link:hover[b-wk2dk67z3w] {
        color: #212122;
        font-weight: 600;
    }

    .aci-wf-link:not(:disabled):not(.disabled).active[b-wk2dk67z3w],
    .aci-wf-link:not(:disabled):not(.disabled):active[b-wk2dk67z3w],
    .show > aci-link[b-wk2dk67z3w] {
        color: #e77a35;
    }
/* _content/ACI.Workbench/Pages/NewOrder.razor.rz.scp.css */

.margin-top[b-xey14zu1oh] {
    margin-top: 1rem;
}

.order-buttons[b-xey14zu1oh] {
    margin: auto;
    text-align: center;
}

.dropdown-btn[b-xey14zu1oh] {
    border-radius: 5px 0px 0px 5px !important;
}

.dropdown-btn-trash[b-xey14zu1oh] {
    border-radius: 0px 5px 5px 0px;
    border-left: none;
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
}

.lender-dropdown[b-xey14zu1oh] {
    max-height: 12rem;
    overflow: auto;
}

.add-blur[b-xey14zu1oh] {
    filter: blur(2px);
}

.quickfill-svg[b-xey14zu1oh] {
    width: 20px;
    height: 30px;
    background-color: #000000;
    -webkit-mask: url(material/QuickFillLogo.svg) no-repeat center;
    mask: url(material/QuickFillLogo.svg) no-repeat center;
}
/* _content/ACI.Workbench/Pages/SalesComparison.razor.rz.scp.css */

.aci-remove-left-border[b-i7rd0pu46m] {
    border-left: none !important;
}

.aci-remove-right-border[b-i7rd0pu46m] {
    border-right: none !important;
}

.aci-text-btn[b-i7rd0pu46m] {
    background-color: transparent;
    border: none;
    color: #DF6510;
    cursor: pointer;
    padding: 0;
    font-size: 0.75rem;
    font-weight: bold;
}

.aci-themed-grid-col[b-i7rd0pu46m] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    font-size: .75em;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.aci-themed-grid-col-desc[b-i7rd0pu46m] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: #ffffff;
    border: 1px solid #efefef;
    text-align: left;
    font-size: .75em;   
    font-weight: bold;
    padding-left: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
    max-width: 100%; 
}

.aci-themed-grid-col-desc-chevron[b-i7rd0pu46m] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: #ffffff;
    border: 1px solid #efefef;
    text-align: left;
    font-size: .75em;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.aci-themed-grid-col-placeholder[b-i7rd0pu46m] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
    text-align: left;
}

.aci-themed-grid-col-title[b-i7rd0pu46m] {
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #efefef;
    border: 1px solid #e0e0e0;
    font-weight: bold;
    font-size: .60em;
    text-align: left;
    color: #8f8f8f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.aci-themed-grid-col-parent[b-i7rd0pu46m] {
    padding-top: .75rem;
    padding-bottom: 0;
    padding-top: 0;
    background-color: #efefef;
    border: 1px solid #eeeeee;
}

.aci-themed-container[b-i7rd0pu46m] {
    padding: .75rem;
    margin-bottom: 1.5rem;
    background-color: rgba(112.520718, 44.062154, 249.437846, .15);
    border: 1px solid rgba(112.520718, 44.062154, 249.437846, .3);
}

.aci-themed-row[b-i7rd0pu46m] {
    margin-bottom: 0px !important;
}

.aci-nowrap[b-i7rd0pu46m] {
    flex-wrap:nowrap
}

html[b-i7rd0pu46m], body[b-i7rd0pu46m] {
    height: 100%;
}

.aci-center-screen[b-i7rd0pu46m] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.arrow-btn[b-i7rd0pu46m] {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    height:25px;
}
/* _content/ACI.Workbench/Shared/ACIGenericLayout.razor.rz.scp.css */
.page[b-lqbqlkpxbx] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

.top-row[b-lqbqlkpxbx] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

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

    .top-row[b-lqbqlkpxbx], article[b-lqbqlkpxbx] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/ACI.Workbench/Shared/DiagnosticLayout.razor.rz.scp.css */

.orderNav[b-ngl60aqdrd] {
    width: 100%;
    padding: 0px;
    position: fixed;
    z-index: 999;
    margin-top: -4px;
}

.nav-tabs .nav-link.active[b-ngl60aqdrd] {
    font-weight: 600;
    color: #013A6F !important;
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-bottom: 3px #013A6F solid;
    border-top: none;
    border-left: none;
    border-right: none;
}

.nav-tabs .nav-link[b-ngl60aqdrd] {
    border: none;
    color: grey;
    font-weight: 600;
}
/* _content/ACI.Workbench/Shared/EmptyLayout.razor.rz.scp.css */
.page[b-ga2hmg34vv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

.top-row[b-ga2hmg34vv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

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

    .top-row[b-ga2hmg34vv], article[b-ga2hmg34vv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/ACI.Workbench/Shared/MainLayout.razor.rz.scp.css */
.page[b-3n0a6q4pkz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3n0a6q4pkz] {
    flex: 1;
}

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

.top-row[b-3n0a6q4pkz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3n0a6q4pkz]  a, .top-row .btn-link[b-3n0a6q4pkz] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

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

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

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

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

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

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

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

    .top-row[b-3n0a6q4pkz], article[b-3n0a6q4pkz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .menu-arrow[b-3n0a6q4pkz] {
        z-index: 2;
    }

    span.menu-arrow > i[b-3n0a6q4pkz] {
        font-size: 45px;
    }
}
/* _content/ACI.Workbench/Shared/NavMenu.razor.rz.scp.css */
.navbar-custom[b-ye9nvn4myx] {
    background-color: #3A3A3B;
    height: 48px !important;
}

 .navbar-custom .navbar-brand[b-ye9nvn4myx]{
     color: #FFFFFF;
 }
 .navbar-custom .navbar-text[b-ye9nvn4myx] {
     color: #939396;
 }

.navbar-toggler[b-ye9nvn4myx] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ye9nvn4myx] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ye9nvn4myx] {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.oi[b-ye9nvn4myx] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ye9nvn4myx] {
    font-size: 0.9rem;
    border-bottom: 0px !important;
}

    .nav-item[b-ye9nvn4myx]  a {
        color: #939396;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        padding: 10px !important;
    }

        .nav-item[b-ye9nvn4myx]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: transparent;
            padding: 0.30rem;
        }

.nav-item[b-ye9nvn4myx]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: #ee5c05;
    padding: 0.30rem;
}
/* _content/ACI.Workbench/Shared/OrderWorkflowLayout.razor.rz.scp.css */
.wrapper[b-j3sovy2gb4] {
    display: flex;
    padding-top: 85px;
}

.mainOD[b-j3sovy2gb4] {
    padding-left: 344px;
    width: 99%;
}

    .mainOD > *[b-j3sovy2gb4] {
        padding-left: 8px !important; /* or padding-left if preferred */
    }

.orderNav[b-j3sovy2gb4] {
    width: 100%;
    padding: 8px 0px 0px 36px !important;
    position: fixed;
    z-index: 950;
    margin-top: -5px;
    background-color: #f5f5f5 !important;
    /*border-bottom: 1px solid #D3D3D4;*/
    margin-left: -30px;
}

.nav-tabs .nav-link.active[b-j3sovy2gb4] {
    font-weight: 600;
    font-size: 14px;
    color: #013A6F !important;
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-bottom: 3px #141D3A solid;
    border-top: none;
    border-left: none;
    border-right: none;
}

.nav-tabs .nav-link[b-j3sovy2gb4] {
    border: none;
    color: grey;
    font-weight: 600;
    font-size: 14px;
}



.col-sm-11 .col-md-11 .col-lg-11 .col-xl-11[b-j3sovy2gb4] {
    padding: 20px !important;
}
