﻿.boton-Agregar
{
    background-image: url(../images/Add.png) !important;
}

.boton-Cancelar
{
    background-image: url(../images/Cancel.png) !important;
}

.boton-Borrar
{
    background-image: url(../images/Delete.png) !important;
}

.boton-Descargar
{
    background-image: url(../images/Download.png) !important;
}

.boton-Editar
{
    background-image: url(../images/Edit.png) !important;
}

.boton-Ayuda
{
    background-image: url(../images/Help.png) !important;
}

.boton-Salir
{
    background-image: url('../images/Log Out.png') !important;
}

.boton-Aceptar
{
    background-image: url('../images/Ok.png') !important;
}

.boton-Rehacer
{
    background-image: url('../images/Redo.png') !important;
}

.boton-Buscar
{
    background-image: url('../images/Search.png') !important;
}

.boton-Configuracion
{
    background-image: url('../images/Settings.png') !important;
}

.boton-Deshacer
{
    background-image: url('../images/Undo.png') !important;
}
.x-action-col-cell img
{
    height: 16px;
    width: 16px;
    cursor: pointer;
}

.accion-Borrar
{
    content: url(../images/Delete.png);
}
.boton-Usuario
{
    background-image: url('../images/User.png') !important;
}
.boton-Refrescar
{
    background-image: url('../images/refresh.png') !important;
}
.boton-Categorias
{
    background-image: url('../images/Categorias.png') !important;
}
.boton-Clasificacion
{
    background-image: url('../images/Clasificacion.png') !important;
}
.boton-Articulos
{
    background-image: url('../images/Articulos.png') !important;
}
.boton-Rubros
{
    background-image: url('../images/Rubros.png') !important;
}
.boton-Precios
{
    background-image: url('../images/Precios.png') !important;
}
.boton-ListaPrecios
{
    background-image: url('../images/ListaPrecios.png') !important;
}
.boton-Costos
{
    background-image: url('../images/Costos.png') !important;
}
.boton-Presupuesto
{
    background-image: url('../images/Presupuesto.png') !important;
}
.boton-Descuento
{
    background-image: url('../images/Descuento.png') !important;
}
.boton-Config
{
    background-image: url('../images/Config.png') !important;
}
.boton-Pedido
{
    background-image: url('../images/Pedido.png') !important;
}
.boton-Empresas
{
    background-image: url('../images/Empresas.png') !important;
}
.boton-GrupoUsuarios
{
    background-image: url('../images/I16_GRUPOOPERADORES.png') !important;
}
.boton-Auditoria
{
    background-image: url('../images/I16_AUDITORIAL.png') !important;
}
.boton-LogErrores
{
    background-image: url('../images/I16_ERRORESL.png') !important;
}


.x-grid-cell-checkcolumn .x-grid-cell-inner
{
    padding-top: 4px;
    padding-bottom: 2px;
    line-height: 14px;
}
.x-grid-with-row-lines .x-grid-cell-checkcolumn .x-grid-cell-inner
{
    padding-top: 3px;
}
.x-grid-checkheader
{
    height: 14px;
    background-image: url('../images/unchecked.gif');
    background-position: 50% -2px;
    background-repeat: no-repeat;
    background-color: transparent;
}

.x-grid-checkheader-checked
{
    background-image: url('../images/checked.gif');
}

.x-grid-checkheader-editor .x-form-cb-wrap
{
    text-align: center;
}

.Refrescar{
	background-image: url('../images/refresh.gif');
}

.cssAyudaDescripcion {
}

.cssTablasRelacionadas {
    color: blue;
    font-size: x-large;
    text-decoration: underline;
    margin: 15px;
}

.cssTablaTitulo {
    color: blue;
    margin-top: 15px;
    font-weight: bold;
}

.cssTablaDescripcion {
    margin-bottom: 15px;
}

.cssCampoTitulo {
    font-weight: bold;
    margin-top: 15px;
}

.cssCampo {
    margin-bottom: 15px;
}

.cssSinInformacion {
    color: red;
}

