.uploadFile {
    min-height: 55px;
    margin-bottom: 0;
}

.boxBtnUpload {
    display: block;
    height: 30px;
    position: relative;
    margin-bottom: 20px;
}

.uploadFile button.btnUploadFile {
    width: 240px;
    height: 30px;
}

.uploadFile input {
    display: block;
    width: 240px;
    height: 30px;
    min-height: 30px;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
}

.uploadFile input.form {
    position: static;
    top: auto;
    left: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    width: 228px;
    height: 20px;
    min-height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin-top: 8px;
}

.boxInfosImg {
    display: none;
}

.boxItemInst-institucional .boxInfosImg {
    height: 119px;
}

.uploadFile .img {
    display: block;
    width: 160px;
    height: 90px;
    overflow: hidden;
    margin-right: 12px;
    background: #fff;
    float: left;
}

.uploadFile .img img {
    display: block;
    height: 100%;
    margin: 0 auto;
}

.uploadFile p {
    font-size: 12px;
    margin-bottom: 0;
}

.uploadFile .imgInfos {
    display: block;
}

.infoLoading {
    display: none;
    font-size: 12px;
    color: #084073;
    position: absolute;
    top: 30px;
    left: 0;
}

.infoLoadingError {
    display: none;
    font-size: 12px;
    color: #971b1e;
    position: absolute;
    top: 30px;
    left: 0;
}

.infoDeleteSuccess {
    display: none;
    font-size: 12px;
    color: #458a45;
    position: absolute;
    top: 30px;
    left: 0;
}

.infoDeleteError {
    display: none;
    font-size: 12px;
    color: #971b1e;
    position: absolute;
    top: 16px;
    left: 151px;
    width: 250px;
}
        
.boxBtnDelete {
    display: inline-block;
    position: relative;
}
        
.boxLoadingFile {
    display: none;
    width: 234px;
    height: 23px;
    position: absolute;
    top: 4px;
    left: 3px;
    z-index: 20;
    background: #8bc08b;
}

.boxLoadingFile img {
    display: block;
    height: 100%;
    margin: 0 auto;
}
    
.boxLoadingDeleteFile {
    display: none;
    width: 138px;
    height: 23px;
    position: absolute;
    top: 13px;
    left: 3px;
    z-index: 20;
    background: #d17a75;
}

.boxLoadingDeleteFile img {
    display: block;
    height: 100%;
    margin: 0 auto;
}
        
.btnDeleteFile {
    margin-top: 9px;
}

.boxImgs .uploadFile {
    width: auto;
    height: auto;
    margin-left: 12px;
    background: #d8d8d8;
    float: left;
}

.uploadFile-sort {
    width: 242px;
    padding-right: 18px;
    margin-right: 16px;
    margin-bottom: 16px;
    float: left;
}

input.upload {
    background: #aaa url(../../img/bg-btn.png) bottom repeat-x;
    padding: 0;
    border: 1px solid #aaa;
    color: #222;
    font-size: 1.2em;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
}

input.upload:hover {
    background: #eee;
    color: #111;
    border-color:#777;
}

.uploadFile .imgOpts input.form {
    float: left;
    margin-top: 0;
}

.uploadFile .imgOpts input {
    position: static;
    top: auto;
    left: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.uploadFile div.checkbox {
    width: 246px;
    float: left;
}

.imgOpts {
    width: 366px;
    float: left;
}

.imgLeft {
    width: auto;
    float: left;
}

.boxTarget-full .boxInfosImg {
    border-bottom: 1px solid #fff;
}

.boxTarget-full label.itemUploadDoc {
    padding-top: 14px;
}

.boxTarget-full .uploadFile-sort {
    width: auto;
    margin-right: 0;
    float: none;
    background: #d8d8d8;
}

.imgOpts-tlt {
    display: none;
}

.imgOpts label {
    display: inline-block;
    width: 90px;
    float: left;
    line-height: 30px;
    margin-right: 14px;
    margin-bottom: 0;
    text-align: right;
}

.imgOpts .checkbox label {
    margin-right: 16px;
    text-align: left;
}

.imgOpts .checkbox input {
    width: auto;
    position: static;
    top: auto;
    left: auto;
    float: left;
    margin: -1px 4px 0 0;
}

.hide {
    display: none;
}

.show {
    display: block;
}