﻿div.popup-container {
    display: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

    div.popup-container > a {
        width: 100%;
        height: 100%;
    }


.blockUI.blockOverlay.ui-widget-overlay {
    cursor: default;
}

.blockUI.blockMsg.blockPage {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
}

    .blockUI.blockMsg.blockPage .popup-container img {
        max-width: 100%;
    }

div.popup-container i.close-popup {
    position: absolute;
    left: 0;
    font-size: 2.5em;
    z-index: 10000;
    background-color: #fff;
    padding: 4px;
    color: red;
    cursor: pointer;
}

    div.popup-container i.close-popup:before {
        transition: all 0.3s ease-in-out;
        display: inline-block;
    }

    div.popup-container i.close-popup:hover:before {
        color: crimson;
        -webkit-transform: rotate(-90deg) scale(1.05);
        -moz-transform: rotate(-90deg) scale(1.05);
        -ms-transform: rotate(-90deg) scale(1.05);
        -o-transform: rotate(-90deg) scale(1.05);
        transform: rotate(-90deg) scale(1.05);
    }


/*@media (max-width: 800px) {*/
/*    .blockUI.blockMsg.blockPage {*/
/*        width: 99%!important;*/
/*        top: 25vh!important;*/
/*    }*/
/*}*/
