:root {
  --color-primario: #000000;
  --color-secundario: #000000;
  --color-terciario: #000000;
  --color-highlight: #DDEFFF;
}
/*Encabezado Grid Venta*/
.ui-state-default{
    background: linear-gradient(var(--color-primario), var(--color-secundario))!important;
    color: #ffffff !important;
    border: none !important;
    font-size: 18px;
}
/*Color texto Encabezado*/
.ui-jqgrid .ui-jqgrid-htable thead th {
    color: #ffffff !important;
}
/*Colores Interfaz*/
.theme-text{
    color: var(--color-primario)!important;
}
.theme-background {
    background: linear-gradient(var(--color-primario), var(--color-secundario))!important;
}
.theme-border {
    border-width: thin;
    border-color: var(--color-primario)!important;
}
.theme-hover:hover {
    background-color: var(--color-terciario)!important;
}
.material-icons {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.btn:hover {
  color: #FFFFFF !important;
}
.theme-actionbar-divider {
    background: var(--color-terciario)!important;
    width: 100%;
    height: 5px;
    bottom: 0;
    left:0;
    position: absolute;
}

.color-font-theme{
    color: darkgoldenrod!important;
}