@charset "UTF-8";
@import url("/assets/common/css/font.css");

/*=================팝업 프레임==========================*/

.delivery_list_popup_window_w   {
    position: absolute;
    margin-top: 15px;
    margin-left: 7px;
    width: 300px;
    height: 400px;
    background-color: #fff;
    border-radius: 3px;
}

.delivery_list_popup_window_w  table {
    border-collapse: collapse;
    width: 480px;
    /*height: 750px;*/
}

.delivery_list_popup_window_w   tbody {
    display: block;
    width: 480px;
    overflow: auto;
}
.delivery_list_popup_window_w    tfoot {
    display: block;
    width: 480px;
    overflow: auto;
}

.delivery_list_popup_window_w .or02_button {
    position: relative;
    left: 40%;
    width: 260px;
    height: 45px;
    border: 0px;
    border-radius: 4px;
    outline: 0px;
    background-color: #FF5A00;
    font-weight: 500;
    text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    color: #fff;
}

.delivery_list_popup_window_w  .or02_button:disabled {
    background-color: #C3C3C3;
}

.delivery_list_edit_dw_ic_p{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 5px;
    background-color: transparent;
    background-image: url("/assets/image/project/bt_list_edit_n.svg");
}

.delivery_list_file_dw_ic_p{
    width: 14px;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 9px;
    background-color: transparent;
    background-image: url("/assets/image/leftpanel/bt_download_img_a_n.svg");
}


.delivery_list_file_dw_ic_n{
    width: 14px;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 9px;
    background-color: transparent;
    background-image: url("/assets/image/leftpanel/bt_download_img_a_d.svg");
}

.delivery_list_file_dw_ic_s{
    width: 14px;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 9px;
    background-color: transparent;
    background-image: url("/assets/image/leftpanel/bt_download_img_a_s.svg");
}