﻿.accordion {
    background-color: #dce4f1;
    color: #444;
    cursor: pointer;
    width: 40%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

    .active, .accordion:hover {
        background-color: #dce4f1;
    }

.panel-accordion {
    padding: 0 18px;
    display: none;
    background-color: #dce4f1;
    overflow: hidden;
    margin-bottom: 2rem;
}

@font-face {
    font-family: "Roboto";
    src: url(../fonts/roboto/RobotoCondensed-Regular.ttf);
}

#popupTutorial {
    width: 40rem;
    top: 20%;
}

.popupTutorial-Bienvenido {
    display: block;
    margin: 20px 0 10px 0;
    font-size: 13px;
    text-align: center;
}

.btnTutorial {
    background: #0e3c7e;
    color: white;
}

.popupTutorial-Text {
    text-align: center;
    font-size: 15px;
}

.popupTutorial-Button {
}

.activarCashback {
    visibility: visible;
}

.desactivarCashback {
    visibility: hidden;
    width: 0px;
}

input[type=radio] {
    margin-top: 0.25rem;
}


.popupTutorial-Header {
    background-color: #0e3c7e;
}

.helpButton {
    width: 2%;
    cursor: pointer;
}

.i-icon {
    width: 10%;
}

.input-product {
    width: 13rem;
}

    .input-product > input[type=text], textarea, select, input[type=date] {
        width: 100%;
    }

.input-cashback {
    width: 11rem;
}

.input-product2 {
    width: 13rem;
}

    .input-product2 > input[type=text], textarea, select {
        width: 100%;
    }

.input-cashback input {
    width: 100%;
}

.editor-label .input-cashback > input[type=text], textarea, select {
    width: 100%;
}

.editor-label > input[type=text], textarea, select {
    width: 100%;
}

.cuadrado-referencia {
    width: 20px;
    height: 20px;
    margin-right: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.GridPager a, .GridPager span {
    display: block;
    height: 25px;
    width: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background-color: #A1DCF2;
    color: #000;
    border: 1px solid #3AC0F2;
}

ul {
    list-style: none;
    padding: 0;
}

a {
    text-decoration: none
}

.clear {
    clear: both
}

.modal {
    z-index: 9999;
}

.wrap {
    width: 1200px;
    margin: auto
}

/* LOADER */
/* Estilos del loader-wrapper */
.loader-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Ajusta la opacidad del fondo aquí */
    z-index: 9999;
}

/* Estilos del loader */
.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #144c8b;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Animación del loader */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


body, textarea, select, .normal {
    color: #838484;
    font-family: "Roboto";
    font-size: 10pt;
    font-weight: normal;
}

a {
    color: #1F75CC;
    text-decoration: none;
    /*width:100%;*/
    height: 100%;
    color: #474647;
}

    a img {
        border: 0 none;
    }



    a, a * {
        cursor: pointer;
        outline: medium none;
    }

h2 {
    font-size: 12pt;
    margin-bottom: 4px;
    padding-bottom: 10px;
    padding-top: 3px;
    margin: 0;
}

h1, h2, h3, h4, h5, b {
    color: #5b5b5b;
    margin: 0;
}


input[type=text], input[type=password], textarea, select, .ddlMoneda {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px inset #AAAAAA;
    margin: 1px 0 0 0;
    padding: 3px;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input[type=submit], input[type=button] {
    font-family: "Roboto";
}

.div-scroll {
    height: 100vh;
    max-height: 100vh;
    overflow-y: scroll;
    border-bottom: 1px solid;
    border-right: 1px solid;
    padding-bottom: 2rem;
}

.rightContent div {
    margin-right: 0.2rem;
}
/*----------------NAV---------------------------*/
.cerrar-sesion {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
}

.ulConfigMobile {
    top: 31.3rem;
    margin-left: 40%;
    background-color: white;
    height: 150px !important;
    display: none;
    position: absolute;
}

.ulConfigNoMobile {
    top: 2.5rem;
    height: 9rem !important;
    display: none;
    position: absolute;
    background: white;
}

.li-dropdown-mobile {
    background-color: white;
    margin-top: 0px;
    padding-top: 1rem;
    height: 50px;
    border-top: 1px solid #0e3c7e;
}

.logo-sesion {
    width: 36px;
    height: 37px;
}

.navBar-mobile-li {
    background-color: white;
    width: 40% !important;
    margin-left: 0px !important;
    border-top: 1px solid #0e3c7e;
}

.navbar {
    background-color: white;
    margin: 5px;
    opacity: 1;
}

    .navbar ul {
        list-style: none;
        height: 278px !important;
        width: 190px;
        margin-top: 0px;
        padding-top: 0px;
    }

        .navbar ul li {
            height: 50px;
        }

    .navbar li {
        width: 6rem;
        margin-left: 5px;
        margin-right: 5px;
        text-align: center;
        padding-top: 1rem;
        height: 50px;
        border-top: 0px !important;
    }

        .navbar li a {
            color: #0e3c7e !important;
            font-weight: 900;
            padding: 0px;
            width: 100%;
            font-size: 10pt;
        }

            .navbar li a img {
                width: 20px;
            }

.nav ul li ul {
    width: 9rem;
}


.navtop ul li:first-child {
    border: none;
}


ul > li > ul li a {
    margin-top: 1rem;
}


.navbar ul ul li {
    border-top: 1px solid #fff;
    margin: 0;
    height: 1.9rem;
}

.navbar ul li ul li {
    margin-top: 5px;
    padding-top: 0.7rem;
    text-align: left;
    height: 50px;
    border-bottom: 1px solid;
    width: 190px;
}

.dropdown-item:hover {
    background-color: white;
}

.dropdown-item:active {
    background-color: white;
}
/*NAV*/
/*-------------------------------------------------------------------------------------------*/
/*IDs*/
#mainContainer {
    margin: 0 auto;
    padding: 0px 0 0;
    width: 100%;
    min-height: 600px;
    background: #dce4f1;
}

#upperHeader {
    display: block;
    min-height: 80px;
    background: #FFFFFF;
}


    #upperHeader #upperHeaderMenu li {
        display: block;
        list-style: none outside none;
        padding-right: 12px;
        margin: 0 auto;
        background: white;
        z-index: 1
    }

        #upperHeader #upperHeaderMenu li ul li {
            display: inline;
            float: right;
            list-style: none outside none;
            margin-right: 0px;
        }

#header {
    min-height: 38px;
    display: block;
    width: 100%;
    background: #FFFFFF;
}

#menu {
    display: block;
    margin: 0 0 0 200px;
    padding: 0;
}

#logo {
    position: relative;
    display: block;
    width: 190px;
}

#upperHeaderMenu {
    display: block;
    float: right;
    margin: 0;
    position: relative;
}


#content {
    margin-bottom: 3em;
    min-height: 600px;
    width: 100%;
    padding-bottom: 1em;
    display: block;
}

.rightContent {
    margin-left: 15rem;
    width: auto;
}

#leftContent {
    background: none repeat scroll 0 0 #144c8b;
    border: 1px solid #AACCEE;
    border-top: none;
    float: left;
    min-height: 100vh;
    width: 232px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 20px;
}

    #leftContent #leftMenu li {
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }



        #leftContent #leftMenu li a img {
            margin-bottom: -2px;
            padding-right: 8px;
        }

        #leftContent #leftMenu li a {
            display: block;
            font-size: 13px;
            margin: 0;
            padding: 5px 0;
            color: white
        }

    #leftContent #leftMenu a:hover {
    }

    #leftContent #leftMenu a.menuSelected {
        border-color: #AACCEE -moz-use-text-color #AACCEE #AACCEE;
        border-width: 1px 0 1px 1px;
        margin: 0 -21px 0 -72px;
        padding: 20px 0 20px 70px;
        font-weight: bold;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-bottomleft: 10px;
        background: none repeat scroll 0 0 F;
        color: #e1a649;
    }


#rightContent {
    position: relative;
    width: 1000px;
    height: 100%;
}

#footer {
    padding-top: 25px;
    margin-top: 50px;
    height: 65px;
    color: #888888;
    border-top: 1px solid #C0C0C0;
    font-size: 11px;
    text-align: center;
    width: 100%;
    clear: both;
}

#confirmacion {
    margin: 20px 0 0 0;
}

    #confirmacion p:nth-child(2) {
        display: block;
        float: right;
        margin: 10px 0 0 0;
    }

#productos {
    padding: 0 0 35px 0;
}

#beneficios h3 {
    margin-bottom: 15px;
}

input[disabled] {
    background-color: #FBFBFB;
}

#puntosDisponibles {
    margin: 10px 0 5px 0;
    display: block;
    font-size: 13px;
}

#pbPuntosDisponibles {
    margin: 25px 0 30px 0;
    padding: 0 0 10px 0;
    display: block;
    text-align: left;
}

    #pbPuntosDisponibles b {
        color: #1F75CC
    }

#agregar {
    color: inherit;
    margin: 0 5px 0 0;
}

    #agregar img {
        margin: -3px;
    }

#logo_uploadUploader, #imgGrande_uploadUploader, #imgChica_uploadUploader, #beneficioChica_uploadUploader, #beneficioGrande_uploadUploader, #novedadChica_uploadUploader, #novedadGrande_uploadUploader, #novedadBanner_uploadUploader {
    background: url('../images/layout/uploadButton.PNG') no-repeat;
}

    #logo_uploadUploader:hover, #imgGrande_uploadUploader:hover, #imgChica_uploadUploader:hover, #beneficioChica_uploadUploader:hover, #beneficioGrande_uploadUploader:hover, #novedadChica_uploadUploader:hover, #novedadGrande_uploadUploader:hover, #novedadBanner_uploadUploader:hover {
        background: url('../images/layout/uploadButtonHover.PNG') no-repeat;
    }

#imgRadioGroup {
    margin: 15px 0 40px 0;
}

    #imgRadioGroup div {
        display: inline;
    }

#popupTimeout {
    width: 600px;
    height: 200px;
}

    #popupTimeout h2 {
        margin: 40px 0 0 0;
    }



/*-----------------------------------------------------------------------------------*/
/*CLASSES*/



.tab {
    background-color: white;
    float: left;
    list-style: none outside none;
    margin: 0 0px -1px 0;
    width: 100px;
}

.tagSelected {
    background-color: #dce4f1;
    border-bottom: 1px solid #dce4f1;
}

    .tagSelected a {
        color: #222222;
    }


.tab a {
    color: #0e3c7e !important;
    border-top: 1px solid #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 17px;
    padding: 7px 11px;
    position: relative;
    margin-top: 0px;
    vertical-align: middle;
}

.tab img {
    width: 20%;
    height: 100%;
    vertical-align: bottom;
}

.header ul li a {
    margin-top: 100px;
}

.topround {
    position: relative;
    top: -350px;
    left: -80px;
}


.pasoActual {
    display: block;
    padding-bottom: 1px;
    margin: 3px 0 10px 0;
}

.nuevoCanjeButton {
    text-align: right;
}

.dottedBottomBorder {
    border-bottom: 1px dotted #D9D9D9;
}

.solidTopBorder {
    border-top: 1px solid #C0C0C0;
}

.validation-summary-errors {
    color: #FF4570;
    list-style-type: none;
}

label.error {
    color: #FF4570;
}

.field-validation-error {
    margin: 0 0 0 10px;
    color: Red;
}


.detail {
    display: block;
    margin: 0 0 0 0;
    padding: 5px;
}

.emo {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #AACCEE;
    box-shadow: 1px 1px 5px #666;
}

.td-active {
    color: #144c8b;
    font-weight: 700;
}

.separate {
    width: 22%;
    display: inline;
    float: left;
    margin-right: 3%;
}

.emo .detail .tr

.importe {
    display: block;
    margin: 20px 0 0 0;
    padding-left: 23px;
}

.directionBar {
    padding: 15px 0 0 0;
    margin: 25px 0 0 0;
}

    .directionBar a:nth-child(2), .directionBar input {
        float: right;
    }




.backButton {
    background-color: #dce4f1;
    border: 0 none;
    color: #1F75CC;
    text-decoration: none;
}

.selectList {
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
}

    .selectList a {
        display: block;
        font-size: 16px;
        padding: 3px;
    }

        .selectList a:hover {
            font-weight: bold;
        }

    .selectList div {
        color: Gray;
    }

.coment {
    color: Silver;
    font-size: 11px;
}

.imageUpload {
    margin: 20px;
    padding: 0 20px 0 20px;
}


    .imageUpload table {
        width: 100%;
    }

#filtroBusqueda b {
    margin: 5px;
}

.filtroBusqueda div > table td:nth-child(1), .filtroBusqueda div > table td:nth-child(3) {
    text-align: right;
    padding: 0 10px 0 0;
}

.detalleCuenta > div > table td:nth-child(odd) {
    padding: 0 10px 0 0;
    text-align: right;
    color: Silver;
}

.detalleCuenta > div > table td:nth-child(even) {
    padding: 0 10px 0 0;
}

.detalleCuentaItem {
    margin-top: 20px;
    margin-left: 10px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #AACCEE;
    box-shadow: 1px 1px 5px #666;
    padding: 5px;
    width: 95%;
}

    .detalleCuentaItem a {
        font-size: 13px;
    }

        .detalleCuentaItem a span.span-bold {
            font-size: 20px;
            font-weight: bold;
            color: #144c8b;
        }

.roundPanel {
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-radius: 5px;
    margin: 50px 0 10px 0;
    padding: 5px;
    behavior: url('../../../Scripts/PIE.htc');
}

.productoCountSelected {
    color: Silver;
}

#printArea {
    color: #000000;
}

    #printArea h1, #printArea h2, #printArea h3 {
        color: #000000;
    }


    #printArea .ko-grid tbody.ko-grid-body {
        color: #000000;
        background: #FFFFFF
    }

.comprobanteCanje {
    margin: 0 auto;
    width: 600px;
    color: #000000;
    border: 1px solid #000000;
    padding: 5px;
}

#printArea .roundPanel {
    color: #000000;
    border-color: #000000;
    width: 100%;
}

.comprobanteCanjeHeader {
    font-weight: bold;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #000000;
    display: block;
    width: auto;
}

.comprobanteCanjeDetalleSocio {
    float: left;
}

    .comprobanteCanjeDetalleSocio table tr td:nth-child(1) {
        text-align: right;
        padding: 0 10px 0 0;
    }

.comprobanteCanjeFirma {
    float: left;
    width: 300px;
    height: 80px;
    border: 1px solid #000000;
    margin: 30px auto 0 20px;
    text-align: center;
}

    .comprobanteCanjeFirma div:nth-child(1) {
        display: block;
        height: 70%;
    }

.comprobanteCanjeDetalleCanje {
    clear: both;
    border-top: 1px solid #000000;
}

    .comprobanteCanjeDetalleCanje table td:nth-child(odd) {
        text-align: right;
        padding: 0 10px 0 10px;
    }

    .comprobanteCanjeDetalleCanje table td:nth-child(even) {
        font-weight: bold;
    }

.comprobanteCanjeProductos > table {
    width: 80%;
}

.exportContainer {
    text-align: right;
    margin: 5px 5px 10px;
}

    .exportContainer a {
        color: silver;
        font-size: 13px;
        background: url('../images/layout/export.jpg') no-repeat center left;
        padding-left: 20px;
    }

        .exportContainer a:hover {
            color: black;
            font-size: 13px;
            background: url('../images/layout/exportHover.jpeg') no-repeat center left;
            padding-left: 20px;
        }

.formLabel {
    text-align: right;
    padding-right: 10px;
    width: 10rem;
}

.login {
    margin: 200px auto 0 auto;
    width: 400px;
    height: 200px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: silver 0px 2px 3px;
    -moz-box-shadow: silver 0px 2px 3px;
    box-shadow: silver 0px 2px 3px;
    behavior: url('../../../Scripts/PIE.htc');
    background-color: white;
}

    .login form {
        margin: 0 auto;
        width: 200px;
    }

        .login form p {
            text-align: right;
        }

.jsValidation {
    width: 350px;
    margin: 10px auto 5px auto;
    background: url('../images/layout/alert.gif') no-repeat;
    padding-left: 20px;
}

.red {
    font-weight: bold;
    color: Red;
}

.green {
    font-weight: bold;
    color: Green;
}




/*RESPONSIVE*/

@media screen and (max-width: 1472px) {
    .navbar li {
        width: auto;
        border-top: 0px;
    }

    .navBar-mobile-li {
        border-top: 0px !important;
    }

    @media screen and (max-width: 1120px) {
        .navbar li a {
            font-size: 10px;
            margin-bottom: 0px !important;
        }

        #navbarSupportedContent {
            margin: 0px !important;
        }




        @media screen and (max-width:990px) {
            #filaNavbar {
                flex-wrap: wrap !important;
            }

            .navbar li {
                background-color: white;
                margin-left: 0 !important;
                width: 232px !important;
                border-bottom: 1px solid;
                width: auto;
                text-align: left;
            }

                .navbar li a {
                    margin-left: 50px;
                }

            .navbar {
                padding-left: 0px !important;
                width: 232px !important;
            }

                .navbar ul {
                    height: 150px;
                    margin-left: 0px !important;
                    padding: 0px;
                    padding-left: 0px !important;
                    margin-top: 0px;
                    width: 120px !important;
                }

                    .navbar ul li {
                        height: 50px;
                        padding-top: 1rem;
                        width: 232px !important;
                        margin-top: 0px !important;
                    }

                        .navbar ul li a {
                            margin-left: 40px;
                        }

            .dropdown-item {
                padding-left: 2rem !important;
            }
        }

        @media screen and (max-width:600px) {
            .logo-sesion {
                width: 25px !important;
                height: 25px !important;
            }
        }




        /*RESPONSIVE*/

