.pulse {
    background-color: white;
    animation-name: pulse-color;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

@keyframes pulse-color {
    0% {
        background-color: white;
    }
    10% {
        background-color: lightgreen;
    }
    100%
    {
        background-color: white;
    }
}

.status-badge-icon {
    height: 32px;
    width: 32px;
    margin-top: -12px;
    margin-bottom: -10px;
}

.multiselect-native-select .btn-group{
    width: 100%;
}

/* Job Item table styling */

.table-fixed{
    table-layout: fixed;
}

.hidden-row, .hidden-row>td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-shadow: none;
}

.w-10px {
    width: 10px;
}

.w-20px {
    width: 20px;
}

.w-30px {
    width: 30px;
}

.w-40px {
    width: 40px;
}

.w-45px {
    width: 45px;
}

.w-50px {
    width: 50px;
}

.w-60px {
    width: 60px;
}

.w-65px {
    width: 65px;
}


.w-70px {
    width: 70px;
}

.w-75px {
    width: 75px;
}

.w-80px {
    width: 80px;
}

.w-90px {
    width: 90px;
}

.w-100px {
    width: 100px;
}

.w-110px {
    width: 110px;
}

.w-120px {
    width: 120px;
}

.w-130px {
    width: 130px;
}

.w-140px {
    width: 140px;
}

.w-150px {
    width: 150px;
}

.w-160px {
    width: 160px;
}

.w-170px {
    width: 170px;
}
.w-180px{
    width: 180px;
}

.w-3 {
    width: 3%;
}

.w-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

.w-12 {
    width: 12%;
}

.w-15 {
    width: 15%;
}

.w-17 {
    width: 17%;
}

.w-18 {
    width: 18%;
}

.w-20 {
    width: 20%;
}

.w-22 {
    width: 22%;
}

.w-25 {
    width: 25%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-75 {
    width: 75%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

#inventoryTable td{
    font-size:12px !important;
}

#inventoryTable th{
    font-size:13px !important;
}

#inventoryTable .btn-link{
    font-size:12px !important;
}

#inventoryTable .btn-xs {
    padding: 0.3rem 0.5rem;
    font-size: 0.8rem !important;
    line-height: 1;
    border-radius: 0.25rem;
}

table > tbody > tr > td, table > tbody > tr > td > div > button {
    font-size: 14px !important;
    font-weight: 400 !important;
}

table > thead > tr > th {
    font-size: 14px !important;
    font-weight: 600 !important;
}

span.sr-only.action-button-text{
    font-size: 14px !important;
    font-weight: 500 !important;
}

label{
    font-size: 14px !important;
}
.btn-link{
    font-size: 14px !important;
}

.fs-6{
    font-size: 14px !important;
    font-weight: 400!important;
    font-size: 0.9rem!important;
}

.col-plaintext {
    max-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.rfms-status-icon {
    width: 1.2em;
    display: inline;
    position: relative;
    top: -0.05em;
    margin-left: -5.3px;
}
.btn-circle.btn-xl{
    width: 65px;
    height: 65px;
    padding: 10px 10px;
    border-radius: 35px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 3px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.btn-bubble {
    width: 30px;
    padding: 3px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 10px;
}

.btn-stage{
    --bs-btn-padding-x: 0.25rem;
    --bs-btn-padding-y: 0.15rem;
    --bs-btn-line-height: 1.2;
    --bs-btn-border-radius: 5px;
    --bs-btn-font-weight: bold;
}
.inline-gallery-container {
    width: 100%;

// set 60% height
height: 0;
    padding-bottom: 65%;
}
.modal-header{
    background: #c41230;
    color: white;
}

#NotesModal .modal-xl {
    max-width: 1200px;
}

#NotesModal .d-flex {
    flex-wrap: nowrap;
}

#NotesModal .flex-fill {
    min-width: 50%;
}

.notesModalBodyText {
    white-space: pre-wrap;
    word-break: break-word;
}

#NotesModal h6.text-muted {
    font-weight: bold;
}

.productSearchResults{
    height: 250px;
    overflow-y: auto;
}

/** Spinner Overlay CSS **/
.spanner{
    position:fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: #2a2a2a94;
    width: 100%;
    height: 100%;
    display:block;
    text-align:center;
    color: #FFF;
    z-index: 999;
    visibility: hidden;
}

.overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
    /* border-radius: 50%;
     height: 2.5em;
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both;
     -webkit-animation: load7 1.8s infinite ease-in-out;
     animation: load7 1.8s infinite ease-in-out;
     height: 100%;
     background: url(../img/panda-rfms.gif) no-repeat center center;*/
}
.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 15% auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3.5em;
}
th {
    cursor: pointer;
    position: relative;
    padding-right: 20px;
}
.sort-icon {
    font-size: 12px;
    margin-left: 5px;
    display: inline-block;
}
.asc .sort-icon::after {
    content: '↑';
}
.desc .sort-icon::after {
    content: '↓';
}
.table-outline {
    border: 2px solid black;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.show{
    visibility: visible;
}

.spanner, .overlay{
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.spanner.show, .overlay.show {
    opacity: 1
}

/** Spinner Overlay CSS **/
/* Portrait and Landscape */
@media only screen
and (min-device-width: 744px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 2) {
    .productSearchResults{
        height: 220px;
        overflow-y: auto;
    }
    #NotesModal.d-flex {
        flex-wrap: wrap;
    }
    #NotesModal .flex-fill {
        min-width: 100%;
    }
}
@media only screen
and (min-device-width: 744px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
    .productSearchResults{
        height: 220px;
        overflow-y: auto;
    }
    #searchProductModal.modal-header{
        margin: 0;
        padding: .5rem!important;
    }
    #searchProductModal.modal-footer{
        margin: 0;
        padding: .25rem!important;
    }
    #NotesModal.d-flex {
        flex-wrap: wrap;
    }
    #NotesModal .flex-fill {
        min-width: 100%;
    }
}
/* ----------- Non-Retina Screens ----------- */
@media screen
and (min-device-width: 1200px)
{
    .productSearchResults{
        height: 400px;
        overflow-y: auto;
    }
}

/* ----------- Retina Screens ----------- */
@media screen
and (min-device-width: 1200px)
and (min-resolution: 192dpi) {
    .productSearchResults{
        height: 400px;
        overflow-y: auto;
    }
}

@media screen and (max-width: 1200px) {
#inventoryTable .btn-xs {
    padding: 0.1rem 0.25rem;
    font-size: 0.6rem !important;
    line-height: 1;
    border-radius: 0.15rem;
  }
}