﻿div.upload {
    width: 100%;
	font-family: arial;
	font-size: 14px;
	min-height: 60px;
	box-shadow: 0 0 5px;
    background-color: #33559A;
}

div.upload table {
    width: 100%;
    height: 100%;
}

div.upload td {
    vertical-align: middle;
    text-align: center;
    width: 80%;
    color: white;
    background-color: transparent;
}

div.upload td.actions {
    width: 20%;
}

div.upload tr.empty .input-group {
    width: 100%;
}

div.upload tr.empty .input-group .btn {
    box-shadow: none;
    border-radius: 0;
}

div.upload tr.empty input {
    color: #333;
    position: relative;
    z-index: 2;
    float: left;
}

div.upload a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

div.upload a.cancel,
div.upload a.remove {
    color: red;
}

div.upload .selected .size {
    font-size: 12px;
}

div.upload .empty span {
    display: block;
	font-size: 12px;
}

div.upload .uploading .progress {
    background-image: url("../Images/uploading.gif");
    background-position: center center;
    background-repeat: no-repeat;
}

div.upload .error .message {
	color: red;
}