/* CSS Document */
  html, body, div, h1, h2, h3, h4, h5, h6, p, img, dl,
  dt, dd, ol, ul, li, table, tr, td, form, object, embed,
  article, aside, canvas, command, details, fieldset,
  figcaption, figure, footer, group, header, hgroup, legend,
  mark, menu, meter, nav, output, progress, section, summary,
  time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  }
  html {
  font: 81.25% arial, helvetica, sans-serif;
  background: #fff;
  color: #333;
  line-height: 1;
  direction: ltr;
  }
  a {
  color: #15c;
  text-decoration: none;
  }


  a:active {
  color: #d14836;
  }
  a:hover {
  text-decoration: underline;
  }
  h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-size: 1.54em;
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 .46em;
  }
  p {
  line-height: 17px;
  margin: 0 0 1em;
  }
  ol, ul {
  list-style: none;
  line-height: 17px;
  margin: 0 0 1em;
  }
  li {
  margin: 0 0 .5em;
  }
  html, body {
  /* DESACTIVE POSITION: ABSOLUTE POR QUE NO ME DEJABA CREAR TABLAS RESPONSIVE*/
  /*position: absolute;*/
  height: 100%;
  min-width: 100%;
    top: 0px;
    left: 0px;
    /*width: 511px;*/
}
  .wrapper {
  position: relative;
  min-height: 100%;
  }
  .content {
  padding: 0 44px;
  position: relative;
  z-index: -1;
  }


  .header {
	position: relative;
	font-weight: bold;
	color: #FFF;
	padding-top: 0;
	padding-right: 44px;
	padding-bottom: 0;
	padding-left: 5px;
	height: 90px;
  }
  #barramenu {
    width: 100%;
    z-index: 2;
}
  .header-bar {
	height: 90px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	background-image: url(../imagenes/fondocabecera.png);
	background-repeat: repeat-x;
  }
.fondoHeader {
    border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	background-image: url(../imagenes/fondocabecera.png);
	background-repeat: repeat-x;
}
  .footer-bar {
  /*Tenia position: absolute; pero la cambié a fixed para que el pie siempre esté visible*/
      position: fixed;
      bottom: 0;
      height: 35px;
      width: 100%;
      border-top: 1px solid #ebebeb;
      overflow: hidden;
      background: #fff;
  }
  .footer {
  padding: 0 44px;
  padding-top: 9px;
  font-size: .85em;
  white-space: nowrap;
  line-height: 0;
  }
  .footer ul {
  color: #999;
  float: left;
  max-width: 80%;
  }
  .footer ul li {
  display: inline;
  padding: 0 1.5em 0 0;
  }
  .footer a {
  color: #333;
  }
  .textorojo {
  color: #dd4b39;
  }
.textoamarillo {
    color: #FFFF00;
}

.textoblanco {
    color: #FFFFFF;
}
  .textoautor {
    color: #F8F8F8;
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    font-family: 'Times New Roman' , Times, serif;
    text-align: right;
    padding-right: 22px;
    text-shadow: 1px 1px 3px #FFFC00;
}
.textoayuda {
    color: #BBE9FF;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    font-family: 'Times New Roman' , Times, serif;
    text-align: right;
    padding-right: 13px;
    /*text-shadow: 1px 1px 3px #FFFC00;*/
}


.hidden {
    display: none;
}

.titulo_principal{
	float: left;
	height: 85px;
	text-align: left;
	font-size: 20px;
	line-height: 30px;
	padding-top: 5px;
	padding-left: 10px;
}
.logo{
	height: 50px;
	width: 170px;
	float: left;
	text-align: center;
	padding-top: 8px;
}
.logo_punto_venta{
	height:         90px;
	width:          auto;
	float:          left;
	text-align:     center;
	padding-top:    2px;
    padding-left:   10px;
}
.subtitulo_principal{
	font-size: 18px;
    color: #fff;
}
.siges {
    color: #FFFF00;
    font-size: 12px;
    margin-top: -5px;
}
.siu {
    color: #FFFFFF;
    font-size: 10px;
}
.usuario_actual{
	height: 85px;
	width: 250px;
	padding-top: 5px;	
	margin-right: -59px;
    line-height: 15px;
    float: right;
}
.usuario_actual a {
    color: #FFFF00;
}

.usuario_actual a:hover {
    color: #FF9900;
    cursor: pointer;
    
}

.info_usuario_actual{
	padding-top: 5px;	
	line-height: 15px;
    color: #fff;
    text-align: right;
    
}
.info_usuario_actual a {
    color: #FFFF00;
}

.info_usuario_actual a:hover {
    color: #FF9900;
    cursor: pointer;
    
}
.logo_app{
	padding-top: 3px;
    text-align: center;
}


.titulo_direccion{
	font-size: 13px;
	color: #FFF;
	line-height: normal;
}

.pagina_izquierda{
	float: left;
	width: 180px;
	background-repeat: repeat-x;
	border-radius: 15px;
	-moz-border-radius: 15px 15px 0px 0px;
	-webkit-border-radius: 15px 15px 0px 0px;
	border: 1px solid #F3F3F3;
	background-image: url(../imagenes/fondo_menu_izquierda.png);
	padding-left: 5px;
}

.pagina_derecha{
	float: left;
	padding-left: 20px;
}

.titulomenu{
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

.pagina_izquierda a{
	font-weight: bold;
	color: #666;
}
.iniciar_sesion a{
	float: right;
	font-weight: bold;
	color: #FFF;
}
.formatotabla {
    border-width: 3px;
    text-align: center;
    margin: 0 auto;
    background-color: #BBE9FF;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #009;
    border-right-color: #009;
    border-bottom-color: #009;
    border-left-color: #009;
}
.formatotabla2 {
    border-width: 3px;
    text-align: center;
    margin: 0 auto;
    background-color: #BBE9FF;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #009;
    border-right-color: #009;
    border-bottom-color: #009;
    border-left-color: #009;
    width: 100%;
    font-size: 12px;
}
.formatoDiv {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: solid 3px;
    border-color: #d3d1d1;
    padding: 6px;
    background-color: #BBE9FF;
    width: 100%;
}
.formatotabla3 {
    border-width: 0px;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff;
    width: 100%;
    font-size: 12px;
    color: #dd4b39;
}

.formatotabla4 {
    border-width: 0px;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff;
    font-size: 12px;
    color: #dd4b39;
}


.formatotablaBotonera {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
    border: solid 3px;
    border-color: #FF9900;
    width: 100%;
    font-size: 12px;
    color: #000;
    background-image: url('../imagenes/fondocabecera.png');
}


.fondoDegradado{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: solid 1px;
    border-color: #d3d1d1;
    padding: 8px;
    
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.fondoBlanco {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: solid 1px;
    border-color: #d3d1d1;
    padding: 8px;
    background: #ffffff;
 }

.fondoAzulObscuro {
    background-image: url('../imagenes/fondo.png');
}


.fondoAzul {
    background-image: url('../imagenes/fondocabecera.png');
}
.fondoCeleste{
    background: #0096d7;
}

.fondoRojo {
    background: #8b0000;
}

.fondoNaranja {
    background: #f0ad4e;
}

/*TABS O PESTAÑAS*/
.formatoTabs {
    border-width: 3px;
    text-align: center;
    margin: 0 auto;
    background-color: #014464;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #014464;
    border-right-color: #014464;
    border-bottom-color: #014464;
    border-left-color: #014464;
    width: 100%;
    font-size: 12px;
    color: #000;
}

.centrar_texto {
    text-align: center;
}

.alinear_a_la_izquierda {
    text-align: left;
}
.centrarHorizontalVertical {
    width: 270px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -75px 0 0 -150px;
}

.centrarHorizontalVertical2 {
    width: 500px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -75px 0 0 -195px;
}

.centrarHorizontalVertical3 {
    width: 600px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -300px;
}

.centrarHorizontalVertical4 {
    width: 270px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 40%;
    margin: -205px 0 0 -200px;
}

.centrarReporte {
            width: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -380px 0 0 -490px;
}
/*Para centrar los botones de edición de datos (Eliminar por ejemplo)*/
.botonesEdicion {
            position: relative; 
            top: 4px;
}

/*PARA LA BARRA DE PROGRESO*/
#Background_ProgressBar {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #F0F0F0;
    filter: alpha(opacity=80);
    opacity: 0.8;
    z-index: 9999999999999999;
}


/*PARA LA BARRA DE PROGRESO*/
#ProgressBar {
    position: fixed;
    top: 40%;
    bottom: 40%;
    left: 20%;
    right: 20%;
    z-index: 99999999999999999;
    /*background-color: #FFFFFF;
            border: 1px solid Gray;*/
    background-image: url('../imagenes/cargando2.gif');
    background-repeat: no-repeat;
    background-position: center;
}

fieldset {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: solid 1px;
    border-color: #d3d1d1;
    padding: 8px;
    /*background-color: #BBE9FF;*/
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

legend {
    background: #fefdcd;
    border: solid 1px #d3d1d1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 1px 8px 1px 8px;
    width: auto;
    font-size: 13px;
}

.margin-valor-gridview {
    margin-left: 3px;
    margin-right: 3px;
}

.izquierda {
    text-align: left;
}

.derecha {
    text-align: right;
}

.ancho100porciento {
    width: 100%;
}

.alto100porciento {
    height: 100%;
}

.icono_menu {
	width:36px;
	height:36px;
	margin-top:-10px;
	margin-bottom:-10px;
}

.icono_sub_menu {
	width:40px;
	height:40px;
}
.colorhref {
    color:#000;
}
a:hover {
    color: #FF9900;
    text-decoration: none;
    /*font-weight: bold;*/
}
.tamanioIconoMenu {
    /*CAMBIA EL TAMAÑO DE LOS COMPONENTES ICONOS DE BOOTSTRAP*/
    font-size: 18px;
}
@media (max-width: 767px) {
    .colorhref {
        color:#fff;
    }
    .color_sepia{
        -webkit-filter: sepia(100%);
    }
    a:hover {
        color: #FFFC00;
        text-decoration: none;
        font-weight: bold;
        -webkit-filter: saturate(5);
    }
}

@media (max-width: 950px) {
    .div-busqueda-producto {
        order: 2;
    }

    .div-puntos-acumulados {
        order: 1;
    }
}

.centradoVertical {
    vertical-align: middle;
}

.interlineado1_3 {
    line-height: 1.3;
}

.colorRegistroSeleccionado {
    color: #C60017;
    font-weight: bold;
}

.paddingDiv_GridView {
    padding: 15px;
}

.paddingDiv_GridView_Derecha_Izquierda {
    padding-left: 15px;
    padding-right: 15px;
}

.padding5px {
    padding: 5px;
}

.z_index {
    position: relative;
    z-index: 100000;
}

.displayNone {
    display: none;
}

.displayNormal {
    display: normal;
}

.footerPaginacion {
    letter-spacing: 5px;
    background: #284775;
    color: #FFF;
    font-weight: bold;
}

.myLegend {
    background: #fefdcd;
    border: solid 1px #d3d1d1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 1px 8px 1px 8px;
    width: auto;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}

#imagenFlotante {
    bottom:0px;
    right:0px;
    position: relative;
}
#imagenFlotante a img { 
    border: none; 
}

/*PARA HACER RESPONSIVE LAS GRAFICAS*/

.chart {
    width: 100%;
    min-height: 450px;
}


.contador {
    font-size: 14px;
    float: right;
}

.contador2 {
    font-size: 14px;
    float: left;
}

.contador3 {
    font-size: 14px;
    text-align: center;
}

.texto-tamanio15-negrita {
    font-size: 15px;
    font-weight: bold;
}


.texto-tamanio12-negrita {
    font-size: 12px;
    font-weight: bold;
}

.texto-tamanio11 {
    font-size: 11px;
}

.texto-tamanio10 {
    font-size: 10px;
}

.ChkBoxClass input {
    width: 20px;
    height: 20px;
}

.encabezadoTabla_Rojo{
    text-align: center;
    font-weight: bold;
    background-color: darkred;
    color: white;
}

.encabezadoTabla_Azul {
    text-align: center;
    font-weight: bold;
    background-color: #26476f;
    color: white;
}

.thumb {
    height: 150px;
    /*border: 1px solid #000;*/
    margin: 10px 5px 0 0;
    width: 150px;
}

.toggle.ios, .toggle-on.ios, .toggle-off.ios {
    border-radius: 20px;
}

.toggle.ios .toggle-handle {
    border-radius: 20px;
}

/* PARA EL PEQUEÑO MENU DE LOS BOTONES DE CAMBIAR ESTADO DROPDOWN MENU  */
/* Dropdown Button */

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: -167px;
    margin-left: -10px;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: #fff;
        padding: 6px 8px;
        text-decoration: none;
        display: block;
        font-weight: bold;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #f0996c;
            color: #1c4da1;
            font-size: 1.1em;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}


.flechita-abajo {
    border-radius: 7px;
    background-color: #f1f1f1;
    padding: 10px;
    width: 140px;
    font-size: 0.9em;
    border: solid 3px #f47b3d;
}

    .flechita-abajo:before {
        /*FLECHITA PARA ABAJO*/
        content: "";
        position: absolute;
        bottom: -26px;
        left: 0;
        width: 0;
        height: 0;
        border-width: 25px 25px 0;
        border-style: solid;
        border-color: #f47b3d transparent transparent;
        margin-left: 2px;
        /*FLECHITA PARA ARRIBA*/
        /*content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-bottom: 20px solid #f47b3d;
        border-right: 18px solid transparent;
        border-left: 18px solid transparent;
        margin: 100px 0 0 -55px;*/
    }

.flechita-izquierda {
    border-radius: 7px;
    text-align: center;
    /*background-color: #f47b3d;*/
    color: #fff;
    padding: 10px;
    width: 140px;
    border: solid 3px #f47b3d;
    margin-left: 55px;
    /*font-size: 0.9em;*/
}

    .flechita-izquierda:before {
        content: "";
        position: absolute;
        top: 50px;
        left: -50px;
        width: 0;
        height: 0;
        border-width: 25px;
        border-style: solid;
        border-color: transparent #f47b3d transparent transparent;
        margin-top: -48px;
    }

.flechita-arriba {
    border-radius: 7px;
    text-align: center;
    /*background-color: #f47b3d;*/
    color: #fff;
    padding: 10px;
    width: 140px;
    border: solid 3px #f47b3d;
    margin-left: 55px;
    /*font-size: 0.9em;*/
}

    .flechita-arriba:before {
        content: "";
        position: absolute;
        top: -25px;
        left: 0;
        width: 0;
        height: 0;
        border-width: 0 25px 25px;
        border-style: solid;
        border-color: transparent transparent #f47b3d;
    }


.sin-flechita {
    border-radius: 7px;
    text-align: center;
    /*background-color: #f47b3d;*/
    color: #fff;
    padding: 10px;
    width: 140px;
    border: solid 3px #f47b3d;
    margin-left: 57px;
    /*font-size: 0.9em;*/
}

    .sin-flechita:before {
        content: "";
        position: absolute;
        top: 50px;
        left: -50px;
        width: 0;
        height: 0;
        border-width: 25px;
        margin-top: -48px;
    }

.enlace:hover {
    border-radius: 5px;
    border-style: solid;
    border-color: #f47b3d;
    background-color: #f47b3d;
    color: #fff;
}
/* FIN PARA EL PEQUEÑO MENU DE LOS BOTONES DE CAMBIAR ESTADO  */

.arrow_box {
    position: relative;
    /*background: #88b7d5;*/
    border: 2px solid #f47b3d;
}

    .arrow_box:after, .arrow_box:before {
        left: 100%;
        top: 50%;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border: 2px solid #f47b3d;
    }

    .arrow_box:after {
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #f47b3d;
        border-width: 15px;
        margin-top: -15px;        
    }

    .arrow_box:before {
        border-color: rgba(194, 225, 245, 0);
        border-left-color: #f47b3d;
        border-width: 21px;
        margin-top: -21px;        
    }

.titulo-opcion-pagina {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    padding-top: 3px;
}

.max-width-label {
    display: block;
}

.container-puntos {
    display: flex;
    flex-wrap: wrap;
}

.panel-heading-form-cobrar {
    padding: 2px 15px
}

.panel-body-form-cobrar {
    padding: 5px;
}

.modal-scroll {
    max-height: calc(100vh - 125px);
    overflow-y: auto;
}

.input-sin-borde-fondo {
    background-color: transparent;
    border: 0;
    width: 70px;
}

.textarea-no-resize {
    resize: none;
}

.remover-estilos-span{
    font-size: 12px;
}

.divContainer{
    display: flex;
}

.divOpcionBoton {
    width: 35px;
}
.divOpcionTexto {
    flex-grow: 1;
    text-align: left;
}