/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* Ajuste para el contenido del toolbar en Pocerias Benamar */
.tm-toolbar .uk-float-right {
    float: none !important; /* Anula el flotado */
    width: 100% !important; /* Fuerza a ocupar todo el ancho */
    margin-left: 0 !important; /* Asegura que no haya margen izquierdo */
    text-align: left !important; /* Si se pegaba a la derecha, esto lo alinea a la izquierda */
}

/* Si el uk-panel interno también tiene algún margen, podemos forzarlo */
.tm-toolbar .uk-float-right .uk-panel {
    margin-left: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
}