﻿.blueimp-gallery {
    max-width: 1200px;
    margin: auto;
    max-height: 80%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
}

    .blueimp-gallery h3.title {
        background: #fff;
        color: #000;
        width: 100%;
        padding: 10px;
        text-transform: uppercase;
        background-color: rgb(240 244 255);
        top: 0;
        left: 0;
        opacity: 1;
        font-weight: 400;
        text-shadow: none;
    }

    .blueimp-gallery > .prev, .blueimp-gallery > .next, .blueimp-gallery > .close {
        z-index: 99999999;
        background: #fff;
        border: 3px solid #e2e5ed;
        color: #333 !important;
    }

#blueimp-gallery a:not([href]):not([tabindex]) {
    color: #333 !important;
}

#blueimp-gallery a.close {
    color: #333 !important;
    padding: 2px 0;
    margin: 0 15px;
    border-radius: 3px;
    right: 0px;
    left: auto;
    top: 8px;
    background-color: #fff;
    border: 1px solid #e2e5ed;
    width: 35px;
    text-align: center;
    height: 35px;
    font-size: 35px;
    text-shadow: none;
    opacity: 1;
}


.blueimp-gallery .menu-wrapper {
    position: relative;
    max-width: 100%;
    height: 100px;
    margin: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    bottom: 115px;
}

    .blueimp-gallery .menu-wrapper .indicator {
        z-index: 999999999999;
        box-sizing: border-box;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

        .blueimp-gallery .menu-wrapper .indicator::-webkit-scrollbar {
            display: none;
        }

        .blueimp-gallery .menu-wrapper .indicator li {
            display: inline-block;
            padding: 1em;
            box-sizing: border-box;
        }

    .blueimp-gallery .menu-wrapper .paddle {
        position: absolute;
        top: 0;
        bottom: 0;
        background-color: #fff;
        border: 1px solid #e2e5ed;
        margin: 40px 10px;
        border-radius: 50%;
        font-size: 35px;
        line-height: 29px;
        background: #fff;
        width: 40px;
        height: 40px;
        opacity: 0.5;
    }

        .blueimp-gallery .menu-wrapper .paddle:focus {
            outline: 0;
        }

        .blueimp-gallery .menu-wrapper .paddle:hover {
            opacity: 1;
        }

    .blueimp-gallery .menu-wrapper .paddles .left-paddle {
        left: 0;
    }

    .blueimp-gallery .menu-wrapper .paddles .right-paddle {
        right: 0;
    }

.img-magnifier-glass {
    position: absolute;
    border: 1px solid #fff;
    border-radius: 0;
    cursor: none;
    width: 200px;
    height: 200px;
    z-index: 9999;
    background-repeat: no-repeat;
}

.zoomLens {
    border: 1px solid rgb(255, 255, 255) !important;
}
