﻿.psm-inventoryupdate-content {
    padding: 0px;
    margin: 0px;
    height: auto;
    position: fixed;
    width: 100%;
    bottom: 0px;
    transition: all .3s ease-out;
    z-index: 999999;
    text-align: left;
    display: none;
    font-family: 'Roboto', sans-serif;
    left: 0;
    max-height: 100vh;
    /*overflow-y: scroll;*/
    -webkit-overflow-scrolling: touch;
}

    .psm-inventoryupdate-content h9 {
        margin: 0;
        padding: 10px;
        font-size: 18px;
        font-weight: 700;
        display: block;
        cursor: pointer;
        position: relative;
        text-align: center;
        font-family: 'Roboto Condensed', sans-serif;
        text-shadow: none;
        text-transform: uppercase;
    }

    .psm-inventoryupdate-content input,
    .psm-inventoryupdate-content select {
        padding: 5px 7px;
        border-radius: 2px;
        border: none;
        width: 100%;
        color: black;
        font-size: 16px;
        margin: 0;
        background-color: white;
        box-shadow: none;
        text-transform: none;
    }

    .psm-inventoryupdate-content p {
        font-size: 16px;
    }

    .psm-inventoryupdate-content input {
        max-width: 207px;
    }

    .psm-inventoryupdate-content .legalize i {
        font-size: 11px;
    }

#div-psm-inventoryupdate-content-close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-weight: 700;
}

#psm-inventoryupdate-header:after {
    content: '\00BB';
    transform: rotate(90deg);
    display: inline-block;
    font-size: 24px;
    padding: 0 10px 5px;
}

#div-inventoryupdate-form > table {
    padding: 15px;
    border-radius: 8px;
    margin: 0 auto 15px !important;
    width: 700px;
}

.IU-validation {
    font-weight: bold;
    color: red;
    margin-top: -25px;
    float: right;
    font-size: 10px;
}

.div-inventoryupdate-header {
    padding: 20px 15px;
    line-height: 28px;
}

#psm-IU-FormSubmit {
    padding: 8px 15px;
    border: none;
    border-radius: 6px;
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: none;
    text-shadow: none;
    transform: none;
    font-family: 'Roboto Condensed', sans-serif;
}

#div-inventoryupdate-form label {
    font-size: 14px;
    margin: 8px 0 4px;
    display: inline-block;
}

#div-inventoryupdate-form > table > tbody > tr > td:nth-child(1) {
    width: 32%;
}

.div-iu-success-message {
    display: none;
    padding: 60px 30px;
    width: 1000px;
    margin: auto;
}


.psm-inventoryupdate-widget {
    display: none;
}

.psm-IU-autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .psm-IU-autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .psm-IU-autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #e9e9e9;
        }

.psm-IU-autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #fff;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
.invUpdRow {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    border-radius: 8px;
    border: 2px solid #d7d7d7;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}

    .invUpdRow div:nth-child(1) {
        margin-right: 20px;
        width: 50px;
        padding: 10px;
        height: 50px;
        border-radius: 50%;
        text-align: center;
    }

    .invUpdRow h8 {
        margin: 0 0 6px;
        font-size: 24px;
    }

    .invUpdRow p {
        margin-bottom: 0;
        font-size: 14px;
    }

        .invUpdRow p .emph {
            font-weight: bold;
            text-decoration: underline;
        }

        .invUpdRow p .txt {
            color: black;
        }

#div-inventoryupdate-form > table > tbody > tr > td > table > tbody > tr {
    display: flex;
    justify-content: space-between;
}

    #div-inventoryupdate-form > table > tbody > tr > td > table > tbody > tr > td {
        width: 218px;
        flex: 1 0 49%;
        margin-left: 5px;
    }

@media (max-width: 767px) {
    #div-inventoryupdate-form > table {
        width: 100%;
    }

        #div-inventoryupdate-form > table > tbody > tr {
            display: flex;
            flex-flow: column;
            align-items: center;
        }

            #div-inventoryupdate-form > table > tbody > tr > td > table > tbody > tr {
                flex-flow: column;
            }

                #div-inventoryupdate-form > table > tbody > tr > td > table > tbody > tr > td {
                    width: 250px;
                }

    .psm-inventoryupdate-content input {
        max-width: 237px;
    }

    #div-inventoryupdate-form > table > tbody > tr > td:nth-child(1) {
        width: 100%;
        text-align: center;
    }

    .psm-inventoryupdate-content {
        max-height: 100vh;
        overflow-y: scroll;
    }
    #div-psm-inventoryupdate-content-close {
        position: fixed;
        right: 15px;
        top: 15px;
        font-weight: 700;
        z-index: 9999;
    }

    #psm-inventoryupdate-header:after {
        content: '\00BB';
        display: inline-block;
        font-size: 18px;
        position: fixed;
        right: 25px;
    }
    .psm-inventoryupdate-content p {
        font-size: 16px;
        padding-right: 40px;
        padding-left: 20px;
    }
}

    label[for='PSM-IU-Phone'] .required.hidden {
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none;
}