.isla tr td{
    text-align: center;
    font-size: 30px;
    border: 0px;
    background: #67b0d1;
    font-family: helvetica;
    color: #ffffff;
}

.isla2 tr td{
    font-size: 16px;
    border: 0px;
    background: #003344;
    font-family: helvetica;
    color: #ffffff;
    padding: 5px 10px;
}

.tecladoAlfabetico tr td{
    font-size: 16px;
    border: 0px;
    background: #003344;
    font-family: helvetica;
    color: #ffffff;
    padding: 0px;   
}
.tecladoAlfaNummerico tr td{
    font-size: 16px;
    border: 0px;
    background: #003344;
    font-family: helvetica;
    color: #ffffff;
    padding: 0px;   
}
#mensajeTabla {
border: 0px;
background-color: red;
color: white;
font-weight:bold;
text-align: left;
margin: 5px 0px;
}

#ventasTabla tr th{
    text-align: center;
    font-size: 12px;
	border: 0px;
	background: #67b0d1;
	font-family: helvetica;
	color: #ffffff;
}

.ventasTabla-default{
	border: 1px solid #208692;
	background: #208692;
	color: #fff;
	font-size:16px;
	font-weight:bold;
}

.ventasTabla-default button{
	border: none;
}


.ventasTabla-dark{
	border: 1px solid  #003344;
	background: #003344;
	color: #fff;
	font-size:16px;
	font-weight:bold;
}

.ventasTabla-input {
background: #e87352;
color:#fff;
height:27px;
border: 1px solid #208692;
font-weight:bold;
padding-left: 5px;
padding-right: 5px;
width:100%;
}

.ventasTabla-boton {
    background:none;
    border:none;
    color: #00333e;
    font-size: 14px;
    font-weight: bold;
    width: 75px;
    height:100%;	
}
.noTitleStuff .ui-dialog-titlebar {
    display:none;
    border: none;
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
    height: 100% !important;
}


.manguera {
    text-align: center;
    padding: 5px;
    width: 100px;
}
.combustible {
    text-align: left;
    font-weight: bolder;
    padding: 0px;
    width: 50px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 20px;
    height: 50px;
}
.galones {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    width: 50px;
}
.monto {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    width: 50px;
}
.regular {
    background-color: green;
    color: white;
}
.super {
    background-color: #f1433d;
    color: white;
}
.diesel {
    background-color: yellow;
    color: black;
}
.cliente {
    width: 200px;
}
.seleccionar {
    width: 100px;
}
.CF {
    width: 100px;
}
.facturar {
    width: 100px;
}
.nit {
    width: 200px;
    background-color: lightgreen;
}
.nombre {
    width: 200px;
}
.botonNumerico {
    width: 100%;
    height: 100%;
    padding: 0px;
    font-size: 32px !important;
    font-weight: bolder;
}
.botonAlfa {
    width: 100% !important;
    height: 100% !important;
    padding: 0px !important;
    font-size: 32px !important;
    font-weight: bolder !important;
}
#clienteNIT{
    width: 200px;
    height: 30px;
    font-size: 24px;
    
}
#clienteNombre{
    width: 400px;
    height: 30px;
    font-size: 24px;
}
#clienteError{
    width: 400px;
    height: 50px;
    font-size: 24px;
}
.col-clientes-codigo
{
    width: 80px;
}
.col-clientes-nombre
{
    width: 300px;
}
.col-clientes-facturarA
{
    width: 300px;
}
.col-clientes-limite
{
    width: 50px;
    text-align: right;
}
.col-clientes-disponible
{
    width: 50px;
    text-align: right;
}

.encabezado
{
    font-weight: bold;
}
.col
{
    height: 40px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
}
#datos{
    padding: 0px !important;
    margin: 0px !important;
}

.lubricante-boton {
    border:none;
    font-size: 12px;
    font-weight: bold;
    background-color: white;
    color: black;
    width: 210px;
    height:45px;
    vertical-align: middle;
}
.total {
    border:none;
    text-align: right;
    font-size: 24px;
    font-weight: bold;
    color: white;
    width: 100%;
    display: block;
    height:100%;	
}
