﻿.grid {
    border: 1px solid lightgrey;
    border-radius: 5px 5px 0 0;
}

.gridtitle {
    border-radius: 5px 5px 0 0;
    font-size: 1.1rem;
    font-weight: 400;
}

.gridfooter {
    font-size: 1.1rem;
    font-weight: 500;
}

.clickablegriditem {
    cursor: pointer;
}

    .clickablegriditem:hover {
        font-weight: 600;
    }

.grid-field-text, .grid-field-select {
    height: 18px !important;
    border: 1px solid lightgrey !important;
    margin: 0 !important;
    padding: 0 !important;
}

.strike {
    position: relative;
}

    .strike:after {
        position: absolute;
        left: 0;
        top: 50%;
        height: 1px;
        background: black;
        content: "";
        width: 100%;
        display: block;
    }

.collapsible-header, .ul-med li {
    min-height: 2rem;
    line-height: 2rem;
}

    .ul-med li i {
        display: block;
        line-height: 1.5rem;
    }

    .ul-med li a i {
        width: 1rem;
        font-size: 1.4rem;
        line-height: 1.5rem;
        display: block;
        float: left;
        text-align: center;
        margin-left: 0.2rem;
        margin-top: 0.65rem;
    }

.btn-floating-icon {
    padding-left: 6px;
}

.floating-icon-hover:hover {
    overflow: hidden;
    width: 34px;
    height: 34px;
    line-height: 34px;
    padding: 0;
    background-color: #eee;
    border-radius: 50%;
    -webkit-transition: 0;
    transition: 0;
    cursor: pointer;
    vertical-align: middle;
}

.moveable {
    position: absolute;
    cursor: move;
}

a.btn {
    line-height: 37px;
}

.payroll-list-icon {
    line-height: 1 !important;
    margin-top: 8px;
}

.payroll-list-item-icon {
    line-height: 1 !important;
    margin-top: 3px;
}

.collapsible {
    border: 1px solid lightgrey;
    box-shadow: none;
}

.body-content-header {
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    font-size: 2.5rem;
}

.resource-center {
    font-weight: bold;
    font-style: normal;
    line-height: normal;
    text-decoration: none;
    font-size: 12px;
    font-family: "walkme-opensans";
    color: #fff;
    background-color: #5C3E8F;
    border-color: transparent;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    padding-top: 8px !important;
    padding-right: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 8px !important;
    margin-top: 15px;
    margin-left: 30px;
    cursor: pointer;
    position: absolute;
    left: 80%;
    font-family: "Roboto", sans-serif !important;
}

.resource-center a:link {
    color: #fff;
    text-decoration: none;
}

.resource-center a:visited {
    color: #fff;
}

.resource-center a:active {
    color: #fff;
}

.pendo-button {
    position: absolute;
    left: 77%;
}

.btn {
    font-size: 1rem;
}

.body-content-header a {
    text-shadow: none;
}

.panel span.btn {
    font-size: 2.4rem;
}

.body-content-list-withsmallfooter {
    max-height: calc(100vh - 250px);
    height: calc(100vh - 250px);
    overflow: scroll;
    overflow-x: auto;
    margin-bottom: 0;
    margin-top: 0;
}

.body-content-list-apsubmittal {
    max-height: calc(100vh - 225px);
    height: calc(100vh - 225px);
    overflow: scroll;
    overflow-x: hidden;
    margin-bottom: 0;
    margin-top: 0;
}

.inventory-notification-icon {
    margin-top: 5px;
}

.count-sheet-modal {
    overflow-y: hidden;
}



div.count-sheet-total-row {
    height: 10%
}

div.rsi-modal-table-header {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: rgb(234, 234, 234);
}

div.rsi-modal-body {
    overflow-y: auto;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: rgb(234, 234, 234);
}

div.vendor-detail-row {
    line-height: 2rem;
}

table.rsi-table {
    border-color: #5c3e8f !important;
    overflow-y: auto;
}

.inventory-submittal-collection {
    max-height: 72vh;
}

input.inventory-submital {
    height: 1.6rem;
    width: 75%;
}

.invoiceListItem {
    line-height: 2rem;
}

@media print {
    * {
        overflow: visible !important;
        box-shadow: none !important;
    }

    body, div.body-content-list {
        height: auto;
    }

    div.invoiceListItem {
        font-size: 1.25em;
        margin-top: 15px;
    }
}

.countSheet {
    margin: 0;
}

    li.countSheet, .countSheet li {
        padding: 0;
    }

    .countSheet .countSheetListItemField {
        margin: 0;
    }

.hovered {
    padding: 0;
    background-color: lightgrey;
}

.header-btn {
    text-shadow: none !important;
    font-size: .3em;
}

div.rsi-collection, ul.rsi-collection {
    border-style: solid !important;
    border-width: 1px !important;
    border-color: darkgrey !important;
    border-radius: 5px 5px 5px 5px;
    overflow-y: auto;
    overflow-x: auto;
}

.rsi-collection-row-lg {
    height: 2em !important;
    line-height: 2em !important;
}

.rsi-collection-row-med {
    height: 1.6em !important;
    line-height: 1.6em;
}

.rsi-collection-row-sm {
    height: 1.2em !important;
}

.rsi-collection .rsi-collection-section {
    border-top: solid 1px;
    border-color: darkgray;
    margin-top: 3px;
}

.rsi-collection-section {
    font-weight: bold;
    height: 2em;
    line-height 2em;
}

.rsi-collection-input-lg {
    max-height: 1.8em !important;
}

.rsi-collection-input-med {
    max-height: 1.4em !important;
}

.rsi-collection-input-sm {
    max-height: 1em !important;
}

.count-sheet-sorted {
    font-size: 15px;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

div.inventory-warnings-container {
    max-height: 60vh;
    overflow-y: auto;
    display: block
}

div.inventory-notification {
    line-height: 2rem;
}

.rsi-list-body ul {
    margin: 0;
}

div.rsi-list-row {
    line-height: 2rem;
}

button.iconButton, button.iconButton:focus, button.iconButton:hover {
    background-color: rgba(0,0,0,0);
    box-shadow: none;
    padding: 0;
    margin: 0;
    text-transform: none;
    color: black;
    font-family: "Roboto", sans-serif !important;
    font-weight: 500;
    height: 1.6rem;
}

    button.iconButton:focus, button.iconButton:hover {
        font-weight: 600;
    }

.iconButton:focus i.greenIconButton {
    color: #0A0;
}

.count-sheet-placeholder {
    min-height: 3px !important;
}

.body-content-header {
    color: rgba(0, 0, 0, 0.07);
    font-size: 3em;
    font-weight: 500;
    vertical-align: central;
    background: #AAA;
    text-shadow: 2px 2px rgba(255,255,255, 1), 1px 1px rgba(0,0,0,.2);
    background-image: url('/dist/img/material-bg-2.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: -205px -100px;
}

.differences-header {
    background-image: url('/dist/img/material-bg-2.png');
    background-position: -205px -100px;
}

@media print {
    i.redIconButton {
        display: none;
    }
}

i.redIconButton {
    margin-top: 2px;
}

@media print {
    .hideOnPrint {
        display: none;
    }

    .printable {
        page-break-after: always;
        display: block;
        visibility: visible;
    }

    .rsi-list-header {
        width: 100%
    }

    .rsi-list-body {
        display: block;
        visibility: visible;
    }

    .rsi-list-footer {
        position: fixed;
        bottom: -4.5px;
        right: 0
    }
}

@media screen {
    .rsi-list-footer {
        display: none;
        visibility: hidden;
    }
}

div.striped .row:nth-child(even) {
    background-color: #e0e0e0;
}

ul.striped li:nth-child(even) {
    background-color: #e0e0e0;
}

table.striped tr:nth-child(even) {
    background-color: #e0e0e0;
}

.modal.modal-large {
    width: 95%;
    height: 80%;
    max-height: 80%;
}

    .modal.modal-large .modal-content.modal-large-content {
        height: calc(100% - 240px);
        padding: 0;
        overflow-y: scroll;
    }

    .modal.modal-large .modal-content {
        height: calc(100% - 140px);
        padding: 0;
        overflow-y: scroll;
    }

.scroll-list-header {
    padding-right: 18px;
}

.form-category-break {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    padding-top: 0px;
    padding-bottom: 0px;
}

.inventory-submittal-confirmation-cogs-data-table {
    border-collapse: collapse;
    margin: 20px 40px;
    width: 90%;
}

    .inventory-submittal-confirmation-cogs-data-table td {
        font-size: small;
        padding: 0 4px;
        border: 1px solid lightgray;
    }

    .inventory-submittal-confirmation-cogs-data-table th {
        font-weight: bolder;
        padding: 0 4px;
        border: 1px solid grey;
        border-bottom: 2px solid gray;
        background-color: lightgray;
    }

    .inventory-submittal-confirmation-cogs-data-table tr.category-subtotal td {
        font-weight: bolder;
        padding: 0 4px;
        border: 1px solid lightgray;
        border-bottom: 2px solid gray;
        background-color: #e9e9e9;
    }

    .inventory-submittal-confirmation-cogs-data-table th.column-group-start, td.column-group-start {
        border-left: 1px solid gray !important;
    }

    .inventory-submittal-confirmation-cogs-data-table th.column-group-end, td.column-group-end {
        border-right: 1px solid gray !important;
    }

.body-content-list-extended-header.record-limit-exceeded {
    max-height: calc(100vh - 254px);
    height: calc(100vh - 254px);
    overflow: scroll;
    overflow-x: hidden;
    margin-bottom: 0;
    margin-top: 0;
}

.body-content-list.record-limit-exceeded {
    max-height: calc(100vh - 243px);
    height: calc(100vh - 243px);
    overflow: scroll;
    overflow-x: hidden;
    margin-bottom: 0;
    margin-top: 0;
}

.notification-dismissal-icon {
    display: inline-block !important;
    float: none !important;
    font-size: 1.2rem !important;
}

.fa-check-square-o {
    cursor: default;
}

.fa-caret-down {
    cursor: pointer;
}

.fa-caret-right {
    cursor: pointer;
}

.clickable {
    cursor: pointer;
}

    .clickable:hover {
        font-weight: bold;
    }

.void-check {
    text-decoration: line-through;
    color: red;
}

.selectable .ui-selected {
    background: #E9E9E9;
}

.listItemOptions {
    visibility: hidden;
}

.ul-med li .ul-header-area {
    padding: 0;
    margin: 0px;
    border-bottom: none;
}

.border-rounded-subtle {
    border-radius: 4px !important;
}

.CashManagementActionEnabled {
    color: #5C3E8F !important;
    background-color: transparent;
    cursor: pointer;
}

.CashManagementActionDisabled {
    background-color: #DFDFDF;
    color: #9F9F9F !important;
    cursor: default;
}

.start-ap-message {
    font-size: 16px !important;
}

    .start-ap-message div {
        padding-left: 10px !important;
        padding-bottom: 10px !important;
    }

    .start-ap-message i {
        font-size: 18px !important;
        color: #5c3e8f !important;
        line-height: 20px !important;
        margin-right: 0.6rem !important;
        width: auto !important
    }



.btn-w2 {
    background-color: #5C3E8F;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    float: right;
    text-transform:none;
}

.btn-w2:hover + .drpdwn-w2-year {
    display: block;
}


#w2-cont {
    float: right;
    margin: 10px;
    position: relative;
}

.drpdwn-w2-year {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 177px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99999;
    top: 37px;
}

    .drpdwn-w2-year:hover {
        display: block;
    }

    .drpdwn-w2-year a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-size: 16px;
        text-align: center;
    }

        .drpdwn-w2-year a:hover {
            background-color: #f5f2f8;
        }


#w2-pdf-full, #w2-pdf-90 iframe {
    height: 600px;
}


.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center
}

.align-items-end {
    align-items: end;
}

.justify-content-space-between {
    justify-content: space-between
}

.justify-content-center {
    justify-content: center
}

.justify-content-start {
    justify-content: start;
}

.justify-content-end {
    justify-content: end;
}

.ml-auto {
    margin-left: auto;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    column-gap: 0.875rem;
}

/*OCR related styles*/
#ocr-filter-status-radio {
    display: flex;
    width: 100%;
    gap: 50px;
}
.ocr-filter-m0 > input{
    margin-bottom:0px;
}

.ocr-upload-card-header {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding-top: 30px;
    padding-bottom: 10px;
}

.ocr-upload-email-info {
    display: flex;
}

.ocr-upload-email-title {
    width: 230px;
    margin-top: 12px;
}

.ocr-upload-email-box {
    height: 35px !important;
    border: none !important;
    border: 2px solid #e5e4e4 !important;
    border-radius: 3px !important;
    background: white !important;
    color: black !important;
    padding: 0 10px !important;
}

.ocr-upload-card-footer {
    display: flex;
    width: 100%;
    bottom: 0px;
    right: 0px;
    justify-content: flex-end;
    position: absolute;
    align-items: center;
    float: right;
}

.dropzone {
    padding: 3rem 20px !important;
}

    .dropzone .dz-message {
        margin: 4.5rem 0px !important;
    }

        .dropzone .dz-message .dz-button {
            box-shadow: none;
            font-size: 22px !important;
            font-weight: 700 !important;
            color: #5C3E8F !important;
        }

    .dropzone.dz-clickable {
        margin-bottom: 80px;
        cursor: pointer;
        border: none;
        border-radius: 6px;
        background: #f6f0ff;
    }

.dz-image {
    width: 120px !important;
    height: 120px !important;
    display: flex !important;
    padding: 10px;
}

.dz-progress {
    display: none;
}

.dz-remove {
    margin-top: 10px;
    color: red;
    font-size: 15px;
}

.dropzone .dz-preview .dz-error-message {
    top: -30px !important;
}

    .dropzone .dz-preview .dz-error-message:after {
        display: none;
    }

.dropzone-subtitle {
    color: #5C3E8F
}


.ocr-invoice-detail-card {
    cursor: default;
    padding: 5px;
    box-shadow: 0px 0px 4px 3px #e2e2e2;
    border-radius: 5px;
}

.padding-left-sm{
    padding-left:5px;
}

.label-with-pendo-icon button {
    margin: 0 4px 0 0 !important;
}