﻿
.arquivo {
    width: 100px;
    /*margin:4px;*/
    border-radius: 3px;
    border: solid 1px #f3f1f1;
    height: 120px;
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
    box-shadow: 5px 5px 2px #888888;
    cursor: pointer;
    float: left;
    margin-right: 12px;
    margin-top: 12px;
}

.btn-excluir {
    margin-top: -12px;
    /*position:absolute;*/
    /*color:transparent;*/
    font-size: 10px;
}

    .btn-excluir:hover {
        /*color:red;*/
    }

.arquivo .ext {
    font-weight: bold;
    /*margin-right:-28px;*/
    position: absolute;
    color: #a8a8a8;
    font-size: 14px;
}

.arquivo:hover {
    border: solid 1px #a8a8a8;
    /*-vendor-animation-duration: 3s;
        -vendor-animation-delay: 2s;*/
    -vendor-animation-iteration-count: pulse;
}

.arquivo .icone {
    height: 60px;
}

.arquivo .progress {
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 10px;
}

.arquivo .nome a {
    font-size: 10px;
}

.arquivo .nome .fa {
    /*float: right;
        position: relative;
        top: 0px;
        font-size: 12px;
        color: red;
        font-size: 26px;*/
}

    .arquivo .nome .fa:hover {
    }
/*.arquivo .progress .bar{
    background-image:#439029 !important;
}*/

.arquivo .icone .fa {
    margin-top: 10px;
    font-size: 40px;
    color: #808080;
}

.arquivo .nome {
    padding: 0px;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 10px;
    line-height: none;
    /*border-top: solid #a8a8a8 1px;*/
    background-color: #f3f1f1;
    text-align: center;
    min-height: 40px;
}

.area-upload {
    float: left;
}

.drop-zone {
    min-height: 60px;
    border: dotted 4px #e5e5e5;
    text-align: center;
    font-size: 36px;
    color: #808080;
}

    .drop-zone:hover {
        border: dotted 4px #b0e09a;
    }

.fileinput-button {
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 4px;
}

    .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        border: solid transparent;
        border-width: 0 0 100px 200px;
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-transform: translate(-300px, 0) scale(4);
        direction: ltr;
        cursor: pointer;
    }

.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}

.files .progress {
    width: 200px;
}

.progress-animated .bar {
    background: url(../img/progressbar.gif) !important;
    filter: none;
}

.fileupload-loading {
    position: absolute;
    left: 50%;
    width: 128px;
    height: 128px;
    background: url(../img/loading.gif) center no-repeat;
    display: none;
}

.fileupload-processing .fileupload-loading {
    display: block;
}

/* Fix for IE 6: */
*html .fileinput-button {
    line-height: 22px;
    margin: 1px -3px 0 0;
}

/* Fix for IE 7: */
* + html .fileinput-button {
    margin: 1px 0 0 0;
}

@media (max-width: 480px) {
    .files .btn span {
        display: none;
    }

    .files .preview * {
        width: 40px;
    }

    .files .name * {
        width: 80px;
        display: inline-block;
        word-wrap: break-word;
    }

    .files .progress {
        width: 20px;
    }

    .files .delete {
        width: 60px;
    }
}

.btn-arquivo {
    float: right;
    margin-left: 5px;
    border: solid 1px #d7d7d7;
    background-color: #e5e5e5;
    padding: 0px;
    height: 20px;
    min-width: 80px;
    text-align: center;
    cursor: pointer;
}

    .btn-arquivo:hover {
        background-color: #d7d7d7;
    }

.btn-vermelho {
    color: #580909;
    border: solid 1px #cf0d0d;
    background-color: #f5a2a2;
}

    .btn-vermelho:hover {
        background-color: #f67272;
    }
