/*
selector{
    atributo1:valor1;
    atributo2:valor2;

      margin-top: -180px;
    margin-left: -200px;
    top: 50%;
    left: 50%;
    width: 650px;
    height: 400px;
 
}
   
*/
body{
    background-image: url(../img/fondo102.jpg);
    background-size: cover;
    background-attachment: fixed;  
   
}

#panel-acceso{
    width: 580px;
    height: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;

    position: absolute;

    background-color: rgba(255,255,255,.3);
    padding: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 10px 9px 34px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 9px 34px -6px rgba(0,0,0,0.75);
    box-shadow: 10px 9px 34px -6px rgba(0,0,0,0.75);
    
}
#logo{
    width: 200px;
    padding-right: 0px;
    margin-bottom: 50px;

}

#id_empresa{
    width: 430px;
    height: 125px;
     background-color: rgba(255,255,255,.7);
}

#panel-empresa{
    width: 450px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -110px;
    background-color: rgba(255,255,255,.3);
    padding: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 10px 9px 34px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 9px 34px -6px rgba(0,0,0,0.75);
    box-shadow: 10px 9px 34px -6px rgba(0,0,0,0.75);
}
.tabla-periodo{
    height: 200px;
    overflow: auto;
    background-color: rgba(255,255,255,.7);
}
table tr td{
    cursor: pointer;
}
select option{
    cursor: pointer;
}

.form-control {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.form-formulario{
  margin-top: 0;
  margin-bottom: 0; 
  padding-bottom: 0;
}
#usuario_usuario{
  color: #080808;
  font-size: xx-large;
  font-family: sans-serif;
}


#tr_totales_cobros{
    background-color: #4285f4;
    color: white;
}


.wrapper_notifications {
    position: fixed !important;
    top: 70px; /* 👈 AJUSTA SEGÚN TU NAVBAR */
    right: 20px;
    width: 400px;
    max-width: 90%;
    z-index: 9999 !important;
    pointer-events: none;
}

.wrapper_notifications .alert {
    pointer-events: auto;
    margin-bottom: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    animation: slideInRight 0.3s ease-out;
    opacity: 0.95;
    padding: 12px 40px 12px 20px;
    position: relative;
}

@keyframes slideInRight {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 0.95; }
}

@keyframes slideOutRight {
    from { transform: translateX(0); opacity: 0.95; }
    to { transform: translateX(100%); opacity: 0; }
}

.wrapper_notifications .alert.removing {
    animation: slideOutRight 0.3s ease-in forwards;
}

/* Colores mejorados */
.wrapper_notifications .alert-success { background-color: #28a745; color: #fff; border: none; }
.wrapper_notifications .alert-info { background-color: #17a2b8; color: #fff; border: none; }
.wrapper_notifications .alert-warning { background-color: #ffc107; color: #333; border: none; }
.wrapper_notifications .alert-danger { background-color: #dc3545; color: #fff; border: none; }

/* Botón cerrar */
.wrapper_notifications .alert .close {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: inherit;
    opacity: 0.7;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
}

.wrapper_notifications .alert .close:hover { opacity: 1; }

/* Responsive */
@media (max-width: 768px) {
    .wrapper_notifications {
        top: 60px;
        right: 10px;
        left: 10px;
        width: auto;
    }
}
