/*.table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover, .table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr.info:hover>th
//{
	background-color :red;
}*/

/*.table-striped>tbody>tr:nth-of-type(odd){
	background-color : rgba(255,200,200,0.5);
}*/

table.DataTable th,
table.DataTable td {
       /* white-space: nowrap;   */ 
	   overflow: hidden; /* this is what fixes the expansion */
	   text-overflow: ellipsis;
	   cursor:  pointer;
}

.fechagera[readonly]
{
	background-color: white;
}
.fechagera[disabled]
{
	background-color: #e6e6e6;
}

table{
  max-width: none
}

/* Este funciona

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
padding: 1px;
}

 Este funciona */

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
}

nav{
    
    background-color:#fff;
	/* border-bottom: 1px solid #000; */
	color:#F1F2F4;
}
.page-header {
    margin-top: 20px;
}
.jumbotron{
	margin-top:0px;  /* 10px; */ 
	margin-bottom:	0px;    /* 10px; */
	background-color:#4C0808;
	height:0px;     /* 5px; */
	max-height:0px;    /* 5px; */
	padding-top: 0px;    /* Agregado para ocultar franja jumbotron */
}
@media(max-width:767px) {
	.jumbotron {
		height:90px;
	}
}

/* @media screen and (min-width: 768px){
	.jumbotron {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}
*/

.center {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.center form {
    width: 100%;
	margin-top:10px;
}

@CHARSET "UTF-8";

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	outline: none;
}

.login-form {
    font: 16px/2em Lato, serif;
	margin: 100px auto;
	max-width: 400px;
}

form[role=login] {
	color: #5d5d5d;
	padding: 26px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
form[role=login] img {
	display: block;
	margin: 0 auto;
	margin-bottom: 35px;
}
form[role=login] input,
form[role=login] button {
	font-size: 18px;
	margin: 16px 0;
}
form[role=login] > div {
	text-align: center;
}
	
.form-links {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 50px;
}
.form-links a {
		color: #fff;
	}

.well {
	background-color:#fff;
}

.backcolorcompra{ 
	background-color: rgba(255,0,0,0.2);
}

.backcolorventa{ 
	background-color: rgba(00,255,00,0.2);
}

.backcolorcaja{ 
	background-color: rgba(00,00,255,0.2);
}

.permiso > li > a
{
    /* adjust padding for height*/
    padding-top: 2px; 
    padding-bottom: 2px;
}
.derecha 
{
    text-align:right;
}

.derechanegrita
{
	text-align:right;
	font-size: 120%;
	font-weight: bold;	
}

.izquierda 
{
    text-align:left;
}
.centro
{
    text-align:center;
}

/*
.table-striped tbody tr.highlight td { background-color: red; }
*/


/*tfoot {
    display: table-header-group;
}
*/
.wrapper {
  display : flex;
  align-items : center;
}
