@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS 1.3.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.fileinput-button {
    /*position: relative;*/
    overflow: hidden;
    width: 100%;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    /* right: 0;*/
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    /*font-size: 200px;*/
    direction: ltr;
    width: 100%;
    height: 100px;
    cursor: pointer;
}
.drag-and-grop {
    background-color: #f5f5f5;
    border: 2px #0099FF dashed;
    text-align: center;
    height: 100px;
    padding-top: 30px;
    margin: 0 30px;
    font-weight: bold;
    color: #0079BF;
    cursor: pointer;
    overflow: hidden;
}
.photos a.pic {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto auto;
    display: inline-block;
    height: 80px;
    margin: 4px;
    width: 80px;
    border: 1px solid #f5f5f5;
}
.photos .item {
    display: inline-block;
    height: 100px;
    text-align: center;
    width: 90px;
}
.photos a:hover {
    text-decoration: none;
}
.fileupload-progress {
    padding: 10px 0 0 0;
}
.fileupload-progress .progress {
    margin-bottom: 10px;
}
/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}
