﻿body {
}

.img-delete-edit-box {
    border: 1px solid #acacac;
    border-radius: 14px;
    text-align: center;
    padding: 7px;
}

.deleted-img-action-box {
    border: 1px solid #acacac;
    border-radius: 14px;
    padding: 7px;
    margin: 0px;
}

.img-select-box {
}

.lg-backdrop {
    background-color: #000000d4 !important;
}

/*.img-box {*/
    /*width: 33%;*/
    /*height: 300px;
    display: inline-block;
    //border: 2px solid #ccc;
}

    .img-box > a{
        width: 100%;
        height: 100%;
    }
    .img-box img {*/
        /* This is where magic happens */
        /*max-width: 100%;
        max-height: 100%;
        width: auto;
        display: block;
        margin: 0 auto;
    }*/