.anulada .x-grid-cell { 
    background-color: #fc7676; 
    color: #fff; 
} 
.produccion{     
background-color: #FD0000;      
 color: #fff; 
 } 
.proceso .x-grid-cell { 
    background-color: #a8a8a8; 
    color: #fff; 
} 

.sinStock .x-grid-cell { 
    background-color: #ffa1a1; 
    color: #fff; 
} 

.sinStock .x-grid-cell table td{ 
    color: #fff !important; 
    font-weight:bold;
} 

.sinStock .x-grid-cell table strong{ 
    color: black !important; 
    font-weight:normal !important;
} 

.anuladaFact .x-grid-cell { 
    background-color: #ffa1a1; 
    color: #fff; 
} 

.anuladaFact .x-grid-cell table td{ 
    color: #fff !important; 
    font-weight:bold;
} 

.anuladaFact .x-grid-cell table strong{ 
    color: black !important; 
    font-weight:normal !important;
} 

.x-toolbar tspan{
	color:white;
	font-weight:bold;
}

.x-panel-default-framed{
	border: 0 !important;
}

.datos .x-form-field{
	height:16px !important;
	font-size: 11.4px !important;
}

.inicio .x-btn-inner.x-btn-inner-center{
	font-size: 45px !important;
}

.reporteGrid .x-grid-cell{
	height: 10px !important;
	border-bottom-width: 1px;
}

.reporteGuiaRemision .x-grid-cell{
	height: 10px !important;
}

.modulos .x-btn-default-medium{
	background: #4f9d40;
}

.modulos .x-btn-default-medium:hover{
	background : #277219;
}

.modulos .x-btn-default-medium {
    border-color: #36742a;
}

.header a{
	background: none;
}

.actualizacionLabel {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

.panelSplitbutton .x-btn-split{
	background-image: url(../images/add-splitbutton.png) !important;
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-size: 48px;
}


.botonConpraya {
    background-color: #ffa1a1; 
    color: #fff; 
}

.text {
  font-size:36px;
  font-family:helvetica;
  font-weight:bold;
  color:#71d90b;
  text-transform:uppercase;
  background:#F4FF00 !important; 
}
.parpadea {
  
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}