/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : 8/06/2016, 04:49:58 PM
    Author     : Carlos Castañeda O
*/


/*#menuop{
    background-color: #f0f0f0;
    height: 100%;
}*/

.sinpadding {
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important
}


/**
.navbar{
    background-color: #272d6b !important;
}

.navbar a{
    color: #FFFFFF;
}
*/

.ui-multiselect-menu {
    /* verificar si esto corrige el que el div con las opciones del multiselect no queden visibles */
    display: none;
    padding: 3px;
    position: absolute;
    z-index: 999999
}

.ui-pager-control {
    height: 55px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 320px;
    height: 100%;
    margin-right: -320px;
    overflow-y: auto;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

#sidebar-wrapper> ul> li >  a {
    cursor: pointer;
}
#sidebar-wrapper.active {
    right: 320px;
    width: 320px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}


/*#contenedorext {
    height:auto;
    min-height:100%; 
}

#contenedorinterno {
    height: 100%;
}*/

html,
body {
    height: 100%;
}

#contenedorext {
    min-height: 100%;
}

#contenedorinterno {
    overflow: auto;
    padding-bottom: 200px;
    /* this needs to be bigger than footer height*/
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    align-items: center;
    float: none;
}

.modal-content {
    width: auto;
}

footer {
    position: relative;
    margin-top: -200px;
    /* negative value of footer height */
    min-height: 100px;
    clear: both;
    padding-top: 20px;
}
td {
    /*width: 50px;*/
}

.card-deck {
    flex-flow: row wrap;
}

.modal-registro-cliente-seccion {
    margin-block: 0.5rem;
    padding-block: 1rem;
}

#modalIniciarSesionCliente .modal-content {
    width: 100% !important;
}
#modalIniciarSesionCliente .modal-footer {
    display: flex;
    flex-direction: column;
}

.custom-table-responsive{
    overflow-y: hidden;
    overflow-x: scroll;
    width: 100%;
}

#badgeCantidad {
    position: absolute;
    bottom: -5px;
    left: -5px;
    top: auto;
    background: red;
    color: white;
    font-size: 12px;
    border-radius: 50%;
    padding: 4px 8px;
    min-width: 20px;
    text-align: center;
    display: none;
}

@media only screen and (max-width: 770px) {
    .dont-hide {
        display: block;
    }
}
/* Estilos para desactivar los controles de incremento y decremento */
/* Chrome, Safari, Edge */
input.no-spin::-webkit-inner-spin-button,
input.no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input.no-spin[type="number"] {
    -moz-appearance: textfield;
}

/* Firefox */
input.no-spin[type="number"]::-webkit-inner-spin-button,
input.no-spin[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input.no-spin[type="number"] {
    -moz-appearance: textfield;
}

button[id^="selTaquilleroGeneral"].ui-multiselect,
button.ui-multiselect[aria-labelledby*="selTaquilleroGeneral"],
button[id^="selUsuarioAuditoria"].ui-multiselect,
button.ui-multiselect[aria-labelledby*="selUsuarioAuditoria"],
button[id^="sel_cuponera"].ui-multiselect,
button[id^="cancel_sel_"],
button[id^="esc_agruploc_selescenario"].ui-multiselect,
button[id^="esc_loc_selescenario"].ui-multiselect,
button[id^="esc_fys_selescenario"].ui-multiselect,
button[id^="esc_fys_sellocalidad"].ui-multiselect,
button[id^="esc_pue_selescenario"].ui-multiselect,
button[id^="esc_pue_sellocalidad"].ui-multiselect,
button[id^="esc_pue_selfila"].ui-multiselect,
button[id^="esc_pue_selsector"].ui-multiselect,
button[id^="esc_filtro_selescenario"].ui-multiselect,
button[id^="esc_puertas_selescenario"].ui-multiselect,
button[id^="esc_puertas_selfiltro"].ui-multiselect {
    width: 100% !important;
    height: 34px !important;
    padding: 6px 12px !important;
    background: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    color: #555 !important;
    text-align: left !important;
    font-size: 14px !important;
}

/* Edge */
@supports (-ms-ime-align:auto) {
    input.no-spin {
        -ms-ime-align: auto;
        margin: 0;
    }
}

/* Safari */
@supports (-webkit-appearance:none) {
    input.no-spin {
        -webkit-appearance: textfield;
        appearance: textfield;
        margin: 0;
    }
    input.no-spin::-webkit-inner-spin-button,
    input.no-spin::-webkit-outer-spin-button {
        -webkit-appearance: none;
        appearance: none;
        margin: 0;
    }
}

.blockMsg {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    background-color: #fff; 
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    word-wrap: break-word;
}

#contenedorVW {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

@keyframes countdown-pulsar {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.4; }
}
.countdown-urgente {
    animation: countdown-pulsar 0.9s ease-in-out infinite;
}

@media (max-width: 991px) {
    #col-resumen-seats {
        margin-top: 24px;
    }
}

.scroll_escenario {
    overflow: scroll !important;
}

.image-scroll_escenario {
    display: flex !important;
    justify-content: center !important;
}


@media (max-width: 768px) {
    .blockMsg {
        max-width: 90%;
        font-size: 1em;
    }

    .blockMsg img {
        max-width: 80%;
        height: auto;
        margin-bottom: 10px;
    }

    .blockMsg h3 {
        margin: 0;
        font-size: 1.2em;
    }

    .contenedor_vw_scroll_escenario {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 15px;
        padding-left: 15px;
    }
        
}

@media (max-width: 992px) {
    .image-scroll_escenario {
        display: block !important;
    }
}

@media (min-width: 769px) {
    .blockMsg {
        max-width: 400px;
        font-size: 1.2em;
    }

    .blockMsg img {
        max-width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .blockMsg h3 {
        margin: 0;
        font-size: 1.4em;
    }
}

.event-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.14) !important;
    transform: translateY(-3px);
}

.btn-auth {
    background: #fff;
    border: 1.5px solid #ccc;
    border-radius: 6px;
    font-size: 0.95rem;
    padding: 10px 22px;
    letter-spacing: 0.01em;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
    cursor: pointer;
}
.btn-auth:hover,
.btn-auth:focus {
    border-color: #333;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    outline: none;
}

.btn-auth-primary {
    color: #111;
    font-weight: 600;
    border-color: #333;
}
.btn-auth-primary:hover,
.btn-auth-primary:focus {
    color: #000;
    border-color: #000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.13);
}

.btn-auth-secondary {
    color: #555;
    font-weight: 500;
    border-color: #bbb;
}
.btn-auth-secondary:hover,
.btn-auth-secondary:focus {
    color: #222;
    border-color: #555;
}

/* Botones de acción del checkout (Volver / Cancelar / Pagar) */
.btn-checkout-back {
    background: #f4f4f4;
    color: #444;
    border: 1.5px solid #d0d0d0;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 10px 22px;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}
.btn-checkout-back:hover,
.btn-checkout-back:focus {
    background: #e8e8e8;
    border-color: #aaa;
    color: #222;
    outline: none;
}

.btn-checkout-cancel {
    background: #fff;
    color: #c0392b;
    border: 1.5px solid #e8b4b0;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 10px 22px;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}
.btn-checkout-cancel:hover,
.btn-checkout-cancel:focus {
    background: #fdf2f1;
    border-color: #c0392b;
    color: #a93226;
    outline: none;
}

.btn-checkout-pay {
    background: #f1faf5;
    color: #145c34;
    border: 1.5px solid #1a7040;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 10px 22px;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.btn-checkout-pay:hover,
.btn-checkout-pay:focus {
    background: #d4eddf;
    border-color: #145c34;
    color: #0e4226;
    outline: none;
}
.btn-checkout-pay:disabled {
    background: #fff;
    border-color: #cce5d6;
    color: #a0c4b0;
    cursor: not-allowed;
}