/*
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 : 2021-09-17, 12:33:22
    Author     : Blazej Kita, ProgressPlus Marcin Zapora Damian Adamski <progressplus.pl>
*/


.upl_shadow
{
    position: fixed;
    z-index: 2;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.40);
    text-align: center;
    
}


.upl_shadow input
{
    display: none;
    visibility:hidden;
}

.upl_shadow .upl_center
{
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 400px;
    height: 300px;
    display: inline-block;
    margin: 100px;
    text-align: left;
}

.upl_shadow .upl_center .upl_title
{
  background-color:  #ddd;
  color: #000;
  padding: 5px;
  text-align: center;
}

.upl_shadow .upl_center .upl_content
{
    height: 200px;
    margin-bottom: 10px;
    overflow-y: scroll;
    background-color: #fff;
}

.upl_shadow .upl_center .upl_buttons
{ 
    padding: 10px;
}

.upl_shadow .upl_center .upl_buttons .upl_btn
{
   background-color: #333;
   color: #fff;
   display: inline-block;
   padding-top: 4px;
   padding-bottom: 4px;
   width: 49%;
   text-align: center;
   cursor: pointer;   
}



.upl_shadow .upl_table
{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}


.upl_shadow .upl_table .upl_completed
{
    background-color: #e6f5df;
}

.upl_shadow .upl_table td
{   
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.upl_shadow .upl_table .upl_review
{
    width: 18%;   
}

.upl_shadow .upl_table .upl_review img
{
    width: 50%;
    margin: 20%;
}

.upl_shadow .upl_table .upl_process
{
    width: 18%;   
}

.upl_shadow .upl_table .upl_name
{
    width: 60%;
}

a.btn_upload
{
  background-color: #333333;
  display: inline-block;  
  padding: 5px 10px 5px 10px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.upl_item_attach
{
    padding: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.upl_item_attach img
{
    width: 24px;
}

.upl_delete
{
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: none;
    cursor: pointer;
    color: #f00;
}