﻿/*======================*/
/*#region POPUPS*/

pop-up, pop-up content {
    height: 100%;
}

.modal-content {
    width: 100%;
    min-height: 100%;
    height: 100%;
}

.modal-dialog {
    width: 100% !important;
    min-height: 94%;
    height: 94%;
    margin-bottom: 0 !important;
    margin-top: 60px !important;
}

.modal-body {
    padding: 5px !important;
}

.modal-backdrop.fade {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
}

    .modal-backdrop.fade.in {
        opacity: 0.5 !important;
        filter: alpha(opacity=50) !important;
    }

/* @T:20220210 - Pasamos estos estilos a theme_site.scss*/
/*.modal-uploader .modal-dialog {
    width: 50% !important;
    height: auto !important;
}*/

/*#endregion*/
/*======================*/
/*========================*/
/*#region Pop Ups responsive*/

@media (max-width: 1279px) {
    .modal.app-modal-window .modal-dialog {
        width: 100%;
        min-height: 100vh !important;
        height: auto;
        margin: 0 auto;
        margin-top: 60px;
    }

    .modal-content {
        width: 100%;
        height: 100%;
    }

    .modal-body {
        position: relative;
        padding: 10px;
    }
}

/*#endregion*/
/*========================*/
