﻿.responsive-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #e9e9e9;
    max-height: 600px;
 }

    .responsive-table td {
        padding: 8px;
        text-align: left;
        border-bottom: 1px solid #b9b9b9;
        vertical-align: top;
    }

@media screen and (max-width: 600px) {
    .responsive-table th,
    .responsive-table td {
        display: block;
        width: 100%;
    }
}

.responsive-table td input {
    font-size: 13px !important;
    margin-bottom: 0px;
    color: rgb(0 46 124) !important;
}

@media screen and (max-width: 988px) {
    .responsive-table td input {
        min-width: max-content;
    }
}

.width-maxContent {
    min-width: max-content;
}

#overlay {
    position: absolute; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    /*cursor: pointer;*/
}

#faloader {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.responsive-table td label {
    font-family: "MaisonNeue", sans-serif !important;
    letter-spacing: 0px;
    color: rgb(0, 68, 180);
    opacity: 1;
    margin-bottom: 5px;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.9rem !important;
    height: 2.5rem;
}

#salesorderlineitems tbody p {
    font-size: 13px !important;
    /* margin-bottom: 0px; */
    color: rgb(0 46 124) !important;
    font-family: MaisonNeue, sans-serif;
}

#salesorderlineitems tbody input[type="text"]:disabled {
    background-color: #e9e9e9 !important;
    border: 0px;
    padding-left: 0px;
}

span.deliveryAdrsOptions select {
    margin: 0;
    border-color: #0044b4;
    font-size: 13px !important;
    color: rgb(0 46 124) !important;
    width: max-content;
}

#customloader {
    background-color: #e9e9e9;
    display:inline-block;
    width:100%;
    padding:8px;
}

#cpnbtnsave, #cpnbtnremove {
    color: white;
    border-radius: 5px;
    font-size: 12px;
    background-color: #002e7c;
    width: 90px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cpnbtnsave {
    margin-bottom: 5px;
}

#cpnbtnremove {
    margin: 0px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    display: flex;
}

    .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
        border-radius: 5px;
        background-color: #002e7c;
        width: 90px;
        height: 36px;
        align-items: center;
        display: flex;
        justify-content: center;
        color: white;
        font-size: 12px;
    }

#lblCartCount {
    vertical-align: top;
    margin-left: -5px;
    margin-top: -5px;
}
