/* glyphicons: el bundle vendorizado apunta a un path digest 404; lo redefinimos a CDN */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
       url('https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/fonts/glyphicons-halflings-regular.woff') format('woff'),
       url('https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype');
}

/* CKEditor 5: usar todo el ancho + área de edición alta (documentos legales) */
.ck.ck-editor { width: 100% !important; }
.ck.ck-editor__editable, .ck-editor__editable_inline { min-height: 65vh !important; }
.ck.ck-editor__main > .ck-editor__editable { min-height: 65vh !important; }
/* asegurar que la columna del editor no lo achique */
#template_type_content, textarea.ckeditor { width: 100%; }

/* Colores del cuadro (glyphicon-stop) por tipo de trámite. Ver Formality#folders.
   Los demás tipos usan las contextuales de Bootstrap (text-warning, text-primary,
   text-info, text-success, text-danger); estas dos no tenían equivalente libre. */
.text-resolucion { color: #6f42c1; }  /* morado: distingue de Instrucción (text-danger) */
.text-otro       { color: #777777; }  /* gris */
