/*
.modal-dialog{
	min-width: 80% !important;	
}
.modal-lg {
	min-width: 80% !important;
}


mm.modalGDA {
  padding: 0 !important; // override inline padding-right added from js
}

.modalGDA .modal-dialogGDA {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modalGDA .modal-contentGDA {
  height: auto;
  min-height: 100%;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
}

*/
.tooltip-inner {
    white-space:pre-wrap;
}

/*.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);
}*/

.whatever-in-line {
  display: inline;
}

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;
}

.fechageranegro[readonly]
{
	background-color: black !important;
	color: white;
}

.fechageranegro[disabled]
{
	background-color: black;
	color: red;
}



anulltable{
  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{
    /*background-color: #222222;*/
}



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);
}

.backcolorremito{ 
	background-color: rgba(128,64,0,0.4);
}

.backcolorservicio{ 
	background-color: rgba(255,255,00,0.4);
}

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

.backcolorgases{ 
	background-color: rgba(0,0,255,0.25);
}

.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;	
}

.negrita
{
	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;
}



.spinner {
  width: 100px;
}
.spinner input {
  text-align: right;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
}



.card-inverse-info {
    background: rgba(61, 165, 244, 0.2);
    border: 1px solid #3898e0;
    color: #2e7db9;
}

.context-menu-list {
    box-shadow: none;
    border: 1px solid #f3f3f3;
}

.context-menu-list {
    position: absolute;
    display: inline-block;
    min-width: 13em;
    max-width: 26em;
    padding: .25em 0;
    margin: .3em;
    font-family: inherit;
    font-size: inherit;
    list-style-type: none;
    background: #fff;
    border: 1px solid #bebebe;
    border-radius: .2em;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.5);
    box-shadow: 0 2px 5px rgba(0,0,0,.5);
}

.context-menu-item {
    position: relative;
    padding: 0.5em 6em;
    color: #2f2f2f;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff; 
}

.context-menu-list .context-menu-item.context-menu-hover {
    
    background-color: black;
    color:#fff;
}

.context-menu-separator {
    padding: 0;
    margin: .35em 0;
    border-bottom: 1px solid #e6e6e6;
}




