/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 16, 2021, 11:22:16 AM
    Author     : dell
*/

.mscoopbox, .mscoopbox2, .msc_upl {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 5%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0,0,00, 0.8);
    text-align: center;
    display: none;
}
.msco_table th {
    padding: 5;
}
.msco_table td {
    padding: 2px;
}
.msco_ups {
    padding: 0;
}

.view_delivered_style {
    border: 2px solid red;
}

button.msco_ups,button.msco_vwl, button.msco_upl, button.msco_remarks {
    margin: 20px 5px 0;
    padding: 20px 5px;
    display: block;
    background: #000;
    color: #fff;
}

button.msco_remarks {
    margin-bottom: 20px;
}

button.msco_vwl > a {
    color: #fff;
}

.remarks_container {
    background: #000;
    color: #fff;
    padding: 5px 10px;
    margin: 10px 0 0;
}


