﻿
.xd-content {
    cursor: move;
    width: 524px;
    height: auto;
    max-width: 90%;
    box-shadow: 0 0 0px 15px rgba(0,0,0,.5);
    border-radius: 7.5px;
}

    .xd-content .xd-body {
        padding: 15px;
    }

        .xd-content .xd-body .xd-body-inner {
            text-align: center;
        }

            .xd-content .xd-body .xd-body-inner img {
                -webkit-user-select: none;
                -khtml-user-select: none;
                -moz-user-select: none;
                -o-user-select: none;
                user-select: none;
                max-width: 100%;
                display: block;
                margin: 0 auto;
            }

    .xd-content .xd-buttons {
        position: absolute;
        bottom: 12px;
        right: 12px;
        padding: 0;
        margin: 0;
    }

    .xd-content .xd-button.xd-ok {
        font-size: 0;
        color: transparent;
        background-color: transparent;
        /*background-image: url(Assets/Images/zoom-close.png);*/
        background-image: url(../../../Assets/Images/zoom-close.png);
        background-repeat: no-repeat;
        width: 23px;
        height: 23px;
        padding: 0;
    }

    .xd-content .xd-button:hover {
        box-shadow: none;
    }

.xd-overlay {
    background: transparent;
}

.zoom-label {
    margin: 10px 0 0 0;
}

.xd-dialog--carousel-widget .xd-content {
    width: 837px;
}