﻿.attachments .attachment-btn {
    width: 130px;
    height: 35px;
    background-color: white;
    color: #118dcf;
    border: 1px solid #118dcf;
    margin: 0 2px;
}

.attachments .attachment-loading {
    position: absolute;
    right: 0;
    top: 0;
    width: 600px;
    height: 400px;
    font-size: 32px;
    color: #969696;
    background: white;
    z-index: 9999;
    text-align: center;
    padding-top: 165px;
    opacity: 0.9;
}

.attachments .cropArea {
    margin: 5px auto;
    border: 2px dashed #DDD;
    overflow: hidden;
    width: 100%;
    height: 350px;
    cursor: pointer;
}

.attachments .files-list {
    border-right: 1px solid silver;
}

.attachments .attachments-preview-grid {
    width: 100%;
    height: 350px;
    overflow-y: auto;
    margin: 5px auto;
    border: 1px solid #DDD;
    text-align: right;
}

    .attachments .attachments-preview-grid .attachment-box {
        padding: 2px;
        margin: 2px;
        width: 180px;
        height: 180px;
        display: inline-block;
        overflow: hidden;
        position: relative;
    }

        .attachments .attachments-preview-grid .attachment-box .attachment-img,
        .attachments .attachments-preview-grid .attachment-box .attachment-img img {
            height: 160px;
            text-align: center;
        }

            .attachments .attachments-preview-grid .attachment-box .attachment-img .fa,
            .attachments .attachments-preview-grid .attachment-box .attachment-img .far,
            .attachments .attachments-preview-grid .attachment-box .attachment-img .fas {
                color: silver;
            }

            .attachments .attachments-preview-grid .attachment-box .error-sign .fa,
            .attachments .attachments-preview-grid .attachment-box .error-sign .far,
            .attachments .attachments-preview-grid .attachment-box .error-sign .fas,
            .attachments .attachments-preview-grid .attachment-box .attachment-img .fa,
            .attachments .attachments-preview-grid .attachment-box .attachment-img .far,
            .attachments .attachments-preview-grid .attachment-box .attachment-img .fas {
                font-size: 60px;
                margin: 50px;
            }

        .attachments .attachments-preview-grid .attachment-box .attach-menu,
        .attachments .attachments-preview-grid .attachment-box .attach-menu-action {
            position: absolute;
            background-color: white;
            border: 1px solid grey;
            box-shadow: 0px 0px 5px silver;
        }

        .attachments .attachments-preview-grid .attachment-box .attach-menu-action {
            top: 5px;
            right: 5px;
            padding: 2px 7px;
            cursor: pointer;
        }

        .attachments .attachments-preview-grid .attachment-box .attach-menu {
            top: 35px;
            right: 5px;
            padding: 3px 7px 3px 1px;
            width: 120px;
            color: #5d5d5d;
        }

            .attachments .attachments-preview-grid .attachment-box .attach-menu .attach-menu-item {
                cursor: pointer;
                padding: 4px 2px;
            }

                .attachments .attachments-preview-grid .attachment-box .attach-menu .attach-menu-item:hover {
                    background-color: #eef6ff;
                }

        .attachments .attachments-preview-grid .attachment-box .error-sign {
            position: absolute;
            top: 0;
            right: 14px;
        }

            .attachments .attachments-preview-grid .attachment-box .error-sign .fa {
                color: #c81433;
            }

        .attachments .attachments-preview-grid .attachment-box .file-name {
            font-size: 10px;
            vertical-align: bottom;
            display: block;
            text-align: center;
            padding-top: 5px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 100%;
            direction: ltr;
        }

        .attachments .attachments-preview-grid .attachment-box .progress {
            position: absolute;
            line-height: 18px;
            width: 178px;
            border: none;
            margin-top: -19px;
            border-radius: 0px;
            height: 20px;
            direction: ltr;
        }

            .attachments .attachments-preview-grid .attachment-box .progress div {
                font-size: smaller;
                background: #4caf50;
                width: 0;
                text-align: center;
            }

.opacity05 {
    opacity: 0.5;
}
