.ajax-file-upload-error {
    position: relative;
    width: 100%;
    height: 38px;
    line-height: 28px;
    padding: 0 20px;
    overflow: hidden;
    color: #d40000;
}
.ajax-file-upload-error b{font-weight: 500;}
.ajax-file-upload-statusbar {
    position: relative;
    width: 100%;
    font-size: 0;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e3e3e3;
    padding: 0 20px;
    overflow: hidden;
    margin-bottom: 2px;
}

.ajax-file-upload-filename {
    float: left;
    width: calc(100% - 50px);
    color: #03a9f4;
    font-weight: 500;
}

.file-upload-size {
    float: right;
    color: #03a9f4;
    font-weight: 500;
}
.ajax-file-upload-progress {
    margin: 2px 10px 2px 0px;
    position: relative;
    width: 235px;
    /*border: 1px solid #c9d0d5;*/
    padding-top: 3px;
    border-radius: 3px;
    display: inline-block;
    color:#FFFFFF;
    clear: both;

}
.ajax-file-upload-bar {
    background-color: #95a3ab;
    width: 0;
    height: 15px;
    border-radius: 3px;
    color:#FFFFFF;
    font-size: 10px;
}
.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 #d10638;
    -webkit-box-shadow: inset 0 39px 0 -24px #d10638;
    box-shadow: inset 0 39px 0 -24px #d10638;
    background-color: #d10638;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 10px;
    font-weight: normal;
    padding: 0px 7px;
    text-align:center;
    text-decoration: none;
    cursor: pointer;
    vertical-align: top;
    margin: 3px 10px 5px 0px;
}*/
.ajax-file-upload-red{position: absolute;top: 0;right: 0;bottom: 0;z-index: 3;display: block;height: 100%;padding: 0 1.2rem;line-height: 48px;color: #666;cursor:pointer;}
.ajax-file-upload-red i{font-size:15px;}
.ajax-file-upload-green {
    background-color: #77b55a;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 10px;
    font-weight: normal;
    padding: 0px 7px;
    width:50px;
    text-align:center;
    text-decoration: none;
    cursor: pointer;
    vertical-align: top;
    margin: 3px 10px 5px 0px;
}
.ajax-file-upload-orange {
    background-color: #ec8d00;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 10px;
    font-weight: normal;
    padding: 0px 7px;
    width:50px;
    text-align:center;
    text-decoration: none;
    cursor: pointer;
    vertical-align: top;
    margin: 3px 10px 5px 0px;
}
.ajax-file-upload {
    cursor:pointer;
    line-height:24px;
    float:right;
    text-decoration: none;
    border: none;
    width: 100%;
    height: 100%;
}
.ajax-file-upload .upload-str{
    cursor:pointer; 
    position: absolute;
    right: 18px;
    top: 13px;   
}
.ajax-upload-dragdrop .drag-str{
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 20px;
}
.ajax-upload-dragdrop
{
    cursor:pointer;    
    position: relative;
    display: inline-block;
    width: 100%;
    height: 50px;
    margin-bottom: 0;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    font-weight: 400;
    background-color: #e9ecef;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    height: 50px;
    font-size: 14px;
    color: #333;
    line-height: 2;
}

.state-hover
{
    outline: 2px solid #b5e3e9;
    outline-offset: -2px;
}
.ajax-file-upload-container
{
    #margin:20px 0px 20px 0px;
}