.drow-s-t-1>div {
    -webkit-transition: .4s;
    transition: .4s;
}

.drow-s-t-1>div:nth-child(odd) {
    background: #f3f3f3 !important;
}

.drow-s-t-1>div:nth-child(even) {
    background: #dddddd !important;
}

.drow-s-t-1>div:hover {
    background: #d1d1d1 !important;
}

input[name=poType] {
    display: none;
}

.potype-label {
    width: 100%;
    height: 100%;
    padding: 8px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background-color: #494949;
    box-shadow: 2px 2px 8px #b4b3b3;
    -webkit-transition: .4s;
    transition: .4s;
}

input[name=poType]:checked+.potype-label, .potype-label:hover {
    background-color: #07a13d;
    box-shadow: 2px 2px 8px #07a13d7c;
}

.info-modal {
    cursor: pointer;
}

.info-modal:hover, .info-modal:focus {
    text-decoration: underline;
}


.btn-main-8 {
    color: #0c0c0c !important;
    background-color: #f7f7f7;
    box-shadow: 2px 2px 8px #cccccc42;
}

.btn-main-8:hover,
.btn-main-8:focus {
    background-color: #d8d8d8;
    box-shadow: 2px 2px 8px #d8d8d831;
}

.btn-con-1 {
    width: 100%;
    height: 80px;
    color: #0c0c0c !important;
    font-size: 14px;
    background-color: #f7f7f7;
    border: 2px solid #0c0c0c;
    box-shadow: 2px 2px 8px #cccccc42;
}

.btn-con-1:hover,
.btn-con-1:focus {
    color: #ffffff !important;
    background-color: #0c0c0c;
    box-shadow: 2px 2px 8px #d8d8d831;
}


/* Inventory POS */


.in-pos-condiv {
    border-left: 1px solid #494949;
    background-color: #f1f1f1;
}

input[type='radio']+.discount-label {
    display: block;
    text-align: center;
    border: 2px solid #d6dbd8;
    border-radius: 5px;
    padding: 10px;
    color: #5b5b5b;
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    -webkit-transition: .5s;
            transition: .5s;
}

input[type='radio']:checked+.discount-label, input[type='radio'] + .discount-label:hover {
    color: #ffffff;
    background-color: #0c0c0c;
    border-color: #0c0c0c;
}

#cusDP {
    height: 100%;
    border: 2px solid #d6dbd8;
    border-radius: 5px;
    font-size: 19px;
    font-weight: 600;
}

.in-pos-condiv .nav-tabs .nav-link {
    color: #000 !important;
    background-color: #c2c2c2 !important;
}

.in-pos-condiv .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #797ff2 !important;
}

@media only screen and (min-width: 992px) {
    #navBilling {
        height: 94%;
    }
    
    #navBilling>div:first-child {
        height: 35%;
    }
    
    #navBilling>div:nth-child(2) {
        height: 50%;
    }
    #navBilling>div:last-child {
        height: 15%;
        display: flex;
        align-items: flex-end;
    }

    .POS-list-info {
        height: 10%;
    }
    .POS-list-items {
        height: 90%;
        overflow: auto;
    }
}