@import url('https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext');
body{
	font-family: 'Barlow', sans-serif;
	background-image:url("../../../imagenes/background.jpg");
	 background-position: center center;
  
  /* Image doesn't repeat */
  background-repeat: no-repeat;
  
  /* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
  background-attachment: fixed;
  
  /* This is what makes the background image rescale based on its container's size */
  background-size: cover;
}
.row{
opacity: 0.95;
    filter: alpha(opacity=95); /* For IE8 and earlier */
}
a{
	color:#666;
}
a:hover{
	color:#333;
}
label{
	font-family: 'Barlow', sans-serif;
}
i{
	font-family: 'Barlow', sans-serif;
}
form{
	font-family: 'Barlow', sans-serif;
}
h3{
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
}
#padding{
	padding: 10;
}
.top-bar{
	background-color: #000;
	font-family: 'Barlow', sans-serif;
}
.top-bar-left ul li a{
	background-color: #000;
	color: #fff;
	font-family: 'Barlow', sans-serif;
}
.top-bar-left li a:not(.button) {
    background-color: #000;
}
.top-bar-left li:hover a {
    background-color: #000;
}
.top-bar-left ul li > a {
    background-color: #000;
}
.top-bar-left ul.dropdown li a:hover:not(.button) {
	color: #fff;
    background-color: #000;
}
.top-bar-left ul.dropdown {
	color: #fff;
    background-color: #000;
}
.top-bar-left .has-dropdown > a:after {
    background-color: #000;
}
#formulario_acceso{
	font-family: 'Barlow', sans-serif;
	margin: auto;
	margin-top: 50px;
}
#footer{
	margin:auto;
	margin-top: 20px;
	text-align: center;
	font-family: 'Barlow', sans-serif;
}
#opciones_portada{
	margin-top: 2em;
}
.portada{
	margin: 20px;
}
#botones_opciones{
	margin:auto;
	text-align: left;
}
#botones_opciones .primary{
	height: 6em;
	padding: 2.5em;
}
#botones_opciones .primary:hover{
	background-color: #999;
}
#btnVentas{
	font-size: 1em;
	font-family: 'Barlow', sans-serif;
	font-weight: 900;
	color:#fff;
	background-color: #66CCCC;
	background-image: url("../../../imagenes/facturacion.svg");
	background-position: right;
	background-repeat:no-repeat;
}
#btnClientes{
	font-size: 1em;
	font-family: 'Barlow', sans-serif;
	font-weight: 900;
	color:#fff;
	background-color: #FFCC99;
	background-image: url("../../../imagenes/clientes.svg");
	background-position: right;
	background-repeat:no-repeat;
}
#btnProductos{
	font-size: 1em;
	font-family: 'Barlow', sans-serif;
	font-weight: 900;
	color:#fff;
	background-color: #CCFFCC;
	background-image: url("../../../imagenes/productos.svg");
	background-position: right;
	background-repeat:no-repeat;
}
#btnReportes{
	font-size: 1em;
	font-family: 'Barlow', sans-serif;
	font-weight: 900;
	color:#fff;
	background-color: #669999;
	background-image: url("../../../imagenes/reportes.svg");
	background-position: right;
	background-repeat:no-repeat;
}
#btnConf{
	font-size: 1em;
	font-family: 'Barlow', sans-serif;
	font-weight: 900;
	color:#fff;
	background-color: #FF6600;
	background-image: url("../../../imagenes/conf.svg");
	background-position: right;
	background-repeat:no-repeat;
}
#btnSalir{
	font-size: 1em;
	font-family: 'Barlow', sans-serif;
	font-weight: 900;
	color:#fff;
	background-color: #336666;
	background-image: url("../../../imagenes/salir.svg");
	background-position: right;
	background-repeat:no-repeat;
}
#formulario{
	margin: auto;
	margin-top: 20px;
}
#contenedor_historial{
	margin:auto;
	margin-top: 20px;
}
.paginando{
	text-align: center;
}

.paginando ul li{
	list-style: none;
	display:inline;
	padding-right: 5px;
}
#tabsProductos{
	margin:auto;
	margin-top: 20px;
}
.tabs-title a{
	color:#666;
	font-weight: bold;
	font-size: 1em;
}
#factura_previa{
	margin: auto;
	border: dashed 2px #666;
}
.fecha_factura{
	color:blue;
	border: 1px solid #F1F1F1;
	background-color:#fffcf5;
	width:100%;
	text-align:center;	
}
.fecha_factura h3{
	color:blue;
	text-align:center;	
}
#datos_receptor{
	font-size: 1.3em;
	margin: auto;
	text-align: center;
	border: solid 1px #666;
}
#datos_receptor input{
	line-height: 10px;
}
.conceptos{
	font-weight: bold;
}
.impuestos_conceptos{
	font-size: .9em;
	font-style: italic;
}
#certificados{
	margin-top:20px;
}
#codigo_bidi{
	border: double 1px #333;
	height: 150px;
}
#btnFacturar{
	margin: auto;
	margin-top: 20px;
}
#head_conceptos{
	font-weight: bold;
	background-color:#F1F1F1;
	padding: 1em;
	font-size: 1em;
}
#cuerpo_conceptos{

}
div[id^='ci_']{
    background-color:#FFF;
}
.proximamente{	
	background-color: #000; 
	border: solid 1px #000;
}
.proximamente p{
	color: #fff;
}
.proximamente a{
	font-weight: bold;
}
#terminal{
	margin-top:20px;
}
#subtotal{
	font-size: 3em;
}
#descuento{
	font-size: 3em;
}
#total{
	font-size: 3em;
}
.switch{
	padding: 10px;
}
#loader_img{
	width: 50px;
	height: 50px;
}
.imagen_tpv{
	width: 3em;
}
.responsive-card-table {
  border-collapse: collapse;
}

.responsive-card-table.unstriped tbody {
  background-color: transparent;
}

.responsive-card-table th {
  background-color: #e6e6e6;
}

.responsive-card-table tr,
.responsive-card-table th,
.responsive-card-table td {
  
}
#salidas{
	margin-top: 20px;
}

@media screen and (max-width: 640px) {
	#subtotal{
		font-size: 1em;
	}
	#descuento{
		font-size: 1em;
	}
	#total{
		font-size: 1em;
	}
  .responsive-card-table {
    
  }
  .responsive-card-table thead tr {
    position: absolute;
    top: -9999em;
    left: -9999em;
  }
  .responsive-card-table tr {
   
    display: block;
  }
  .responsive-card-table tr + tr {
    margin-top: 1.5rem;
  }
  .responsive-card-table td {
    border: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 50%;
    position: relative;
  }
  .responsive-card-table td:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    margin-left: -100%;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .responsive-card-table td:after {
    content: '';
    position: absolute;
    background: #e6e6e6;
    width: 45%;
    height: 95%;
    left: 1px;
    top: 1px;
    z-index: 0;
  }
}
#reportes{
	margin-top: 20px;
}
#devoluciones{
	margin-top: 20px;
}
#inventarios{
	margin-top: 20px;
}
#detalles{
	margin-top: 20px;
}
.resultados_productos{
	ont-size: small;
}
.agregando{ 
	font-size: small;
 }
 .scrolleable{
 		max-height: 300px;
	    overflow:scroll;
 }