
.error{
  border:1px solid red;
}
label.failed {
  border: red thin solid;
}
.texterrorlabel{
  color:red;
}

.not-active {
   pointer-events: none;
   cursor: default;
}

.equipo_active{
	background-color:#fb7020 !important;
	background:#fb7020 !important;
	color:white !important;
}

.spiner-loading {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0;
	  z-index: 1000000 !important;
	  background: url("../../img/cargando.gif") no-repeat 50% 50%;
	  background-color: rgba(255,255,255,0.7);
	}