﻿/* 
    - This file is created with the purpose of overriding custom modal styles for inspinia template.
*/

/* Restore inspinia default z-index value that was deleted from source file to allow fix for blockUI overlap. */
.modal-backdrop {
    z-index: 2040;
}

/* Restore inspinia default z-index value that was deleted from source file to allow fix for blockUI overlap. */
.modal {
    z-index: 2050;
}
