﻿/* 
    Author: TCS: VAEC - 20240517
    Description: Estilos para visualizar correctamente control CKEditor 4.22.1 dentro de ventanas emergentes.
*/
.cke_dialog_background_cover {
    z-index: 100001 !important;
}

.cke_dialog_container {
    z-index: 100001 !important;
}

.cke_panel {
    z-index: 100001 !important;
}