﻿




.btn-sq-lg {
    width: 150px !important;
    height: 150px !important;
}

.btn-sq {
    width: 100px !important;
    height: 100px !important;
    font-size: 10px;
}

.btn-sq-sm {
    width: 50px !important;
    height: 50px !important;
    font-size: 10px;
}

.btn-sq-xs {
    width: 25px !important;
    height: 25px !important;
    padding: 2px;
}

.logo-text {
    font-size: 28px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.logo-blau {
    color: #0b2d4a; /* Azul oscuro profesional */
    font-weight: 700;
}

.logo-medical {
    color: #4d4d4d; /* Gris medio */
}

.logo-360 {
    color: #888888; /* Gris claro */
}


#timeline {
    list-style: none;
    position: relative;
}

    #timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 2px;
        background-color: #4997cd;
        left: 50%;
        margin-left: -1.5px;
    }

    #timeline .clearFix {
        clear: both;
        height: 0;
    }

    #timeline .timeline-badge {
        color: #fff;
        width: 50px;
        height: 50px;
        font-size: 1.2em;
        text-align: center;
        position: absolute;
        top: 20px;
        left: 50%;
        margin-left: -25px;
        background-color: #4997cd;
        z-index: 100;
        border-top-right-radius: 50%;
        border-top-left-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
    }

        #timeline .timeline-badge span.timeline-balloon-date-day {
            font-size: 1.4em;
        }

        #timeline .timeline-badge span.timeline-balloon-date-month {
            font-size: .7em;
            position: relative;
            top: -10px;
        }

        #timeline .timeline-badge.timeline-filter-movement {
            background-color: #ffffff;
            font-size: 1.7em;
            height: 35px;
            margin-left: -18px;
            width: 35px;
            top: 40px;
        }

            #timeline .timeline-badge.timeline-filter-movement a span {
                color: #4997cd;
                font-size: 1.3em;
                top: -1px;
            }

        #timeline .timeline-badge.timeline-future-movement {
            background-color: #ffffff;
            height: 35px;
            width: 35px;
            font-size: 1.7em;
            top: -16px;
            margin-left: -18px;
        }

            #timeline .timeline-badge.timeline-future-movement a span {
                color: #4997cd;
                font-size: .9em;
                top: 2px;
                left: 1px;
            }

    #timeline .timeline-movement {
        border-bottom: dashed 1px #4997cd;
        position: relative;
    }

        #timeline .timeline-movement.timeline-movement-top {
            height: 60px;
        }

        #timeline .timeline-movement .timeline-item {
            padding: 20px 0;
        }

            #timeline .timeline-movement .timeline-item .timeline-panel {
                border: 1px solid #d4d4d4;
                border-radius: 3px;
                background-color: #FFFFFF;
                color: #666;
                padding: 10px;
                position: relative;
                -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
                box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            }

                #timeline .timeline-movement .timeline-item .timeline-panel .timeline-panel-ul {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                }

                #timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul {
                    text-align: right;
                }

                    #timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li {
                        color: #666;
                    }

                        #timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li span.importo {
                            color: #468c1f;
                            font-size: 1.3em;
                        }

                #timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul {
                    text-align: left;
                }

                    #timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul span.importo {
                        color: #e2001a;
                        font-size: 1.3em;
                    }




body {
}

/* ===============================
   Botones Modernos - BLAU Medical
   =============================== */

.boton-blau {
    font-family: 'Segoe UI', 'Helvetica', sans-serif;
    font-size: 16px;
    padding: 12px 26px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1), -4px -4px 12px rgba(255, 255, 255, 0.6);
    font-weight: 600;
}

/* Azul oscuro - acciones principales */
.boton-azul {
    background: linear-gradient(145deg, #1A2A4E, #22345E);
    color: white;
}

    .boton-azul:hover {
        background: linear-gradient(145deg, #22345E, #1A2A4E);
        box-shadow: inset 2px 2px 5px rgba(0,0,0,0.15), inset -2px -2px 5px rgba(255,255,255,0.05);
    }

/* Verde - confirmar, guardar */
.boton-verde {
    background: linear-gradient(145deg, #28A745, #34B65B);
    color: white;
}

    .boton-verde:hover {
        background: linear-gradient(145deg, #34B65B, #28A745);
        box-shadow: inset 2px 2px 5px rgba(0,0,0,0.15), inset -2px -2px 5px rgba(255,255,255,0.05);
    }

/* Celeste - crear, nuevo */
.boton-celeste {
    background: linear-gradient(145deg, #32B1F6, #3BC5FF);
    color: white;
}

    .boton-celeste:hover {
        background: linear-gradient(145deg, #3BC5FF, #32B1F6);
        box-shadow: inset 2px 2px 5px rgba(0,0,0,0.15), inset -2px -2px 5px rgba(255,255,255,0.05);
    }

/* Amarillo - procesar */
.boton-amarillo {
    background: linear-gradient(145deg, #F6C32B, #FFD144);
    color: #1A2A4E;
}

    .boton-amarillo:hover {
        background: linear-gradient(145deg, #FFD144, #F6C32B);
        box-shadow: inset 2px 2px 5px rgba(0,0,0,0.15), inset -2px -2px 5px rgba(255,255,255,0.05);
    }

/* Rojo - eliminar, cancelar */
.boton-rojo {
    background: linear-gradient(145deg, #D9534F, #E96560);
    color: white;
}

    .boton-rojo:hover {
        background: linear-gradient(145deg, #E96560, #D9534F);
        box-shadow: inset 2px 2px 5px rgba(0,0,0,0.15), inset -2px -2px 5px rgba(255,255,255,0.05);
    }

.btn-group-right {
    display: flex;
    justify-content: flex-end;
    gap: 12px; /* espacio entre botones */
    flex-wrap: wrap; /* por si hay muchos botones */
    margin-top: 20px; /* espacio superior opcional */
}