/*
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;
}

/* 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;
}

@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;
    }

    #contenedorVW {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 992px) {
    #image {
        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;
    }
}