﻿.bg-azul-oscuro {
    background-color: #192d4d;
}

.bgAzul {
    background-color: #00b3cc;
}

.bgAmarillo {
    background-color: #fbbd00;
}
.bgRojo {
    background-color: #e84248;
}
.bgVerde {
    background-color: #bbce00;
}

.bgVerdeOscuro {
    background-color: #00ac5a;
}

.bgNaranja {
    background-color: #e87d1f;
}


.h-5px {
    height: 5px !important;
    max-height: 5px !important;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
}

.hide {
    display: none;
}

.hide-important {
    display: none !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}


.link-accordion {
    text-decoration: none !important;
    cursor: pointer !important;
}

/*    .link-accordion a {
        text-decoration: none !important;
        cursor: pointer !important;
    }*/

.nav-link.active {
    color: #047ca3 !important;
}

/*.nav-link.active a {
    color: #00b3cc !important;
}*/



.btn-order {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    text-align: left !important;
    /*padding: 0 0 0 0;*/
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    /*border: 1px solid red;*/
    cursor: pointer;
}


    .btn-order:hover {
        /*color: #0d5bdd;*/
        /*color: #4b4c4d;*/
        color: #6c757d;
        text-decoration: underline;
    }
/*
    .btn-trans:focus, .btn-link.focus {
        text-decoration: underline;
    }

    .btn-trans:disabled, .btn-link.disabled {
        color: #6c757d;
        pointer-events: none;
    }*/




.asc:after {
    content: ' ↑';
}

.desc:after {
    content: " ↓";
}

.selectLanguage {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1rem;
    font-family: var(--bs-font-sans-serif);
    letter-spacing: -.011rem;
    color: rgba(0,0,0,.7);
    border: none !important;
}

.breadcrumb-item a
{
    text-decoration: none!important
}


.span-tab {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    cursor: pointer;
}


.tableFoot {
    border-top: 2px solid #000000;
    font-weight: bold;
    background-color: #a9e2f7;
    /*background-color: #91e3f2;*/
}

.align-text-right {
    text-align: right;
}

.align-text-center {
    text-align: center;
}






.link-no-underline {
    text-decoration: none;
}






















.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #16151a;
    /*background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2316151a'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;*/
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: 0.5;
}

    .btn-close:hover {
        color: #16151a;
        text-decoration: none;
        opacity: 0.75;
    }

    .btn-close:focus {
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(94, 58, 239, 0.125);
        opacity: 1;
    }

    .btn-close:disabled, .btn-close.disabled {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        opacity: 0.25;
    }


.cursor-pointer {
    cursor: pointer !important;
}


.icono-20 {
    width: 20px;
    height: auto;
}

.img-300 {
    width: 300px;
    max-width: 300px;
    height: auto;
}

/*Pruebas Spinner*/
#spinnerLoader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    /*background: rgba(0,0,0,0.75) url(/imagenes/loading2.gif) no-repeat center center;*/
    background: rgba(0,0,0,0.75) url(/imagenes/loading2.webp) no-repeat center center;
    z-index: 10000;
}

.estrellaSel {
    color: #f5e90a
}


/*.trPrimeraVez {*/
    /*background-color: #F6DA82 !important;*/
    /*background-color: #FEF8E8 !important;
}

.trDuplicado {*/
    /*background-color: #C7F8FA !important;*/
    /*background-color: #E8FEFC !important;
}*/


.primeraVez {
    /*color: #f9b11d;*/
    color: #233fe9;
    font-weight: bold;
}

.duplicado {
    /*color: #00c2ff;*/
    color: red;
    font-weight: bold;
}

.noPuedeComprar {
    /*color: #00c2ff;*/
    color: red;
    font-weight: bold;
}

.noUnidadesPuedeComprar {
    color: #fabc01;
    font-weight: bold;
}

.cantidadRequerida {
    color: #fa9201;
    font-weight: bold;
}

.cantidadPack {
    color: #fa9201;
    font-weight: bold;
}

.cantidadCero {
    color: red;
    font-weight: bold;
}



.pedido-bloqueado {
    color: #D57BF9;
}
.label-bloqueado {
    padding: 0.1875em;
    background-color: #D57BF9;
}

/*
.row100{
    width: 100% !important
}*/

#report-container {
    /*height: calc(0.5625 * 61vw);  ORIGINAL - 16:9 aspect ratio */
    /*height: calc(0.5625 * 100vw); */
    height: calc(0.5625 * 83vw); /*maximo sin efecto foco*/
}


@media only screen and (max-width: 574px) {
    #report-container {
        height: calc(0.5625 * 100vw); /* 16:9 aspect ratio */
    }
}

.iframeProductos {
    width: 100%;
    height: 100%;
    min-height: 600px;
}