﻿.attachments-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.attachments-container-wrapper {
    width: 70%;
}

.attachments-div-upload {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 30%;
}




/*CSS "NOVO" - copiado do itToolsBase para ficar o ajacupload igual aos outros sitios */

.itHtmlImage .box__file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .itHtmlImage .box__file + label {
        max-width: 80%;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        display: inline-block;
        overflow: hidden;
    }

        .itHtmlImage .box__file + label:hover strong,
        .box__file:focus + label strong,
        .box__file.has-focus + label strong {
            /* color: #ffffff;*/
        }

    .itHtmlImage .box__file:focus + label,
    .itHtmlImage .box__file.has-focus + label {
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px;
    }

    .itHtmlImage .box__file + label * {
        /* pointer-events: none; */ /* in case of FastClick lib use */
    }

.no-js .box__file + label {
    display: none;
}

.no-js .box__button {
    display: block;
}

.box__button {
    font-weight: 700;
    color: #e5edf1;
    background-color: #39bfd3;
    display: none;
    padding: 8px 16px;
    margin: 40px auto 0;
}

    .box__button:hover,
    .box__button:focus {
        background-color: #0f3c4b;
    }

.box__dragndrop,
.box__icon {
    display: none;
}

.box.has-advanced-upload .box__dragndrop {
    display: inline;
}