﻿/*Submit RMA Modal Styles*/
.RMABG {
    background-image: url('../../../resources/images/actions/Box-with-RMA-Form.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 110px;
    height: 110px;
    margin: 15px auto;
    display: inline-block;
}

    .RMABG span {
        display: inline-block;
        color: white;
        padding-top: 60px;
    }


/*Scan area styles*/
.scanhistorytitle {
    width: 600px;
    font-size: 16px;
    padding: 3px;
    background-color: #7F7F7F;
    color: white;
}

    .scanhistorytitle.collapserDown:before {
        font-size: 16px;
        margin-top: -5px;
    }

.scanhistory {
    width: 600px;
    height: 100px;
    border: 4px solid #7F7F7F;
    border-top: none;
    overflow-x: auto;
    overflow-y: auto;
    white-space: nowrap;
    text-align: center;
}

#divQuarantineTransfer {
    float: right;
    background-color: #7F7F7F;
    color: white;
    padding: 5px 10px;
    margin: 20px 0;
    font-size: 20px;
    border: 2px solid #333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    #divQuarantineTransfer img {
        float: left;
        margin-right: 20px;
        width: 45px;
        height: 45px;
    }

    #divQuarantineTransfer:hover {
        background-color: #555;
        cursor: pointer;
    }


#pnlAddProduct div {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
}

#trAddProduct td {
    border: 0px;
    background-color: #F2F2F2;
}

#trAddBtn td {
    border: 0px;
    background-color: #F2F2F2;
    cursor: default;
}
