﻿
/*# sourceMappingURL=bootstrap.css.map */
#containerAjax:-webkit-full-screen,
#containerAjax:-moz-full-screen,
#containerAjax:-ms-fullscreen,
#containerAjax:fullscreen {
    width: 95vw;
    height: 95vh;
}

.containerAjaxImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 50%;
}

.containerAjax {
    margin: 15px;
    z-index: 9999999;
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.8;
    transition: width 2s;
    border-radius: .5em;
    width: 97%;
    height: 96%;
}

@media (min-width: 768px) {
    .containerAjax {
        width: 97%;
        height: 96%;
    }
}

@media (min-width: 992px) {
    .containerAjax {
        width: 97%;
        height: 96%;
    }
}

@media (min-width: 1200px) {
    .containerAjax {
        width: 97%;
        height: 96%;
    }
}

.containerAjaxPopup {
    margin: 15px;
    z-index: 9999999;
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
    transition: width 2s;
    border-radius: .5em;
    width: 97%;
    height: 96%;
}

@media (min-width: 768px) {
    .containerAjaxPopup {
        width: 97%;
        height: 96%;
    }
}

@media (min-width: 992px) {
    .containerAjaxPopup {
        width: 97%;
        height: 96%;
    }
}

@media (min-width: 1200px) {
    .containerAjaxPopup {
        width: 97%;
        height: 96%;
    }
}
