  
    #editQtyModal
    {
        margin-top: 0%;        
    }

    #editQtyModal .modal-dialog
    {        
    }

    #editQtyModal .modal-dialog .modal-content
    {
        background-color: rgba(0, 0, 0, 0.7);
    }
    
    #editQtyModal .modal-dialog .modal-content .modal-title{
        color:#AC915D;
        font-weight:bolder;
        font-size:18px;
        margin-bottom:10px;
        padding-top: 10px;
    }

    #editQtyModal .modal-dialog .modal-content button
    {
        background-color:#000;
        margin-top:0px;
        color:#AC915D;
        font-weight:bolder;
        font-size:18px;
        border:1px solid #AC915D;        
    }

     #editQtyModal .modal-dialog .modal-footer
     {
        border-top: 1px solid #AC915D;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    #editQtyModal .modal-dialog .modal-header
    {
        border-bottom: 1px solid #AC915D;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    #editQtyModal .modal-dialog .modal-header span
    {        
        color:#AC915D;
        font-size:50px; 
    }
    
    #editQtyModal .modal-dialog .modal-body{     
        padding-bottom: 10px;
        min-height: 100px;  
    }

