﻿.upload-dialog
{
    display: none;
}

.upload-form
{
    width: 100%;
    padding: 0 5px;
}

.upload-dialog button
{
    margin: 5px 0;
    padding: 2px;
    height: 20px;
    font-size: 12px;
    cursor: pointer;
}

    .upload-dialog button.submit
    {
        border: 1px solid #01729c;
        background: #018cc1;
        color: #fff;
    }

        .upload-dialog button.submit:hover
        {
            background: #01739e;
        }

.upload-form button.cancel
{
    color: #018cc1;
}

.upload-dialog button.cancel:hover
{
    color: #01739e;
}

.upload-form .input-container input
{
    margin: 5px 0 0;
    height: 100%;
    width: 100%;
}

.upload-form .input-container
{
    text-align: left;
}

.upload-label
{
    margin: 10px 0 0;
    color: #444;
    display: block;
    text-align: left;
}

    .upload-label:after
    {
        clear: both;
    }

input.focused
{
    border: 1px solid #018cc1;
}

.upload-dialog .ui-progressbar .progress-label
{
    font-size: 1.2em;
    position: absolute;
    right: 0;
    line-height: 23px;
    padding-right: 12px;
    color: #fff;
    white-space: nowrap;
}


.upload-dialog .ui-progressbar
{
    position: relative;
    height: 25px;
    padding-right: 2px;
    background-color: #abb2bc;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b6bcc6), color-stop(1, #9da5b0));
    background: -moz-linear-gradient(#9da5b0 0, #b6bcc6 100%);
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5), 0 1px 0 0 #fff;
    -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5), 0 1px 0 0 #fff;
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5), 0 1px 0 0 #fff;
}

    .upload-dialog .ui-progressbar .ui-progressbar-value
    {
        position: relative;
        display: block;
        overflow: hidden;
        height: 23px;
        -webkit-background-size: 44px 44px;
        background-color: #74d04c;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #74d04c), color-stop(1, #9bdd62));
        background: -moz-linear-gradient(#9bdd62 0, #74d04c 100%);
        -webkit-box-shadow: inset 0 1px 0 0 #dbf383, inset 0 -1px 1px #58c43a;
        -moz-box-shadow: inset 0 1px 0 0 #dbf383, inset 0 -1px 1px #58c43a;
        box-shadow: inset 0 1px 0 0 #dbf383, inset 0 -1px 1px #58c43a;
        border: 1px solid #4c8932;
    }
