﻿.ajax-file-upload-statusbar {
    border: 1px solid #0ba1b5;
    margin-top: 10px;
    margin-right: 10px;
    margin: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 5px 5px 5px
}

.ajax-file-upload-filename {
    width: 100%;
    height: auto;
    margin: 0 5px 5px 10px;
    color: #807579
}

.ajax-file-upload-progress {
    margin: 0 10px 5px 10px;
    position: relative;
    width: 250px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
    display: inline-block
}

.ajax-file-upload-bar {
    background-color: #0ba1b5;
    width: 0;
    height: 20px;
    border-radius: 3px;
    color: #FFFFFF;
}

.ajax-file-upload-percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%
}

.ajax-file-upload-red {
    /*-moz-box-shadow: inset 0 39px 0 -24px #e67a73;
-webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
box-shadow: inset 0 39px 0 -24px #e67a73;
background-color: #e4685d;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
display: inline-block;
color: #fff;
font-family: arial;
font-size: 13px;
font-weight: normal;
padding: 4px 15px;
text-decoration: none;
text-shadow: 0 1px 0 #b23e35;
cursor: pointer;
vertical-align: top;
margin-right:5px;
*/
    /* copio da BottoneEd */
    background-color: #2f4e63;
    font-size: 12px;
    font-weight: bold;
    color: white;
    border: 1px solid gray;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    behavior: url('border-radius.htc');
    text-align: center;
    display: inline-block;
    padding: 4px 15px;
    margin-right: 5px;
}

.ajax-file-upload-green {
    background-color: #77b55a;
    font-size: 12px;
    font-weight: bold;
    color: white;
    border: 1px solid gray;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    behavior: url('border-radius.htc');
    text-align: center;
    display: inline-block;
    padding: 4px 15px;
    margin-right: 5px;
}

.ajax-file-upload {
    background-color: #467575;
    font-size: 12px;
    font-weight: bold;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    behavior: url('border-radius.htc');
    color: white;
    padding: 15px 20px;
    cursor: pointer;
    line-height: 20px;
    margin: 0 10px 10px 0;
    display: inline-block;
    border: 1px solid #e8e8e8;
    text-decoration: none;
    padding: 6px 10px 4px 10px;
    border: none;
    vertical-align: middle;
}

    .ajax-file-upload:hover {
        background: #3396c9;
    }

.ajax-upload-dragdrop {
    border: 2px dotted #A5A5C7;
    color: #DADCE3;
    text-align: left;
    vertical-align: middle;
    padding: 10px 10px 0px 10px;
    /*width: 700px;*/
}

    .ajax-upload-dragdrop.state-hover {
        border: 2px solid #A5A5C7;
    }

.ajax-file-upload-error {
    color: red;
}
