﻿.boton-filtro{
    display: inline-block;
    background: #0e0c28;
    padding: 20px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    right: 10px;
    height: 60px;
    width: 60px;
    z-index: 99;
    border-radius: 100%;
    border: 1px solid #fff;
}
.SoyVendedor{
    background:none;
    border: 2px solid #fff;
    color:white;
    padding: 6px;
    border-radius: 4px;
    font-size: 22px;
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
    cursor: pointer;
   }
.SoyVendedor:hover{
    background: #fff;
    color: black;
   }
.cursor-pointer{
    cursor: pointer;
}

.cursor-pointer:hover{
    background: rgba(252, 212, 20,.7);
}
.boton-wsp{
    /*display: inline-block;
    background: #25d366;
    text-shadow: 2px 2px #15b346;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI','Roboto','Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    font-size: 15px;
    color: #fff;*/
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    left: 10px;
    z-index: 99;
    height: 60px;
    width: 60px;
    font-size: 35px;
    border-radius: 100%;
    
}

@media (max-height: 390px){
    .boton-wsp{
        display: none;
    }
    .boton-filtro{
        display: none;
    }

}
.jr-drop-filtro{
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    text-shadow: none;
    width: 300px; 
    margin: 0 auto;
    height: 40px;
    cursor: pointer;
    text-align: center;
}


.jr-drop-prompt{
    display: none;
}
.jr-drop-filtro .ui-icon{
    background-image: url(images/ui-icons_FFFFFF_256x240.png);
}
#loc__grupo_row{
    padding-top: 10px;
}
#productospage_aceptarfiltro_value_div{
    padding-bottom: 10px;
}
#productospage_loc__ordenproductosdirec_value_div .jr-drop-filtro{
    padding: 4px;
}
.jr-body-margin{
    margin-left: 264px;
    padding: 30px 30px 60px 30px;
    min-height: 90%;
    background-color: #efeff6;
    
}
#loginform_div{
    background: rgba(14,12,40,0.75);
    padding-right: 264px;
}
#loginformvend_div{
    background: rgba(14,12,40,0.75);
    padding-right: 264px;
}
@media (max-width: 800px){
    #loginform_div{
        padding-right: 30px;
    }
    #loginformvend_div{
        padding-right: 30px;
    }
}
.jr-body-margin #loginform_frm{
    margin: 0 auto;
    width: 300px;
    padding: 10px;
    border-radius: .25rem;
    background-color: #fff;
    margin-bottom: 30px;
    border: none;
    -webkit-box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
    -moz-box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
    box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
}
.jr-body-margin #loginformvend_frm{
    margin: 0 auto;
    width: 300px;
    padding: 10px;
    border-radius: .25rem;
    background-color: #fff;
    margin-bottom: 30px;
    border: none;
    -webkit-box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
    -moz-box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
    box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
}
.navbar-nav li .nav-link{
    font-size: 14px;
    padding: 12px;
    margin-bottom: 2px;
    color: #71789e;
    transition: 0.3s;
    margin:0;
    background: none;
    text-align: left;
    border: none;
    text-shadow: none;
}
.nav-link ul{
    display: none;
}
/*.navbar-nav li .nav-link:hover{
    background-color: #242849;
    color: #fff;
    border-radius: 2px;
    border:none;
}*/


.jr-min-height-body{
    min-height: 600px;
}

.ui-widget-overlay{
    position: fixed;
    /*background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.95) 20px,
        rgba(255, 255, 255, 0.95) 40px,
        rgba(223, 233, 233, 0.95) 40px,
        rgba(223, 233, 233, 0.95) 60px
      );*/
      background: rgba(0,0,0,0.7);
}
body{
    margin: 0;
}
.estadistica_div{
    width: 50%;
    float: left;
    border-radius: 8px;
    border: 2px solid #ccc;
    padding: 5px;
    background: white;
    overflow: hidden;
}
.nt-browse-grid-body-horizontal-left >.nt-browse-grid-row{
    margin-left: 5px;
    margin-right: 5px
}
.preloader-div{
    position: fixed;
    bottom: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    background: white;
    transition: 0.6s;
}
.preloader-gif{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.nt-flexwidth-05{
    flex-grow: 0.5;
}
.jr-drop{
    padding: 9px;
}
.jr-min-height{
    min-height: max-content;
    min-height: -moz-max-content;
    min-height: -webkit-max-content;
    min-height: -o-max-content;
    min-height: -ms-max-content;
}
.jr-browse-empty{
    font-size: 1.5em;
    padding: 6px;
    width: 100%;
    background: #ffc;
    border: 1px solid #cc8;
}
.jr-width-auto{
    width: auto;
    background-color: #efeff6;
}
.nt-rounded{
    background: none;
}
#tab_updatepedidomodelo2_div{
    padding: 0px;   
}
.nt-html{
    padding: 0px;
}
.jr-padding-0{
    padding: 0px;
}
.jr-filtro-fixed{
    /*position: fixed;
    top: 71px;
    left: 264px;
    right: 0;
    background-color: #0e0c28;*/
    overflow: hidden;
    z-index: 50;
    padding: 0 10px;
    max-height: max-content;
    max-height: -moz-max-content;
    max-height: -webkit-max-content;
    max-height: -o-max-content;
    max-height: -ms-max-content;
    display: none;
    border-bottom: 1px solid #e0e4ef;
}
.jr-filtro-fixed-btn{
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    background: white;
    z-index: 50;
    height: 50px;
    box-shadow: 0px 2px 2px #bcbcbc;
}
#pageheadertag_div{
    height:70px;
}
.jr-float-left{
    float: left;
}
.jr-float-right{
    float: right;
}

#ped__descripcionarticulo_row .nt-form-grid-cell-prompt{
    display: none;
}
#tabprecioporcantidad_row .nt-form-grid-cell-prompt{
    display: none;
}
#loc__ocultarfotos_row .nt-form-grid-cell-prompt{
    display: none;
}
#linkmp_row .nt-form-grid-cell-prompt{
    display: none;
}
#mercadopago_row .nt-form-grid-cell-prompt{
    display: none;
}
#botonfiltro_row .nt-form-grid-cell-prompt{
    display: none;
}
#loc__grupocheck_row .nt-form-grid-cell-prompt{
    display: none;
}
#loc__cantidadregistrosprod_row .nt-form-grid-cell-prompt{
    display: none;
}
#loc__vistaproductos_row .nt-form-grid-cell-prompt{
    display: none;
}

#loc__cantidadregistrosultc_row .nt-form-grid-cell-prompt{
    display: none;
}
#confirmar_row .nt-form-grid-cell-prompt{
    display: none;
}
#nocompra_row .nt-form-grid-cell-prompt{
    display: none;
}
#loc__descuentogeneral_row .nt-form-grid-cell-prompt{
    display: none;
}

#loc__grupo_row .nt-form-grid-cell-prompt{
    display: none;
}

#productospage_loc__grupo_prompt_div{
    display: none;
}
#loc__ordenproductos_row .nt-form-grid-cell-prompt{
    display: none;
    
}

.jr-control-green{
    width: 300px;
    background-image: -webkit-linear-gradient(top, #62c462, #57a957)!important;
    padding: 0px 4px;
    color: white;
    height: 36px;
    background-color: #57a957;
    text-shadow: 1px 2px 6px #000;   
}

.jr-control-green .ui-icon{
    background-image: url(images/ui-icons_FFFFFF_256x240.png);
}

.jr-control-orange{
    background-color: #ffaa33;
    background-image: -webkit-linear-gradient(top, #ffaa33, #ee6644)!important;
    color: white;
    text-shadow: 1px 2px 5px #000;
    transition: All 0.3s cubic-bezier(0, 3.95, 1, 1.02);
}

.jr-control-orange .ui-icon{
    background-image: url(images/ui-icons_FFFFFF_256x240.png);
}

.jr-control-orange:hover{
    background-image: -webkit-linear-gradient(top,#ee6644,#ffaa33 )!important;    
}
.jr-control-orange:focus{
    background-image: -webkit-linear-gradient(top,#ee6644,#ffaa33 )!important;    
}

.jr-quitar-filtro{
    color: white;
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35)!important;
    border-radius: 4px;
    border: 0px;
    background-color: #c43c35;
}

.jr-quitar-filtro .ui-icon{
    background-image: url(images/ui-icons_FFFFFF_256x240.png);
}

.jr-observaciones{
    height: 30px;
}
.jr-header-container{
    position: fixed;
    top:0; 
    left:0;
    right:0;
    z-index: 100;
}
.jr-header{
    width:100%;
    background: white;
    height:70px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px;

    
}
.jr-header-div-logo{
    height: 100%;
    float: left;
}

.jr-overlay{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: rgba(0,0,0,0.5);
    position:fixed;
    display: none;

}


.jr-btnfiltro{
    margin-bottom:0;
    cursor: pointer;
    font-size: 1.1em; 
}

@media screen and (max-width:1300px){
    .jr-header{
        flex-direction: column;
        padding: 0px;
    }
    .estadistica_div{
        width: 100%;
    }
    .jr-header-div-logo{
        padding: 5px;
    }
    
    .bt-menu{
        display: block;
        text-decoration: none;
    }

}
.jr-login-prompts{
    color:white;
    width: 100%;
}

.jr-padding-right-10{
    padding-right: 10px;
}
.nt-site-header-6{
    border-bottom: 3px solid #fff;
}
.nt-site-footer{
    border-top: 3px solid #fff;
}
.jr-footer{
    min-height: 10%;
    position: relative;
    border-top: 1px solid rgba(152, 166, 173, .2);
    padding: 14px 30px 30px;
    color: #71748d;
    background-color: #fff;
    /*margin-left: 264px; */

}
.nt-body{
    margin: 0;
    padding-top:72px;
    background: none;
    /*background-color: #efeff6;*/
    background-image: url(https://www.multisoft.com.ar/images/fondo.png);
    /*background-image: linear-gradient(100deg, #ffffff 0%, #cccccc 51%, #000000 99%);*/
    background-attachment: fixed;
    height: 100%;
}

.nt-body p{
    margin-top:0;
}

.nt-body-div{
    text-align: center;
}
.jr-header-blanco-shadow{
    color: white;
    text-shadow: 2px 1px 3px #000;
}
.jr-background-none{
    background: none;
}

.menutable{
    background:none;
}
.logo-sombra{
    border-radius: 6px;
    box-shadow: 2px 2px 30px #fff;
}
.ui-state-default{
    border-radius: 0px;
    margin-left: 1px;  
}
.jr-locator{
    border-radius: 0px !important;
}
.nt-contentpanel{
    width: 100%;
}
.btn-darkblue{
    color: #fff;
    background-color: #0e0c28;
    border-color: #0e0c28;    
}

.btn-darkblue:hover{
    background-color: #242849;
    color: #fff;
    border-radius: 2px; 
}

.jr-div-input{
    width: 100%;
    text-align: left;

}
.jr-div-input input{
    height: 40px;
    font-size: 20px;
    border-radius: 4px;
    text-align: center;
    border: 2px solid #0e0c28;
    background: white;
    
}
.jr-checklogin{
    margin: 0 auto;
    display: table;
}

.jr-input-cantidad{
    background-color: #FDFDFD;
    padding-left: 2px;
    padding-right: 2px;
    vertical-align: top;
    border-radius: 5px 5px 5px 5px;
    height: 25px;
    text-align: center;
    width: 5em;
}

.jr-flex-grow-0-2{
    flex-grow:0.2;
}
.jr-clearbutton{
    height: 33px;
}

.nt-browse-row-header{
    background-color: lavander;
}


/* Eliminar Flechas Input=number*/
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] { -moz-appearance:textfield; }
/* CLASES LIST*/

.list-brm-cell{
    max-width: 1450px;
}

.list-brm-codigo{
    padding-left: 5px;
    flex-grow: 1;
    justify-content: center;
    max-width: 10%;
}
.list-brm-descripcion{
    color: black;
    text-align: left;
}

.list-brm-foto{
    max-width: 90px;
}
.list-brm-precio{
    flex-grow: 0.3; 
    padding-right: 10px;
    justify-content: flex-end;

}
.list-brm-verdetalle{
    flex-grow: 0.2;
    justify-content: center;
    max-width: 30px;
}
.list-brm-agregarc{
    padding: 0 10px;
    flex-grow: 0.2;
    justify-content: center;
    max-width: 30px;
}

@media (max-width: 1024px){
    .list-brm-cell{
        position: relative;
    }
    .list-brm-codigo{
        display: none;
    }
    .list-brm-descripcion{
        color: black;
        text-align: left;
        width:100%;
    }
    .list-brm-foto{
        display: none;
        max-width: 100px;
    }
    .list-brm-precio{
        font-size: 18px;
        width: 50%;
        justify-content: flex-start;
    }
    .list-brm-agregarc{
        position: absolute;
        right: 17px;
        bottom: 7px;
        font-size: 18px;
    }
    .list-brm-verdetalle{
        position: absolute;
        right: 50px;
        bottom: 7px;
        font-size: 18px;
    }


    .jr-labellogin{
        text-align: center;
    }
}
/* CLASES CARDS */

.cards-brm-cell{
    margin: 3px 0;
    padding: 1em;
    width: 230px;
    height: auto;
    /*border: 1px solid #999;*/
    justify-content: left;
    background-color: rgba(255,255,255,1);
    /*box-shadow: 3px 3px 3px #aaa;*/
    transition: All 0.3s cubic-bezier(0.37, 0.51, 0.61, 0.43);
    /*border-radius: 5px;*/
    border: none;
    box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
    position: relative; 
}
.cards-brm-cell:hover{
    box-shadow: 0px 1px 2px 1px  rgba(231, 131, 38,0.44);
    

}

.cards-highlight{
    background-color: none;
}
.cards-gb1{
    background-color:none; 
}
div.cards-brm-foto{
    height:150px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.cards-brm-foto-img{
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-height: 150px;
    max-width: 100%;
    height: 100%;
}

.cards-brm-codigo{
    margin-top:3px;
    font-size:16px;
    min-height: 20px;
    font-weight: bold;
    display: none;
}
.cards-brm-descripcion{
    margin-top: 2px;
    margin-bottom: 15px;
    font-size:15px;
    text-align: left;
    min-height: 48px;
    max-width: 320px;
    color: black;
}
.cards-brm-precio{
    /*float: left;
    text-align: left;
    font-size:20px;
    width: 100%;
    height: 30.38px;*/

    position: absolute;
    left: 17px;
    bottom: 7px;
    font-size: 20px;
}
.cards-brm-agregarc{
    /*float: right;
    width: 100%;*/
    position: absolute;
    right: 17px;
    bottom: 7px;
    font-size: 18px;

}


.cards-brm-verdetalle{
    /*float: left;
    width: 50%;*/
    display: none;
    position: absolute;
    right: 60px;
    bottom: 7px;
    font-size: 18px;
}
/* PARA ESCONDER LOS PROMPTS CUANDO RESOLUCION ES MENOR A 1040px*/
.cards-brm-cell .nt-browse-grid-cell-prompt{
    display: none;
}
#browsepedidomodelo_table_div .nt-browse-grid-cell-prompt{
    width: 100%;
    padding-left: 0.3em;
}
/*.nt-browse-grid-body-horizontal-full{
    justify-content: none;

}*/

.jr-locator{
    height: 35px;
    font-size: 15px;
    margin: 5px 0;
    margin-left: 3px;
}
/* BOTON VER DETALLE BROWSE MAEART CARDS */
.cards-brm-verdetalle button{
    height: 30px;
}

/* Ampliar el ancho de los browse embebidos en el form */
.nt-embedded-procedure{
    float: none;
}
.jr-logout-div{
    background: rgba(0,0,0,0.5);
    border-radius: 6px;
    margin-bottom: 10px;
}
.jr-logout{
    font-size: 13px;
    padding-bottom: 0px;
}

.jr-logout:hover{
    background: whiteSmoke;
    background-position: 0 -15px;   
}

.jr-rowcarrito{
    background-color: #A9F5F2;
}

.jr-rowcarrito:hover{
    background-color: #01DFD7;
}
.jr-rowcarrito-selected{
    background-color: #01DFD7;
}
.nt-browse-grid-cell{
    margin-bottom: 0;
}
.brc-foto{
    height:50px;
    max-width: 100px;
}
.menu-bar{
    text-align: left;
    width: 80px;
}
#left-sidebar::-webkit-scrollbar {
    display: none;
}
#loc__remember_row>div{
    padding:8px;
}
#loc__remember_row>div>.nt-prompt{
    width: 50%;
}
pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.jr-bgr-row{
    border: 1px solid #ccc;
    border-radius: 4px;
    flex: 1;
    height: 30px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.jr-bgr-row:hover{
    background: #555;
    color: #fff;
}
.jr-bgr-row-selected{
    background: none;
}
#browsegrupos_div .jr-bgr-row-selected{
    background: #555;
    color: #fff;
}
#loc__msg_row .nt-form-grid-cell-prompt{
    display: none;
}
#loc__htmlcomponentes_row .nt-form-grid-cell-prompt{
    display: none;
}

.nav-left-sidebar{
    top: 72px;    
    width: 264px;
}
.sidebar-dark.nav-left-sidebar .navbar-nav .nav-link:focus, .sidebar-dark.nav-left-sidebar .navbar-nav .nav-link:hover{
    background: rgba(255,255,255,0.1);
}
.jr-input-recibo-obs{
    width: 23em;
}

@media (max-width: 800px){

    .list-brm-codigo{
        max-width: 100%;
    }
    .list-brm-agregarc{
        padding: 0;

    }
    .nav-left-sidebar{
        height: max-content;
        height: -moz-max-content;
        height: -webkit-max-content;
        height: -o-max-content;
        height: -ms-max-content;
    }
    .jr-filtro-fixed{
        left: 0;
    }
    .jr-div-filtro{
        width: 100%;
    }
    .jr-body-margin{
        margin: 0 auto;
        /*min-height: 75%;*/
    }
    .jr-footer{
        margin: 0 auto;
        padding: 14px 30px 30px;
    }
    .nav-left-sidebar{
        top: 0px;    
        width: 100%;
    }
    .jr-input-recibo-obs{
        width: 19em;
    }
}
.nt-form-grid-row {
    margin-bottom: 0px;  
}
@media (max-width: 1024px){
    .nt-form-grid-row {
        margin-bottom: 0px;  
    }
    .nt-prompt{
        text-align: left;
    }
    .jr-space-between{
        justify-content: space-between;
    }
    .brc-foto{
        height: 100%;
        max-width: max-content;
        max-width: -moz-max-content;
        max-width: -webkit-max-content;
        max-width: -o-max-content;
        max-width: -ms-max-content;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        height: 150px;
    }

}.dashboard-wrapper{
    min-height: 830px;
}
#ped__cantidad_row > div{
    flex: 1 1 33%;
}
/* El footer dek carrito*/
.jr-footer-total{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    color: #232399;
    font-size: 15px;
}
.brc-row{
    
    /*
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
    border: 0.5px solid rgba(154, 154, 204, 0.22);*/
    background-color: rgba(255,255,255,0.8);
    border-radius: 4px;
    text-align: left;
    padding: 10px;
    vertical-align: middle;
    border-top: 1px solid #e6e6f2;
    font-weight: normal;
    margin: 0;
}
.brc-row:last-child {
    border-bottom: 1px solid #e6e6f2;
  }
@media (max-width: 1024px){
    .brc-row{
        border: 1px solid rgba(154, 154, 204, 0.22);
        justify-content: left;
        background-color: rgba(255,255,255,0.75);
        padding: 1em;
        margin-bottom: 0.5em;
    }
}

.brc-footer-row{
    background-color: white;
    margin-top:20px;
    border: 1px solid #ccc;
    padding: 3px;
    border-radius: 4px;
}
@media (min-width: 1024px){
    .jr-flex-end{
        justify-content: flex-end;
    }
}
@media (min-width: 500px){
    .brc-footer-left > div{
        width: 100%;
        padding-right: 40%;
    }
    .brc-footer-left{
        text-align: right;
        
    }
}
@media (max-width: 800px){
    .cards-brm-cell{
        width: 100%;
    }
    .browsemaeartcards-row-data{
        width: 100%;
    }
    .nt-browse-grid-body-horizontal-left >.nt-browse-grid-row{
        margin-right:0px;
        margin-left:0px;    
    }
    .jr-locator{
        width: 100%;
        margin-left: 0px;
    }
    .jr-locator td{
        width: 50%;
    }
    .menutable{
        height: 100px;
        width: 100%;
    }
    .brc-footer-left{
        width: 50%;
        float: left;
        border-bottom: 1px solid #ccc;
        text-align: right;
        padding-left: 5px;
    }

    .brc-footer-right{
        
        width: 50%;
        float: right;
        padding-left: 5px;
        border-bottom: 1px solid #ccc;
        
    }
    .brc-footer-row{
        display: inline-block;

    }
    .jr-padding-left-06em{
        padding-left: 0.6em
    }

}
/*TAMAÑOS DEL BROWSE PRODUCTOS SEGUN ANCHO*/
.jr-browse-width{
    width: 3000PX;
}
@media (max-width: 1700px){
    .jr-browse-width{
        width: 1360px;
    }
}
@media (max-width: 1500px){
    .jr-browse-width{
        width: 1020px;
    }
}
@media (max-width: 1200px){
    .jr-browse-width{
        width: 680px;
    }
}
@media (max-width: 1028px){
    .jr-browse-width{
        width: 600px;
    }
}
@media (max-width: 900px){
    .jr-browse-width{
        width: 400px;
    }
}
@media (max-width: 800px){
    .jr-browse-width{
        width: 100%;
    }
    .row-100{
        width: 100%;
        margin-right:0px;
    }

}


/* MENU HAMBURGER */
.hamburger 
            {
                min-height: 30px;
                max-width: 50px;
            }

            .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
                background-color: #48C;
                position: absolute;
                width: 40px;
                height: 4px;
                border-radius: 5px;
                content: '';
                transition-timing-function: ease;
                transition-duration: .2s;
                transition-property: opacity,-webkit-transform;
                transition-property: transform,opacity;
                transition-property: transform,opacity,-webkit-transform;
            }

            .hamburger-inner:before {
                top: 10px;
            }

            .hamburger-inner:after {
                top: 20px;
            }

            .hamburger.open .hamburger-inner {
                -webkit-transform: translate3d(0,10px,0) rotate(45deg);
                transform: translate3d(0,10px,0) rotate(45deg);
            }

            .hamburger.open .hamburger-inner:after {
                -webkit-transform: translate3d(0,-20px,0) rotate(-90deg);
                transform: translate3d(0,-20px,0) rotate(-90deg);
            }

            .hamburger.open .hamburger-inner:before {
                -webkit-transform: translate3d(0,-20px,0) rotate(90deg);
                transform: translate3d(0,-20px,0) rotate(90deg);
                opacity: 0;
            }
/* FIN MENU HAMBURGER */
.select {
    position: relative;
    border: 1px solid #ccc;
    width: 120px;
    overflow: hidden;
    background-color: #fff;
  }
    
  .select:before {
      content: '';
      position: absolute;
      right: 5px;
      top: 7px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 5px 0 5px;
      border-color: #000000 transparent transparent transparent;
      z-index: 5;
      pointer-events: none;
  }
    
  .select select {
      padding: 5px 8px;
      width: 130%;
      border: none;
      box-shadow: none;
      background-color: transparent;
      background-image: none;
      appearance: none;
  }

.jr-pageheader-title{
      text-align: left;
      border-bottom: 1px solid #e0e4ef;
}
#ProductosRecords{
    font-size: 15px;
}
#CarritoRecords{
    font-size: 15px;
}

/* smart panel*/
.border-top-success{
    border-top-color: #2ec551 !important 
}
.border-top-danger{
    border-top-color: #ef172c !important 
}
.border-top-brand{
    border-top-color: #ffc750 !important 
}
.colores{
    color: #007bff;
    color: #28a745;
    color: #ffc107;
    color: #dc3545;
    color: #6f42c1;
    color: #17a2b8;
    color: #e83e8c;
    color: #207725;
    color: #ff8e14;
    color: #FF33EC;
    color: #C4FF33;
    color: #FF5733;
    color: #FF0B0B;
    color: #600BFF;
    color: #050505;


}
.jr-input-montoapagar{
    border-radius: 4px;
    text-align:right;
    padding-right: 4px;
    max-width: 50%;
}
.jr-flex-row{
    flex-direction: row;
}
#loc__pagocuenta_row > div{
    flex: 1 1 50%;
}
#loc__totalapagarbrowse_row > div{
    flex: 1 1 50%;
}
#saldototal_row > div{
    flex: 1 1 50%;  
}
#loc__totalapagar_row > div{
    flex: 1 1 50%;
}
#loc__efectivo_row > div{
    flex: 1 1 50%;
}
#loc__cheque_row > div{
    flex: 1 1 50%;
}
#
.jr-pickclientes-title{
    display: flex;
}

.jr-pickclientes-tab{
    flex-grow: 1;
    width: 100%;
    border: 1px solid #ccc;
}
.jr-color-headerdocvenc{
    background-color: rgba(14,12,40,0.1);
}
@media (max-width: 500px){
    .jr-pickclientes-title{
        flex-direction: column;
    }
    .jr-pickclientes-title li{
        width: 100%;
    }
}
.jr-artcomp-row{
    border-radius: 4px;
    background-color: rgba(255,255,255,0.8);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
    border: 0.5px solid rgba(154, 154, 204, 0.22);
    margin-bottom: 3px;
}
.jr-artcomp-foto{
    height:50px;
    max-width: 90px; 
}

.ui-spinner a.ui-spinner-button {
    z-index: 98;
}

.jr-oferta-tag{

    top: 5px;
    z-index: 11;
    position: absolute;
    right: auto;
    left: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    padding-left: 0;
    list-style: none;

}
.jr-oferta-tag li{
    display: inline-block;
    padding: 1px 7px;
    color: #FFFFFF;
    /*border: 1px solid #70b53f;*/
    /*background: #70b53f;*/
    border: 1px solid #15b346;
    background: #15b346;
     text-transform: capitalize;
    font-size: 11px;
    line-height: normal;
    margin-bottom: 2px;
    border-radius: 0px 20px 20px 0px;
    font-family: sans-serif;
}
.list-brm-oferta-tag{
    position: inherit;
}
.list-brm-oferta-tag li{
    border-radius: 5px;
}
.jr-nuevo-tag{

    top: 5px;
    z-index: 11;
    position: absolute;
    right: auto;
    right: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    padding-left: 0;
    list-style: none;
}
.jr-nuevo-tag li{
    display: inline-block;
    padding: 1px 7px;
    color: #FFFFFF;
    /*border: 1px solid #70b53f;*/
    /*background: #70b53f;*/
    border: 1px solid #ef172c;
    background: #ef172c;
     text-transform: capitalize;
    font-size: 11px;
    line-height: normal;
    margin-bottom: 2px;
    border-radius: 20px 0px 0px 20px;
    font-family: sans-serif;
}
.list-brm-nuevo-tag{
    position: inherit;
}
.list-brm-nuevo-tag li{
    border-radius: 5px;
}
.browseresumencuenta-row-footer{
    flex-direction: row;
    text-align: right;
    padding: 4px;
}
.content-articulos-relacionados{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    max-width: 600px;
    width: 100%;
}
.div-articulos-relacionados{
    flex: 1;
   padding: 4px;
   height: 220px; 
   overflow: hidden;
   min-width: 180px;
   max-width: 200px;
   border: 1px solid #fff;
   border-bottom: 1px solid rgba(154, 154, 204, 0.22);
   cursor: pointer;

}
.div-articulos-relacionados:hover{
    border: 1px solid rgba(154, 154, 204, 0.22);
}
@media (max-width: 635px){
    .div-articulos-relacionados{
        margin: 0 auto;
        max-width: 270px;
        
    }

}
.jr-confirmar-carr{
    margin: 0 auto;
    float: none;
    display: block;
    min-width: 300px;
    width: 30%;
}
@media (max-width: 800px){
    .jr-confirmar-carr{
        width: 100%;
        max-width: none;
        
    }

}
#ConfirmarPedido_container >div{
 margin-bottom:0;
}
.ui-dialog{
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}
#articulosrelacionados_row .nt-form-grid-cell-prompt-value{
    flex: 1 1 100%; ;
}
#logoutform_frm{
    max-width: 600px;
    margin: 0 auto;
}
#UpdateMVTA_container .nt-prompt{   /* uPDATEMVTA para que los prompts se acomoden en el renglon*/
    padding: 2px;
}  
.nt-browse-grid-body{
    overflow-y: initial;
}
/* registro */
.jr-registro-div-input{
    width: 100%;
    max-width: 350px;
}

.jr-registro-input{
    width: 100%;
    padding: 4px;
    font-size: 16px;
}

#tab_registro_div{
    padding-bottom: 10px;
}

#Registro_saveset{
    justify-content: center;
}

#Registro_saveset .btn{
    max-width: 400px;
}
/*
@media (max-width: 800px){
    .dashboard-wrapper{
        min-height: max-content !important;
    }  
}*/
/*
 Menu top 
.nav-left-sidebar{
    position: inherit;
    height: auto;
    width: 100%;
}
@media (max-width: 800px){
    .nav-left-sidebar .navbar-nav{
        flex-direction: column !important;
    }  
}

  /*Pagina Productos  Cibart

.Producto_div{
    background: white;
    text-align: left;
    
}
.Producto_table{
    width: 70%;
    margin: 0 auto;
}
.Producto_table_row{

}*/


#Car__CodigoArticulo{
    height: 30px;
}
@media (max-width: 800px){
    #carrito_car__codigoarticulo_prompt_div{
        margin: 0;
        padding : 0;
    }
    .ped-descripcion{
        padding-left: 0.3em;
    }
    .ped-descripcion .nt-browse-grid-cell-prompt{
        display: none;
    }
    #carrito_browsecarrito_table_div .nt-browse-grid-cell-prompt{
        font-weight: initial;
    }

}
.EnCarrito .cards-brm-agregarc .nt-fakeget{
    color:#5969ff;
}

.jr-background-color{
    background: rgba(14,12,40,0.75);
}