/**
 * Utilidades CSS para eliminar estilos inline (compatibilidad CSP).
 */

/* Tablas AJAX / admin */
.btp-table-responsive { margin-top: 20px; margin-bottom: 10px; }
.btp-table-responsive--pad { padding: 1px; }
.btp-table-full { width: 100% !important; }
td.actions.btp-td-actions,
.btp-td-actions { width: 65px; }

/* Formularios SMS / email */
.btp-form-section-spacer { margin-top: 15px; margin-bottom: 20px; }
.btp-required-note { color: #A94442; }
.btp-file-hidden { display: none !important; }

/* Inputs file personalizados (asunto email) */
.btp-file-input-overlay {
    filter: alpha(opacity=0);
    opacity: 0;
    color: transparent;
    width: 75px;
}

/* Spinners de carga */
#cargador,
.btp-spinner-xl {
    font-size: 92px;
    color: #204d74;
}

/* Navbar logo (páginas públicas y menú) */
.navbar-brand img.btp-logo-nav,
.btp-logo-nav { margin-top: -20px; width: 80%; }

/* Aviso navegador IE (oculto por defecto; app-shell.js añade --visible) */
.alert-navigator { display: none; }
.alert-navigator.alert-navigator--visible { display: block; }

/* Cursor en addons de formulario */
.btp-clickable { cursor: pointer; }

/* Cabeceras de tabla con color corporativo */
.btp-thead-brand { background-color: #335590; color: white; }

/* Visor Google Docs embebido */
.btp-gdoc-iframe { width: 100%; height: 800px; }

#botones-menu { margin-top: 20px; }
#botones-menu .p-principal { margin-left: 20px; }
#botones-menu .menu-button--paquete .img-pri { margin-top: 18px; }
#botones-menu .menu-button--franqueo .img-pri { margin-top: 35px; }
#botones-menu .menu-button--mail .img-pri { margin-top: 33px; }
#botones-menu .menu-button--call .img-pri { margin-top: 25px; }
#botones-menu .menu-button--almacen .img-pri,
#botones-menu .menu-button--estadisticas .img-pri { margin-top: 0; }
#botones-menu .menu-button--gestion .img-pri { margin-top: 4px; }
#botones-menu .menu-button--busqueda .img-pri { margin-top: 30px; }
#botones-menu .img-conecta { margin-top: 40px; margin-left: 415px; }
