﻿div.multiupload {
    width: 100%;
	font-family: arial;
	font-size: 14px;
	box-shadow: 0 0 5px;
    background-color: #33559A;
}

div.multiupload table {
    width: 100%;
    height: 100%;
}

div.multiupload table td {
    text-align: center;
    padding-right: 5px;
    vertical-align: middle;
    text-align: center;
}

div.multiupload table thead th {
    background-color: #374249;
    color: white;
    font-weight: normal;
    height: 50px;
    padding-left: 20px;
}

div.multiupload table tbody .empty {
    display: none;
}

div.multiupload table tbody .empty:last-child {
    display: table-row;
}

div.multiupload tbody tr td {
    padding-left: 20px;
    padding-right: 5px;
    vertical-align: middle;
    text-align: left;
    width: 100%;
    height: 45px;
    background-color: #DDDDDD;
}

div.multiupload table tfoot tr td {
    color: white;
}

div.multiupload table tfoot tr td a {
    color: white;
    font-weight: bold;
}

div.multiupload table tfoot tr td span {
    display: block;
}

div.multiupload a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

div.multiupload .actions {
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: right;
}

div.multiupload tbody .actions a {
    display: none;
}

div.multiupload .actions a.cancel,
div.multiupload .actions a.remove {
    color: red;
}

div.multiupload .finished .actions a.remove {
    display: inline;
}

div.multiupload .finished .file a {
    color: black;
    font-weight: normal;
}

div.multiupload .selected .actions a.cancel {
    display: inline;
}

div.multiupload .selected .size {
    font-size: 12px;
}

div.multiupload .actions .progress {
    display: none;
    background-color: transparent;
}

div.multiupload .uploading .actions .progress {
    display: inline;
}